3 Replies Latest reply on Jun 6, 2006 6:41 AM by vijay_negi

    JBoss wont start Linux

    jjman

      I use jboss_init_redhat.sh as a startingscript, althought I changed name to jboss and put it in /etc/rc.d/init.d/ directory.

      When I type jboss start, it only prints out CMD_START=... and wont't start the server. All the paths and variables are ok. Do I have forgot to do something or what is wrong with that?

        • 1. Re: JBoss wont start Linux
          supernaut00

          i have the same problem, any comments? please?

          • 2. Re: JBoss wont start Linux
            peterj

            Did you set JBOSS_HOME before running the script? Did you set JAVAPTH? Did you try echoing both of those settings just after the echo of JBOSS_START? Did you even look at the shell script to see what it was doing and what kind of extra debugging intformation you could add to it to solve your problem?

            When JBOSS_START was echoed, what text did it echo? By replacing the actual echoed text with three dots, you essentially left out the most important information that would help in solving your problem.

            • 3. Re: JBoss wont start Linux
              vijay_negi

              hello all,

              I set all env variables and all settings,
              now when I run command " /etc/rc.d/init.d/jboss start " as root it giving the following

              CMD_START = cd /home/vijay_negi/jboss-4.0.3SP1/bin; /home/vijay_negi/jboss-4.0.3SP1/bin/run.sh -c all

              anyone help me................................

              [root@manganese ~]# /etc/rc.d/init.d/jboss start
              CMD_START = cd /home/vijay_negi/jboss-4.0.3SP1/bin; /home/vijay_negi/jboss-4.0.3SP1/bin/run.sh -c all