Created
February 29, 2012 01:35
-
-
Save mattwigway/1936840 to your computer and use it in GitHub Desktop.
exception planning trip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SEVERE: exception planning trip: | |
java.lang.NullPointerException | |
at org.opentripplanner.routing.impl.StreetVertexIndexServiceImpl.getClosestVertex(StreetVertexIndexServiceImpl.java:244) | |
at org.opentripplanner.routing.impl.StreetVertexIndexServiceImpl.getClosestVertex(StreetVertexIndexServiceImpl.java:186) | |
at org.opentripplanner.routing.impl.GenericPathService.getVertexForPlace(GenericPathService.java:72) | |
at org.opentripplanner.routing.impl.GenericPathService.getVertexForPlace(GenericPathService.java:58) | |
at org.opentripplanner.routing.impl.ContractionPathServiceImpl.plan(ContractionPathServiceImpl.java:99) | |
at org.opentripplanner.api.ws.PlanGenerator.generate(PlanGenerator.java:104) | |
at org.opentripplanner.api.ws.Planner.getItineraries(Planner.java:282) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:616) | |
at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) | |
at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) | |
at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) | |
at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) | |
at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) | |
at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) | |
at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) | |
at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) | |
at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) | |
at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) | |
at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) | |
at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) | |
at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) | |
at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) | |
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:575) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1365) | |
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:368) | |
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109) | |
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83) | |
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380) | |
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:97) | |
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380) | |
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:100) | |
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380) | |
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:78) | |
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380) | |
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54) | |
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380) | |
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:35) | |
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380) | |
at org.opentripplanner.api.authentication.WSSEAuthenticationFilter.doFilter(WSSEAuthenticationFilter.java:91) | |
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380) | |
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:79) | |
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380) | |
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:169) | |
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237) | |
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1336) | |
at org.opentripplanner.api.ws.JsonpCallbackFilter.doFilter(JsonpCallbackFilter.java:70) | |
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237) | |
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1336) | |
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:483) | |
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) | |
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:520) | |
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:233) | |
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1061) | |
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:412) | |
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192) | |
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:995) | |
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) | |
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:250) | |
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:149) | |
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111) | |
at org.eclipse.jetty.server.Server.handle(Server.java:351) | |
at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:451) | |
at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:916) | |
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:647) | |
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:233) | |
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:75) | |
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:615) | |
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:45) | |
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598) | |
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533) | |
at java.lang.Thread.run(Thread.java:679) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment