Keep losing connection to orientDB when running app #10190
Replies: 2 comments
-
Hi, this error happens when sending a parameter in a query that is not supported by OrientDB, supported parameter are basic java types, OElement,ORID and base collections of them, if by chance you pass as parameter on not compatible object you may get this error, and we truncate the connection for safety reason |
Beta Was this translation helpful? Give feedback.
-
@vince92079 Did you able to resolve this? I am also facing similar issue. Initially the things working fine but after 20-25 days of usage (not so heavy use) I started getting this issue. The convergence client on ui get the error in websocket msg as: domain 'convergencee/default' could not connect to its database.
On debugging convergence code further looks like the above stack trace is miss-leading as the above error thrown when deserialization of the error object failed. It looks like the original error is in making connection to the orientdb. I also tried to connect manually to orientdb from terminal it worked. When this error started occurring found that the convergence-omnibus machine is consuming 80% on the memory. On restarting the convergence-omnibus docker image things works fine. Can you help me if something works for you ? |
Beta Was this translation helpful? Give feedback.
-
I have an application running Convergence with an OrientDB database v3.0.37. I'm seeing an issue where after a few hours the database seems to disconnect. There's nothing I can figure out as to why this is happening. I have several output statements in the convergence.log. I know this isn't a Convergence forum (which is pretty much defunct) but there several statements that look to be from OrientDB that could be what might be wrong. Specifically:
This is my first attempt using OrientDB. Any ideas what could be causing this?
Convergence.log:
Beta Was this translation helpful? Give feedback.
All reactions