As Ravi mentioned above, allocate more RAM when starting up AEM. If you're using Mac, use top to check RAM used by AEM and assign more using -Xmx2048m or 4096m
What archetype version did you follow? I can see that you've manually edited the version numbers of specific libraries.Refer GitHub - adobe/aem-project-archetype: Maven template to create a new Adobe Experience Manager (AEM) project as starting … Pick a version based on your AEM/SP and it should wor...
Do you have any 'xml files under OSGI-INF/lib folder? Do you use Spring or other framework libraries in this code bundle? <Embed-Directory>OSGI-INF/lib</Embed-Directory><Embed-Transitive>true</Embed-Transitive>
To me, it seems that you're using extender pattern here and this bundle in itself registered as an extendee though I don't see any 'fragment' header in manifest. This doesn't seem usual thing to me unless its a fragement bundle or marked for another container.Require-Capability: osgi.extender;filter...
Are you using DS1.3 or a mix-match of DS & SCR annotations? Do you have bnd-maven-plugin in your pom.xml?snippet from manifest -Require-Capability: osgi.extender;filter:="(&(osgi.extender=osgi.component)(version>=1.3.0)(!version>=2.0.0)))"
Could you share the logs and MANIFEST.MF of your bundle as mentioned by Jörg?Are you dispatching any kind of events from your code or have bundle-activators performing any task(s)?Brightcove (com.coresecure.brightcove.cq5.brightcove-services) shouldn't be a problem, it doesn't export any core servic...
couple of pointers:1) validate the referrer header is set to Okta's host name and header is allowed in dispatcher.any 2) allowauthorized is set to 0 and session is enabled -- assuming you want that3) On publish, CSRF and Sling Referrer filter have appropriate configs for Okta's host/method or allow...
I've used Ensure Index and I didn't face this issueValidate the ACLs as mentioned User name: acs-commons-ensure-oak-index-serviceACLs:jcr:read on /appsjcr:read, rep:write, rep:indexDefinitionManagement on */oak:index/*