users@glassfish.java.net

Re: Glassfish services on Windows

From: <forums_at_java.net>
Date: Fri, 18 Mar 2011 00:54:29 -0500 (CDT)

The first thing to try is a reboot.  

If that doesn't work then respond with the EXACT details of what commands
you ran.  And you can run these series of commands:

 

asaadmin stop-domain

asadmin _delete-service

start asadmin start-domain  --verbose  (did it startup OK?)

asadmin stop-domain

// now you know that the domain starts up OK

del <gf-home>/domains/domain1/logs/server.log

asadmin create-service

sc query domain1  // do you see it?

sc start domain1

take a look in the server.log or hit it with a browser, or check for the
running java-process, or call "asadmin list-domains"

----------------

 


--
[Message sent by forum member 'bnevins']
View Post: http://forums.java.net/node/734140