convergence-project icon indicating copy to clipboard operation
convergence-project copied to clipboard

Unable to get the valueIdPrefix for the model

Open onhate opened this issue 5 years ago • 5 comments

Versions

  • Convergence Version: 1.0.0-rc.7
  • OS: Amazon Linux
  • Browser: Chrome
  • Java Version: Docker Omnibus

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]

onhate avatar Nov 19 '20 19:11 onhate

+1

johndevor avatar Nov 19 '20 19:11 johndevor

+1

jjacallen avatar Nov 20 '20 12:11 jjacallen

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

mmacfadden avatar Nov 26 '20 15:11 mmacfadden

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

onhate avatar Nov 27 '20 20:11 onhate

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.

mmacfadden avatar Jun 13 '21 03:06 mmacfadden