arjuns71585267
arjuns71585267
14-09-2018
Hi please help with the following error on startup of AEM on port number 4503
RequestURI=/content/we-retail/us/en.html
Servlet= /apps/core/wcm/components/page/v2/page/page.html
Arun_Patidar
MVP
Arun_Patidar
MVP
14-09-2018
Hi,
Which version of JDK are you using?
arjuns71585267
arjuns71585267
14-09-2018
JDK 8 but jdk10 is also installed.
Arun_Patidar
MVP
Arun_Patidar
MVP
14-09-2018
Can you check java home path and version from command prompt or terminal.
Make sure you have JDK8 not 10 to work with AEM.
saurabhs6289352
saurabhs6289352
14-09-2018
Please update your pom.xml file with the JDK version you wanted to compile. This should fix the following issue.
or
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
arjuns71585267
arjuns71585267
14-09-2018
10.0.2 is set now when I checked from terminal. Any way to change it?
arjuns71585267
arjuns71585267
14-09-2018
where can I find the pom.xml file
saurabhs6289352
saurabhs6289352
14-09-2018
Please check following configuration
http://<localhost:port>/system/console/configMgr/org.apache.sling.scripting.java.impl.JavaScriptEngineFactory
and Set "auto" in Source VM and TargetVM , if not set.
saurabhs6289352
saurabhs6289352
14-09-2018
Correcting the URL
http://<localhost:port>/system/console/configMgr/org.apache.sling.scripting.java.impl.JavaScriptEngineFactory
saurabhs6289352
saurabhs6289352
14-09-2018
If you are not able to get the Config, "Apache Sling Java Script Handler" is the OSGI Config, you can find in http://<localhost:port>/system/console/configMgr