3 Replies Latest reply on Jul 16, 2003 9:11 PM by jonlee

    Command Not Found

    jcarlyle_au

      Hi I have unpacked jboss 3.0.6 on to my linux red hat machine and when I try run.sh I get the following error command not found.

      I have check my java path and it is fine. Can someone help me.

      Thanks

        • 1. Re: Command Not Found
          jonlee

          Do you get a line number in the script where it failed? If not, is your script executable? A little bit more info would help a lot. :)

          • 2. Re: Command Not Found
            jcarlyle_au

            There is no line number where it fails. I've installed jboss 3.0.6 under the usr dir, as per the install guide I go to the usr/jboss-3.0.6/bin and then try to start jboss with the run.sh command and the error I get is

            bash: run.sh: command not found

            thats it, not sure what esle i can tell you.

            • 3. Re: Command Not Found
              jonlee

              This means it can't find run.sh to execute it.

              Try ./run.sh from the directory to explicitly state the location of run.sh.