4 Replies Latest reply on Jun 19, 2006 2:04 PM by postudor

    jboss 4 install continual scroll on run.bat

    mapper399651

      i am getting a scrolling message from win xp pro dos prompt: "filename, directory or volume label syntax is incorrect" after running run.bat? have check the only config i have done to this point: system/path variables a number of times.
      already have ant 1.65/jdk 1.5.06/xdoclet successfully installed. can someone pls help/send to link that has had same problem.

      thanks!

        • 1. Re: jboss 4 install continual scroll on run.bat
          peterj

          Did the error message include th bad directory/file name? If so, could you post that?

          Also, where is JBoss installed? Where is the JVM installed? What do you have JAVA_HOME and JBOSS_HOME set to?

          • 2. Re: jboss 4 install continual scroll on run.bat
            mapper399651

            Thank you for your reply. no dir just " the filename, directory name or volume lable syntax is incorrect."

            jboss installed to: C:\jboss-4.0.4.GA
            JAVA_HOME=C:\Program Files\java\jdk1.5.0_6\bin
            jvm install: C:\Program Files\java\jre
            JBOSS_HOME=C:\jboss-4.0.4.GA\bin

            ?

            Thanks again.

            • 3. Re: jboss 4 install continual scroll on run.bat
              peterj

              I would re-install the JVM to some place other than Program Files. I know that it wants to install there by default, but I change it to install elsewhere (on my laptop, it is at c:\apps\jdk1.5.0_06). Spaces in file/directory names gives some Java code fits.

              If that doesn't work, post the full command window output from running run.bat.

              Another thought. Did you first cd to the c:\jboss-4.0.4.GA\bin and then run run.bat? Did you make any changes to run.bat? Also, how did you install jboss - by unzipping the zip file or by running installer.jar?

              • 4. Re: jboss 4 install continual scroll on run.bat
                postudor

                Hi,

                The JAVA_HOME should list the base JDK installation directory, not the bin subdirectory.
                So to JAVA_HOME put
                C:\Program Files\java\jdk1.5.0_6

                Exactly the same problem to JBOSS_HOME and should work ;)