Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-25635

The system cannot find the path specified when starting JIRA in Windows

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Low
    • Bugfix Release
    • 4.1, 4.1.2, 4.2.3, 4.2.4
    • None
    • Windows

    Description

      Sometimes JIRA is not able to startup and got into the error: "The system cannot find the path specified"

      Happened in Windows Service and manual way to startup (/bin/startup.bat):

      Cause
      Inside setenv.bat:

      rem --------------------------------------------------------------------------
      set JAVA_OPTS=%JAVA_OPTS% -Xms%JVM_MINIMUM_MEMORY% -Xmx%JVM_MAXIMUM_MEMORY% %JVM_REQUIRED_ARGS% %DISABLE_NOTIFICATIONS% %JVM_SUPPORT_RECOMMENDED_ARGS%
      
      set _PRG_DIR=%~dp0
      
      type %_PRG_DIR%\jirabanner.txt
      
      rem Checks if the JAVA_HOME has a space in it (can cause issues)
      

      The command type %_PRG_DIR%\jirabanner.txt should be type "%_PRG_DIR%\jirabanner.txt".

      This command is correct in JIRA 4.3

      Attachments

        1. startup_bat.png
          startup_bat.png
          5 kB
        2. windows_service.jpg
          windows_service.jpg
          9 kB

        Activity

          People

            Unassigned Unassigned
            klfoong Foong (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: