Expand my Community achievements bar.

SOLVED

Upgrade from AEM 5.6 to AEM 6.1

Avatar

Level 2

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?

1 Accepted Solution

Avatar

Correct answer by
Level 2

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

View solution in original post

2 Replies

Avatar

Employee

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

Avatar

Correct answer by
Level 2

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