WRT the hangs, Check that your machine's host name resolves properly. I had a problem with the remoting tests hanging when I took my work machine home, and its host name was only resolvable against the DNS at work. Putting the host name in the 127.0.0.1 entry in /etc/hosts (or windows\system32\drivers\etc\hosts) fixed the problem, though it also usually means that remote clients won't be able to connect over RMI.
Aaron On Fri, 29 Aug 2003, Siva wrote: > Failing test cases > 1) org.apache.geronimo.naming.java.BasicContextTest - 1 Error > 2) org.apache.geronimo.remoting.MarshalingInterceptorsTest - 8 Errors > > Hung test cases > 1) org.apache.geronimo.remoting.RemotingInterceptorsTest > 2) org.apache.geronimo.remoting.transport.AsyncTransportTest
