Djien Dobre Rafal, Looking at the source code it seems the error has to do with cookies not matching the cookie domain or cookie path. As you do not seem to be specifying any domain nor path, this is strange and may be a bug.
I would need more information. Would you be able to turn on Cactus logging and send the client log file? Thanks Do widzenia -Vincent PS: I have just committed some code in Cactus to improve the error handling so that we get a nice error instead of a NPE ... > -----Original Message----- > From: Rafal Marciniak [mailto:[EMAIL PROTECTED]] > Sent: 22 November 2002 06:32 > To: [EMAIL PROTECTED] > Subject: Problem with Cactus on Unix Jboss/Tomcat > > Hello, > > I'm new to cactus ans at the begining I've got some problems, > > 1. when I write tests on NT tomcat 4.0.1 everything works fine, > but when I'm trying to execute the same tests on unix > jboss/tomcat environment I'm getting NullPointerException after > finishing begin method and before test method starts. That > happenend only when I'm trying to put cookie into WebRequest > object in begin method. > > theRequest.addCookie("JSESSIONID", WebkeeperTest.sessionId); > > All stack trace is listed bellow. > > java.lang.NullPointerException at > org.apache.cactus.client.AbstractConnectionHelper.dispatch1_getCo > okieString > (AbstractConnectionHelper.java;org/apache/cactus/util/log/LogAspe > ct.aj(1k):198) at > org.apache.cactus.client.AbstractConnectionHelper.around1_getCook > ieString > (AbstractConnectionHelper.java;org/apache/cactus/util/log/LogAspe > ct.aj(1k):1218) at > org.apache.cactus.client.AbstractConnectionHelper.getCookieString > (AbstractConnectionHelper.java;org/apache/cactus/util/log/LogAspe > ct.aj(1k):150) at > org.apache.cactus.client.HttpClientConnectionHelper.dispatch24_co > nnect > (HttpClientConnectionHelper.java;org/apache/cactus/util/log/LogAs > pect.aj(1k):148) at > org.apache.cactus.client.HttpClientConnectionHelper.around24_conn > ect > (HttpClientConnectionHelper.java;org/apache/cactus/util/log/LogAs > pect.aj(1k):1218) at > org.apache.cactus.client.HttpClientConnectionHelper.connect > (HttpClientConnectionHelper.java;org/apache/cactus/util/log/LogAs > pect.aj(1k):106) at > org.apache.cactus.client.AbstractHttpClient.callRunTest > (AbstractHttpClient.java;org/apache/cactus/util/log/LogAspect.aj > (1k):186) at > org.apache.cactus.client.AbstractHttpClient.dispatch2_doTest > (AbstractHttpClient.java;org/apache/cactus/util/log/LogAspect.aj > (1k):109) at > org.apache.cactus.client.AbstractHttpClient.around2_doTest > (AbstractHttpClient.java;org/apache/cactus/util/log/LogAspect.aj > (1k):1218) at org.apache.cactus.client.AbstractHttpClient.doTest > (AbstractHttpClient.java;org/apache/cactus/util/log/LogAspect.aj > (1k):104) at org.apache.cactus.AbstractWebTestCase.runGenericTest > (AbstractWebTestCase.java:260) at > ... > Could anyone can help why that exception is raised. > > 2. Is't possible to write cactus test which will works on one > app server and will test application on another app server. If > yes, where could I find such as example. > > 3. If anyone tested Velocity serlets with cactus, how to do it > in simplest way, is there any example of doing it. > > I had to say that I've read cactus documentation from > jakarta.apache.org and try to search mailing archive but I > didn't found answers for my questions, > > I'm using: > jboss 2.4.4 > tomcat 4.0.1 > cactus 1.4.1 > aspectjrt-1.0.5 > httpunit 1.4.1 > > Regards, > > Rafal Marciniak > > ----------------------------------------------------------------------- > Prawdziwe okazje nie zdarzają się często! > Zobacz pełną ofertę! < http://zakupy.wp.pl > > > > > -- > To unsubscribe, e-mail: <mailto:cactus-user- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:cactus-user- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>