Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Jineet_Vora
Jineet_Vora
Offline

Badges

Badges
23

Accepted Solutions

Accepted Solutions
32

Likes Received

Likes Received
63

Posts

Posts
62

Discussions

Discussions
6

Questions

Questions
56

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Jineet_Vora
Customize the badges you want to showcase on your profile
Re: Scene7 html5 video player buffering time is more than... - Adobe Experience Manager 10-11-2020
Hi @ankitv12295055,I checked the video page and found that the Scene7 URL is https://s7mbrstream.scene7.com/hls-vod/agilentstage/_media_/21c/21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4.m3u8This URL has multiple fragmented TS files which are responsible for playing the video. This file has 56 fragments.#EXTM3U #EXT-X-MEDIA-SEQUENCE:0 #EXT-X-ALLOW-CACHE:NO #EXT-X-VERSION:2 #EXT-X-TARGETDURATION:8 #EXTINF:8, 21c05e4f-6b17-4d1c-a088-77a6df24500c.mp4Frag1Num0.ts #EXTINF:8, 21c05e4f-6b17-4d1c-a088-77a6df...

Views

527

Likes

0

Replies

0
Re: Scene7 html5 video player buffering time is more than... - Adobe Experience Manager 10-11-2020
Hi @ankitv12295055,As far as I know, even with default settings it should work fine. I suggest you to test with the actual end URL of scene5 video and entering that URL in the browser window which will itself load a HTML5 modal and play in your browser rather than including it in your AEM component and then testing.Also, what is the media type and size you're trying to access? Have you tested this on different network as well?

Views

522

Like

1

Replies

0
Re: 403 forbidden for Anonymous user URL /system/console/... - Adobe Experience Manager 10-11-2020
Hi @Leena1,Please refer this post: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/cannot-delete-configuration-using-curl-on-aem-6-5/qaq-p/379420 to delete a config using CURL command. A CURL command cheat sheet can be found here: https://github.com/paulrohrbeck/aem-links/blob/master/curl_cheatsheet.md

Views

1.7K

Likes

0

Replies

0
Re: 403 forbidden for Anonymous user URL /system/console/... - Adobe Experience Manager 04-11-2020
Whenever you edit and save a configuration from /system/console/configMgr, it save it in /apps/system/config. So deleting that configuration from /apps/system/config will revert your changes to default. The best place to get started with AEM is here: https://helpx.adobe.com/support/experience-manager/6-5.html

Views

1.7K

Likes

0

Replies

0
Re: 403 forbidden for Anonymous user URL /system/console/... - Adobe Experience Manager 04-11-2020
Whenever you edit and save a configuration from /system/console/configMgr, it save it in /apps/system/config. So deleting that configuration from /apps/system/config will revert your changes to default.

Views

1.8K

Likes

0

Replies

0
Re: 403 forbidden for Anonymous user URL /system/console/... - Adobe Experience Manager 04-11-2020
Hello @Leena1,As you said you're able to login to /crx/explorer then you can login using admin and go to 'Content Explorer'. The config 'Apache Sling Authentication Service' you will find under /apps/system/config/org.apache.sling.engine.impl.auth.SlingAuthenticator.config. Delete this node and click on 'Save All' and you should be able to login as you would generally. Alternatively, you can also use CURL command to delete the config but this should also work and is a easy approach.

Views

1.8K

Likes

2

Replies

7
Re: How to Update Language Copy Using Java workflows? - Adobe Experience Manager 03-11-2020
I have edited my response, please check my answer above again. Let me know if still this doesn't work.

Views

413

Likes

0

Replies

0
Re: Can we integrate CloudFront Cache clearance with Work... - Adobe Experience Manager 03-11-2020
Hi @ramaem12,There are three possibilities here:Set up a flush agent on Author: Use 'CloudFront' Invalidate Rest API to trigger cache clear only for those paths which are flushed from author instance.Issue: There will always be a race condition between Author -> CDN and Author -> Publisher -> Dispatcher -> CDN.If the latter (Author -> Publisher -> Dispatcher -> CDN) is executed first and then Author -> CDN, you will not see an issue but if Author -> CDN is triggered first then the copy of the fi...

Views

573

Likes

2

Replies

0
Re: How to Update Language Copy Using Java workflows? - Adobe Experience Manager 03-11-2020
Hello @troubleshooter3,The exception is thrown from below:final String masterLanguage = (String)metaData.get("language", (Class)String.class); if (StringUtils.isEmpty((CharSequence)masterLanguage)) { throw new WorkflowException("Failed to load master language from payload."); }Please make sure that the master language is populated in metadata as below: String languageEnMasterPath = "master page path"; String workflowName = "/var/workflow/models/wcm-translation/update_language_copy"; WorkflowSess...

Views

429

Like

1

Replies

2
Re: Error occurred while obtaining inputstream for blobid - Adobe Experience Manager 01-11-2020
Hello @pradeep_kumarb1,Looks like the issue is because some files in your data store are missing when moving production instance to lower environment. How did you manage to copy production instance? Was it running while copy was in progress? If yes, then please re-consider taking the copy after the AEM is gracefully stopped.Have a look on this document: https://helpx.adobe.com/in/experience-manager/kb/oak-blobstore-inconsistency-blobId.html and ensure all the steps are followed properly.Hope thi...

Views

445

Like

1

Replies

1