"'mail.mime.decodeparameters' is not set to true" when using service.bat

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Low
    • None
    • Affects Version/s: 5.1, 5.1.8, 5.2, 5.2.11, 6.0, 6.0.2
    • Component/s: Installation
    • 5.01

      This Bug is still in Standlaone ZIP of JIRA 6.0.2!

      If install JIRA als Windows Service via service.bat, the Admin Gadged reports: 'mail.mime.decodeparameters' is not set to true

      The origin of this is a bug in bin/service.bat line 165:

      "%EXECUTABLE%" //US//%SERVICE_NAME% ++JvmOptions "-Djava.awt.headless=true -Datlassian.standalone=JIRA -Dmail.mime.decodeparameters=true;-Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true;-Djava.io.tmpdir=%CATALINA_BASE%\temp; ...

      As you see, between the first three JvmOptions there is no ";".
      But this must be there. Because if not, these three Options wil be written on one line to the registry.
      They are not working, cause every option must be on a new line.

      So, before i can run "service.bat install", i always have to fix this line:

      "%EXECUTABLE%" //US//%SERVICE_NAME% ++JvmOptions "-Djava.awt.headless=true;-Datlassian.standalone=JIRA;-Dmail.mime.decodeparameters=true;-Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true;-Djava.io.tmpdir=%CATALINA_BASE%\temp; ...

      Can you please fix this in the next Standalone ZIP file?
      thx!

            Assignee:
            Unassigned
            Reporter:
            Michael Katze | Trivadis Germany GmbH
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: