users@glassfish.java.net

Re: Unable to create windows service for GlassFish 3.1.2 cluster

From: Tom Mueller <tom.mueller_at_oracle.com>
Date: Fri, 23 Mar 2012 09:37:54 -0500

It appears that the name of the node is missing from your command. It
should be:

create-service --nodedir <<D://GlassFish3.1.2/GlassFish/nodes>> --node
<<nodeName>> <<instanceName>>

Tom