In 1.7rc2SS, I get following error Exception in thread "main" com.orientechnologies.orient.core.exception.ODatabaseException: Cannot create database at com.orientechnologies.orient.core.db.record.ODatabaseRecordAbstract.create(ODatabaseRecordAbstract.java:275) at com.orientechnologies.orient.core.db.ODatabaseWrapperAbstract.create(ODatabaseWrapperAbstract.java:60) at com.orientechnologies.orient.core.db.ODatabaseRecordWrapperAbstract.create(ODatabaseRecordWrapperAbstract.java:64) at com.tinkerpop.blueprints.impls.orient.OrientGraphFactory.getDatabase(OrientGraphFactory.java:65) at com.tinkerpop.blueprints.impls.orient.OrientGraphFactory.setupPool(OrientGraphFactory.java:82) at USPTO_MassProcessv1_3.main(USPTO_MassProcessv1_3.java:50) Caused by: com.orientechnologies.orient.core.exception.ODatabaseException: Cannot create database at com.orientechnologies.orient.core.db.raw.ODatabaseRaw.create(ODatabaseRaw.java:126) at com.orientechnologies.orient.core.db.ODatabaseWrapperAbstract.create(ODatabaseWrapperAbstract.java:60) at com.orientechnologies.orient.core.db.record.ODatabaseRecordAbstract.create(ODatabaseRecordAbstract.java:222) ... 5 more Caused by: java.lang.IllegalStateException: Location passed in WAL does not exist, or IO error was happened. DB can not work in durable mode in such case. at com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OWriteAheadLog.<init>(OWriteAheadLog.java:107) at com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OWriteAheadLog.<init>(OWriteAheadLog.java:83) at com.orientechnologies.orient.core.storage.impl.local.paginated.OLocalPaginatedStorage.initWal(OLocalPaginatedStorage.java:168) at com.orientechnologies.orient.core.storage.impl.local.paginated.OLocalPaginatedStorage.create(OLocalPaginatedStorage.java:623) at com.orientechnologies.orient.core.db.raw.ODatabaseRaw.create(ODatabaseRaw.java:122) ... 7 more Mar 12, 2014 11:36:49 AM com.orientechnologies.common.log.OLogManager log INFO: Shutting down storage: test2... Mar 12, 2014 11:36:49 AM com.orientechnologies.common.log.OLogManager log INFO: Orient Engine shutdown complete
On Wed, Mar 12, 2014 at 5:00 PM, Andrey Lomakin <[email protected]>wrote: > Hi, > But it seems JVM do not think so, (because of Caused by: > java.lang.ClassNotFoundException: > org.iq80.snappy.Snappy ) > > What is value of system property "java.class.path" in your application ? > > > > On Wed, Mar 12, 2014 at 1:27 PM, prabhat <[email protected]> wrote: > >> Hi Andrey, >> >> I do have it in my classpath. >> snappy-0.3.jar >> >> >> >> >> >> >> On Wed, Mar 12, 2014 at 4:44 PM, Andrey Lomakin <[email protected] >> > wrote: >> >>> Hi, >>> So reason is >>> >>> On Wed, Mar 12, 2014 at 8:41 AM, Shishya <[email protected]> wrote: >>> >>>> Caused by: java.lang.ClassNotFoundException: org.iq80.snappy.Snappy >>>> >>> >>> Do you have snappy jar in your classpath ? >>> >>> >>> -- >>> Best regards, >>> Andrey Lomakin. >>> >>> Orient Technologies >>> the Company behind OrientDB >>> >>> -- >>> >>> --- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "OrientDB" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/orient-database/LRlrio5Qrx4/unsubscribe >>> . >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> >> --- >> 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. >> > > > > -- > Best regards, > Andrey Lomakin. > > Orient Technologies > the Company behind OrientDB > > -- > > --- > You received this message because you are subscribed to a topic in the > Google Groups "OrientDB" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/orient-database/LRlrio5Qrx4/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- 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.
