We tried installing feature-pack 37434 via CRX package manager but, it broke the instance in that it would just serve up 404 pages.
However, following the below procedure, we were able to install the feature pack.
a. Install, via apache Felix web console, the following bundles and make sure they are in the active state (start them manually if needed after installation)
- org.apache.sling.settings-1.0.3-R1067955.jar
- org.apache.sling.intaller.core-3.1.2.jar
- org.apache.sling.intaller.provider.jcr-3.0.4.jar
b. stop the instance, and drop the FP 37434 v4 into crx-quickstart/repository/install folder
c. start the instance and check that all the bundles are active as expected.
d. We also had to reset the org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl.xml config to include our resource.resolver.mapping configs.
e. com.day.cq.wcm.cq-wcm-core bundle needed starting.
(NB, don't try accessing the instance too soon - monitor the log file to see when it's finished doing things. Otherwise, you still get a 404 response).
No comments:
Post a Comment
If you have any doubts or questions, please let us know.