Troubleshooting Dynamic Media - Scene7 mode
- Topics:
- Troubleshooting
CREATED FOR:
- Admin
- User
The following document describes troubleshooting for Dynamic Media running dynamicmedia_scene7 run mode.
Setup and Configuration
Ensure that Dynamic Media has been set up properly by doing the following:
-
Start up command contains the
-r dynamicmedia_scene7
runmode argument. -
Any AEM 6.4 cumulative fix packs (CFPs) have been installed first before any available Dynamic Media Feature Packs.
-
Optional Feature Pack 18912 is installed.
This optional feature pack is for FTP support or if you are migrating assets to Dynamic Media from Dynamic Media Classic.
-
Navigate to the Cloud Services user interface and confirm that the provisioned account appears under Available Configurations.
-
Ensure that the Dynamic Media Asset Activation (scene7) replication agent is enabled.
This replication agent is found under Agents on Author.
General (all assets)
The following are some general tips and tricks for all assets.
Asset synchronization status properties
The following asset properties can be reviewed in CRXDE Lite to confirm the successful synchronization of the asset from AEM to Dynamic Media:
<object_node>/jcr:content/metadata/dam:scene7ID
a|364266
<object_node>/jcr:content/metadata/dam:scene7FileStatus
<object_node>/jcr:content/metadata/dam:scene7File
myCompany/myAssetID
<object_node>/jcr:content/dam:lastSyncStatus
success
or failed:<error text>
Synchronization Logging
Synchronization errors and issues are logged in error.log
(AEM server directory /crx-quickstart/logs/
). Sufficient logging is available to determine the root cause of most issues, however you can increase the logging to DEBUG on the com.adobe.cq.dam.ips
package through the Sling Console (http://localhost:4502/system/console/slinglog) to gather more information.
Move, Copy, or Delete
Before performing a Move, Copy, or Delete operation, do the following:
- For images and videos, confirm that a
<object_node>/jcr:content/metadata/dam:scene7ID
value exists before performing move, copy, or delete operations. - For image and viewer presets, confirm that an
https://<server>/crx/de/index.jsp#/etc/dam/presets/viewer/testpreset/jcr%3Acontent/metadata
value exists before performing move, copy, or delete operations. - If above metadata value is missing, you need to re-upload assets before move, copy, or delete operations.
Version control
When replacing an existing Dynamic Media asset (same name and location), you have the option to keep both assets or replace or create a version:
-
Keeping both will create a new asset with a unique name for the published asset URL. For example, image.jpg is the original asset and image1.jpg is the newly uploaded asset.
-
Creating a version is not supported in Dynamic Media - Scene7 mode delivery. The new version replaces the existing asset in delivery.
Images and Sets
If you are having issues with images and sets, see the following troubleshooting guidance.
-
Go to CRX/DE:
- Check whether the preset in the JCR
/etc/dam/presets/viewer/<preset> has lastReplicationAction
defined. Note that this location applies if you upgraded from AEM 6.x to 6.4 and opted out of migration. Otherise, the location is/conf/global/settings/dam/dm/presets/viewer
. - Check to make sure that the asset in the JCR has
dam:scene7FileStatus
under Metadata shows asPublishComplete
.
- Check whether the preset in the JCR
Refresh page/navigate to another page and come back (side rail JSP needs to be recompiled)
If that does not work:
- Publish asset.
- Re-upload asset and publish it.
dam:scene7File
in the Metadata properties (CRXDE Lite)jcr:content
> dam:assetState
= processed
(CRXDE Lite)jcr:content
> dam:assetState
= if unprocessed
it was not picked up by the workflow.Video
If you are having issues with video, see the following troubleshooting guidance.
- Check that the folder has a video profile assigned to it (if non-supported file format). If non-supported, only an image displays.
- Video profile must contain more than one encoding preset to generate an AVS set (single encodings are treated as video content for MP4 files; for non-supported files, treated the same as non-processed).
- Check that the video has finished processing by confirming
dam:scene7FileAvs
ofdam:scene7File
in metadata.
- Assign a video profile to the folder.
- Edit video profile to include more than one encoding preset.
- Wait for video to finish processing.
- Be you re-load the video, make sure that the Dynamic Media Encode Video workflow is not running.
- Re-upload the video.
- Check that the runmode is dynamicmedia_scene7.
- Check whether Dynamic Media cloud service is configured.
- Check whether a video profile is associated with the upload folder.
- Check your AEM instance with -r dynamicmedia_scene7
- Check that the Dynamic Media Configuration under Cloud Services is properly setup.
- Check that the folder has a video profile. Also, check the video profile.
To determine if video encoding is still in progress or if it has entered a failure state:
- Check the video status
http://localhost:4502/crx/de/index.jsp#/content/dam/folder/videomp4/jcr%3Acontent
> dam:assetState - Monitor the video from the workflow console
http://localhost:4502/libs/cq/workflow/content/console.html
> Instances, Archive, Failures tabs.
When video is uploaded, but there are no encoded renditions:
- Check that the folder has a video profile assigned to it.
- Check that the video has finished processing by confirming
dam:scene7FileAvs
in metadata.
- Assign a video profile to the folder.
- Wait for video to finish processing.
Viewers
If you are having issues with viewers, see the following troubleshooting guidance.
Issue: Viewer presets are not published
How to debug
-
Proceed to sample manager diagnostic page:
https://localhost:4502/libs/dam/gui/content/s7dam/samplemanager/samplemanager.html
. -
Observe computed values. When operating correctly, you see the following:
_DMSAMPLE status: 0 unsyced assets - activation not necessary _OOTB status: 0 unsyced assets - 0 unactivated assets
.NOTE
It can take about 10 minutes after configuration of Dynamic Media cloud settings for the viewer assets to sync. -
If unactivated assets remain, select either of the List all Unactivated Assets buttons to see details.
Solution
- Navigate to viewer preset list in admin tools:
https://localhost:4502/libs/dam/gui/content/s7dam/samplemanager/samplemanager.html
- Select all viewer presets, then select Publish.
- Navigate back to sample manager and observe that unactivated asset count is now zero.
Issue: Viewer preset artwork returns 404 from Preview in asset details or Copy URL/Embed code
How to debug
In CRXDE Lite do the following:
-
Navigate to
<sync-folder>/_CSS/_OOTB
folder within your Dynamic Media sync folder (for example,/content/dam/_CSS/_OOTB
). -
Find the metadata node of the problematic asset (for example,
<sync-folder>/_CSS/_OOTB/CarouselDotsLeftButton_dark_sprite.png/jcr:content/metadata/
). -
Check for the presence of
dam:scene7*
properties. If the asset was successfully synced and published, you see thedam:scene7FileStatus
set is to PublishComplete. -
Attempt to request the artwork directly from Dynasmic Media by concatenating the values of the following properties and string literals:
dam:scene7Domain
"is/content"
dam:scene7Folder
<asset-name>
Example:https://<server>/is/content/myfolder/_CSS/_OOTB/CarouselDotsLeftButton_dark_sprite.png
Solution
If the sample assets or viewer preset artwork has not synced or published, restart the entire copy/sync process:
- Navigate to CRXDE Lite.
- Delete
<sync-folder>/_CSS/_OOTB
. - Navigate to the CRX Package Manager:
https://localhost:4502/crx/packmgr/
. - Search for viewer package in the list; it starts with
cq-dam-scene7-viewers-content
. - Select Reinstall.
- Under Cloud Services, navigate to the Dynamic Media Configuration page, then open the configuration dialog box for your Dynamic Media - S7 configuration.
- Make no changes, select Save.
This save action triggers the logic again to create and sync the sample assets, viewer preset CSS, and artwork.
Issue: Image Preview is not loading in Viewer presets authoring
Solution
-
In Experience Manager, select the Experience Manager logo to access the global navigation console, then navigate to Tools > General > CRXDE Lite.
-
In the left rail, navigate to the sample content folder at the following location:
/content/dam/_DMSAMPLE
-
Delete the
_DMSAMPLE
folder. -
In the left rail, navigate to the presets folder at the following location:
/conf/global/settings/dam/dm/presets/viewer
-
Delete the
viewer
folder. -
Near the upper-left corner of the CRXDE Lite page, select Save All.
-
In the upper-left corner of the CRXDE Lite page, select the Back Home icon.
-
Re-create a Dynamic Media Configuration in Cloud Services.