im getting the NPE below thrown when a views location returned in not found

i have the result defined but the file (a jsp) does not exist in the file system. just need a prettier error i guess..

500 Internal Server Error

java.lang.NullPointerException

at com.opensymphony.webwork.dispatcher.ServletDispatcherResult.execute(ServletDispatcherResult.java:67)

at com.opensymphony.xwork.DefaultActionInvocation.executeResult(DefaultActionInvocation.java:235)

at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:161)

at com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.intercept(DefaultWorkflowInterceptor.java:58)

at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:149)

at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:37)

at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:149)

at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:37)

at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:149)

at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:37)

at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:149)

at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:37)

at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:149)

at com.opensymphony.xwork.interceptor.TimerInterceptor.intercept(TimerInterceptor.java:66)

at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:149)

at com.opensymphony.xwork.DefaultActionProxy.execute(DefaultActionProxy.java:121)

at com.opensymphony.webwork.dispatcher.ServletDispatcher.service(ServletDispatcher.java:169)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)

at com.evermind[Orion/2.0.2 (build 11157)]._hb.doFilter(.:59)

at com.opensymphony.webwork.lifecycle.RequestLifecycleFilter.doFilter(RequestLifecycleFilter.java:62)

at com.evermind[Orion/2.0.2 (build 11157)]._cub._pod(.:387)

at com.evermind[Orion/2.0.2 (build 11157)]._cub._bmc(.:177)

at com.evermind[Orion/2.0.2 (build 11157)]._ax._ltc(.:666)

at com.evermind[Orion/2.0.2 (build 11157)]._ax._uab(.:191)

at com.evermind[Orion/2.0.2 (build 11157)]._bf.run(.:62)





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to