Staring JBoss server from within Eclipse Ganymede gives me the following problem: \"Server JBoss v4.0 at localhost was unable to start within 120 seconds. If the server requ
I had a similar problem. It turned out that Eclipse’s server default port was set to 8080
while my JBoss was working from 8180
.
By changing the server’s configuration in Eclipse (double-click on the server and edit server property), it worked.
If you are using a non default port for, instance 8180. You should configure eclipse to poll server at desired port number. See this picture: