AEM 6.1 + mongo DB 3.5 | Community
Skip to main content
New Participant
October 16, 2015
Solved

AEM 6.1 + mongo DB 3.5

  • October 16, 2015
  • 5 replies
  • 1189 views

Hi All,

I am trying to integrate AEM 6.1 with mongo DB 3.5, followed below link:-

http://cq-ops.tumblr.com/post/86895378084/how-to-run-aem-60-with-mongodb-26

and added startup parameters

Doak.mongo.uri=mongodb://<mongodb IP address>:27017 -Doak.mongo.db=aem-author

but still it is not creating db with name aem-author

 

Thanks,Mahesh

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,

according to [1] mongodb 3.5 is not supported, only 3.0 or 2.6. Contact daycare to find out when it will be supported.

Regards,

Opkar

[1]https://docs.adobe.com/docs/en/aem/6-1/deploy/technical-requirements.html

5 replies

ogillAccepted solution
Employee
October 16, 2015

Hi,

according to [1] mongodb 3.5 is not supported, only 3.0 or 2.6. Contact daycare to find out when it will be supported.

Regards,

Opkar

[1]https://docs.adobe.com/docs/en/aem/6-1/deploy/technical-requirements.html

Lokesh_Shivalingaiah
New Participant
October 16, 2015

Hi Mahesh,

You dont have to add '-Doak.mongo.db=aem-author' in your parameters

If you have setup the 'run mode' to crx3mongo and your mongoDB is up and running when you start the AEM, it should automatically create a DB called aem-author.

or you can start AEM with this command

java -XX:MaxPermSize=512M -mx4g -jar aem6-author-p4502.jar -r crx3,crx3mongo -Doak.mongo.uri=mongodb://<hostname>:27017,<hostname>:27018
Employee
October 16, 2015

Hi Mahesh,

you have to edit the start script and add your parameters [1]. After AEM installs, changes to the start script have to be done manually, you can find details on the start script here[2]

Regards,

Opkar

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

[2] https://docs.adobe.com/docs/en/aem/6-1/deploy/command-line-start-and-stop.html

New Participant
October 16, 2015

Hi Opkar,

 

If you have setup the 'run mode' to crx3mongo and your mongoDB is up and running when you start the AEM, it should automatically create a DB called aem-author --- this dint wrk for me

or you can start AEM with this command

java -XX:MaxPermSize=512M -mx4g -jar aem6-author-p4502.jar -r crx3,crx3mongo -Doak.mongo.uri=mongodb://<hostname>:27017,<hostname>:27018 -- this helped 

Any thing am i missing :(

sorry to trouble you with the repeated question,  i am repeatedly trying i followed this link [1] initially.

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

 

Thanks,Mahesh

Employee
October 16, 2015

Hi Mahesh,

no problem :)

I have been through a few posting and they all describe the same procedure[1], [2],[3]

How long are you giving for AEM/MongoDB to initalise? What hardware are you using? From the articles, it appears even with a SSD, the initialisation can take over 5 minutes, with others reporting over 30 minutes.

Regards,

Opkar

[1] https://rmengji.wordpress.com/2014/06/05/starting-aem-6-0-with-mongodb/

[2] http://blogs.adobe.com/contentmanagement/2014/07/22/aem6-mongo-minimal-setup/

[3] http://cq-ops.tumblr.com/post/86895378084/how-to-run-aem-60-with-mongodb-26