6 Replies Latest reply on Feb 15, 2002 2:46 AM by uniq2001

    problem starting JBOSS_TOMCAT....

    uniq2001

      Dear All,

      I am new use JBOSS..i have been installed JBOSS 2.4.4 and Tomcat 4.0 in Win NT..
      ANT is succesful build and if i run Tomcat alone its running.

      If i start JBOSS with command
      d:\jboss_tomcat\jboss\bin\run.bat or run_with_catalina.bat i get this message:

      JBOSS_CLASSPATH=;run.bat;../lib/crimson.jar
      The name specified is not recognized as an internal or external command, operable program or batch file
      Press any key to continue...

      So i trying to execute run.jar and i get this message:
      D:\jdk1.3\bin>java -jar d:\jboss_tomcat\jboss\bin\run.jar
      message is:

      jboss.home = D:\Jboss_tomcat\jboss
      Using JAAS LoginConfig: file:/D:/JBoss_Tomcat/jboss/conf/default/auth.conf
      JBoss release : JBoss-2.4.4 CVSTag=JBoss_2_4_4
      JBoss version : 2.4.4.2001-12-29 02:04:40 PST
      Using configuration "default"
      javax.management.ServiceNotFoundException: The specified URL is null
      at javax.management.loading.Mlet.getMBeansFromURL(MLet.java:367)
      at org.jboss.main.(Main.java:180)
      at org.jboss.Main$1.run(Main.java:110)
      at java.security.AccessController.doPrivileged(Native Method)
      at org.jboss.main.main(Main.java:106)
      JBoss-2.4.4 started in 0m:0s.801

      # so my jboss is started? i must start in run.bat or run.jar?
      # but why i can try http://localhost in browser..

      for any help Thanks..:-)

      Regards,

      uniQ







        • 1. Re: problem starting JBOSS_TOMCAT....

          Can you post your run.bat?

          Are you sure you are using NT?
          The bat file has problems in win9x, it needs features
          of cmd.exe that aren't in command.com

          Regards,
          Adrian

          • 2. Re: problem starting JBOSS_TOMCAT....
            uniq2001

            thanks for replaying my question...:)

            yes...i use WinNT 4.0 ..and i have cmd.exe in dir WINNT/system32..

            thanks..:)

            uniQ

            • 3. Re: problem starting JBOSS_TOMCAT....

              Strange, there is something funny going here.

              I used your run.bat in place of the one I have and it works fine.

              Can you try removing the "@echo off" at the top of run.bat
              and run_with_catalina.bat
              Then type "run_with_catalina.bat" and post the output.
              Also can you post the output from running the command
              "set" this will display your environment variables.

              Make sure you remove any sensitive information before
              you post like host names and profiles.

              I use cygwin on windows, I hate the windows command line.

              Regards,
              Adrian

              • 4. Re: problem starting JBOSS_TOMCAT....
                uniq2001

                i trying to do what u said..
                but i still get this message and i don't get information my jboss i startup...

                error message after i am running run.bat and run_with_catalina.bat in msDOS u can see in attachment file.

                so what i must do?

                thanks...for the help.


                Regards

                uniQ

                PS : i installed cygwin..its helping jboss too?

                • 5. Re: problem starting JBOSS_TOMCAT....

                  It looks like you don't have the command "java"
                  in your path.

                  Try the following from a command line
                  java -version

                  Regards,
                  Adrian

                  • 6. Re: problem starting JBOSS_TOMCAT....
                    uniq2001

                    my problem is solved..;)

                    my jboss 2.44 tomcat 4.0 is started up now...
                    i just add to PATH with jdk1.3/bin

                    thanks Adrian..:)


                    Regards,

                    uniQ