Hi everyone,My AEM Production instance is experiencing very high garbage collection CPU Usage and performance issues. I think it might be because of sessions being left open.I am checking /system/console/jmx on one of the publishers experiencing high garbage collection (over 60% cpu usage over 10+ h...
Hello allAny help appreciated. The below query runs without issue on 6.1, but throws javax.jcr.query.InvalidQueryException: java.text.ParseException on 6.3.The cause could not be missing content could it?Has there been a breaking change in the query builder implementation?(/jcr:root/content/suninter...
Hi all,I'm trying to integrate AEM 6.3 with Target Premium. I'm following steps listed in Integrating with Adobe Target. I'm not using opt-in wizard but using Manual integration step. But I'm getting stuck while syncing the AEM Activities with Target. I'm getting these errors.I have tried almost eve...
Hi guys i am getting this error while starting 5.6 jar Unable to compile class for JSP: An error occurred at line: 98 in the jsp file: /libs/granite/core/components/login/login.jsp The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files 95: ? reques...
Whenever we need to change a value in the configs, the change is not picked up immediately . The server always needs a restart. Is this an issue with server ?
Hi, I am trying to install AEM 6.2 quickstart jar but getting following exceptionERROR: Error parsing system bundle export statement: org.osgi.dto; version=1.0.0, org.osgi.framework; version=1.8.0, org.osgi.framework.dto; version=1.8.0, org.osgi.framework.hooks.bundle; version=1.1.0, org.osgi.framew...
Hi All, I have a sling model and I am using @SlingObject SlingHttpServletReponse reponse to get a reference to the response objectsame works fine in author but in publisher the response object is nullAny thoughts on why this might be?
Hi All,We are using CXF API 3.2.0 for accessing SOAP webservice in AEM.We are have included below given dependency for cxf-rt-frontend-jaxws with default scope.<dependency><groupId>org.apache.cxf</groupId><artifactId>cxf-rt-frontend-jaxws</artifactId><version>3.2.0</version></dependency> While inv...
Hi everyone,I have encountered some interesting thing in Sling. I have this model, for example ExampleModel.java · GitHub.I set defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL for this model, and create field marked as @ChildResource. And this field leave required in spite of this. My q...
Hi All,I downloaded UGC cleanup tool from https://github.com/andrewmkhoury/communities-srp-tools and build it and deploy.But I don't how to use. where I need to fire "curl -X POST http://localhost:4502/services/social/srp/cleanup?path=/content/usergenerated/asi/jcr -uadmin:admin" command. Can any on...