You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.
Unable to connect to OrientDb in remote mode from spring-boot-orientdb-hello example
factory.setUrl("remote:localhost/demodb"); get the following error
2017-12-14 15:36:58.374 ERROR 2583 --- [ main] c.o.orient.client.remote.OStorageRemote : Cannot open database url=10.10.220.88:2424/demodb
java.io.IOException: Timeout on reading response
at com.orientechnologies.orient.client.binary.OChannelBinaryAsynchClient.beginResponse(OChannelBinaryAsynchClient.java:249) ~[orientdb-client-3.0.0m1.jar:3.0.0m1]
On the server side getting memory heap error.
I am able to run in memory and plocal mode.
I am using springdata develop branch and OrientDB 3..M2 realease
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Unable to connect to OrientDb in remote mode from spring-boot-orientdb-hello example
factory.setUrl("remote:localhost/demodb"); get the following error
2017-12-14 15:36:58.374 ERROR 2583 --- [ main] c.o.orient.client.remote.OStorageRemote : Cannot open database url=10.10.220.88:2424/demodb
java.io.IOException: Timeout on reading response
at com.orientechnologies.orient.client.binary.OChannelBinaryAsynchClient.beginResponse(OChannelBinaryAsynchClient.java:249) ~[orientdb-client-3.0.0m1.jar:3.0.0m1]
On the server side getting memory heap error.
I am able to run in memory and plocal mode.
I am using springdata develop branch and OrientDB 3..M2 realease
Thank you in advance.
The text was updated successfully, but these errors were encountered: