Return-Path: Delivered-To: apmail-jakarta-cactus-user-archive@apache.org Received: (qmail 33503 invoked from network); 19 Nov 2001 12:51:04 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 19 Nov 2001 12:51:04 -0000 Received: (qmail 3795 invoked by uid 97); 19 Nov 2001 12:50:59 -0000 Delivered-To: qmlist-jakarta-archive-cactus-user@jakarta.apache.org Received: (qmail 3588 invoked by uid 97); 19 Nov 2001 12:50:56 -0000 Mailing-List: contact cactus-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Cactus Users List" Reply-To: "Cactus Users List" Delivered-To: mailing list cactus-user@jakarta.apache.org Received: (qmail 3542 invoked from network); 19 Nov 2001 12:50:55 -0000 X-Authentication-Warning: dlmv01.deutsche-leasing.de: nobody set sender to using -f Message-ID: <3BF8FF6F.8BE07B92@dl.deutsche-leasing.de> Date: Mon, 19 Nov 2001 13:47:43 +0100 From: Olaf Fischer X-Mailer: Mozilla 4.7 [de] (WinNT; I) X-Accept-Language: de MIME-Version: 1.0 To: CACTUS Subject: SocketException Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I was testing cactus with BEA WebLogic 4.5.1. All works fine on my own NT machine. When I try to test the Sun Solaris machine from my NT machine a SocketException was thrown on the server: Mon Nov 19 11:45:33 CET 2001: Connection rejected: Unable to read from the socket [host=172.16.232.57,port=1307,localport=7101] java.net.SocketException: Connection reset by peer: Connection reset by peer 172.16.232.57 was my local machine. The output file looks like this: Testsuite: de.dl.service.useradmin.gui.TestPartnerAdminServlet Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 5,778 sec Testcase: testLogin took 5,738 sec Caused an ERROR null java.lang.NullPointerException at de.dl.service.useradmin.gui.TestPartnerAdminServlet.endLogin(Unknown Source) at java.lang.reflect.Method.invoke(Native Method) at org.apache.commons.cactus.AbstractTestCase.callEndMethod(AbstractTestCase.java:240) at org.apache.commons.cactus.ServletTestCase.runGenericTest(ServletTestCase.java:156) at org.apache.commons.cactus.ServletTestCase.runTest(ServletTestCase.java:128) at org.apache.commons.cactus.AbstractTestCase.runBare(AbstractTestCase.java:266) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:131) at junit.framework.TestSuite.runTest(TestSuite.java:173) at junit.framework.TestSuite.run(TestSuite.java:168) at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:231) at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:409) The Exception was thrown when cactus tries to send the results back to the client. has anybody an Idea. bye Olaf -- To unsubscribe, e-mail: For additional commands, e-mail: