opensourceBIM / bimvie.ws

Javascript client for Building Information Modelling, using open standards like IFC, BCF and BIMSie. Using Bootstrap, BIM Surfer, etc..
GNU Affero General Public License v3.0
172 stars 87 forks source link

Starting Transaction JSON fails #40

Closed EVersluys closed 9 years ago

EVersluys commented 9 years ago

I have started 8 transaction. Also aborted some. Now I get this message:

 "__type": "ServerException",
  "message": "Unknown error: org.bimserver.models.store.impl.RevisionImpl cannot be cast to org.bimserver.models.store.Project"

I cannot start any transactions. Is there a flush button?

using BimServer 1.3.4 17-10-2014

rubendel commented 9 years ago

Are you sure you are sending a poid and not a roid as the single argument to LowLevelInterface.startTransaction?

EVersluys commented 9 years ago

Ruben, your are right, a bit dyslexic. Thnx