I have installed Eclipse Jboss Plugin also. I just want to deploy simple application. The issue is, the server is not starting. It is not showing any error message in the console also. The popup comes after few seconds "Server JBoss 7.0 Runtime Server failed to start." I have checked runtime environment (delete and recreated also). Still it has same state. Should I need to do anything setting changes for JBoss server ?
I just moved to C:\jboss-as-web-7.0.2.Final still it has same issue. From the command prompt (standalone.bat), I can able to run and view the server console. The problem is when I try from eclipse, The server is not starting up. Not even single line is display in the console. I have checked the log also. But no useful information.
In Eclipse, what options did you select when you created the server project for JBoss AS 7?
In earlier releases of JBoss AS, Eclipse would access the the MBean server via JNDI, and lookup the server MBean and examine the state. Once the state said running, Eclipse was happy. With AS 7, I'm not sure how that happens because neither JNDI nor the MBean server apply anymore (I don't think). However, if you have the latest JBoss Tools and you used to correct options for defining the server within Eclipse, then it should work because JBoss Tools knows how to tell when the server has started.