Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] GlassFish status

Hi Arjan,

We encountered the same issue with jakartaee-tck platform run too yesterday in couple of the nodes. But it went through in all other >30 nodes.

+ /root/ri/glassfish6/glassfish/bin/asadmin --user admin --passwordfile /root/admin-password.txt start-domain
Picked up JAVA_TOOL_OPTIONS: -Xmx6G
Waiting for domain1 to start ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
No response from the Domain Administration Server (domain1) after 600 seconds.
The command is either taking too long to complete or the server has failed.
Please see the server log files for command status. 
Please start with the --verbose option in order to see early messages.
Command start-domain failed.


There was a stop-domain failure in glassfish CI some time back which was fixed by correcting the docker image.

Regards,
Alwin

On 11/06/20 10:52 pm, arjan tijms wrote:
Hi,

I just noticed an old issue with the CI has resurfaced.

Seemingly randomly, GlassFish will fail to start up:

12:11:19  ===== TEST RUN - STARTING GLASSFISH AND DB ===== 
12:11:19  
12:11:19  + /home/jenkins/agent/workspace/_test-using-jenkinsfile_PR-23091/glassfish6/glassfish/bin/asadmin start-domain
12:11:19  Picked up JAVA_TOOL_OPTIONS: -Xmx2G
12:21:20  Waiting for domain1 to start .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
12:21:20  No response from the Domain Administration Server (domain1) after 600 seconds.
12:21:20  The command is either taking too long to complete or the server has failed.
12:21:20  Please see the server log files for command status.  
12:21:20  Please start with the --verbose option in order to see early messages.
12:21:20  Command start-domain failed.


Repeating the script (within the same test run) never helps.  This is automatically done during the test. However the exact same build does start up on other nodes.

Kind regards,
Arjan








On Wed, Jun 10, 2020 at 4:15 PM arjan tijms <arjan.tijms@xxxxxxxxx> wrote:

_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev

Back to the top