dev@glassfish.java.net

Re: cluster_helloworld quicklook test fails

From: Tom Mueller <Tom.Mueller_at_oracle.com>
Date: Tue, 26 Mar 2013 14:40:02 -0500

Is this repeatable?

We had GLASSFISH-19712 <http://java.net/jira/browse/GLASSFISH-19712>
that would have this symptom, but that has was fixed in build 81.

However, I have seen nucleus admin devtest failures that act as if a
server dies unexpectedly after starting successfully. This only happens
occasionally and we don't have any data on it yet.

Tom


On 3/26/13 2:21 PM, Bill Shannon wrote:
> I've updated my workspace and I'm getting one failure - cluster_helloworld:
>
> [testng] Wait extra 5 sec for GF to generate helloworld app.
> [testng] ######### FAILURE #########
> [testng] asadmin --host localhost --port 4848 --user admin --passwordfile
> /dev/null --interactive=false --echo=true --terse=true deploy --force=false
> --precompilejsp=false --verify=false --generatermistubs=false
> --availabilityenabled=false --asyncreplication=true --target eec1
> --keepreposdir=false --keepfailedstubs=false --isredeploy=false
> --logreportederrors=true --_classicstyle=false
> /home/shannon/gf/v3/appserver/tests/quicklook/dist/hellocluster/helloworld.war
> [testng] Application deployed with name helloworld.
> [testng]
> [testng]
> [testng] ######### FAILURE #########
> [testng] asadmin --host localhost --port 4848 --user admin --passwordfile
> /dev/null --interactive=false --echo=true --terse=true deploy --force=false
> --precompilejsp=false --verify=false --generatermistubs=false
> --availabilityenabled=false --asyncreplication=true --target eec1
> --keepreposdir=false --keepfailedstubs=false --isredeploy=false
> --logreportederrors=true --_classicstyle=false
> /home/shannon/gf/v3/appserver/tests/quicklook/dist/hellocluster/helloworld.war
> [testng] Application deployed with name helloworld.
> [testng]
> [testng]
> [testng] PASSED: clusterDeployTest
> [testng] FAILED: clusterHelloWorldTest
> [testng] java.lang.AssertionError: Accessing helloworld page failed ...
> expected:<true> but was:<false>
> [testng] at
> test.hellocluster.ClusterHelloworldTest.clusterHelloWorldTest(ClusterHelloworldTest.java:83)
> [testng] ... Removed 26 stack frames
> [testng] SKIPPED: clusterUnDeployTest
> [testng]
> [testng] ===============================================
> [testng] cluster_helloworld
> [testng] Tests run: 3, Failures: 1, Skips: 1
> [testng] ===============================================
>
> Any idea what's wrong? All other tests are passing.
> I've changed nothing in the workspace.