[GraphHopper] MyGZIPHook error

Peter K peathal at yahoo.de
Mon Apr 14 15:41:06 UTC 2014


JDK6 should work (see openjdk6)
https://travis-ci.org/graphhopper/graphhopper

but is in general deprecated, so I do not suggest it in the docs.

Regards,
Peter.

> a little question: "make sure JRE7 or 8 is installed."
> actually I'm using jdk6 and all looks working well.
> what kind of problems you've experienced with older jvm?
> note that this is not an issue, I can update jvm as soon as I
> experience some issues.
>
> Diego Guidi
>
>
> On Mon, Apr 14, 2014 at 5:16 PM, Peter K <peathal at yahoo.de> wrote:
>> Good you have sorted this out :) !
>>
>> Regarding the servlet and the module:
>> yes there were some changes, so now jetty is included in graphhopper-web
>> which means you can directly start GraphHopper with the GHServer its
>> main method like any ordinary desktop project - no need for an external
>> container which made everything more complex and the quickstart is a lot
>> simpler now:
>> https://github.com/graphhopper/graphhopper/blob/master/docs/web/quickstart.md
>>
>> Still it is possible to use graphhopper web as a war or similar to be
>> put in such a container like you probably already did.
>>
>> Regards,
>> Peter.
>>
>>
>>> On Mon, Apr 14, 2014 at 5:01 PM, Peter K <peathal at yahoo.de> wrote:
>>>> Or what is the problem you have?
>>> ok you're right and I'm starting feeling a bit stupid :)
>>>
>>> Due to configuration of my runner in eclipse, I'm running GHServer
>>> with this VM arguments
>>> "
>>> -Dgraphhopper.config=../config.properties
>>> -Dgraphhopper.osmreader.osm=../ancona.osm -Xms1500m -Xms1500m
>>> -XX:PermSize=50m -XX:MaxPermSize=50m
>>> "
>>> simply using PROGRAM arguments fixed also this "problem".
>>> Thanks, again :)
>>>
>>> Diego Guidi




More information about the GraphHopper mailing list