orientdb: cannot open database anymore after 2.2.13 snapshots

OrientDB Version, operating system, or hardware.

  • v2.2.13-20161101.003253-11

Operating System

  • Linux

Expected behavior and actual behavior

After running with 2.2.13, shutting the database server left it in a ‘un-openable’ state :

launching the server again (any snapshot version 2.2.13-*) and trying to open the dbase from console session, fails with

orientdb> use remote:localhost/cdrarch admin $ourPwd
Connecting to database [remote:localhost/cdrarch] with user 'admin'...
Error: com.orientechnologies.orient.core.exception.OStorageException: Can not close file with id 0 because it is still in use
        DB name="cdrarch"
        DB name="cdrarch"

Have rebooted the operating system, still same problem.

-> server is down !

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 59 (24 by maintainers)

Commits related to this issue

Most upvoted comments

@laa Another of my databases (“navi”, 32GB size) can be opened without problems, so this smells like a bad status flag or so in our ‘big’ database “cdrarch” (700GB size) :

orientdb> use remote:localhost/navi admin admin
Disconnecting from the database [null]...OK
Connecting to database [remote:localhost/navi] with user 'admin'...OK
orientdb {db=navi}>