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

Siva_Sogalapalli
Siva_Sogalapalli
Online

Badges

Badges
35

Accepted Solutions

Accepted Solutions
49

Likes Received

Likes Received
190

Posts

Posts
249

Discussions

Discussions
57

Questions

Questions
193

Ideas

Ideas
2

Blog Posts

Blog Posts
0
Top badges earned by Siva_Sogalapalli
Customize the badges you want to showcase on your profile
Re: Exception while accessing AEM repository - Adobe Experience Manager 15-10-2015
Hi Opkar,Thank your for your reply.I wanted to access the page information of other AEM server (Author) and check whether the page is associated with workflow or not. As you suggested I've created a AEM servlet to access the other AEM repository. But I'm getting same exception. Both servers are running on port 80. (To make sure, I've also tested with different ports.)Please advise.

Views

310

Likes

0

Replies

0
Exception while accessing AEM repository - Adobe Experience Manager 15-10-2015
We have two AEM instances and trying to access one AEM instance repository on other AEM instance. I've created workflow process where I used below to code to access. But it is throwing below exception when the process is executed.Piece of code: Repository repository = JcrUtils.getRepository("http://localhost:4502/crx/server");//Create a SessionSession session = repository.login( new SimpleCredentials("admin", "admin".toCharArray()),"crx.default"); Exception: Unable to access a repository with th...

Views

573

Likes

0

Replies

4
Re: How to find the assets created since last run - Adobe Experience Manager 15-10-2015
Did you try this SELECT p.* FROM [dam:Asset] AS p WHERE p.[jcr:created] >= CAST('2015-08-19T17:38:36.221+05:30' AS DATE)

Views

201

Likes

0

Replies

0
How to remove custom jobs? - Adobe Experience Manager 15-10-2015
There were several custom jobs running and we wanted to remove all those jobs? How can we do it.

Views

169

Likes

0

Replies

2
Re: AEM inbox is not loading workflow items - Adobe Experience Manager 15-10-2015
It's not loaded at all.

Views

664

Likes

0

Replies

0
AEM inbox is not loading workflow items - Adobe Experience Manager 15-10-2015
There are several workflows running on and suddenly all the Workflow items in the inbox are not loaded. I see below error in firebug [1]. I think some workflow might be corrupted or something else. But how can we fix this issue so that users can see the work items in their AEM inbox. Quick response would be more appreciated.Note: Side kick is working as expected and users are able to complete workflow from sidekick when it is assigned them.[1]:GET http:///inbox/models.json?_dc=1431054685829 Than...

Views

1.3K

Likes

0

Replies

3
GC overhead limit exceeded - Adobe Experience Manager 15-10-2015
AME stops responding when we get Out of memory issue:Log Details: 08.05.2015 02:57:23.899 *ERROR* [10.9.91.251 [1431070180006] HEAD /libs/granite/core/content/login.html HTTP/1.1] org.apache.sling.servlets.resolver.internal.SlingServletResolver Original error class java.lang.Exception java.lang.Exception: Wrapping Throwable: java.lang.OutOfMemoryError: GC overhead limit exceededPlease suggest me what could be the reasons and how to fix it.

Views

831

Likes

0

Replies

1
How to customize Image Reference path to the Jcr:content ? - Adobe Experience Manager 15-10-2015
Hi,I've a requirement where I need to customize Image reference path. For example, I've a image component in the page and drag & drop the image (/content/dam/email-logos/colorpicker.jpg) on to the Image icon. Then the image reference will be stored to the page jcr:content as shown below:Page jcr:content image (fileReference ---- String ------ /content/dam/email-logos/colorpicker.jpg)But, I want to customize the image path (For example /content/dam/email-logos/colorpicker.jpg to test.com/colorpic...

Views

142

Likes

0

Replies

0
Re: CQ Workflow Inbox notification - Adobe Experience Manager 15-10-2015
Hi,I think you try something like this:1. Process step a. Write a service to create a dynamic group with required users.2. Create dynamic participant step. a. Assign the step to dynamic group.(http://dev.day.com/docs/en/cq/current/workflows/wf-extending.html#Developing Participant Choosers for Dynamic Participant Step Components)3. Process Step (At the end of workflow) a. Delete the dynamic group. Thanks

Views

438

Likes

0

Replies

0
Re: Issue in overriding CQ userAdmin component - Adobe Experience Manager 15-10-2015
Hi,Can you please give a try by changing the sling:vanityOrder property value from 301 to 302 under /apps/cq/core/content/tools/jcr:content. ThanksSiva

Views

137

Likes

0

Replies

0