On Apr 19, 2012, at 8:31 AM, AndyG wrote: > -1 > > Added some other fixes in trunk, but this one is repeating on a Win7 32bit > JDK 1.6.31 build. > > ------------------------------------------------------------------------------- > Test set: org.apache.openejb.arquillian.TomEEContainerTest > ------------------------------------------------------------------------------- > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 11.918 sec > <<< FAILURE! > org.apache.openejb.arquillian.TomEEContainerTest Time elapsed: 0 sec <<<
Looks like the server didn't start (-1 response). We had an issue with this test on windows in beta-2 and it looked like a file locking issue on the server. The real info will be in the server log which should be printed to the console. Also let me know if the Thread.yield ties into this -- wasn't clear if this was supposed to fix this or a different issue. The client retry fix is concerning in that the code is designed to exit if the server list is exhausted and one last try on the PROVIDER_URL bears no successful request. If you really did get a infinite loop we'll definitely want to figure out why. Do you have any info on how to reproduce that? -David
