rwth-acis / mobsos-success-modeling

This service is part of the MobSOS monitoring concept and provides visualization functionality of the monitored data to the Web-frontend.
Other
3 stars 0 forks source link

Timeout on service request #24

Closed lakhoune closed 2 years ago

lakhoune commented 2 years ago

On the cluser in the main network, I tried to make requests to the success modeling service as an authenticated user. However the response, I get eventually from the webconnector is that there was an exception during RMI. Replaying the same request but without the authentication header and access_token header results in a successful response.

lakhoune commented 2 years ago

It seems like this call throws the exception which is not handled here is a debug log message which is not reached.

lakhoune commented 2 years ago

It seems like #25 is causing the service requests not to be forwarded to the service but not terminating in filter

lakhoune commented 2 years ago

This issue was related to a misconfig of the query visualization service. The issue was fixed by correcting the registry config and by the following PR