1
I’m having trouble trying to get Jboss to run on the Eclipse self. I installed Jbossastools, downloaded the latest version of Jboss, and did the standard installation procedure of new server in Eclipse (with the configuration file standalone-full
). But when I give a start
, the following messages are shown 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 is eternally in the "Starting" state without ever actually being started.
My Operating System is Windows 8.1. What should I do?
Is running with java 8?
– Bruno César
Yes, I’m with Java 1.8
– Mr Guliarte
Blz, it doesn’t work in java 8, I’ll include an answer for you.
– Bruno César