Ran on windows, got the same error. On Fri, Oct 3, 2008 at 3:37 AM, Manu George <[EMAIL PROTECTED]> wrote:
> Hi David, > Just tried a build in linux and got a test failure. Not > sure what is the cause > > INFO - Deployed Application([EMAIL PROTECTED]) > INFO - Peer discovered: ejbd://localhost:48613/RED > INFO - Peer discovered: ejbd://localhost:48613/RED > INFO - Peer discovered: ejbd://localhost:48613/RED > INFO - Peer discovered: ejbd://localhost:38784/BLUE > INFO - Peer discovered: ejbd://localhost:38784/BLUE > INFO - Peer discovered: ejbd://localhost:38784/BLUE > INFO - Peer discovered: ejbd://localhost:34108/GREEN > INFO - Peer discovered: ejbd://localhost:34108/GREEN > INFO - Peer discovered: ejbd://localhost:34108/GREEN > ERROR - "EJB_REQUEST OEJP/3.1" FAIL "Socket closed" > ERROR - "EJB_REQUEST OEJP/3.1" FAIL "Socket closed" > ERROR - Socket error > java.net.SocketException: Socket closed > at > java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:99) > at java.net.SocketOutputStream.write(SocketOutputStream.java:136) > at > java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65) > at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123) > at > org.apache.openejb.server.ejbd.KeepAliveServer$Session.service(KeepAliveServer.java:214) > at > org.apache.openejb.server.ejbd.KeepAliveServer.service(KeepAliveServer.java:233) > at > org.apache.openejb.server.ejbd.EjbServer.service(EjbServer.java:66) > at > org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:56) > at > org.apache.openejb.server.ejbd.FailoverTest$HostFilter.service(FailoverTest.java:279) > at > org.apache.openejb.server.ServiceDaemon$SocketListener.run(ServiceDaemon.java:263) > at java.lang.Thread.run(Thread.java:595) > ERROR - Socket error > java.net.SocketException: Socket closed > at > java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:99) > at java.net.SocketOutputStream.write(SocketOutputStream.java:136) > at > java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65) > at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123) > at > org.apache.openejb.server.ejbd.KeepAliveServer$Session.service(KeepAliveServer.java:214) > at > org.apache.openejb.server.ejbd.KeepAliveServer.service(KeepAliveServer.java:233) > at > org.apache.openejb.server.ejbd.EjbServer.service(EjbServer.java:66) > at > org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:56) > at > org.apache.openejb.server.ejbd.FailoverTest$HostFilter.service(FailoverTest.java:279) > at > org.apache.openejb.server.ServiceDaemon$SocketListener.run(ServiceDaemon.java:263) > at java.lang.Thread.run(Thread.java:595) > INFO - Peer removed: ejbd://localhost:48613/RED > INFO - Peer removed: ejbd://localhost:48613/RED > INFO - Peer removed: ejbd://localhost:48613/RED > INFO - Peer removed: ejbd://localhost:38784/BLUE > INFO - Peer removed: ejbd://localhost:38784/BLUE > INFO - Peer removed: ejbd://localhost:38784/BLUE > INFO - Peer removed: ejbd://localhost:34108/GREEN > INFO - Peer removed: ejbd://localhost:34108/GREEN > INFO - Peer removed: ejbd://localhost:34108/GREEN > 3 Oct, 2008 1:03:33 PM > org.apache.openejb.client.StickyConnectionStrategy connect > WARNING: Failover: Cannot connect to server(s): > ejbd://localhost:48613/RED Exception: Cannot connect to server > 'ejbd://localhost:48613/RED'. Check that the server is started and > that the specified serverURL is correct.. Trying next. > 3 Oct, 2008 1:03:33 PM > org.apache.openejb.client.StickyConnectionStrategy connect > WARNING: Failover: Cannot connect to server(s): > ejbd://localhost:38784/BLUE Exception: Cannot connect to server > 'ejbd://localhost:38784/BLUE'. Check that the server is started and > that the specified serverURL is correct.. Trying next. > INFO - Peer discovered: ejbd://localhost:48613/RED > INFO - Peer discovered: ejbd://localhost:48613/RED > INFO - Peer discovered: ejbd://localhost:48613/RED > 3 Oct, 2008 1:03:33 PM > org.apache.openejb.client.StickyConnectionStrategy connect > WARNING: Failing over. Cannot connect to last server: > ejbd://localhost:34108/GREEN Exception: java.net.ConnectException > Cannot connect to server 'ejbd://localhost:34108/GREEN'. Check that > the server is started and that the specified serverURL is correct. > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.097 sec > > Regards > Manu > > > On Fri, Oct 3, 2008 at 12:37 AM, David Blevins <[EMAIL PROTECTED]> > wrote: > > I started hacking on this last week but had to fly out for a funeral. > > > > I think we're in pretty good shape. JIRA is pretty much cleared out and > I > > can't think of any missing bits or bobs that need to be done. I started > > running the assembly/test/build.xml script on mac and all looked good. > > Haven't had a chance yet to run it on linux or windows, if someone wants > to > > do that, it'd be a big help. > > > > We can probably tag at this point. > > > > -David > > > > On Oct 2, 2008, at 12:58 PM, Dain Sundstrom wrote: > > > >> The next planned release is 3.1, and last I hear it was going to be > >> "soon". > >> > >> Historically, once we get started it takes a few weeks (3-4?) to crank > >> through some release candidates and get the final vote done. > >> > >> -dain > >> > >> On Oct 1, 2008, at 6:27 AM, Sami Jaber wrote: > >> > >>> +1 > >>> It would be nice to have a release date ... > >>> > >>> Sami > >>> > >>> 2008/10/1 Henri Gomez <[EMAIL PROTECTED]> > >>> > >>>> Hi to all, > >>>> > >>>> I'm new to OpenEJB and currently playing with 3.0 release (April 2008) > >>>> and wonder if there is some release plan for 3.0.x (ie: 3.0.1). > >>>> > >>>> I'm concerned with the potential OpenEJB / JAX-WS problem fixed in > >>>> later September 2008 (in trunk) and I'd like to know it there will be > >>>> a 3.0.1 sometime in the future. > >>>> > >>>> Thanks > >>>> > >> > >> > > > > > -- Karan Singh Malhi
