The Source for Java Technology Collaboration
Webmaster Alert: Posting to Jive Forums is currently not working. Estimated time for fix is unknown.

Home » java.net Forums » GlassFish » GlassFish

Thread: Glassfish starts but I cannot reach it through http://localhost:8080

Welcome, Guest Help
Login Login
Guest Settings Guest Settings
This question is answered. Helpful answers available: 2. Correct answers available: 1.

Reply to this Thread Reply to this Thread Search Forum Search Forum Back to Thread List Back to Thread List

Permlink Replies: 2 - Last Post: Jan 2, 2008 1:27 PM by: Guest
Guest
Glassfish starts but I cannot reach it through http://localhost:8080
Posted: Jan 2, 2008 11:55 AM
  Click to reply to this thread Reply

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.

km

Posts: 698
Re: Glassfish starts but I cannot reach it through http://localhost:8080
Posted: Jan 2, 2008 12:58 PM   in response to: Guest
 
  Click to reply to this thread Reply

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

Guest
Re: Glassfish starts but I cannot reach it through http://localhost:8080
Posted: Jan 2, 2008 1:27 PM   in response to: km
  Click to reply to this thread Reply

Thanks! That did it.




 XML java.net RSS