dev@glassfish.java.net

Re: start-domain fails to finish for 600 seconds

From: Vince Kraemer <vince.kraemer_at_oracle.com>
Date: Fri, 18 Feb 2011 08:59:40 -0800

So, there isn't any way to get the message "We are not going to start"
from org.jvnet.hk2.osgimain.Main.start(Main.java:147) to someplace in
StartServerHelper.java so that it can stop waiting and start bailing?

OK...

That is a bit of a surprise.

vbk


Tom Mueller wrote:
> We have the following issue filed for making start-domain smarter
> about how long to wait:
> http://java.net/jira/browse/GLASSFISH-10076
>
> Currently, the command is hard-coded to wait 10 minutes for the DAS to
> either finish starting (by creating the "pid" file) or exit. In this
> case, the DAS is doing neither - it just starts and sits there without
> actually making progress towards creating the pid file. See the file
> StartServerHelper.java for details.
>
> Tom
>