Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Enabling Dynamic Media AEM 6.5

Avatar

Level 2

Hello.
I am working with cq-quickstart-6.5.0.jar in local, and the VM is updated with last version (6.5.6.0).
Following the indication of the link:
https://docs.adobe.com/content/help/en/experience-manager-65/assets/dynamic/config-dms7.html

I’m starting the VM with the commands:
java -Xms4096m -Xmx4096m -Doak.queryLimitInMemory=500000 -Doak.queryLimitReads=500000 -jar cq-quickstart-6.5.0.jar -gui -r author,dynamicmedia_scene7 -p 4502

The AEM is starting OK, but I can’t see the Dynamic Media active. After initiate the VM (with the dynamicmedia_scene7 commands), I have to do something more?

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @jlfera,

 

In your command add the debug flag to verify the runmode in CMD:
java -Xdebug -Xms4096m -Xmx4096m -Doak.queryLimitInMemory=500000 -Doak.queryLimitReads=500000 -jar cq-quickstart-6.5.0.jar -gui -r author,dynamicmedia_scene7 -p 4502

After AEM instance is up double check the runmode from AEM: http://localhost:4502/system/console/status-slingsettings

Also check the configuration of Dynamic Media Configuration in the Cloud Services section: http://localhost:4502/libs/dam/content/configurations/dmscene7.html/conf. If you have the configuration already in-place you will see the /content/dam/_CSS and /content/dam/_DMSAMPLE folders sync'd to your localhost.  

If above everything is in place then upload a sample asset and check whether the Scene7 metadata is updated for that node:
<Asset_Path>/jcr:content/metadata and you will find below properties:

Annotation 2020-09-17 034528.png

 

Hope this helps!

Jineet

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hello @jlfera,

 

In your command add the debug flag to verify the runmode in CMD:
java -Xdebug -Xms4096m -Xmx4096m -Doak.queryLimitInMemory=500000 -Doak.queryLimitReads=500000 -jar cq-quickstart-6.5.0.jar -gui -r author,dynamicmedia_scene7 -p 4502

After AEM instance is up double check the runmode from AEM: http://localhost:4502/system/console/status-slingsettings

Also check the configuration of Dynamic Media Configuration in the Cloud Services section: http://localhost:4502/libs/dam/content/configurations/dmscene7.html/conf. If you have the configuration already in-place you will see the /content/dam/_CSS and /content/dam/_DMSAMPLE folders sync'd to your localhost.  

If above everything is in place then upload a sample asset and check whether the Scene7 metadata is updated for that node:
<Asset_Path>/jcr:content/metadata and you will find below properties:

Annotation 2020-09-17 034528.png

 

Hope this helps!

Jineet

Avatar

Level 2
Thank for your time Jineet. I can see that my problem is the Dynamic Media Configuration in the Cloud Services.