Are you by any chance using either local or plocal for both console and Java app? If so, it shouldn't be used that way.
Only one "client app" should access the database through local or plocal. If you want console AND java app access, you either need to run the server and have the java app and client app as remote clients or embed the server in the java app, have the app access plocal and the console remote. -- --- 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.
