plantbreeding / IPK-BrAPI-Validator

MIT License
4 stars 3 forks source link

"Test your own" 60 sec timeout #33

Closed BrapiCoordinatorSelby closed 5 years ago

BrapiCoordinatorSelby commented 5 years ago

Description: When using the "Test your own" page, if a validation request takes more than 60 sec, the request will timeout and no results are returned to the UI

Steps to recreate:

Expected: When the loading spinner stops spinning, the results should be shown.

Actual: The loading spinner spins for 60 sec (default request timeout), then no results are shown.

patrick-koenig commented 5 years ago

Hi Peter,

thank you for the report of this issue. For me it looks like a configuration problem of our Apache proxy server (wo is sitting in front of the Tomcat). Probably a timeout of 60 seconds is set and this is not sufficient for longer lasting tests. I have reported it to our server administrator and he will take care of it as soon as possible.

patrick-koenig commented 5 years ago

In addition, I will add a better error catch for such cases in the Javascript frontend code.