<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hi,</div><div class=""><br class=""></div><div class="">I’m new to Graphhopper. Recently I tried to setup a graphhopper server locally. Everything worked like a charm with 2D routing, but then I tried to start the server with bike2 and elevation provider SRTM. I always get the same error:</div><div class=""><br class=""></div><div class="">Config:</div><div class=""><div class="">graph.flagEncoders=bike2</div><div class="">graph.elevation.provider=srtm</div></div><div class="">graph.elevation.cachedir=./srtmprovider/</div><div class=""><br class=""></div><div class="">Run:</div><div class="">./graphopper.sh web europe-italy.pbf</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);" class="">./graphhopper.sh web europe_italy.pbf </div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);" class="">## using java 1.7.0_79 (64bit) from </div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);" class="">## using existing osm file europe_italy.pbf</div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);" class="">## existing jar found tools/target/graphhopper-tools-0.5-SNAPSHOT-jar-with-dependencies.jar</div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);" class="">## now web. JAVA_OPTS=-Xmx2000m -Xms2000m -server</div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);" class="">2015-05-29 18:11:31,849 [main] INFO  com.graphhopper.GraphHopper - version 0.5|2015-05-28T07:55:15+0000 (4,12,3,2,2)</div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);" class="">2015-05-29 18:11:31,868 [main] INFO  com.graphhopper.GraphHopper - graph LevelGraphStorage|bike2|RAM_STORE|3D|NoExt|,,,,, details:edges:0(0), nodes:0(0), name: /(0), geo:0(0), bounds:1.7976931348623157E308,-1.7976931348623157E308,1.7976931348623157E308,-1.7976931348623157E308,1.7976931348623157E308,-1.7976931348623157E308</div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);" class="">2015-05-29 18:11:31,893 [main] INFO  com.graphhopper.GraphHopper - start creating graph from europe_italy.pbf</div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);" class="">2015-05-29 18:11:31,894 [main] INFO  com.graphhopper.GraphHopper - using LevelGraphStorage|bike2|RAM_STORE|3D|NoExt|,,,,, memory:totalMB:1933, usedMB:32</div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);" class="">2015-05-29 18:17:00,445 [main] INFO  com.graphhopper.reader.OSMReader - 50 000 (preprocess), osmWayMap:14 809 totalMB:1933, usedMB:737</div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);" class="">2015-05-29 18:17:01,353 [main] INFO  com.graphhopper.reader.OSMReader - 100 000 (preprocess), osmWayMap:24 907 totalMB:1933, usedMB:919</div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);" class="">2015-05-29 18:17:02,140 [main] INFO  com.graphhopper.reader.OSMReader - 150 000 (preprocess), osmWayMap:31 498 totalMB:1933, usedMB:946</div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);" class="">2015-05-29 18:17:02,325 [main] INFO  com.graphhopper.reader.OSMReader - creating graph. Found nodes (pillar+tower):29 773 397, totalMB:1933, usedMB:946</div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);" class="">2015-05-29 18:17:02,438 [main] INFO  com.graphhopper.reader.dem.SRTMProvider - SRTM Elevation Provider, from: <a href="http://dds.cr.usgs.gov/srtm/version2_1/SRTM3/" class="">http://dds.cr.usgs.gov/srtm/version2_1/SRTM3/</a>, to: /vagrant/graphhopper/srtmprovider, as: MMAP_STORE</div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);" class="">2015-05-29 18:17:02,466 [main] WARN  com.graphhopper.reader.dem.SRTMProvider - cannot load dem135186, error:Not a GraphHopper file! Expected 'GH' as file marker but was </div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);" class="">Exception in thread "PBF Reader" java.lang.RuntimeException: Unable to read PBF file.</div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);" class=""><span class="Apple-tab-span" style="white-space:pre">       </span>at com.graphhopper.reader.pbf.PbfReader.run(PbfReader.java:53)</div></div><div class=""><br class=""></div><div class="">Am I missing out something?</div><div class=""><br class=""></div><div class="">All the best,</div><div class=""><br class=""></div><div class="">Martin</div></body></html>