I'm having trouble trying to make JBoss run on the Eclipse self. I installed JBossASTools, downloaded the latest version of JBoss, and did the default installation procedure for new server in Eclipse (with the configuration file standalone-full
). However, when I give start
, the following messages are displayed on the console:
22:01:45,321 INFORMAÇÕES [org.jboss.modules] JBoss Modules version 1.1.1.GA
22:01:45,556 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA
22:01:45,603 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting
And then the server stays forever in the "starting" state without ever actually being started.
My Operating System is Windows 8.1. What should I do?