Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
-
HP-UX xxx B.11.00 A 9000/802 + HP JDK 1.4.1.04
CYGWIN_NT-5.0 xxx 1.5.4(0.94/3/2) 2003-09-12 23:08 i686 unknown unknown Cygwin + Sun JDK 1.4.2_01
Description
The test - o.a.g.remoting.transport.AsyncTransportTest - fails on Cygwin with the following error message:
[junit] [ERROR] TEST org.apache.geronimo.remoting.RemotingInterceptorsTest FAILED
[junit] Running org.apache.geronimo.remoting.transport.AsyncTransportTest
[junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 146,641 sec
[junit] [ERROR] TEST org.apache.geronimo.remoting.transport.AsyncTransportTest FAILED
[junit] Running org.apache.geronimo.rmi.RMIClassLoaderSpiImplTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,881 sec
[junit] Running org.apache.geronimo.xml.deployment.AppClientLoaderTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5,217 sec
[junit] Running org.apache.geronimo.xml.deployment.EntityResolverTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,902 sec
[junit] Running org.apache.geronimo.xml.deployment.GeronimoAppClientLoaderTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4,817 sec
However, on HP-UX it hangs on AsyncTransportTest.
The priority of the bug is Critical as because of this I'm not able to build Geronimo neither on Cygwin (Win2k) nor HP-UX
Jacek