Upgrade from AEM 5.6 to AEM 6.1 | Community
Skip to main content
mahesh_kumar
New Participant
October 16, 2015
Solved

Upgrade from AEM 5.6 to AEM 6.1

  • October 16, 2015
  • 2 replies
  • 680 views

I followed the instructions to upgrade my author instance 5.6 to 6.1 (https://docs.adobe.com/docs/en/aem/6-1/deploy/upgrade.html).

When I finished, I launched AEM, but couldn't do anything, all I have is this blank page saying Authentication Failed.
However, I am getting HTTP ERROR: 503 error with Authentication Failed. I got to know that this is due to the reason that the repository is not up.
The log files show me this:

01.10.2015 12:18:32.065 *ERROR* [OsgiInstallerImpl] com.day.jcr.vault.fs.io.Importer E Packaged node types (javax.jcr.nodetype.InvalidNodeTypeDefinitionException: [{http://www.day.com/jcr/cq/1.0}CalendarComponent] invalid supertype: {http://www.day.com/jcr/cq/1.0}GeoLocation)

What's wrong?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by mahesh_kumar

Hi Opkar,

I was able to resolve the issue.

All I had to do was update file <org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore.cfg> present at path <crx-quickstartfolder/install>.

Backslaces <\> needed to be updated with </>.

Thanks...!!!

 

Mahesh

2 replies

Employee
October 16, 2015

Hi Mahesh,

did you also apply the known issues? Especially if you are running on windows:folder path must not have spaces and backslashes in filedatastore.cfg[1]

Are there any exception in the log file other than the one above?

Regards,

Opkar

[1] https://docs.adobe.com/docs/en/aem/6-1/release-notes/known-issues.html

mahesh_kumar
mahesh_kumarAuthorAccepted solution
New Participant
October 16, 2015

Hi Opkar,

I was able to resolve the issue.

All I had to do was update file <org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore.cfg> present at path <crx-quickstartfolder/install>.

Backslaces <\> needed to be updated with </>.

Thanks...!!!

 

Mahesh