In the meantime I created the database from scratch (the first try was to 
copy it from a 2.0-M2 database). This does not work as well but the 
exception is different:

```
com.orientechnologies.orient.core.exception.ODatabaseException: Cannot open 
database
        at 
com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.open(ODatabaseDocumentTx.java:282)[213:com.orientechnologies.orientdb-core:2.0.0.SNAPSHOT]
        at 
com.orientechnologies.orient.core.db.OPartitionedDatabasePool.acquire(OPartitionedDatabasePool.java:266)[213:com.orientechnologies.orientdb-core:2.0.0.SNAPSHOT]
        at 
com.brodos.pinvault.persistence.orient.OrientDBContainer.getDatabase(OrientDBContainer.java:42)[196:com.brodos.pinvault-orientdb:1.1.0.SNAPSHOT]
        at 
com.brodos.pinvault.persistence.orient.PinvaultRepositoryImpl.save(PinvaultRepositoryImpl.java:108)[196:com.brodos.pinvault-orientdb:1.1.0.SNAPSHOT]
        at 
com.brodos.pinimport.business.manager.control.PinvaultImporter$PinImportJob.run(PinvaultImporter.java:91)[196:com.brodos.pinvault-orientdb:1.1.0.SNAPSHOT]
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)[:1.7.0_55]
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)[:1.7.0_55]
        at java.lang.Thread.run(Thread.java:745)[:1.7.0_55]
Caused by: java.lang.NullPointerException
        at 
com.orientechnologies.orient.client.remote.OStorageRemote.handleException(OStorageRemote.java:1479)[212:com.orientechnologies.orientdb-client:2.0.0.SNAPSHOT]
        at 
com.orientechnologies.orient.client.remote.OStorageRemote.readRecord(OStorageRemote.java:475)[212:com.orientechnologies.orientdb-client:2.0.0.SNAPSHOT]
        at 
com.orientechnologies.orient.core.config.OStorageConfiguration.load(OStorageConfiguration.java:126)[213:com.orientechnologies.orientdb-core:2.0.0.SNAPSHOT]
        at 
com.orientechnologies.orient.client.remote.OStorageRemote.open(OStorageRemote.java:188)[212:com.orientechnologies.orientdb-client:2.0.0.SNAPSHOT]
        at 
com.orientechnologies.orient.client.remote.OStorageRemoteThread.open(OStorageRemoteThread.java:86)[212:com.orientechnologies.orientdb-client:2.0.0.SNAPSHOT]
        at 
com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.open(ODatabaseDocumentTx.java:249)[213:com.orientechnologies.orientdb-core:2.0.0.SNAPSHOT]
        ... 7 more
```

Alexander

Am Dienstag, 2. Dezember 2014 16:45:45 UTC+1 schrieb Alexander Sahler:
>
> For testing current implementation of orientdb and to test if recent flaws 
> have been fixed I tested OrientDB 2.0-SNAPSHOT (2.0-20141202.120323-511).
>
> Unfortunately, I'm not able to connect to server. Exception says:
> ```
> 2014-12-02 16:39:44,274 | WARN  | ool-15-thread-98 | 
> ORecordSerializerBinary          | 213 - 
> com.orientechnologies.orientdb-core - 2.0.0.SNAPSHOT | Error deserializing 
> record 
> bG9jYWxOYW1lOiJfaHpJbnN0YW5jZV8xX29yaWVudGRiLXBpbnZhdWx0Iixsb2NhbElkOiI5YjI4ODRlYi02ODNlLTQ2ZmQtYmI0ZS02MzA3OGQ4Yzk2NDciLG1lbWJlcnM6WygpXQ==
>  
> send this data for debugging
> 2014-12-02 16:39:44,274 | ERROR | ool-15-thread-98 | OStorageRemote       
>             | 213 - com.orientechnologies.orientdb-core - 2.0.0.SNAPSHOT | 
> Removing disconnected network channel '172.17.4.22:2424/pinvault'...
> 2014-12-02 16:39:44,278 | ERROR | ool-15-thread-98 | PinImporter           
>            | 196 - com.brodos.pinvault-orientdb - 1.1.0.SNAPSHOT | Error 
> storing pin.
> com.orientechnologies.orient.core.exception.OStorageException: Cannot 
> create a connection to remote server address(es): [172.17.4.22:2424]
>         at 
> com.orientechnologies.orient.client.remote.OStorageRemote.openRemoteDatabase(OStorageRemote.java:1616)[212:com.orientechnologies.orientdb-client:2.0.0.SNAPSHOT]
>         at 
> com.orientechnologies.orient.client.remote.OStorageRemote.open(OStorageRemote.java:184)[212:com.orientechnologies.orientdb-client:2.0.0.SNAPSHOT]
>         at 
> com.orientechnologies.orient.client.remote.OStorageRemoteThread.open(OStorageRemoteThread.java:86)[212:com.orientechnologies.orientdb-client:2.0.0.SNAPSHOT]
>         at 
> com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.open(ODatabaseDocumentTx.java:249)[213:com.orientechnologies.orientdb-core:2.0.0.SNAPSHOT]
>         at 
> com.orientechnologies.orient.core.db.OPartitionedDatabasePool.acquire(OPartitionedDatabasePool.java:266)[213:com.orientechnologies.orientdb-core:2.0.0.SNAPSHOT]
>         at 
> com.brodos.pinvault.persistence.orient.OrientDBContainer.getDatabase(OrientDBContainer.java:42)[196:com.brodos.pinvault-orientdb:1.1.0.SNAPSHOT]
>         at 
> com.brodos.pinvault.persistence.orient.PinvaultRepositoryImpl.save(PinvaultRepositoryImpl.java:108)[196:com.brodos.pinvault-orientdb:1.1.0.SNAPSHOT]
>         at 
> com.brodos.pinimport.business.manager.control.PinvaultImporter$PinImportJob.run(PinvaultImporter.java:91)[196:com.brodos.pinvault-orientdb:1.1.0.SNAPSHOT]
>         at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)[:1.7.0_55]
>         at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)[:1.7.0_55]
>         at java.lang.Thread.run(Thread.java:745)[:1.7.0_55]
> ```
> Both client and server have 2.0-SNAPSHOT versions installed.
>
> What's going on here? 
>
> Alexander
>

-- 

--- 
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