Hi All,I am getting the following error when i deploy the 5.6.1 maven code to 6.2 instance. The build was successful but the bundles were not active. Bundle had the error "com.day.cq.replication,version=[5.12,6) -- Cannot be resolved"When i checked the logs, i also found the below error.osgi.wiring....
When editing any touch UI component, if the author by mistakes clicks the check mark twice after editing the touch UI dialog, the logs give org.apache.sling.api.resource.PersistenceException Caused by: javax.jcr.InvalidItemStateException: OakState0001: Unresolved conflicts.Is there a way that this c...
Hi There,In the AEM documentation on CUG the following is mentioned:"Since the target of any links to the CUG Realm are not visible to the anonymous user, the linkchecker will remove such links.To avoid this, it is advisable to create non-protected redirect pages that point to pages within the CUG R...
Hi All,I am trying to access components from system console and always getting the Error 500. http://localhost:4502/system/console/componentsPlease find below complete errorHTTP ERROR: 500Problem accessing /system/console/components. Reason:java.lang.NullPointerExceptionENV: AEM 6.1Please suggest on...
Hi, I need to have dynamic resource name in data-sly-resource ="${'resource/name' @resourceType = 'path/to/resource'}" for the list of itemscode snippet: <div class="tab-content" data-sly-list.tabItem = "${tab}"> <div id="tab${tabItemList.index}" class="tab"> <sly dat...
Hello trying to run a daemon like service on AEM. What is the best practice for this?Use case is need to run a service that constantly watches a folder outside of AEM and pulls in content whenever it's uploaded to it.Better to trigger this as an servlet or and OSGi service? Or can I implement this l...
We are looking to create/use a reference type component, my question is what process have people used before to manage dispatcher cache invalidation for when the component that has been referenced is updated to ensure that all pages where it has been referenced on are also invalidated on the dispatc...
Hi,Do anyone has encountered issues installing the SP1 for AEM 6.2, just released last week!I followed the procedure in the release notes and I get :org.apache.jackrabbit.vault.packaging.PackageException: javax.jcr.nodetype.ConstraintViolationException: OakConstraint0001: /etc/cloudsettings/default/...
I have a requirement to set size limit of 50KB on fileuplod of type image that i drag and drop from asset.I have tried sizeLimit property but it did not work,can someone help me on this.i found many examples to set restriction on dam asset but this requirement is component specific.