|
Replies:
2
-
Last Post:
Jan 2, 2008 1:27 PM
by: Guest
|
|
|
|
|
|
|
Glassfish starts but I cannot reach it through http://localhost:8080
Posted:
Jan 2, 2008 11:55 AM
|
|
|
I just installed GlassFish on OS X 10.4 and everything appears fine, but I cannot connect through the http://localhost:8080 url
I did the asadmin start-domain domain1 command and got the following output:
Starting Domain domain1, please wait. Log redirected to /Users/color1/glassfish/domains/domain1/logs/server.log. Redirecting output to /Users/color1/glassfish/domains/domain1/logs/server.log Domain domain1 is ready to receive client requests. Additional services are being started in background. Domain [domain1] is running [Sun Java System Application Server 9.1 (build b58g-fcs)] with its configuration and logs at: [/Users/color1/glassfish/domains]. Admin Console is available at [http://localhost:4848]. Use the same port [4848] for "asadmin" commands. User web applications are available at these URLs: [http://localhost:8080 https://localhost:8181 ]. Following web-contexts are available: [/web1 /__wstx-services ]. Standard JMX Clients (like JConsole) can connect to JMXServiceURL: [service:jmx:rmi:///jndi/rmi://Color1.local:8686/jmxrmi] for domain management purposes. Domain listens on at least following ports for connections: [8080 8181 4848 3700 3820 3920 8686 ]. Domain does not support application server clusters and other standalone instances.
|
|
|
|
|
|
|
Re: Glassfish starts but I cannot reach it through http://localhost:8080
Posted:
Jan 2, 2008 12:58 PM
in response to: Guest
|
|
|
This is because the server has not started .
If you look into the server.log and find that server startup has aborted, you are running into: https://glassfish.dev.java.net/issues/show_bug.cgi?id=3879.
Till the fix for the same is integrated and above fails with JMXConnector Server startup problems, here is your *work-around*: - Edit domain.xml - Search for system-jmx-connector and set its enabled attribute to false.
- Kedar
|
|
|
|
|
|
|
|
Re: Glassfish starts but I cannot reach it through http://localhost:8080
Posted:
Jan 2, 2008 1:27 PM
in response to: km
|
|
|
Thanks! That did it.
|
|
|
|
|