[GraphHopper] MyGZIPHook error

Diego Guidi diegoguidi at gmail.com
Mon Apr 14 07:42:46 UTC 2014


Hi mailing list.
First of all, sorry for a (maybe) doubled post, I've sent this message
some days ago but I'm not sure was actually sent.

I'm experiencing with graphopper (windows7, jdk 1.6 64bit) and I've
successfully configured the app via this
guide:https://github.com/graphhopper/graphhopper/wiki/Windows
I'm also successfully prepared an eclipse environment, but with only a
small error... I've commented from GuiceServletConfig the gzip filter,
that throws a bunch of exceptions like this:
WARN:org.eclipse.jetty.continuation.Jetty6Continuation:!ContinuationFilter
installed
WARN::/
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
        at org.eclipse.jetty.continuation.ContinuationSupport.getContinuation(ContinuationSupport.java:145)
        at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:299)

All looks ok commenting this code:
// filter("/*").through(MyGZIPHook.class, params);
so basically skipping the gzip filter...

any suggestions?
thanks anyway

Diego Guidi



More information about the GraphHopper mailing list