I re-ran the server, and now I got a different error:
Console:
Connecting to database [remote:localhost/pumpup] with user 'root'...
Error: com.orientechnologies.orient.core.exception.OStorageException:
Cannot open local storage '/XXX' with mode=rw
Error: java.lang.IllegalArgumentException: Invalid integer format.
OrientDB Server:
2015-01-09 16:43:47:350 INFO OrientDB auto-config DISKCACHE=91,777MB
(heap=29,127MB os=122,952MB disk=202,988MB) [orientechnologies]
2015-01-09 16:43:47:354 INFO Loading configuration from:
/odbdisk/pumpup/server/libs/orientdb-current/config/orientdb-server-config.xml...
[OServerConfigurationLoaderXml]
2015-01-09 16:43:47:514 INFO OrientDB Server v2.0-SNAPSHOT (build
UNKNOWN@r; 2014-12-04 22:29:22-0500) is starting up... [OServer]
2015-01-09 16:43:47:532 INFO Databases directory:
/odbdisk/pumpup/server/libs/orientdb-current/databases [OServer]
2015-01-09 16:43:47:557 INFO Listening binary connections on 0.0.0.0:2424
(protocol v.28, socket=default) [OServerNetworkListener]
2015-01-09 16:43:47:557 INFO Listening http connections on 0.0.0.0:2480
(protocol v.10, socket=default) [OServerNetworkListener]
2015-01-09 16:43:47:567 INFO Installing dynamic plugin 'studio-2.0.zip'...
[OServerPluginManager]
2015-01-09 16:43:47:618 INFO Installing GREMLIN language v.2.6.0 -
graph.pool.max=50 [OGraphServerHandler]
2015-01-09 16:43:47:618 INFO [OVariableParser.resolveVariables] Error on
resolving property: distributed [orientechnologies]
2015-01-09 16:43:47:620 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:43:47:620 INFO OrientDB Server v2.0-SNAPSHOT is active.
[OServer]
2015-01-09 16:43:58:204 WARNING segment file 'database.ocf' was not closed
correctly last time [OSingleFileSegment]
2015-01-09 16:43:58:347 WARNING Storage pumpup was not closed properly.
Will try to restore from write ahead log. [OLocalPaginatedStorage]
2015-01-09 16:43:58:347 INFO Looking for last checkpoint...
[OLocalPaginatedStorage]
2015-01-09 16:43:58:354 INFO Found FUZZY checkpoint.
[OLocalPaginatedStorage]
2015-01-09 16:43:58:354 INFO Data restore procedure from FUZZY checkpoint
is started. [OLocalPaginatedStorage]Exception during storage data restore.
java.lang.IllegalArgumentException: Invalid integer format.
at
com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OPageChanges.deserializeCompressedInteger(OPageChanges.java:180)
at
com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OPageChanges.fromStream(OPageChanges.java:97)
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:58994:
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.IllegalArgumentException: Invalid integer format.
at
com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OPageChanges.deserializeCompressedInteger(OPageChanges.java:180)
at
com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OPageChanges.fromStream(OPageChanges.java:97)
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.