[jboss-user] [Beginner's Corner] - JBoss 5.1.0.GA hangs on startup

Peter Johnson do-not-reply at jboss.com
Sun Aug 15 15:14:43 EDT 2010


Peter Johnson [http://community.jboss.org/people/peterj] replied to the discussion

"JBoss 5.1.0.GA hangs on startup"

To view the discussion, visit: http://community.jboss.org/message/557438#557438

--------------------------------------------------------------
By the way, when using Eclipse it is not port 8080 that is important at startup, but rather port 1099 - the JNDI port. Eclipse makes a JNDI call to port 1099 asking for the JMX server and then asks the JMX server for the Server MBean which it then queries to see if the server got started. If anything fails along the way, Eclipse reports that the app server did not start in time.

There are a multitude of things that can go wrong with this (the forum is full of posts where this has happened). Typical problems are:

* The user changed the ports
* The /etc/hosts file has invalid inforation in it
* The user bound the app server to a host other than localhost or 0.0.0.0
* The system is configured without the loopback adaptor (this was a new one, at least to me, that just came up a few days ago)
* Just plain general wierdness in Eclipse or the JDK (installing a new Eclispe or JDK magically solved the issue)

Sometimes if you go into the Eclipse log file (workspace/.metadata/.log) you can figure out where things went wrong and correct them. But only sometimes.

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

Reply to this message by going to Community
[http://community.jboss.org/message/557438#557438]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100815/44ad7e33/attachment.html 


More information about the jboss-user mailing list