dev@glassfish.java.net

Re: QL failure expected? webbeans_numberguess

From: Roger Kitain <Roger.Kitain_at_Sun.COM>
Date: Fri, 25 Sep 2009 09:09:00 -0400

I ran this a few times consecutively without issue against a fresh build
yesterday.

Lloyd Chambers wrote:
> So did I. Must be sporadic.
>
> On Sep 24, 2009, at 4:04 PM, Kedar Mhaswade wrote:
>
>> I just got a clean run.
>>
>> Lloyd Chambers wrote:
>>> [testng] java.io.IOException: Server returned HTTP response code:
>>> 500 for URL: http://localhost:8080/numberguess/home.jsf
>>> [testng] at
>>> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>>> [testng] at
>>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>>> [testng] at
>>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>>> [testng] at
>>> java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>>> [testng] at
>>> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1368)
>>> [testng] at java.security.AccessController.doPrivileged(Native
>>> Method)
>>> [testng] at
>>> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1362)
>>> [testng] at
>>> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1016)
>>> [testng] at
>>> test.web.numberguess.NumberGuessTestNG.appDeployedFirstPagetest(NumberGuessTestNG.java:78)
>>> [testng] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>>> Method)
>>> [testng] at
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>> [testng] at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>> [testng] at java.lang.reflect.Method.invoke(Method.java:597)
>>> [testng] at
>>> org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:604)
>>> [testng] at
>>> org.testng.internal.Invoker.invokeMethod(Invoker.java:470)
>>> [testng] at
>>> org.testng.internal.Invoker.invokeTestMethod(Invoker.java:564)
>>> [testng] at
>>> org.testng.internal.Invoker.invokeTestMethods(Invoker.java:830)
>>> [testng] at
>>> org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
>>> [testng] at
>>> org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
>>> [testng] at org.testng.TestRunner.runWorkers(TestRunner.java:678)
>>> [testng] at org.testng.TestRunner.privateRun(TestRunner.java:624)
>>> [testng] at org.testng.TestRunner.run(TestRunner.java:495)
>>> [testng] at org.testng.SuiteRunner.runTest(SuiteRunner.java:300)
>>> [testng] at
>>> org.testng.SuiteRunner.runSequentially(SuiteRunner.java:295)
>>> [testng] at
>>> org.testng.SuiteRunner.privateRun(SuiteRunner.java:275)
>>> [testng] at org.testng.SuiteRunner.run(SuiteRunner.java:190)
>>> [testng] at
>>> org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:792)
>>> [testng] at org.testng.TestNG.runSuitesLocally(TestNG.java:765)
>>> [testng] at org.testng.TestNG.run(TestNG.java:699)
>>> [testng] at org.testng.TestNG.privateMain(TestNG.java:824)
>>> [testng] at org.testng.TestNG.main(TestNG.java:802)
>>> [testng] Caused by: java.io.IOException: Server returned HTTP
>>> response code: 500 for URL: http://localhost:8080/numberguess/home.jsf
>>> [testng] at
>>> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1313)
>>> [testng] at
>>> java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:373)
>>> [testng] at
>>> test.web.numberguess.NumberGuessTestNG.appDeployedFirstPagetest(NumberGuessTestNG.java:76)
>>> [testng] ... 22 more
>>> [testng] FAILED: appDeployedFirstPagetest
>>> [testng] java.lang.Exception: java.io.IOException: Server returned
>>> HTTP response code: 500 for URL:
>>> http://localhost:8080/numberguess/home.jsf
>>> [testng] at
>>> test.web.numberguess.NumberGuessTestNG.appDeployedFirstPagetest(NumberGuessTestNG.java:93)
>>> [testng] Caused by: java.io.IOException: Server returned HTTP
>>> response code: 500 for URL: http://localhost:8080/numberguess/home.jsf
>>> [testng] at
>>> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1368)
>>> [testng] at java.security.AccessController.doPrivileged(Native
>>> Method)
>>> [testng] at
>>> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1362)
>>> [testng] at
>>> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1016)
>>> [testng] at
>>> test.web.numberguess.NumberGuessTestNG.appDeployedFirstPagetest(NumberGuessTestNG.java:78)
>>> [testng] ... 22 more
>>> [testng] Caused by: java.io.IOException: Server returned HTTP
>>> response code: 500 for URL: http://localhost:8080/numberguess/home.jsf
>>> [testng] at
>>> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1313)
>>> [testng] at
>>> java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:373)
>>> [testng] at
>>> test.web.numberguess.NumberGuessTestNG.appDeployedFirstPagetest(NumberGuessTestNG.java:76)
>>> [testng] ... 22 more
>>> [testng] ... Removed 26 stack frames
>>> [testng] ===============================================
>>> [testng] webbeans_numberguess
>>> [testng] Tests run: 1, Failures: 1, Skips: 0
>>> [testng] ===============================================
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>
> Lloyd Chambers
> lloyd.chambers_at_sun.com
> GlassFish Team
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>