users@glassfish.java.net

Re: Synchronization errors in Glassfish SSH Cluster Setup

From: Tom Mueller <tom.mueller_at_oracle.com>
Date: Fri, 17 Feb 2012 09:05:45 -0600

The key to fixing this is to figure out why the synchronization with the
DAS is failing.
On the DAS, turn on logging for the admin tools subsystem:

asadmin set-log-levels javax.enterprise.system.tools.admin=FINE

On a node, start an instance manually with debug turned on:

set AS_DEBUG=true
asadmin start-local-instance -v gibson-5.tecis.hh-instance

In the server.log file, look for messages that mention
synchronize-files. There should be several messages for various files
and directories. If there are none, then the instance isn't connecting
to the DAS at all.

In the output of the start-local-instance command, there should be an
indication of why the synchronization is failing.

Tom