Paul Davies wrote:
> Hi,
>
> I am trying to start a domain with the latest nightly build (GlassFish
> v3.0-SNAPSHOT (build 74.1)) of GlassFish v3, but the start-domain
> command hangs in a vain search for a nonexistent pid file in the
> domain's config directory.
>
> Anybody else experienced this phenomenon or know what's going on?
>
> Also, should I file an issue?
>
> Thanks!
>
Are you sure asadmin refers to the v3 asadmin script ? How about java
-jar glassfish.jar? If that works then it's mostly to do with the usage
of wrong asadmin script.
pid file used to exist in GFv2 domain's config dir to support the -force
kill option on stop-domain. Not sure if v3 has any feature yet that
requires pid usage.