IntelliJ Java IDE
The moose likes Servlets and the fly likes NullPointerException Occuring randomly when using ExecuteAndWait Interceptor and ServletRequestAware Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "NullPointerException Occuring randomly when using ExecuteAndWait Interceptor and ServletRequestAware" Watch "NullPointerException Occuring randomly when using ExecuteAndWait Interceptor and ServletRequestAware" New topic
Author

NullPointerException Occuring randomly when using ExecuteAndWait Interceptor and ServletRequestAware

JayaKumar An
Greenhorn

Joined: Jan 26, 2012
Posts: 1
Hi Guys... I have a problem which is driving me nuts for the past few weeks.
I have a Servlet with a execute method which implements ServletRequestAware interface.
Also I have used ExecuteAndWait Interceptor to the display the waiting page to the user till the request gets loaded for redirection to a particular url.
When I try to fetch the HttpServletrequest using setServletRequest method in the ServletRequestAware , randomly i get a NullPointerException stating "NullPointerException at Request.getParameterNames()".
Kindly help me out in this issue as the request randomly becomes null at few instances.
Please if any one has faced this issue, provide some solution.

 
 
subject: NullPointerException Occuring randomly when using ExecuteAndWait Interceptor and ServletRequestAware
 
Threads others viewed
parameters have to be class variables of Action class ?
[Spring] Obtain a session or request object
Problem With Execute and Wait Interceptor
Regarding Query String
Struts 2 and passing data using interceptors
MyEclipse, The Clear Choice