What does the follwing error means?

Certified Senior Developer

org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session:

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Mike Schmitt

    An error occurred while trying to write to the entity "CNAM_GC_COLLECTOR_CODE" [id=6c922f6f-e0dc-4c67-94d4-bbfb2a143aad@106711, type=CNAM_GC_COLLECTOR_CODE (id=13984)] (data store: CNAM_GCDS). Details: org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session: [CNAMGCCOLLECTORCODEDT45371#0] Data: TypedValue[it=13985,v={{18,PRS_XIM,[Group:4736]},{19,LG1_XJD,[Group:4736]},{20,LG1_XLL,[Group:4736]},{21,PRS_XJD,[Group:4736]},{24,PRS_XLL,[Group:4736]},{27,LG1_XLG,[Group:4736]},{28,LG1_XMD,[Group:4736]},{31,LG1_XFL,[Group:4736]},{<null>,PRS_XLK,[Group:4736]},{<null>,LG1_XLI,[Group:4736]}}]

Children