Letractively / wisematches

Automatically exported from code.google.com/p/wisematches
Other
0 stars 0 forks source link

No mapping found for HTTP request with URI [/playground/scribble/{0}] #345

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Log session start time Thu May 30 17:53:33 UTC 2013

Date    Thread  Level   Logger  MDC Message
2013-05-28 
05:08:43,409    http-bio-8080-exec-69   WARN    org.springframework.web.servlet.PageNotF
ound        No mapping found for HTTP request with URI [/playground/scribble/{0}] in 
DispatcherServlet with name 'web-app'
2013-05-28 
05:08:48,437    http-bio-8080-exec-75   WARN    org.springframework.web.servlet.PageNotF
ound        No mapping found for HTTP request with URI [/playground/scribble/{1}] in 
DispatcherServlet with name 'web-app'
2013-05-28 
05:09:03,639    http-bio-8080-exec-73   WARN    org.springframework.web.servlet.PageNotF
ound        No mapping found for HTTP request with URI [/playground/scribble/{0}] in 
DispatcherServlet with name 'web-app'
2013-05-28 
05:09:06,338    http-bio-8080-exec-61   WARN    org.springframework.web.servlet.PageNotF
ound        No mapping found for HTTP request with URI [/playground/scribble/{1}] in 
DispatcherServlet with name 'web-app'
2013-05-30 
09:59:37,891    http-bio-8080-exec-96   WARN    org.springframework.web.servlet.PageNotF
ound        No mapping found for HTTP request with URI [/playground/dictionary] in 
DispatcherServlet with name 'web-app'
2013-05-30 
09:59:40,331    http-bio-8080-exec-95   WARN    org.springframework.web.servlet.PageNotF
ound        No mapping found for HTTP request with URI [/playground/dictionary] in 
DispatcherServlet with name 'web-app'
2013-05-30 
09:59:41,741    http-bio-8080-exec-83   WARN    org.springframework.web.servlet.PageNotF
ound        No mapping found for HTTP request with URI [/playground/dictionary] in 
DispatcherServlet with name 'web-app'
2013-05-30 
10:00:10,776    http-bio-8080-exec-92   WARN    org.springframework.web.servlet.PageNotF
ound        No mapping found for HTTP request with URI [/playground/dictionary] in 
DispatcherServlet with name 'web-app'
2013-05-30 
17:53:33,187    http-bio-8080-exec-99   ERROR   wisematches.web.mvc.AbstractScribbleCon
troller     System move exception
java.lang.NullPointerException: null 
    at wisematches.server.web.servlet.mvc.playground.scribble.board.ScribbleObservingController$1.call(ScribbleObservingController.java:60) 
    at wisematches.server.web.servlet.mvc.playground.scribble.board.ScribbleObservingController$1.call(ScribbleObservingController.java:52) 
    at wisematches.server.web.servlet.mvc.playground.scribble.AbstractScribbleController.processSafeAction(AbstractScribbleController.java:65) 
    at wisematches.server.web.servlet.mvc.playground.scribble.board.ScribbleObservingController.loadChangesAjax(ScribbleObservingController.java:52) 
    at sun.reflect.GeneratedMethodAccessor847.invoke(Unknown Source) 
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 
    at java.lang.reflect.Method.invoke(Method.java:601) 
    at org.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:219) 
    at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:132) 
    at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) 
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandleMethod(RequestMappingHandlerAdapter.java:745) 
    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:686) 
    at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80) 
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:925) 
    at wisematches.server.web.servlet.WiseMatchesServlet.doDispatch(WiseMatchesServlet.java:53) 
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:856) 
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:920) 
    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:827) 
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:641) 
    at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:801) 
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:722) 
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305) 
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) 
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330) 
    at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118) 
    at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84) 
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342) 
    at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113) 
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342) 
    at wisematches.server.web.security.filter.SessionRegistryFilter.doFilter(SessionRegistryFilter.java:44) 
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342) 
    at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103) 
    at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342) 
    at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113) 

Original issue reported on code.google.com by smklimenko on 31 May 2013 at 3:47

GoogleCodeExporter commented 8 years ago

Original comment by smklimenko on 10 Jun 2013 at 4:20

GoogleCodeExporter commented 8 years ago
Nothing special

Original comment by smklimenko on 10 Jun 2013 at 9:41