-
Bug
-
Resolution: Duplicate
-
High
-
None
-
2.9
-
None
A misplaced quotation mark in /bin/service.bat in Confluence 2.9 is preventing the correct operation of instances started using this service. The line is:
"%EXECUTABLE%" //US//%SERVICE_NAME% ++JvmOptions "-Djava.io.tmpdir=%CATALINA_BASE%\temp -XX:MaxPermSize=128m" --JvmMs 128 --JvmMx 256
Should be changed to:
"%EXECUTABLE%" //US//%SERVICE_NAME% ++JvmOptions "-Djava.io.tmpdir=%CATALINA_BASE%\temp" -XX:MaxPermSize=128m --JvmMs 128 --JvmMx 256
Note the moved quotation mark after the "128m".
This issue is causing a similar error to the following in the logs:
SEVERE: Cannot find specified temporary folder at C:\opt\confluence\confluence-2.9-std\temp -XX:MaxPermSize=128m
The result on my specific instance is recorded in https://support.atlassian.com/browse/CSP-22856.
A temporary workaround is to update the line in the service.bat file and re-installing the service, or start Confluence from the startup.bat file instead of running as a service.
- duplicates
-
CONFSERVER-12713 Confluence 2.9 not able to startup as Window service
-
- Closed
-
-
CONFSERVER-12785 Confluence 2.9 Installer does not work when installed as service
-
- Closed
-
[CONFSERVER-12895] Invalid quotation mark syntax in service.bat
Workflow | Original: JAC Bug Workflow v3 [ 2902324 ] | New: CONFSERVER Bug Workflow v4 [ 2996942 ] |
Workflow | Original: JAC Bug Workflow v2 [ 2799884 ] | New: JAC Bug Workflow v3 [ 2902324 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JAC Bug Workflow [ 2730375 ] | New: JAC Bug Workflow v2 [ 2799884 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2395520 ] | New: JAC Bug Workflow [ 2730375 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 2291775 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2395520 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2229245 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 2291775 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2186259 ] | New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2229245 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 1909900 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2186259 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v3 [ 1717165 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 1909900 ] |
Workflow | Original: CONF Bug Subtask WF (TEMP) [ 1694926 ] | New: Confluence Workflow - Public Facing - Restricted v3 [ 1717165 ] |