I am trying to generate and deploy an apk file for the Geometrixx Outdoors demo app in AEM 6.1, for which I followed the documentation step by step.After installing the apk on my android phone, it is stuck on the Splash screen and I am not able to navigate further.Has anyone tried installing the apk...
Hi All, I tried to setup a maven project and refered the help docs.I have successfully compiled and jar files are available in the target folder. But it is not getting installed to the CQ instance.In the maven logs i could see "D://Workspace/target/my-bundle-SNAPSHOT-1.0-Jar is not an OSGI bundle,...
When looking at a page properties Advanced Tab, there is a drop down for Language. In my case, I am trying to have Chinese (Hong Kong) and Chinese (Taiwan) to point to the same language. Where do I go to change the value of this dropdown? How do I add a new language to this dropdown?[img]Screen S...
I am using the below code to create users under /home/users/myprojectSession session = request.getResourceResolver().adaptTo(Session.class); //Session session2 = request.get JackrabbitSession jsession= (JackrabbitSession) session; UserManager usermanager; final String ...
I'm struggling to RCP content from one author instance(instanceA) to another(instanceB). I get no errors (i did before, using the wrong VLT version).Now, the job will run just fine (FOR HOURS, as it is A LOT of content to be copied), but no changes will reflect on InstanceB.When I check the CQ inter...
I added a custom node type to the nodetypes.cnd file. That file is in the META-INF/vault folder. When the package is built, I cannot find this file in the package. Is that a problem? If so, where should this file be copied to? To test if this may be the issue, I manually added the nodetypes.cnd...
I'm using AEM6.1 I want to deploy my website on a static server from my author instance. I tried creating file system in my local machine using static replication agent in author but it did not work. How can we deploy on a static server from author instance? Help me with the solutionThanks in advanc...
Having an issue where some users are missing components in the sidekick. It appears to only happen on a few pages even though there is only a single template. When we check the page in design mode all the components are checked they just don't show up in the sidekick. If we delete the page and make ...
Hi , I have 2 domains and how to handle the same in acs common error handler. each domain has a separate 404 page. Currently i have set to one of the error page. Please could you suggest how it could be done. The setting i have done in acs common is I am using the below error handler for 404 page...
I get an exception when starting the server on an already installed bundle osgi.wiring.package=com.day.cq.wcm.apiIt looks like the bundle is started after the com.day.cq.wcm.api bundle is started or initialized. If the instance is started, I can upload my bundle without any problem.