2015-08-12 22:50:19:615 WARNI Distributed server is not yet ONLINE (status=STARTING), reject incoming connection from /127.0.0.1:42581. If you are trying to shutdown the server, please kill the process [OServerNetworkListener]
or
Caused by: com.orientechnologies.common.io.OIOException: Error on connecting to 127.0.0.1:2424/mydb
at com.orientechnologies.orient.client.remote.ORemoteConnectionManager.createNetworkConnection(ORemoteConnectionManager.java:246) [orientdb-client-2.1.0.jar:2.1.0]
at com.orientechnologies.orient.client.remote.ORemoteConnectionManager$1.createNewResource(ORemoteConnectionManager.java:80) [orientdb-client-2.1.0.jar:2.1.0]
at com.orientechnologies.orient.client.remote.ORemoteConnectionManager$1.createNewResource(ORemoteConnectionManager.java:77) [orientdb-client-2.1.0.jar:2.1.0]
at com.orientechnologies.common.concur.resource.OResourcePool.getResource(OResourcePool.java:94) [orientdb-core-2.1.0.jar:2.1.0]
at com.orientechnologies.orient.client.remote.ORemoteConnectionManager.acquire(ORemoteConnectionManager.java:101) [orientdb-client-2.1.0.jar:2.1.0]
at com.orientechnologies.orient.client.remote.OStorageRemote.getAvailableNetwork(OStorageRemote.java:2103) [orientdb-client-2.1.0.jar:2.1.0]
... 10 more
Caused by: com.orientechnologies.orient.enterprise.channel.binary.ONetworkProtocolException: Cannot read protocol version from remote server /127.0.0.1:2424: java.net.SocketTimeoutException: Read timed out
at com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient.<init>(OChannelBinaryAsynchClient.java:98) [orientdb-enterprise-2.1.0.jar:2.1.0]
at com.orientechnologies.orient.client.remote.ORemoteConnectionManager.createNetworkConnection(ORemoteConnectionManager.java:233) [orientdb-client-2.1.0.jar:2.1.0]
... 15 more
Can you please help me why this is happening.