graphhopper / map-matching

The map matching functionality is now located in the main repository https://github.com/graphhopper/graphhopper#map-matching
https://www.graphhopper.com/open-source/
Apache License 2.0
785 stars 274 forks source link

Run 0.9 Version #108

Closed kshmr closed 6 years ago

kshmr commented 6 years ago

I've tried to run UI mode with command ./map-matching.sh action=start-server , but I got error :

using java
2017-11-15 17:46:54,345 [main] INFO  com.graphhopper.http.CmdArgsModule - jsonp disabled
Exception in thread "main" java.lang.IllegalStateException: Cannot load properties to fetch EncodingManager configuration at: ./graph-cache/
    at com.graphhopper.routing.util.EncodingManager.create(EncodingManager.java:155)
    at com.graphhopper.GraphHopper.load(GraphHopper.java:725)
    at com.graphhopper.GraphHopper.importOrLoad(GraphHopper.java:617)
    at com.graphhopper.http.GraphHopperModule$3.start(GraphHopperModule.java:182)
    at com.graphhopper.http.GHServer.start(GHServer.java:118)
    at com.graphhopper.http.GHServer.start(GHServer.java:62)
    at com.graphhopper.matching.http.MatchServer.main(MatchServer.java:36)

I used version 0.9, maven version 3.3.9 and java openjdk version "1.8.0_151". Did I miss something during instalation ?

karussell commented 6 years ago

Please follow the instructions like that an import is necessary before and questions should go first to our forum, then if this turns out to be a bug they'll be reported as issue