Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » [CDO] need help with difficult problem
[CDO] need help with difficult problem [message #612494] Tue, 13 November 2007 20:07
Mark Geib is currently offline Mark GeibFriend
Messages: 432
Registered: July 2009
Senior Member
Eike,

Congrats, everything, I mean everything is working well.

However, I have a problem I can't find. I think you have my ecore file
to reference...

When I go to create and add a new ServiceGroup object in one client I
get an error in all other clients that follows.

!ENTRY org.eclipse.ui.workbench 4 2 2007-11-13 12:46:27.381
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.ui.workbench".
!STACK 0
java.lang.IllegalStateException: Duplicate version:
NamedEquipmentList@16v1
at
org.eclipse.emf.cdo.internal.protocol.revision.CDORevisionRe solverImpl.addRevision(CDORevisionResolverImpl.java:309)
at
org.eclipse.emf.internal.cdo.protocol.LoadRevisionRequest.co nfirming(LoadRevisionRequest.java:125)
at
org.eclipse.emf.internal.cdo.protocol.LoadRevisionRequest.co nfirming(LoadRevisionRequest.java:1)
at
org.eclipse.net4j.signal.RequestWithConfirmation.execute(Req uestWithConfirmation.java:57)
at org.eclipse.net4j.signal.Signal.runSync(Signal.java:130)
at
org.eclipse.net4j.signal.SignalProtocol.startSignal(SignalPr otocol.java:231)
at org.eclipse.net4j.signal.SignalActor.send(SignalActor.java:5 0)
at org.eclipse.net4j.signal.SignalActor.send(SignalActor.java:4 0)
....

These other clients are refreshing a tree view for the Facility model
object. In the course of calling get modelChildren the following is
called...which seems to cause the error above.
getFacility().getEchostar(). Echostar is the root object which I am
using for some other purpose. If you look at the model Facility contains
NamedEquipmentList.

I don't see anything in my code that looks suspect.

Thanks,
Mark.
Previous Topic:[CDO] server memory leak
Next Topic:[TENEO] using createSQLQuery
Goto Forum:
  


Current Time: Sat Jul 27 06:17:36 GMT 2024

Powered by FUDForum. Page generated in 0.02623 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top