AEM 6.1 + mongo DB 3.5 clustering | Community
Skip to main content
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 ogill

Hi Mahesh,

please review: http://docs.adobe.com/docs/en/aem/6-1/deploy/recommended-deploys.html

Let me know if you have any questions after reading the above.

Regards,

Opkar

12 replies

New Participant
October 16, 2015

Hi Opkar,

This are the few errors from error logs [1]:-

and i using this command to to extact[2] :-

Command which you have posted in another thread [3], i faced almost same issue:-

[3] java -XX:MaxPermSize=2048M -mx4g -jar aem6-author-p4502.jar -r crx3,crx3mongo -Doak.mongo.uri=mongodb://localhost:27017,<hostname>:2701

[2] java -XX:MaxPermSize=512M -mx4g -jar aem6-author-p4502.jar -r crx3,crx3mongo -Doak.mongo.uri=mongodb://10.202.13.73:27017,10.202.13.73:27018

 

[1] 16.08.2015 23:48:13.725 *ERROR* [FelixDispatchQueue] com.day.cq.cq-compat-codeupgrade FrameworkEvent ERROR (org.osgi.framework.BundleException: Unresolved constraint in bundle com.day.cq.cq-compat-codeupgrade [135]: Unable to resolve 135.0: missing requirement [135.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.commons.jcr))

org.osgi.framework.BundleException: Unresolved constraint in bundle com.day.cq.cq-compat-codeupgrade [135]: Unable to resolve 135.0: missing requirement [135.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.commons.jcr)
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4095)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2114)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1368)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
        at java.lang.Thread.run(Thread.java:745)
16.08.2015 23:48:13.726 *INFO* [FelixDispatchQueue] org.apache.felix.framework FrameworkEvent STARTLEVEL CHANGED
16.08.2015 23:48:15.728 *INFO* [FelixDispatchQueue] org.apache.felix.framework FrameworkEvent STARTLEVEL CHANGED
16.08.2015 23:48:17.731 *INFO* [FelixDispatchQueue] org.apache.felix.framework FrameworkEvent STARTLEVEL CHANGED
16.08.2015 23:48:19.734 *INFO* [FelixDispatchQueue] org.apache.felix.framework FrameworkEvent STARTLEVEL CHANGED
16.08.2015 23:48:21.737 *INFO* [FelixDispatchQueue] org.apache.felix.framework FrameworkEvent STARTLEVEL CHANGED
16.08.2015 23:48:23.739 *INFO* [FelixDispatchQueue] org.apache.felix.framework FrameworkEvent STARTLEVEL CHANGED
16.08.2015 23:48:25.742 *INFO* [FelixDispatchQueue] org.apache.felix.framework FrameworkEvent STARTLEVEL CHANGED
16.08.2015 23:48:27.756 *INFO* [FelixDispatchQueue] org.apache.felix.framework FrameworkEvent STARTLEVEL CHANGED
16.08.2015 23:48:28.077 *INFO* [qtp664876097-60] org.apache.sling.startupfilter.impl.StartupFilterImpl Reloaded list of StartupInfoProvider: []
16.08.2015 23:49:24.646 *ERROR* [qtp664876097-60] org.apache.sling.engine.impl.SlingHttpContext handleSecurity: AuthenticationSupport service missing. Cannot authenticate request.
16.08.2015 23:49:24.646 *ERROR* [qtp664876097-60] org.apache.sling.engine.impl.SlingHttpContext handleSecurity: Possible reason is missing Repository service. Check AuthenticationSupport dependencies

 

Thanks,Mahesh

Employee
October 16, 2015

Hi,

Is that the only error?

Have a look at [1][2], can you try the command below:

    
java -jar aem6-author-p4502.jar -r author,crx3,crx3mongo -Doak.mongo.uri=mongodb://localhost:27017
 

Details on how to setup the start script[2]

Regards,

Opkar

[1] http://docs.adobe.com/docs/en/aem/6-1/deploy/upgrade.html

[2] http://www.netcentric.biz/blog/2015/01/adobe-experience-manager-6-with-a-mongodb-setup.html