Solved
WCM 5.5 to AEM 6.1 Migration Scenario
Has somebody already successfully migrated 5.5 to 6.1?
Here's what I have done so far (unfortunately still unsuccessfull)
1) workspace.xml (com.day.crx.query.lucene.LuceneHandler):
<param name="enableConsistencyCheck" value="true" /> <param name="forceConsistencyCheck" value="true" /> <param name="autoRepair" value="true" />2) Start Instance
3) Copy 6.1 jar to root folder
4) Stop Instance once up and running
5) Remove config from 1 (make sure no custom authentication)
6) java -jar cq-publish-8484.jar -unpack
7) java -jar cq-publish-8484.jar -v -x crx2oak
8) java -jar cq-publish-8484.jar -v -x crx2oak
9) java -Xmx4096m -XX:MaxPermSize=2048M -jar cq-publish-8484.jar -v -x crx2oak -xargs -- -o migrate
-> Here I get a successfull migration message in the logs
10) java -jar cq-publish-8484.jar -r publish,crx3,crx3tar,nosamplecontent
-> Here I get a AuthenticationSupport service missing. Cannot authenticate request.
Any idea?