OSRM lässt sich nicht starten … bekomm die für mich nichtssagende Fehlermeldung " not found."
Was kann ich tun?
Anbei das Log, die server.ini und eine Liste der Files im Verzeichnis (ls)
log
floyd@floyd-VirtualBox:~/Project-OSRM/build$ ./osrm-routed
[info] Reading options from: server.ini
[warn] ./osrm-routed could not be locked to RAM
[info] starting up engines, v0.4.1, compiled at Jun 12 2014, 22:10:23
[info] HSGR file: “./sachsen-latest.osrm.hsgr”
[info] loading graph data
[info] loading graph from ./sachsen-latest.osrm.hsgr
[info] number_of_nodes: 691505, number_of_edges: 3038360
[info] loaded 691506 nodes and 3038360 edges
[info] Data checksum is 0
[info] loading egde information
[info] loading geometries
[warn] exception: not found.
floyd@floyd-VirtualBox:~/Project-OSRM/build$
server.ini
Threads = 2
IP = 0.0.0.0
Port = 5000
hsgrData=./sachsen-latest.osrm.hsgr
nodesData=./sachsen-latest.osrm.nodes
edgesData=./sachsen-latest.osrm.edges
ramIndex=./sachsen-latest.osrm.ramIndex
fileIndex=./sachsen-latest.osrm.fileIndex
namesData=./sachsen-latest.osrm.names
timestamp=./sachsen-latest.osrm.timestamp
files
wambacher
(Walter Nordmann)
June 12, 2014, 9:09pm
#2
Augen aufmachen?
ich sehe kein sachsen-latest.osrm.timestamp in der Directory. Kenne das Programm allerdings nicht und es könnte ja sein, daß das ein Ausgabefile ist. Dann vergiss meine Info.
Gruss
walter
Ich hatte hier (https://github.com/DennisOSRM/Project-OSRM/issues/762 ) gelesen das man das timestamp-file als fake-eintrag hinzufügen kann. Laut der OSRM-Doku ist es nicht notwendig.
Running the Engine
If you run the command
./osrm-routed
without any parameters, it is fully controlled by a config file named server.ini. A sample server.ini file is as follows
Threads = 4
IP = 0.0.0.0
Port = 5000
hsgrData=./map.osrm.hsgr
nodesData=./map.osrm.nodes
edgesData=./map.osrm.edges
ramIndex=./map.osrm.ramIndex
fileIndex=./map.osrm.fileIndex
namesData=./map.osrm.names
wambacher
(Walter Nordmann)
June 12, 2014, 9:21pm
#4
Dann lass den Eintrag im server.ini doch mal weg.
Gruss
walter
wambacher
(Walter Nordmann)
June 12, 2014, 9:25pm
#6
Floyddotnet:
Ändert nix
Nun denn, hab ja auch nur geraten.
Dein server.ini File ist unvollständig, da fehlt das Geometry File sachsen-latest.osrm.geometry
Ok das funktioniert … danke