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
I'm not sure this issue has been already reported or not. Issue is
My web application is already running. Connection pool is initialized only once in a static constructor. It works fine and I can connect to database and make queries.
If I restart orient-db server, then all queries break with IOException "Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host."
If I try to drop connection pool in case of IO error again i get same error. So, I have to restart web server to make it work again.
As per my investigation I get error in Connection.ExecuteOperation method at code : _networkStream.Flush();
Please have a look at the issue.
Thanks
The text was updated successfully, but these errors were encountered:
I'm not sure this issue has been already reported or not. Issue is
My web application is already running. Connection pool is initialized only once in a static constructor. It works fine and I can connect to database and make queries.
If I restart orient-db server, then all queries break with IOException "Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host."
If I try to drop connection pool in case of IO error again i get same error. So, I have to restart web server to make it work again.
As per my investigation I get error in Connection.ExecuteOperation method at code : _networkStream.Flush();
Please have a look at the issue.
Thanks
The text was updated successfully, but these errors were encountered: