convergencelabs / convergence-project

The project used for Convergence Project Management and Issue Reporting
https://convergence.io
42 stars 5 forks source link

Unable to get the valueIdPrefix for the model #191

Open onhate opened 4 years ago

onhate commented 4 years ago

Versions

Describe the Bug

When invoking openAutoCreate I get an error and checking on docker logs I see the following:

18:46:54 ERROR RealtimeModelManager - Unable to get the valueIdPrefix for the model
com.convergencelabs.convergence.server.backend.datastore.EntityNotFoundException: 
    at com.convergencelabs.convergence.server.backend.datastore.OrientDBUtil$.assertOneDoc(OrientDBUtil.scala:325) ~[com.convergencelabs.convergence-server-1.0.0-rc.7.jar:1.0.0-rc.7]
johndevor commented 4 years ago

+1

jjacallen commented 4 years ago

+1

mmacfadden commented 4 years ago

Greetings. Thanks for reporting this issue. Does this happen all the time or intermittently?

onhate commented 4 years ago

I had to drop OrientDB folder and start fresh for it to work again, it was happening all the time even after container restarts

mmacfadden commented 3 years ago

To me this sounds like the OrientDB somehow got corrupted. We have been working on better graceful shutdown logic that will hopefully prevent this from happening in the future.