Hi everyone, I start my server in embedded mode using a Java command line. The logs show the server started correctly:
2014-02-04 13:02:09:209 INFO Loading configuration from input stream [OServerConfigurationLoaderXml] 2014-02-04 13:02:09:380 INFO OrientDB Server v1.6.4 is starting up... [OServer] 2014-02-04 13:02:09:389 INFO Databases directory: /Users/georgebogdan/Projects/OrientDB/databases [OServer] 2014-02-04 13:02:09:416 INFO Listening binary connections on 0.0.0.0:2424 (protocol v.19) [OServerNetworkListener] 2014-02-04 13:02:09:417 INFO Listening http connections on 0.0.0.0:2480 (protocol v.10) [OServerNetworkListener] 2014-02-04 13:02:09:419 INFO OrientDB Server v1.6.4 is active. [OServer] though when trying to connect to a database using the console, the *connect*command hangs indefinitely: orientdb> connect remote:localhost/GratefulDeadConcerts admin admin Connecting to database [remote:localhost/GratefulDeadConcerts] with user 'admin'... I can connect just fine when I start the server using the *server.sh* shell script: orientdb> connect remote:localhost/GratefulDeadConcerts admin admin Connecting to database [remote:localhost/GratefulDeadConcerts] with user 'admin'...OK orientdb> Anyone can help? Best regards, George -- --- 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.
