I finally sent a "kill -9" to exit the DB. Upon restarting, I'm getting an 
error in the console
orientdb> connect remote:localhost/XXXXX root XXXXXXX

Connecting to database [remote:localhost/pumpup] with user 'root'...
Error: com.orientechnologies.orient.core.exception.OStorageException: 
Cannot open local storage 'XXXX' with mode=rw

Error: java.lang.ArrayIndexOutOfBoundsException

orientdb>

And here's the output from:


2015-01-09 16:33:01:513 INFO  OrientDB auto-config DISKCACHE=91,777MB 
(heap=29,127MB os=122,952MB disk=202,988MB) [orientechnologies]
2015-01-09 16:33:01:517 INFO  Loading configuration from: 
/odbdisk/pumpup/server/libs/orientdb-current/config/orientdb-server-config.xml...
 
[OServerConfigurationLoaderXml]
2015-01-09 16:33:01:669 INFO  OrientDB Server v2.0-SNAPSHOT (build 
UNKNOWN@r; 2014-12-04 22:29:22-0500) is starting up... [OServer]
2015-01-09 16:33:01:687 INFO  Databases directory: 
/odbdisk/pumpup/server/libs/orientdb-current/databases [OServer]
2015-01-09 16:33:01:712 INFO  Listening binary connections on 0.0.0.0:2424 
(protocol v.28, socket=default) [OServerNetworkListener]
2015-01-09 16:33:01:712 INFO  Listening http connections on 0.0.0.0:2480 
(protocol v.10, socket=default) [OServerNetworkListener]
2015-01-09 16:33:01:722 INFO  Installing dynamic plugin 'studio-2.0.zip'... 
[OServerPluginManager]
2015-01-09 16:33:01:772 INFO  Installing GREMLIN language v.2.6.0 - 
graph.pool.max=50 [OGraphServerHandler]
2015-01-09 16:33:01:773 INFO  [OVariableParser.resolveVariables] Error on 
resolving property: distributed [orientechnologies]
2015-01-09 16:33:01:774 INFO  Installing Script interpreter. WARN: 
authenticated clients can execute any kind of code into the server by using 
the following allowed languages: [sql] [OServerSideScriptInterpreter]
2015-01-09 16:33:01:774 INFO  OrientDB Server v2.0-SNAPSHOT is active. 
[OServer]
2015-01-09 16:33:13:324 WARNING segment file 'database.ocf' was not closed 
correctly last time [OSingleFileSegment]
2015-01-09 16:33:13:792 WARNING Storage pumpup was not closed properly. 
Will try to restore from write ahead log. [OLocalPaginatedStorage]
2015-01-09 16:33:13:792 INFO  Looking for last checkpoint... 
[OLocalPaginatedStorage]
2015-01-09 16:33:13:801 INFO  Found FUZZY checkpoint. 
[OLocalPaginatedStorage]
2015-01-09 16:33:13:802 INFO  Data restore procedure from FUZZY checkpoint 
is started. [OLocalPaginatedStorage]Exception during storage data restore.
java.lang.ArrayIndexOutOfBoundsException
        at java.lang.System.arraycopy(Native Method)
        at 
com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OPageChanges.fromStream(OPageChanges.java:117)
        at 
com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OUpdatePageRecord.fromStream(OUpdatePageRecord.java:86)
        at 
com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OWALRecordsFactory.fromStream(OWALRecordsFactory.java:111)
        at 
com.orientechnologies.orient.core.storage.impl.local.paginated.wal.ODiskWriteAheadLog.read(ODiskWriteAheadLog.java:942)
        at 
com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreFrom(OAbstractPaginatedStorage.java:2330)
        at 
com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreFromFuzzyCheckPoint(OAbstractPaginatedStorage.java:2308)
        at 
com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreFromCheckPoint(OAbstractPaginatedStorage.java:2281)
        at 
com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreFromWAL(OAbstractPaginatedStorage.java:2210)
        at 
com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreIfNeeded(OAbstractPaginatedStorage.java:1558)
        at 
com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.open(OAbstractPaginatedStorage.java:203)
        at 
com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.open(ODatabaseDocumentTx.java:243)
        at 
com.orientechnologies.orient.server.OServer.openDatabase(OServer.java:611)
        at 
com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary.openDatabase(ONetworkProtocolBinary.java:651)
        at 
com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary.executeRequest(ONetworkProtocolBinary.java:282)
        at 
com.orientechnologies.orient.server.network.protocol.binary.OBinaryNetworkProtocolAbstract.execute(OBinaryNetworkProtocolAbstract.java:216)
        at 
com.orientechnologies.common.thread.OSoftThread.run(OSoftThread.java:65)
Sent run-time exception to the client /127.0.0.1:58992: 
com.orientechnologies.orient.core.exception.OStorageException: Cannot open 
local storage 
'/odbdisk/pumpup/server/libs/orientdb-current/databases/pumpup' with mode=rw
com.orientechnologies.orient.core.exception.OStorageException: Cannot open 
local storage 
'/odbdisk/pumpup/server/libs/orientdb-current/databases/pumpup' with mode=rw
        at 
com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.open(OAbstractPaginatedStorage.java:209)
        at 
com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.open(ODatabaseDocumentTx.java:243)
        at 
com.orientechnologies.orient.server.OServer.openDatabase(OServer.java:611)
        at 
com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary.openDatabase(ONetworkProtocolBinary.java:651)
        at 
com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary.executeRequest(ONetworkProtocolBinary.java:282)
        at 
com.orientechnologies.orient.server.network.protocol.binary.OBinaryNetworkProtocolAbstract.execute(OBinaryNetworkProtocolAbstract.java:216)
        at 
com.orientechnologies.common.thread.OSoftThread.run(OSoftThread.java:65)
Caused by: java.lang.ArrayIndexOutOfBoundsException
        at java.lang.System.arraycopy(Native Method)
        at 
com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OPageChanges.fromStream(OPageChanges.java:117)
        at 
com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OUpdatePageRecord.fromStream(OUpdatePageRecord.java:86)
        at 
com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OWALRecordsFactory.fromStream(OWALRecordsFactory.java:111)
        at 
com.orientechnologies.orient.core.storage.impl.local.paginated.wal.ODiskWriteAheadLog.read(ODiskWriteAheadLog.java:942)
        at 
com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreFrom(OAbstractPaginatedStorage.java:2330)
        at 
com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreFromFuzzyCheckPoint(OAbstractPaginatedStorage.java:2308)
        at 
com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreFromCheckPoint(OAbstractPaginatedStorage.java:2281)
        at 
com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreFromWAL(OAbstractPaginatedStorage.java:2210)
        at 
com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreIfNeeded(OAbstractPaginatedStorage.java:1558)
        at 
com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.open(OAbstractPaginatedStorage.java:203)
        ... 6 more

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to