orientechnologies / orientjs

The official fast, lightweight node.js client for OrientDB
http://orientdb.com
Other
327 stars 67 forks source link

Cannot select the server, error in Docker after minutes of working #442

Open horaciosolorio opened 3 years ago

horaciosolorio commented 3 years ago

Hello I need your support please , I am using "orientjs": "^3.0.11" and using latest docker container "orientdb:3.1.5"

All in development without docker works great, but in docker container first connection work as expected and I can make queries and connect to OrientDB, but after some minutes of working, I have the issue "OrientDB.ConnectionError [10]: Cannot select the server"

My code:

Captura de Pantalla 2020-12-08 a la(s) 20 45 24

Captura de Pantalla 2020-12-08 a la(s) 20 46 01

Captura de Pantalla 2020-12-08 a la(s) 20 46 11

Captura de Pantalla 2020-12-08 a la(s) 20 52 27

Can please let me know if I missing something?