Hi. Remoting tests mostly fail in a windows+older java version combo. To solve it,either update your Java to the latest version or run maven with the flags -Dmaven.test.skip=true or -Dmaven.test.failure.ignore=true
Regards Siva p.s. this information is documented in http://wiki.apache.org/geronimo/BuildingAndRunning ----- Original Message ----- From: "Colin Chalmers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 10, 2004 2:08 PM Subject: Re: Server Not starting > Hi Kristian, > > Afraid things seem to have got worse, After following instructions below > I now can't even build, I'm getting the following error > > test:test: > [junit] Running org.apache.geronimo.remoting.MarshalingInterceptorsTest > [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 1.612 sec > [junit] Running org.apache.geronimo.remoting.RemotingInterceptorsTest > [junit] Tests run: 8, Failures: 0, Errors: 1, Time elapsed: 63.992 sec > [junit] [ERROR] TEST > org.apache.geronimo.remoting.RemotingInterceptorsTest FAILED > [junit] Running > org.apache.geronimo.remoting.transport.AsyncTransportTest > [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.003 sec > > I'll try checking out and building again to make sure I haven't done > anything wrong. > > Colin