Losing connection with ROOlympiaServer

Hi,

I need help understanding an ongoing issue I’m encountering. Some clients, at random intervals, start getting errors like “No connection available” or “Timeout” when my application tries to communicate with Olympia. If I restart the application, everything works again. However, sometimes the issue resolves itself after a few minutes or hours, seemingly at random.

Is there any way to enable logging in Olympia to help understand what’s happening?

Here is the configuration I’m using for Olympia version 10.0.0.1589:

{
  "ServiceName": "PServerSession",
  "Port": 3090,
  "EventTimeout": 1800,
  "SessionTimeout": 1800,
  "PoolSize": 4,
  "InMemoryMode": true
}

Any insights or suggestions would be greatly appreciated!

Hi,

We haven’t any logging in Olympia.

if you revert PoolSize to 1, will it change anything in your environment?

I don’t think so, but I’ll try it.