-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
regex_error #1021
Comments
As a workaround try |
thank you for the answer. But if I execute this command it sais: [warn] ./osrm-routed could not be locked to RAM but if I execute ls -l the file exists in this folder |
check the path where your data files are. |
it's in the same directory. I rebuilded them in the same directory: ls -l |
dennis, i think your suggestion: ./osrm-routed hsgrData=/home/benedikt/updatedb/benin_neu.osrm is slighty incorrect? shouldn't it be: ./osrm-routed /home/benedikt/updatedb/benin_neu.osrm or ./osrm-routed hsgrData=/home/benedikt/updatedb/benin_neu.osrm.hsgr |
oh wow. good catch @emiltin. You are right. it should be:
my bad. |
wonder why the ini file cases a regex error? |
Yeah, unclear atm. I'll dig into it tomorrow. |
Thanks a lot. It works fine now! |
nice that it works. however, i'm going to reopen this, sicne we should investigate why a regex error occured. |
Fixed via c6b5f83. |
If I want to start the routing:
./osrm-routed
i get the error message:
[info] Reading options from: server.ini
[warn] exception: regex_error
my server.ini file is:
Threads=1
IP=0.0.0.0
Port=5000
hsgrData=/home/benedikt/updatedb/benin_neu.osrm.hsgr
nodesData=/home/benedikt/updatedb/benin_neu.osrm.nodes
edgesData=/home/benedikt/updatedb/benin_neu.osrm.edges
ramIndex=/home/benedikt/updatedb/benin_neu.osrm.ramIndex
fileIndex=/home/benedikt/updatedb/benin_neu.osrm.fileIndex
namesData=/home/benedikt/updatedb/benin_neu.osrm.names
Could anybody help?
The text was updated successfully, but these errors were encountered: