Skip to content

Instantly share code, notes, and snippets.

@niks551
Created February 12, 2013 18:13
Show Gist options
  • Save niks551/4771946 to your computer and use it in GitHub Desktop.
Save niks551/4771946 to your computer and use it in GitHub Desktop.
type Exception report
message Request processing failed; nested exception is java.util.concurrent.CancellationException: Task was cancelled.
description The server encountered an internal error that prevented it from fulfilling this request.
exception
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.util.concurrent.CancellationException: Task was cancelled.
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:932)
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:816)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:801)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
root cause
java.util.concurrent.CancellationException: Task was cancelled.
com.google.common.util.concurrent.AbstractFuture$Sync.getValue(AbstractFuture.java:295)
com.google.common.util.concurrent.AbstractFuture$Sync.get(AbstractFuture.java:276)
com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:111)
com.google.common.util.concurrent.Futures$ListFuture.get(Futures.java:1408)
com.google.common.util.concurrent.Futures$ListFuture.get(Futures.java:1276)
com.convert.admin.AdminLoginController.newproductanalyticsoverview(AdminLoginController.java:119)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:597)
org.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:219)
org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:132)
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandleMethod(RequestMappingHandlerAdapter.java:745)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:686)
org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:925)
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:856)
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:920)
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:816)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:801)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
note The full stack trace of the root cause is available in the Apache Tomcat/6.0.36 logs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment