I am building a WPF application for Windows that needs vehicle routing. I have tested it successfully against the Demo Server.
I am running on an Ubuntu 14.04.1 64-bit headless server VMware virtual machine. I have successfully built “osrm-routed”, extracted OSM data and created the hierarchy as per the instructions on the Wiki. I then run “osrm-routed” with the follwing server.ini Threads = 1 IP = 0.0.0.0 Port = 5000 hsgrData=/home/osm-data/CenturyRegion.osrm.hsgr nodesData=/home/osm-data/CenturyRegion.osrm.nodes edgesData=/home/osm-data/CenturyRegion.osrm.edges ramIndex=/home/osm-data/CenturyRegion.osrm.ramIndex geometry=/home/osm-data/CenturyRegion.osrm.geometry fileIndex=/home/osm-data/CenturyRegion.osrm.fileIndex namesData=/home/osm-data/CenturyRegion.osrm.names I have installed Apache2 and disabled both “iptables” and “ufw” firewalls. I also shut down the firewall of the calling machine. When I send a request to http://192.168.1.4:5000 I receive an exception "No connection could be made because the target machine actively refused it 192.168.1.4:5000" System.Net.Sockets.SocketException I am a web “newb” so it is probably something obvious - Any Ideas? Also- how do I confirm the osrm process is running in Ubuntu? Thanks, Wayde
_______________________________________________ OSRM-talk mailing list [email protected] https://lists.openstreetmap.org/listinfo/osrm-talk
