-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
7.5.1
-
None
-
19
-
Severity 3 - Minor
-
1
-
Summary
In Windows, if Confluence is upgraded to 7.x, a subsequent attempt to start Confluence manually will not work.
Steps to reproduce
- Install Confluence 7.0.x using the Windows installer.
- The setjre.bat file should include the line: SET "JRE_HOME=C:
Program Files\Atlassian\Confluence\jre
- The setjre.bat file should include the line: SET "JRE_HOME=C:
- Verify basic functionality.
- Download the Confluence 7.5.2 Windows installer.
- Upgrade Confluence 7.0.x to 7.5.2
- If the installer fails to shut down the 7.0.x instance, shut down the Windows service for 7.0.x.
- Continue with upgrade installer.
- If an error displays "...while attempting to remove the previous installation directory. Some files may be in use...", click Ignore.
- Installer prompts to Start Confluence and then to launch the browser.
- Confluence is accessible.
- If you stop and start the Windows service that the installer built, Confluence should still start up ok.
- However, if you stop Confluence via the service and then try starting it via the manual start-confluence.bat, the following error is displayed:
C:\Program Files\Atlassian\Confluence\bin>start-confluence.bat To run Confluence in the foreground, start the server with start-confluence.bat /fg 2020.06.25_12.40.32 2020.06.25_12.40.32 Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of these environment variable is needed to run this program Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of these environment variable is needed to run this program
Environment
Windows operating system
Upgrading from 7.0.x to 7.5.x
Expected result
Confluence can start manually.
Actual result
After executing <confluence-install>/bin/start-confluence.bat, an error is displayed in the command prompt and Confluence doesn't start.
Workaround
- To get Confluence to start, ensure that the Confluence is not running.
- Next update the <confluence-install>/bin/setenv.bat file so that the JAVA_HOME environment variable is set to either the packaged JRE location or a separate Java instance on the server within. Here's an example showing a set of JAVA_HOME to packaged JRE location and where to insert this line:
SET "JAVA_HOME=C:\Program Files\Atlassian\Confluence\jre" rem IMPORTANT NOTE: Only set JAVA_HOME or JRE_HOME above this line
- Execute <confluence-install>/bin/start-confluence.bat. You may still see the messaging, but Confluence will start.