Re: [orientdb] Can’t connect to database using Plocal

2017-10-04 Thread Maxim Nikolaev
Thank you!! I’m starting in Java(( -- --- 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 orient-database+unsubscr...@googlegroups.com. For more options, visit https:

Re: [orientdb] Can’t connect to database using Plocal

2017-10-04 Thread Enrico Risa
Hi Maxim if you have a running server with that database, you cannot open it in plocal, since the server holds the exclusive lock on it. You can do this only if the JVM is the same.For example if you embed OrientDB in your application. Thanks Enrico 2017-10-04 14:57 GMT+02:00 Maxim Nikolaev : >

Re: [orientdb] Can’t connect to database using Plocal

2017-10-04 Thread Luigi Dell'Aquila
Hi Maxim, If you have a running server, you cannot access the db from another process. The server process locks the database to avoid concurrent access to the files, so if you want to connect in plocal you have to stop the server. Thanks Luigi 2017-10-04 14:57 GMT+02:00 Maxim Nikolaev : > 1 S

[orientdb] Can’t connect to database using Plocal

2017-10-04 Thread Maxim Nikolaev
1 Step - connect to dataase using remote - Ok 2 Step - try connect to database using plocal, but attempt is failed : can’t access to database with mode ‘“rw” What correct order using plocal to connect to orient database ?? What blocking database ? What is config parametr storage.KeepOpen? --