Failed Upgrade of AEM 6.0 to AEM 6.1
Attempting to upgrade an AEM 6.0 (SP3) Author instance to AEM 6.1.
Following documentation that was successful on a previous AEM 6.0 install. The only difference (that I can think of) is that this AEM 6.0 SP3 environment was originally upgraded from CQ 5.6.
Symptoms:
upgrade.log file should show "Startup mod is UPDATE" however it only contains one line:
07.03.2016 21:05:15.391 *INFO* [FelixStartLevel] com.adobe.cq.upgradesexecutor.Activator UPGRADE NOT NEEDED - StartupMode is INSTALL
Also, the following error shows up in the error.log:
07.03.2016 21:05:31.172 *ERROR* [qtp1358716119-36] org.apache.sling.engine.impl.SlingHttpContext handleSecurity: AuthenticationSupport service missing. Cannot authenticate request. 07.03.2016 21:05:31.172 *ERROR* [qtp1358716119-36] org.apache.sling.engine.impl.SlingHttpContext handleSecurity: Possible reason is missing Repository service. Check AuthenticationSupport dependencies.
The cmd line executed was as follows:
D:\author>java -Xmx3072m -jar aem-6.1-author-p4502.jar Loading quickstart properties: default Loading quickstart properties: instance Low-memory action set to fork Using 64bit VM settings, min.heap=1024MB, min permgen=256MB, default fork argume nts=[-Xmx1024m, -XX:MaxPermSize=256m] The JVM reports a heap size of 2731 MB, meets our expectation of 1024 MB +/- 20 Setting properties from filename 'D:/author/aem-6.1-author-p4502.jar' Option '-quickstart.server.port' set to '4502' from filename aem-6.1-author-p450 2.jar Setting 'sling.run.modes' to 'author,qa' from sling.properties. Ignoring value '' from command line. Verbose option not active, closing stdin and redirecting stdout and stderr Redirecting stdout to D:\author\crx-quickstart\logs\stdout.log Redirecting stderr to D:\author\crx-quickstart\logs\stderr.log Press CTRL-C to shutdown the Quickstart server...
Any ideas on why this might not be upgrading?
Can you force an upgrade on AEM 6.0 like you could on CQ 5.6 by adding the cmd line parameter:
-Dorg.apache.sling.launchpad.startupmode=update
Any help appreciated...
Thanks.