Originally Posted by
Melodia
I
think this is the right section for a JBoss question. I have installed JBoss-as-7.1.1.Final on OSX and the server seems to working alright. The console screen shows up at localhost:9990 and I was able to create a management user and sign in. I also set up a 7.1 server on Eclipse with the downloaded directory as its home directory. However, when I try to deploy a JBoss project from Eclipse with run as>run on server, I either get met with several errors: Here are the first few for a sample.
7:35:20,220 ERROR [org.jboss.msc.service.fail] MSC00001: Failed to start service jboss.as: org.jboss.msc.service.StartException in service jboss.as: Failed to start service
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1767) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) [classes.jar:1.6.0_65]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) [classes.jar:1.6.0_65]
And this is the screen that said project keeps producing on localhost:8080 and on Eclipse:
Screen Shot 2014-04-19 at 16.53.49.jpg
So, what am I doing wrong? It might help if someone could walk me through starting up a more basic program, like a "hello world" app to get me to understand the finer points. I really need to get this running over the weekend.
Thanks for your help
EDIT:
Relating to my attempts to get around my problem, what does it mean if this happens?
Screen Shot 2014-04-20 at 21.41.05.jpg