Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Deploying on JBoss7.1

  1. #1
    Junior Member
    Join Date
    Sep 2013
    Posts
    16
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Deploying on JBoss7.1

    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


  2. #2
    Junior Member
    Join Date
    Sep 2013
    Posts
    16
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Deploying on JBoss7.1

    Quote Originally Posted by Melodia View Post
    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

Similar Threads

  1. NullPointerException stopping me from deploying. Help please?
    By RedCloudTsunami in forum What's Wrong With My Code?
    Replies: 2
    Last Post: August 22nd, 2012, 01:53 PM
  2. Deploying db application
    By drimades in forum Java IDEs
    Replies: 1
    Last Post: March 19th, 2012, 05:11 AM
  3. Deploying an applet with jsp
    By IamKira in forum JavaServer Pages: JSP & JSTL
    Replies: 0
    Last Post: January 27th, 2010, 08:28 AM
  4. error in deploying MDB
    By s.saikia in forum JavaServer Pages: JSP & JSTL
    Replies: 0
    Last Post: October 4th, 2009, 12:06 PM
  5. Error while deploying .ear file
    By urslalitha in forum Exceptions
    Replies: 1
    Last Post: August 18th, 2009, 02:56 AM