I am new to AEM. I am trying to work through the tutorial from here:https://docs.adobe.com/docs/en/aem/6-1/develop/the-basics/website.htmlThis tutorial refers to the 'sidekick', but I have followed the tutorial to the letter, and I don't get a sidekick nor see where to add it. If I open the Chrome d...
Hello - Using Java 1.8u77, and the uber-jar 6.1.0-SP1, when trying to compile, I am seeing this error which is preventing the code from compiling.at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecut...
I am trying the keep the inputstream of a file in to the map while instantialting the workflowbut the same inputstream I am not able to get from the process step - it showing null.please help me !!Code in Servlet under below--InputStream isStream = new BufferedInputStream(pArr[0].getInputStream()); ...
Every time I load a package, even a small package (just 4 content pages), I get a message that says "Starting System Components" and it continues to spin for about 10 minutes.Has anyone experienced this issue?Thank you in advance.-Dean
When user tries to login on publish instance with userid/password .It shows 403 forbidden error on dispacther url http://abc.com/product/catalog/j_security_checkwe are using CUG concept for login with j_security_checkcurrently we are having the rule on dispacther with Rule :: { /type "allo...
Hi Guys,I am going to write AEM 6 Component Developer Certification exam. Can anyone let me know, which exam I need to take as below.9A0 - 382 - Adobe Experience Manager Component Developer Exam9A0 - 384 - Adobe Experience Manager 6 Developer Exam.I am bit confused which one to write. Can anyone...
Hi I'm just trying to call a simple wcmUsePojo class implementation from an aem component, but while doing so I'm getting below given error:org.apache.sling.scripting.sightly.impl.engine.extension.use.UseRuntimeExtension No use provider could resolve identifier "myClassName".The code is very simple ...
Hi,We are trying to integrate the signin component and using the "signin using facebook" feature. While we are able to use it perfectly from Geometrix demo but facing a 403 forbidden issue when testing from our application. The only difference i could see was in the HTTP session user. If we look at ...
Hi All,Issue with IE browsers(9,10 & 11), all the pages appear blank with content finder, cf# in the URL, in other browsers it works fine but with lot of delay!! When i check the console in IE, it says "HTMLFormElement" is undefined. What could be the reason for this? And how do I resolve this issu...