I downloaded latest sdk for local setup
While running using the java- jar command, it is not coming up, i don't see any errors in stdout.log or stderr.log.
Here is the screen shot of my java version and command.
java -jar aem-author-p4502.jar -p 4502 -gui
/////
java version "11.0.22" 2024-01-16 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.22+9-LTS-219)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.22+9-LTS-219, mixed mode)
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
What output do you get when you run the Java command? Are you checking the Java version from the same terminal session where you are running the command? Please try this: java -jar aem-publish-p4503.jar -verbose Then check for any issues and post back.
Hope this helps
Views
Replies
Total Likes
Thank you, I was able to figure out it is memory issue, after couple of tries it started finally.
Views
Replies
Total Likes
could be memory try below
java -jar -Xmx1024m aem-author-p4502.jar -p 4502 -gui
Views
Replies
Total Likes