You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Abhishek Khandelwal <ak...@spikesource.com> on 2004/05/21 00:42:36 UTC

Cactus test hangs annd get Action servlet error

I am running cactus tests on the struts 1.1 release version. 
I am getting the following error while the test run on tomcat5

After this erro, it tries to exit build-tests.xml and then stop the
tomcat server and hangs. 

Does anyone have idea about this problem?

=====================================================================

 [junit] Testcase: testInitDestroyInternal took 0.23 sec
    [junit]     Caused an ERROR
    [junit] Failed to get the test results. This is probably due to an
error that happened on the server side when trying to execute the tests.
Here is what was returned by the server : []
    [junit] org.apache.cactus.util.ChainedRuntimeException: Failed to
get the test results. This is probably due to an error that happened on
the server side when trying to execute the tests. Here is what was
returned by the server : []
    [junit]     at
org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest(AbstractHttpClient.java;org/apache/cactus/util/log/LogAspect.aj(1k):120)
    [junit]     at
org.apache.cactus.client.AbstractHttpClient.around2_doTest(AbstractHttpClient.java;org/apache/cactus/util/log/LogAspect.aj(1k):1236)
    [junit]     at
org.apache.cactus.client.AbstractHttpClient.doTest(AbstractHttpClient.java;org/apache/cactus/util/log/LogAspect.aj(1k):104)
    [junit]     at
org.apache.cactus.AbstractWebTestCase.runGenericTest(AbstractWebTestCase.java:260)
    [junit]     at
org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:133)
    [junit]     at
org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:195)
    [junit] org.apache.cactus.client.ParsingException: Not a valid
response
    [junit]     at
org.apache.cactus.client.WebTestResultParser.readRootElement(WebTestResultParser.java;org/apache/cactus/util/log/LogAspect.aj(1k):140)
    [junit]     at
org.apache.cactus.client.WebTestResultParser.dispatch29_parse(WebTestResultParser.java;org/apache/cactus/util/log/LogAspect.aj(1k):101)
    [junit]     at
org.apache.cactus.client.WebTestResultParser.around29_parse(WebTestResultParser.java;org/apache/cactus/util/log/LogAspect.aj(1k):1236)
    [junit]     at
org.apache.cactus.client.WebTestResultParser.parse(WebTestResultParser.java;org/apache/cactus/util/log/LogAspect.aj(1k):96)
    [junit]     at
org.apache.cactus.client.AbstractHttpClient.callGetResult(AbstractHttpClient.java;org/apache/cactus/util/log/LogAspect.aj(1k):230)
    [junit]     at
org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest(AbstractHttpClient.java;org/apache/cactus/util/log/LogAspect.aj(1k):114)
    [junit]     at
org.apache.cactus.client.AbstractHttpClient.around2_doTest(AbstractHttpClient.java;org/apache/cactus/util/log/LogAspect.aj(1k):1236)
    [junit]     at
org.apache.cactus.client.AbstractHttpClient.doTest(AbstractHttpClient.java;org/apache/cactus/util/log/LogAspect.aj(1k):104)
    [junit]     at
org.apache.cactus.AbstractWebTestCase.runGenericTest(AbstractWebTestCase.java:260)
    [junit]     at
org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:133)
    [junit]     at
org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:195)
 







==================================================================


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Another problem with struts and cactus

Posted by Abhishek Khandelwal <ak...@spikesource.com>.
Hi,

I am building struts1.2 from CVS_HEAD.
I was able to build struts properly by ant dist.

When I try to run ant test.tomcat.all
All the tests are running properly and finally when the test.tomcat.50
target call the stop.tomcat.50 target, I guess the target hangs. It
never returns. Probably some problem in stopping the tomcat server.

Does anyone has any idea or know the work around for stopping tomcat,
wtihout it getting hang.
Seeing mails from last couple of days, looks like validator problem. But
still I am confused how validator is interfering with shutting down
tomcat.

Although it shows me that build was successful.

After I kill the hanged process, It shows me
java.reflect.InvocationTargetException.

Here is the dump of error I am getting::

_______________________________________________________________________


stop.tomcat.50:
     [java] Catalina.stop: java.net.ConnectException: Connection refused
     [java] java.net.ConnectException: Connection refused
     [java]     at java.net.PlainSocketImpl.socketConnect(Native Method)
     [java]     at
java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
     [java]     at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
     [java]     at
java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
     [java]     at java.net.Socket.connect(Socket.java:452)
     [java]     at java.net.Socket.connect(Socket.java:402)
     [java]     at java.net.Socket.<init>(Socket.java:309)
     [java]     at java.net.Socket.<init>(Socket.java:124)
     [java]     at
org.apache.catalina.startup.Catalina.stopServer(Catalina.java:449)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
     [java]     at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     [java]     at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java]     at java.lang.reflect.Method.invoke(Method.java:324)
     [java]     at
org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:322)
     [java]     at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:400)
 
 
     [java] Java Result: 1
[runservertests] Server stopped !
 
test.tomcat.all:
 
BUILD SUCCESSFUL
Total time: 10 minutes 28 seconds
 
 
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at
org.apache.tools.ant.taskdefs.ProcessDestroyer.removeShutdownHook(ProcessDestroyer.java:116)
        at
org.apache.tools.ant.taskdefs.ProcessDestroyer.remove(ProcessDestroyer.java:186)
        at
org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:495)
        at org.apache.tools.ant.taskdefs.Java.fork(Java.java:702)
        at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:161)
        at org.apache.tools.ant.taskdefs.Java.execute(Java.java:77)
        at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:269)
        at org.apache.tools.ant.Task.perform(Task.java:364)
        at org.apache.tools.ant.Target.execute(Target.java:301)
        at org.apache.tools.ant.Target.performTasks(Target.java:328)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1215)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:383)
        at
org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:107)
        at org.apache.cactus.ant.StartServerHelper.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:534)
Caused by: java.lang.IllegalStateException: Shutdown in progress
        at java.lang.Shutdown.remove(Shutdown.java:102)
        at java.lang.Runtime.removeShutdownHook(Runtime.java:218)
        ... 19 more
     [java] Java Result: -126


_______________________________________________________________________



Thanks
Abhishek


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Cactus test hangs annd get Action servlet error

Posted by Niall Pemberton <ni...@blueyonder.co.uk>.
Sorry, can't really help you any further - I don't know much about the
tests, except that I had the same problem - so I was just sharing what
worked for me.

Niall
----- Original Message ----- 
From: "Abhishek Khandelwal" <ak...@spikesource.com>
To: "Struts Developers List" <de...@struts.apache.org>
Sent: Friday, May 21, 2004 1:26 AM
Subject: Re: Cactus test hangs annd get Action servlet error


> I am running on Cactus version 13-1.4.1
>
> Is there some kind of configuration set up, that needs to be done before
> running the test.?
>
> Here are the steps I am following:
> 1) Downloaded struts1.1 source code.
> 2) Downloaded cactus jars - binary distribution
> 3) set the cactus 13-1.14.1 properties in build.properties
> 4) ant dist
> 5) ant test.tomcat.all ( added tomcat50.test code, similar to
> tomcat41.test)
>
> Am I missing anything in between?
>
> Abhishek
>
> On Thu, 2004-05-20 at 17:28, Niall Pemberton wrote:
> > I had this problem and got past it by changing the Cactus version - I
was
> > getting this with Cactus version 1.5 - when I went back to Cactus 1.4.1
it
> > sorted it out.
> >
> > >From this message, seems like it was a problem with versions prior to
1.4 as
> > well.
> >
> >
http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg13464.html
> >
> > You can get older releases of Cactus here:
> >
> >    http://archive.apache.org/dist/jakarta/cactus/archive/
> >
> > Niall
> >
> > ----- Original Message ----- 
> > From: "Abhishek Khandelwal" <ak...@spikesource.com>
> > To: "Struts Developers List" <de...@struts.apache.org>
> > Sent: Thursday, May 20, 2004 11:42 PM
> > Subject: Cactus test hangs annd get Action servlet error
> >
> >
> > >
> > > I am running cactus tests on the struts 1.1 release version.
> > > I am getting the following error while the test run on tomcat5
> > >
> > > After this erro, it tries to exit build-tests.xml and then stop the
> > > tomcat server and hangs.
> > >
> > > Does anyone have idea about this problem?
> > >
> > > =====================================================================
> > >
> > >  [junit] Testcase: testInitDestroyInternal took 0.23 sec
> > >     [junit]     Caused an ERROR
> > >     [junit] Failed to get the test results. This is probably due to an
> > > error that happened on the server side when trying to execute the
tests.
> > > Here is what was returned by the server : []
> > >     [junit] org.apache.cactus.util.ChainedRuntimeException: Failed to
> > > get the test results. This is probably due to an error that happened
on
> > > the server side when trying to execute the tests. Here is what was
> > > returned by the server : []
> > >     [junit]     at
> > >
> >
org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest(AbstractHttpCli
> > ent.java;org/apache/cactus/util/log/LogAspect.aj(1k):120)
> > >     [junit]     at
> > >
> >
org.apache.cactus.client.AbstractHttpClient.around2_doTest(AbstractHttpClien
> > t.java;org/apache/cactus/util/log/LogAspect.aj(1k):1236)
> > >     [junit]     at
> > >
> >
org.apache.cactus.client.AbstractHttpClient.doTest(AbstractHttpClient.java;o
> > rg/apache/cactus/util/log/LogAspect.aj(1k):104)
> > >     [junit]     at
> > >
> >
org.apache.cactus.AbstractWebTestCase.runGenericTest(AbstractWebTestCase.jav
> > a:260)
> > >     [junit]     at
> > > org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:133)
> > >     [junit]     at
> > > org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:195)
> > >     [junit] org.apache.cactus.client.ParsingException: Not a valid
> > > response
> > >     [junit]     at
> > >
> >
org.apache.cactus.client.WebTestResultParser.readRootElement(WebTestResultPa
> > rser.java;org/apache/cactus/util/log/LogAspect.aj(1k):140)
> > >     [junit]     at
> > >
> >
org.apache.cactus.client.WebTestResultParser.dispatch29_parse(WebTestResultP
> > arser.java;org/apache/cactus/util/log/LogAspect.aj(1k):101)
> > >     [junit]     at
> > >
> >
org.apache.cactus.client.WebTestResultParser.around29_parse(WebTestResultPar
> > ser.java;org/apache/cactus/util/log/LogAspect.aj(1k):1236)
> > >     [junit]     at
> > >
> >
org.apache.cactus.client.WebTestResultParser.parse(WebTestResultParser.java;
> > org/apache/cactus/util/log/LogAspect.aj(1k):96)
> > >     [junit]     at
> > >
> >
org.apache.cactus.client.AbstractHttpClient.callGetResult(AbstractHttpClient
> > .java;org/apache/cactus/util/log/LogAspect.aj(1k):230)
> > >     [junit]     at
> > >
> >
org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest(AbstractHttpCli
> > ent.java;org/apache/cactus/util/log/LogAspect.aj(1k):114)
> > >     [junit]     at
> > >
> >
org.apache.cactus.client.AbstractHttpClient.around2_doTest(AbstractHttpClien
> > t.java;org/apache/cactus/util/log/LogAspect.aj(1k):1236)
> > >     [junit]     at
> > >
> >
org.apache.cactus.client.AbstractHttpClient.doTest(AbstractHttpClient.java;o
> > rg/apache/cactus/util/log/LogAspect.aj(1k):104)
> > >     [junit]     at
> > >
> >
org.apache.cactus.AbstractWebTestCase.runGenericTest(AbstractWebTestCase.jav
> > a:260)
> > >     [junit]     at
> > > org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:133)
> > >     [junit]     at
> > > org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:195)
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > ==================================================================
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> > > For additional commands, e-mail: dev-help@struts.apache.org
> > >
> > >
> > >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> > For additional commands, e-mail: dev-help@struts.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Cactus test hangs annd get Action servlet error

Posted by Abhishek Khandelwal <ak...@spikesource.com>.
I am running on Cactus version 13-1.4.1

Is there some kind of configuration set up, that needs to be done before
running the test.?

Here are the steps I am following:
1) Downloaded struts1.1 source code.
2) Downloaded cactus jars - binary distribution
3) set the cactus 13-1.14.1 properties in build.properties
4) ant dist
5) ant test.tomcat.all ( added tomcat50.test code, similar to
tomcat41.test)

Am I missing anything in between?

Abhishek

On Thu, 2004-05-20 at 17:28, Niall Pemberton wrote:
> I had this problem and got past it by changing the Cactus version - I was
> getting this with Cactus version 1.5 - when I went back to Cactus 1.4.1 it
> sorted it out.
> 
> >From this message, seems like it was a problem with versions prior to 1.4 as
> well.
> 
>   http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg13464.html
> 
> You can get older releases of Cactus here:
> 
>    http://archive.apache.org/dist/jakarta/cactus/archive/
> 
> Niall
> 
> ----- Original Message ----- 
> From: "Abhishek Khandelwal" <ak...@spikesource.com>
> To: "Struts Developers List" <de...@struts.apache.org>
> Sent: Thursday, May 20, 2004 11:42 PM
> Subject: Cactus test hangs annd get Action servlet error
> 
> 
> >
> > I am running cactus tests on the struts 1.1 release version.
> > I am getting the following error while the test run on tomcat5
> >
> > After this erro, it tries to exit build-tests.xml and then stop the
> > tomcat server and hangs.
> >
> > Does anyone have idea about this problem?
> >
> > =====================================================================
> >
> >  [junit] Testcase: testInitDestroyInternal took 0.23 sec
> >     [junit]     Caused an ERROR
> >     [junit] Failed to get the test results. This is probably due to an
> > error that happened on the server side when trying to execute the tests.
> > Here is what was returned by the server : []
> >     [junit] org.apache.cactus.util.ChainedRuntimeException: Failed to
> > get the test results. This is probably due to an error that happened on
> > the server side when trying to execute the tests. Here is what was
> > returned by the server : []
> >     [junit]     at
> >
> org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest(AbstractHttpCli
> ent.java;org/apache/cactus/util/log/LogAspect.aj(1k):120)
> >     [junit]     at
> >
> org.apache.cactus.client.AbstractHttpClient.around2_doTest(AbstractHttpClien
> t.java;org/apache/cactus/util/log/LogAspect.aj(1k):1236)
> >     [junit]     at
> >
> org.apache.cactus.client.AbstractHttpClient.doTest(AbstractHttpClient.java;o
> rg/apache/cactus/util/log/LogAspect.aj(1k):104)
> >     [junit]     at
> >
> org.apache.cactus.AbstractWebTestCase.runGenericTest(AbstractWebTestCase.jav
> a:260)
> >     [junit]     at
> > org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:133)
> >     [junit]     at
> > org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:195)
> >     [junit] org.apache.cactus.client.ParsingException: Not a valid
> > response
> >     [junit]     at
> >
> org.apache.cactus.client.WebTestResultParser.readRootElement(WebTestResultPa
> rser.java;org/apache/cactus/util/log/LogAspect.aj(1k):140)
> >     [junit]     at
> >
> org.apache.cactus.client.WebTestResultParser.dispatch29_parse(WebTestResultP
> arser.java;org/apache/cactus/util/log/LogAspect.aj(1k):101)
> >     [junit]     at
> >
> org.apache.cactus.client.WebTestResultParser.around29_parse(WebTestResultPar
> ser.java;org/apache/cactus/util/log/LogAspect.aj(1k):1236)
> >     [junit]     at
> >
> org.apache.cactus.client.WebTestResultParser.parse(WebTestResultParser.java;
> org/apache/cactus/util/log/LogAspect.aj(1k):96)
> >     [junit]     at
> >
> org.apache.cactus.client.AbstractHttpClient.callGetResult(AbstractHttpClient
> .java;org/apache/cactus/util/log/LogAspect.aj(1k):230)
> >     [junit]     at
> >
> org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest(AbstractHttpCli
> ent.java;org/apache/cactus/util/log/LogAspect.aj(1k):114)
> >     [junit]     at
> >
> org.apache.cactus.client.AbstractHttpClient.around2_doTest(AbstractHttpClien
> t.java;org/apache/cactus/util/log/LogAspect.aj(1k):1236)
> >     [junit]     at
> >
> org.apache.cactus.client.AbstractHttpClient.doTest(AbstractHttpClient.java;o
> rg/apache/cactus/util/log/LogAspect.aj(1k):104)
> >     [junit]     at
> >
> org.apache.cactus.AbstractWebTestCase.runGenericTest(AbstractWebTestCase.jav
> a:260)
> >     [junit]     at
> > org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:133)
> >     [junit]     at
> > org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:195)
> >
> >
> >
> >
> >
> >
> >
> >
> > ==================================================================
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> > For additional commands, e-mail: dev-help@struts.apache.org
> >
> >
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Cactus test hangs annd get Action servlet error

Posted by Niall Pemberton <ni...@blueyonder.co.uk>.
I had this problem and got past it by changing the Cactus version - I was
getting this with Cactus version 1.5 - when I went back to Cactus 1.4.1 it
sorted it out.

>From this message, seems like it was a problem with versions prior to 1.4 as
well.

  http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg13464.html

You can get older releases of Cactus here:

   http://archive.apache.org/dist/jakarta/cactus/archive/

Niall

----- Original Message ----- 
From: "Abhishek Khandelwal" <ak...@spikesource.com>
To: "Struts Developers List" <de...@struts.apache.org>
Sent: Thursday, May 20, 2004 11:42 PM
Subject: Cactus test hangs annd get Action servlet error


>
> I am running cactus tests on the struts 1.1 release version.
> I am getting the following error while the test run on tomcat5
>
> After this erro, it tries to exit build-tests.xml and then stop the
> tomcat server and hangs.
>
> Does anyone have idea about this problem?
>
> =====================================================================
>
>  [junit] Testcase: testInitDestroyInternal took 0.23 sec
>     [junit]     Caused an ERROR
>     [junit] Failed to get the test results. This is probably due to an
> error that happened on the server side when trying to execute the tests.
> Here is what was returned by the server : []
>     [junit] org.apache.cactus.util.ChainedRuntimeException: Failed to
> get the test results. This is probably due to an error that happened on
> the server side when trying to execute the tests. Here is what was
> returned by the server : []
>     [junit]     at
>
org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest(AbstractHttpCli
ent.java;org/apache/cactus/util/log/LogAspect.aj(1k):120)
>     [junit]     at
>
org.apache.cactus.client.AbstractHttpClient.around2_doTest(AbstractHttpClien
t.java;org/apache/cactus/util/log/LogAspect.aj(1k):1236)
>     [junit]     at
>
org.apache.cactus.client.AbstractHttpClient.doTest(AbstractHttpClient.java;o
rg/apache/cactus/util/log/LogAspect.aj(1k):104)
>     [junit]     at
>
org.apache.cactus.AbstractWebTestCase.runGenericTest(AbstractWebTestCase.jav
a:260)
>     [junit]     at
> org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:133)
>     [junit]     at
> org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:195)
>     [junit] org.apache.cactus.client.ParsingException: Not a valid
> response
>     [junit]     at
>
org.apache.cactus.client.WebTestResultParser.readRootElement(WebTestResultPa
rser.java;org/apache/cactus/util/log/LogAspect.aj(1k):140)
>     [junit]     at
>
org.apache.cactus.client.WebTestResultParser.dispatch29_parse(WebTestResultP
arser.java;org/apache/cactus/util/log/LogAspect.aj(1k):101)
>     [junit]     at
>
org.apache.cactus.client.WebTestResultParser.around29_parse(WebTestResultPar
ser.java;org/apache/cactus/util/log/LogAspect.aj(1k):1236)
>     [junit]     at
>
org.apache.cactus.client.WebTestResultParser.parse(WebTestResultParser.java;
org/apache/cactus/util/log/LogAspect.aj(1k):96)
>     [junit]     at
>
org.apache.cactus.client.AbstractHttpClient.callGetResult(AbstractHttpClient
.java;org/apache/cactus/util/log/LogAspect.aj(1k):230)
>     [junit]     at
>
org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest(AbstractHttpCli
ent.java;org/apache/cactus/util/log/LogAspect.aj(1k):114)
>     [junit]     at
>
org.apache.cactus.client.AbstractHttpClient.around2_doTest(AbstractHttpClien
t.java;org/apache/cactus/util/log/LogAspect.aj(1k):1236)
>     [junit]     at
>
org.apache.cactus.client.AbstractHttpClient.doTest(AbstractHttpClient.java;o
rg/apache/cactus/util/log/LogAspect.aj(1k):104)
>     [junit]     at
>
org.apache.cactus.AbstractWebTestCase.runGenericTest(AbstractWebTestCase.jav
a:260)
>     [junit]     at
> org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:133)
>     [junit]     at
> org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:195)
>
>
>
>
>
>
>
>
> ==================================================================
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org