Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Gladwin 2 posts 22 karma points
    Feb 15, 2012 @ 16:05
    Gladwin
    0

    An item with the same key has already been added.

    An item with the same key has already been added.

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Feb 15, 2012 @ 16:11
    Dirk De Grave
    0

    Hi Gladwin,

    you're a bit sparse with your info, and while I do understand this seems to be a bug, it's always good to give some more info about your environment in order to give a possible workaround or solution to your problem... How did you experience this? Any particular *thing* you were doing?

     

    Looking forward to your reply.

     

    Cheers,

    /Dirk

  • Gladwin 2 posts 22 karma points
    Feb 15, 2012 @ 16:18
    Gladwin
    0

    Hi Dirk,

    Thanks for your response. When I try to edit the Member details and 'SAVE', I come up with the error, ( Also when i try to login similar error occurs)

     

    Server Error in '/' Application.


    An item with the same key has already been added.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.ArgumentException: An item with the same key has already been added.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


    Stack Trace:

    [ArgumentException: An item with the same key has already been added.]
       System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) +52
       System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) +9382923
       Examine.LuceneEngine.Providers.LuceneIndexer.GetDataToIndex(XElement node, String type) +548
       UmbracoExamine.UmbracoContentIndexer.GetDataToIndex(XElement node, String type) +207
       UmbracoExamine.UmbracoMemberIndexer.GetDataToIndex(XElement node, String type) +12
       Examine.LuceneEngine.Providers.LuceneIndexer.AddNodesToIndex(IEnumerable`1 nodes, String type) +139
       UmbracoExamine.UmbracoContentIndexer.AddSingleNodeToIndex(XElement node, String type) +150
       Examine.LuceneEngine.Providers.LuceneIndexer.ReIndexNode(XElement node, String type) +87
       UmbracoExamine.BaseUmbracoIndexer.ReIndexNode(XElement node, String type) +56
       UmbracoExamine.UmbracoContentIndexer.ReIndexNode(XElement node, String type) +164
       Examine.ExamineManager._ReIndexNode(XElement node, String type, IEnumerable`1 providers) +81
       UmbracoExamine.UmbracoEventManager.Member_AfterSave(Member sender, SaveEventArgs e) +203
       umbraco.cms.businesslogic.member.SaveEventHandler.Invoke(Member sender, SaveEventArgs e) +0
       umbraco.cms.businesslogic.member.Member.FireAfterSave(SaveEventArgs e) +27
       umbraco.cms.businesslogic.member.Member.Save() +208
       umbraco.cms.presentation.members.EditMember.tmp_save(Object sender, EventArgs e) +805
       System.EventHandler.Invoke(Object sender, EventArgs e) +0
       umbraco.controls.ContentControl.saveClick(Object Sender, ImageClickEventArgs e) +319
       System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +115
       System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +120
       System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
       System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
       System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5563
    



    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1              

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Feb 15, 2012 @ 16:37
    Dirk De Grave
    0

    Aha, some more interesting info. Ok, I can't really solve this issue, but may try to find a solution by deleting your Examine indexes from file. And verify if that fixes your issue.

    If you don't have access to the file system, you may find these projects (http://our.umbraco.org/projects/developer-tools/examine-dashboard http://our.umbraco.org/projects/backoffice-extensions/examine-index-admin) interesting.

     

    Hope this helps.

    Cheers,

    /Dirk

Please Sign in or register to post replies

Write your reply to:

Draft