-
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!
- duplicates
-
JRASERVER-30923 JVM argument mail.mime.decodeparameters is not being picked up on default installation
-
- Closed
-
-
BSI-73 Loading...