users@glassfish.java.net

Re: Continuously writing to server.log

From: Tom Mueller <tom.mueller_at_oracle.com>
Date: Wed, 23 Nov 2011 08:09:24 -0600

It looks as though the server is crashing or being killed every 10
seconds and then being restarted. Also, since there the normal
"starting" log message isn't there after the JVM options, it appears
that the server isn't even getting started.

Is your server setup to be started by an operating system service?
Try starting the domain with "asadmin start-domain -v" and see if it
exits immediately (it shouldn't).

Tom