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

federicos727792
federicos727792
Offline

Badges

Badges
15

Accepted Solutions

Accepted Solutions
3

Likes Received

Likes Received
4

Posts

Posts
49

Discussions

Discussions
21

Questions

Questions
28

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by federicos727792
Customize the badges you want to showcase on your profile
Re: AEM / JCR in read only mode - Adobe Experience Manager 19-10-2016
Sure.We're doing blue/green deployments, which create a content freeze window. During this time we tell the authors not to create any new content, because it will not be available in the new environment. We want to enforce that restriction.

Views

2.2K

Likes

0

Replies

1
AEM / JCR in read only mode - Adobe Experience Manager 19-10-2016
Hello,I want to temporarily put aem / jcr in read only mode. I swear I've seen a page mentioning this, but I can't find it anymore. Perhaps through a JMX command? Does anyone know?Thx,Federico

Views

2.4K

Likes

0

Replies

6
Re: Unexpected concurrency warning - Adobe Experience Manager 19-10-2016
Thx for the suggestion Joerg.The good thing is that I've updated my development environment with the latest 6.1 SP2 and haven't seen the problem since then. I'll report back if I do see it again.Cheers,Federico

Views

1.2K

Likes

0

Replies

0
Re: Unexpected concurrency warning - Adobe Experience Manager 13-10-2016
> Any code you can share, make sure you don't use class variables to hold JCR-sessions / ResourceResolver.I'll try to share some relevant pieces. Definitely not storing any sessions at the class level. Logging shows that always the same session is used (when looking at the audit log using debug level), but different threads as shown above.In the save vein as above I just got this error: 14.10.2016 11:20:33.469 *WARN* [Thread-72] org.apache.jackrabbit.oak.jcr.delegate.SessionDelegate Attempted to...

Views

1.2K

Likes

0

Replies

0
Unexpected concurrency warning - Adobe Experience Manager 10-10-2016
Hi,I've created a java class that runs a content restructuring process when invoked. It makes use of a JCR session obtained through the request on a sling servlet. The process does various things: deletes nodes with subtrees, copies nodes, creates properties, tweaks LiveSync mixins, etc. The process is single threaded, however I see msgs like this in the log:11.10.2016 16:49:26.203 *WARN* [Thread-79] org.apache.jackrabbit.oak.jcr.delegate.SessionDelegate Attempted to perform getItemOrNull while ...

Views

2.3K

Like

1

Replies

5
Re: Unable to update the project team - Adobe Experience Manager 03-10-2016
For reference we're pretty sure that the project references a group which has been deleted.

Views

959

Likes

0

Replies

0
Unable to update the project team - Adobe Experience Manager 30-09-2016
Hi, I'm having a problem with translation projects. Only the admin user can see them.When I try do add a team member I get:Caused by: com.adobe.cq.projects.impl.team.TeamException: The team does not contain an owner at com.adobe.cq.projects.impl.team.TeamManagerImpl.createTeamMemberList(TeamManagerImpl.java:146) at com.adobe.cq.projects.impl.team.TeamManagerImpl.createTeamMemberList(TeamManagerImpl.java:94) at com.adobe.cq.projects.impl.team.TeamManagerImpl.updateRoleGroups(TeamManagerImpl.java:...

Views

1.5K

Likes

0

Replies

3
Re: Package filter not working for /jcr:system/jcr:versionStorage - Adobe Experience Manager 10-05-2016
For reference I've confirmed that paths under /jcr:system/jcr:versionStorage are added under a .content.xml file and not as separate files. However they can't be installed on an author because since aem 6.1 it is a protected path. (https://docs.adobe.com/docs/en/aem/6-1/release-notes/deprecated-removed-features.html acl item)Crx2oak seems to be the only working option.

Views

846

Likes

0

Replies

0
Re: Package filter not working for /jcr:system/jcr:versionStorage - Adobe Experience Manager 09-05-2016
This is an intriguing answer. A few clarifications:What filter/s and pattern/s did you use to generate the package?Did you try to install the package in another author? If you did, did you get the expected files under /content and /jcr:system/jcr:versionStorage? As a final test, are you able to see the different versions of a page when using the authoring interface?Anything noteworthy in the logs?I'll change the log level to debug and try again in my dev environment.

Views

691

Likes

0

Replies

0
Re: Package filter not working for /jcr:system/jcr:versionStorage - Adobe Experience Manager 06-05-2016
> Not pretty sure, but just wondering if there are too many nodes in there it might be taking time and we are checking while this is happening. I'm not sure what you mean. But I can tell you a few things: When specifying just /jcr:system/jcr:versionStorage and a patterns like (.*) it takes about 6-10 secs to complete.When specifying a narrower path (like /jcr:system/jcr:versionStorage/c0/4e) it finishes in 2-3 secs.In any case it finishes and creates a mostly empty package. Is this useful?

Views

692

Likes

0

Replies

0