users@glassfish.java.net

Re: cannot connect to glassfish or run any projects because server wont start

From: Wolfram Rittmeyer <w.rittmeyer_at_jsptutorial.org>
Date: Sat, 14 Mar 2009 13:10:50 +0100

This could have a lot of causes (e.g. personal firewall issues) so we
really do need the log to help you.

Anyway what you also should do:

Look if the server is actually running. Open a DOS box and type (if I
recall it correctly)

netstat -an | findstr "4848"

If you find an entry GlassFish has been started. If not the server
couldn't start. This could be caused by conflicting ports (e.g. a
running Tomcat) and what not. Thus the need for the log. Look into the
directory where GlassFish has been installed and go to the directoy
domains\domain1\logs. Please attach the file "server.log" that is within
this directory. Without this we can only guess about possible causes
which is of no real use.


--
Wolfram Rittmeyer