Java Mailing List Archive

http://www.gg3721.com/

Home » Struts Users Mailing List »

RE: ExecuteAndWaitInterceptor Issue - Not getting request object at some where

ravindra

2008-11-27

Replies: Find Java Web Hosting

Author LoginPost Reply
Try using this,

Thread.currentThread().sleep(10); instead of Thread.sleep(10);





_____

From: nikunj [mailto:nmulani@(protected)]
Sent: Thursday, November 27, 2008 3:54 PM
To: 'Struts Users Mailing List'
Subject: ExecuteAndWaitInterceptor Issue - Not getting request object at
some where



Dear All,



I am using ExecuteAndWaitInterceptor.

Action contain following code in execute method.



1. for(int i=0; i<100000; i++)

   2. {

   3.   Thread.sleep(10);

   4.   logger.debug(i+ ") Name : "+Thread.currentThread().getName());

   5.   logger.debug("request : " + request);

   6.   logger.debug("Session : " + request.getSession().getId());

   7.}

               

       O/p

0) Name : testActionBackgroundThread

request :
<mailto:org.apache.struts2.dispatcher.StrutsRequestWrapper@(protected)>
org.apache.struts2.dispatcher.StrutsRequestWrapper@(protected)

Session : 00256AA99A97C3BFD7750ECE402DE543

1) Name : testActionBackgroundThread

request : org.apache.struts2.dispatcher.StrutsRequestWrapper@(protected)

Session : 00256AA99A97C3BFD7750ECE402DE543

2) Name : testActionBackgroundThread

request : org.apache.struts2.dispatcher.StrutsRequestWrapper@(protected)

Session : 00256AA99A97C3BFD7750ECE402DE543

3) Name : testActionBackgroundThread

request : org.apache.struts2.dispatcher.StrutsRequestWrapper@(protected)

Session : 00256AA99A97C3BFD7750ECE402DE543

4) Name : testActionBackgroundThread

request : org.apache.struts2.dispatcher.StrutsRequestWrapper@(protected)

Session : 00256AA99A97C3BFD7750ECE402DE543

5) Name : testActionBackgroundThread

request : org.apache.struts2.dispatcher.StrutsRequestWrapper@(protected)

java.lang.NullPointerException at line no 6

       

What is the magic with line no 6 so that for some value of "I" it is given
output successfully and after it given NullPointerException?

How can I fix this issue?

Can any body help me?

Thanks in Advance.



Regards,



Nikunj Mulani

Applied Software Pvt. Ltd.

Ahmedabad

91-98249 88262



©2008 gg3721.com - Jax Systems, LLC, U.S.A.