[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss server hangs in state

PeterJ do-not-reply at jboss.com
Tue Sep 1 11:43:06 EDT 2009


Your are using XP, is the other PC also using XP? I ask because the netstat output appears to be coming out in a different order (the bound ports are in the third column instead of the second column, like on your PC).

It appears you ran netstat on your PC with 4.2.3 twice and got two different outputs? 

If the telnet did not work then port 1099 is not bound to localhost. Try again using:

telnet roell 1099

If that works, then do these things.

First, when you start JBoss AS within Eclipse you should see the console log output in Eclipse's console window. A few lines before the "started in xxx seconds" line there will be a line that looks like this:

08:19:20,537 INFO  [Http11Protocol] (main) Starting Coyote HTTP/1.1 on http-127.0.0.1-8080

Post that line from your output.

Second, run JBoss AS from the command line. Then find the same line and post it also.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252876#4252876

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252876



More information about the jboss-user mailing list