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

Sham_HC
Sham_HC
Offline

Badges

Badges
34

Accepted Solutions

Accepted Solutions
1204

Likes Received

Likes Received
175

Posts

Posts
2114

Discussions

Discussions
76

Questions

Questions
2038

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Re: How to specify delay parameter while taking online backup using curl on AEM 6.2 - Adobe Experience Manager 03-11-2016
in cron job you need to call 2 curl command. One to set delay & next is to take a backup.curl -u admin:admin -X POST http://localhost:4502/system/console/jmx/com.adobe.granite:type=Repository/a/BackupDelay?value=0

Views

1.2K

Like

1

Replies

0
Re: How to specify delay parameter while taking online backup using curl on AEM 6.2 - Adobe Experience Manager 03-11-2016
By default there is delay of 10. If you want to change change the attribute BackupDelay on the same mbean DomainName = com.adobe.granite type= Repository

Views

1.2K

Likes

0

Replies

0
Re: strange behavior while starting publish instance - Adobe Experience Manager 03-11-2016
coolpaul wrote... Could you please confirm which would be the recommended way to set run modes. Extract jar first using -unpack then update startup script (/crx-quickstart/bin/) to change the port/runmode. And use startup script always. Please note that I am trying this on 2 different fresh publish instances and Geometrixx sites are not installed in both cases. Then sounds something else happening try to engage official throw support portal to investigate further.I was bit worried about the exce...

Views

1.4K

Like

1

Replies

0
Re: DIspatcher configuration In front of two Author Instance. - Adobe Experience Manager 03-11-2016
It is recommended to have 1:1 mapping . Avoid having 2 renderer for same dispatcher. In any case technical it is possible make sure to configure session management & stickyConnectionsFor as documented at https://docs.adobe.com/docs/en/dispatcher/disp-config.html

Views

3.9K

Likes

0

Replies

0
Re: Check if server node is master or slave - Adobe Experience Manager 03-11-2016
Use InstanceDescription leader flag. More details at http://sling.apache.org/documentation/bundles/discovery-api-and-impl.html.If you are writing the service take a look at https://helpx.adobe.com/experience-manager/kb/create-cluster-aware-osgi-service.html

Views

1.2K

Likes

0

Replies

0
Re: AEM Personalization events - Adobe Experience Manager 03-11-2016
try with “teaser-loaded”

Views

6.3K

Likes

0

Replies

2
Re: Reset admin password for AEM 6.1 - Adobe Experience Manager Forms 02-11-2016
http://labs.6dglobal.com/blog/2015-06-03/changing-user-passwords-aem-61-curl/

Views

1.4K

Likes

0

Replies

0
Re: LDAP Serach Error - NotContextException - Adobe Experience Manager 02-11-2016
Hi Monika,Osgi is an JNDI implementation does not interact well with factory DirContext or LdapContext for casting it back. You can find couple of issue in web on this with various osgi providers. To over come this make use of enhanced LDAP API which replaces JNDI and the existing LDAP API like "schema aware" API with convenient ways to access any LDAP server. Thanks,

Views

2.4K

Like

1

Replies

0
Re: strange behavior while starting publish instance - Adobe Experience Manager 02-11-2016
AFAIK -r stands for contextpath & not run mode. In case you find our documentation says -r for runmode then it needs to be validated. Anyhow leaving this apartCase1 is an indication that aem installed with geometrixx Or author mode & hence worked. Where has case2 sounds author mode converted into publish because crxde light is disabled in publish by default & not sure how it got enabled. In any case case2 is valid behaviour of getting 500 error when geomwtrixx is not installed.

Views

1.4K

Likes

0

Replies

0
Re: Get pagemodification information in a replication event handler - Adobe Experience Manager 02-11-2016
Hi Marcus,An example of PageMove event itself is combination of 2 events one is delete & other is create. In short it is possible to club multiple events & generate other events. Use JCR events & arrive your events based on updation of property.Leaving above statement apart page modification & replication events in general won;t happen at same time. To me looks like your business case does not make sense there might be easy solution. Can you please elobrate your business case with an example. Al...

Views

4.6K

Likes

0

Replies

2