Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 66911 invoked from network); 16 Aug 2005 17:53:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Aug 2005 17:53:26 -0000 Received: (qmail 8968 invoked by uid 500); 16 Aug 2005 17:53:21 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 8930 invoked by uid 500); 16 Aug 2005 17:53:21 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 8917 invoked by uid 99); 16 Aug 2005 17:53:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2005 10:53:21 -0700 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [66.163.170.9] (HELO smtp111.mail.sc5.yahoo.com) (66.163.170.9) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 16 Aug 2005 10:53:39 -0700 Received: (qmail 58244 invoked from network); 16 Aug 2005 17:53:18 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:Mime-Version:In-Reply-To:References:Content-Type:Message-Id:Content-Transfer-Encoding:From:Subject:Date:To:X-Mailer; b=v1t5GTZiM00P65nhzeM7IjiYbSvSoE3AvYjg3mNvkS7PrcjG5N7Aafb62Qk2uWqPX9MemBho6uXRGA6svPHOXzzqwsyHL3qYVy5zTi6ZlanrmNz0ZvXbzFH5f2kYjaI6ISvogebjzKjxozH2IjWfTx9i/XGcQmcxzTarCAls4O0= ; Received: from unknown (HELO ?192.168.1.105?) (david?jencks@66.93.38.137 with plain) by smtp111.mail.sc5.yahoo.com with SMTP; 16 Aug 2005 17:53:18 -0000 Mime-Version: 1.0 (Apple Message framework v622) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <32d88c6408f68261455347d2d89f9c62@yahoo.com> Content-Transfer-Encoding: 7bit From: David Jencks Subject: Re: Itest Failure Date: Tue, 16 Aug 2005 10:53:16 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.622) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I've been getting apparently that error for a long time and should have spoken up earlier and haven't investigated. It looks to me that you got more stack trace than I found. I recently (yesterday) commented out the jndi security properties in openejb/modules/itests/src/itest/org/openejb/test RemoteTestServer.java and didn't see any change, but I would start by reversing that change and see what happens. david jencks On Aug 16, 2005, at 10:42 AM, Aaron Mulder wrote: > I got 13 errors in > TEST-org.openejb.test.stateless.StatelessTestSuite.txt: > > Testcase: Stateless.JNDI..setUp(): Caused an ERROR > Cannot read the response from the server.; nested exception is: > java.io.EOFException > javax.naming.AuthenticationException: Cannot read the response from the > server.; nested exception is: > java.io.EOFException > at > org.openejb.client.JNDIContext.authenticate(JNDIContext.java:196) > at > org.openejb.client.JNDIContext.getInitialContext(JNDIContext.java:181) > at > javax.naming.spi.NamingManager.getInitialContext(NamingManager.java: > 662) > at > javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243) > at javax.naming.InitialContext.init(InitialContext.java:219) > at javax.naming.InitialContext.(InitialContext.java:195) > at > org.openejb.test.stateless.StatelessTestClient.setUp(StatelessTestClien > t.java:83) > at > org.openejb.test.NumberedTestCase.run(NumberedTestCase.java:122) > at > org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:185) > > Any ideas? This is after an update and full rebuild (though offline). > > Thanks, > Aaron >