Uploaded image for project: 'Apache Any23 (Retired)'
  1. Apache Any23 (Retired)
  2. ANY23-272

Service fails to start with any23server.bat

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1
    • 2.0
    • service
    • None
    • windows 7

    Description

      The service fails to start with .bat file because of script variable which is referenced in linux way with '$REPO' instead of windows like '%REPO%' at service/src/main/bin/any23server.bat [79]:

      %JAVACMD% %JAVA_OPTS% %EXTRA_JVM_ARGUMENTS% -jar "$REPO"/jetty-runner-${jetty.runner.version}.jar --path /${project.artifactId} "$REPO"/${project.build.finalName}.${project.packaging}
      

      should be:

      %JAVACMD% %JAVA_OPTS% %EXTRA_JVM_ARGUMENTS% -jar "%REPO%"/jetty-runner-${jetty.runner.version}.jar --path /${project.artifactId} "%REPO%"/${project.build.finalName}.${project.packaging}
      

      Attachments

        Activity

          People

            k255 Karol Potocki
            k255 Karol Potocki
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: