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
Related to #1866 :
When elevation is enabled, ORS tries to download required, not cached elevation files during startup.
If a timeout occurs during elevation timeout, startup fails and only a misleading log message is shown:
Failed to either read or execute the ors configuration and its parameters: java.lang.RuntimeException: Couldn't process file /home/ors/files/osm_file.pbf, error: java.net.SocketTimeoutException: Connect timed out
Add a helpful log message, also containing the download URL.
Additional context
No response
Possible Implementation
No response
Forum Topic Link
No response
The text was updated successfully, but these errors were encountered:
I second this, I'm having what seems to be the same problem with a very similar error message:
Failed to either read or execute the ors configuration and its parameters: java.lang.RuntimeException: Couldn't process file C:\Users\amitrani\Documents\GitHub\openrouteservice\Brazil\brazil-latest.osm.pbf, error: java.net.SocketTimeoutException: Connect timed out
I tried turning off the elevation functionality with elevation: false and this seems to have allowed the setup process to run without error, so it seems likely that the error was due to the process being unable to download elevation tiles. A more informative error message would be very helpful to understand the issue.
Is there an existing issue for this?
Feature/Enhancement Proposal
Related to #1866 :
When elevation is enabled, ORS tries to download required, not cached elevation files during startup.
If a timeout occurs during elevation timeout, startup fails and only a misleading log message is shown:
Add a helpful log message, also containing the download URL.
Additional context
No response
Possible Implementation
No response
Forum Topic Link
No response
The text was updated successfully, but these errors were encountered: