Skip to content

Instantly share code, notes, and snippets.

@cyfdecyf
Created December 22, 2011 14:31
Show Gist options
  • Save cyfdecyf/1510487 to your computer and use it in GitHub Desktop.
Save cyfdecyf/1510487 to your computer and use it in GitHub Desktop.
人人网找回密码出错页面给出的log
/common/menu/stepBar/?pos=1&step=1
500 POST /common/menu/stepBar/; nested exception is java.lang.reflect.InvocationTargetException: [Rose-1.0.1-20100805@Spring-2.5.6.SEC02]Error happended: POST /common/menu/stepBar/->String stepBar(Invocation, int, int) params=[/common/menu/stepBar/, 1, 1]
org.springframework.web.util.NestedServletException: POST /common/menu/stepBar/; nested exception is java.lang.reflect.InvocationTargetException: [Rose-1.0.1-20100805@Spring-2.5.6.SEC02]Error happended: POST /common/menu/stepBar/->String stepBar(Invocation, int, int) params=[/common/menu/stepBar/, 1, 1]
at net.paoding.rose.RoseFilter.throwServletException(RoseFilter.java:546)
at net.paoding.rose.RoseFilter.doFilter(RoseFilter.java:344)
at com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:70)
at com.caucho.server.webapp.DispatchFilterChain.doFilter(DispatchFilterChain.java:115)
at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:229)
at com.caucho.server.webapp.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:277)
at com.caucho.server.webapp.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:106)
at net.paoding.rose.web.portal.impl.WindowTask.run(WindowTask.java:81)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.reflect.InvocationTargetException: [Rose-1.0.1-20100805@Spring-2.5.6.SEC02]Error happended: POST /common/menu/stepBar/->String stepBar(Invocation, int, int) params=[/common/menu/stepBar/, 1, 1]
at net.paoding.rose.web.impl.thread.ActionEngine.createException(ActionEngine.java:516)
at net.paoding.rose.web.impl.thread.ActionEngine.execute(ActionEngine.java:393)
at net.paoding.rose.web.impl.thread.LinkedEngine.execute(LinkedEngine.java:69)
at net.paoding.rose.web.impl.thread.Rose.doNext(Rose.java:121)
at net.paoding.rose.web.impl.thread.ControllerEngine.execute(ControllerEngine.java:83)
at net.paoding.rose.web.impl.thread.LinkedEngine.execute(LinkedEngine.java:69)
at net.paoding.rose.web.impl.thread.Rose.doNext(Rose.java:121)
at net.paoding.rose.web.impl.thread.ModuleEngine.execute(ModuleEngine.java:119)
at net.paoding.rose.web.impl.thread.LinkedEngine.execute(LinkedEngine.java:69)
at net.paoding.rose.web.impl.thread.Rose.doNext(Rose.java:121)
at net.paoding.rose.web.impl.thread.RootEngine.execute(RootEngine.java:126)
at net.paoding.rose.web.impl.thread.LinkedEngine.execute(LinkedEngine.java:69)
at net.paoding.rose.web.impl.thread.Rose.doNext(Rose.java:121)
at net.paoding.rose.web.impl.thread.Rose.innerStart(Rose.java:256)
at net.paoding.rose.web.impl.thread.Rose.start(Rose.java:109)
at net.paoding.rose.RoseFilter.doFilter(RoseFilter.java:341)
... 12 more
Caused by: java.lang.NullPointerException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment