Hi, I am trying to upgrade the OPS4J JCA adapter, which has not been upgraded since Orientdb 1.5. I am getting the below exception, which seems to be coming directly from OrientDB. Any documentation on how to register engines, or why this is necessary? I get the same if my url is: local:/home/hristo/java/orientdb-community-1.6.4/databases/docitt . I do not get this problem if I use ODatabaseDocumentTx, only if I get an instance of OObjectDatabaseTx.
Thanks Caused by: com.orientechnologies.orient.core.exception.OConfigurationException: Error on opening database: the engine 'plocal' was not found. URL was: plocal:/home/hristo/java/orientdb-community-1.6.4/databases/docitt. Registered engines are: [] at com.orientechnologies.orient.core.Orient.loadStorage(Orient.java:208) [orientdb-core-1.6.4.jar:1.6.4] at com.orientechnologies.orient.core.db.raw.ODatabaseRaw.exists(ODatabaseRaw.java:206) [orientdb-core-1.6.4.jar:1.6.4] at com.orientechnologies.orient.core.db.ODatabaseWrapperAbstract.exists(ODatabaseWrapperAbstract.java:65) [orientdb-core-1.6.4.jar:1.6.4] at com.orientechnologies.orient.core.db.ODatabaseWrapperAbstract.exists(ODatabaseWrapperAbstract.java:65) [orientdb-core-1.6.4.jar:1.6.4] at com.orientechnologies.orient.core.db.ODatabaseWrapperAbstract.exists(ODatabaseWrapperAbstract.java:65) [orientdb-core-1.6.4.jar:1.6.4] at org.ops4j.orient.adapter.impl.OrientManagedConnectionImpl.createDatabaseIfNeeded(OrientManagedConnectionImpl.java:132) [orient-ra-0.3.0-SNAPSHOT.jar:] at org.ops4j.orient.adapter.impl.OrientManagedConnectionImpl.<init>(OrientManagedConnectionImpl.java:98) [orient-ra-0.3.0-SNAPSHOT.jar:] at org.ops4j.orient.adapter.impl.OrientManagedConnectionFactoryImpl.createManagedConnection(OrientManagedConnectionFactoryImpl.java:104) [orient-ra-0.3.0-SNAPSHOT.jar:] -- --- 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/groups/opt_out.
