Nivel 1
Nivel 2
Iniciar sesión en la comunidad
Iniciar sesión para ver todas las insignias
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)
¡Resuelto! Ir a solución.
Vistas
Respuestas
Total de me gusta
Thank you @RiteshY18 I used the similar command to fix it.
Vistas
Respuestas
Total de me gusta
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
Vistas
Respuestas
Total de me gusta
Thank you, I was able to figure out it is memory issue, after couple of tries it started finally.
Vistas
Respuestas
Total de me gusta
could be memory try below
java -jar -Xmx1024m aem-author-p4502.jar -p 4502 -gui
Vistas
Respuestas
Total de me gusta
Thank you @RiteshY18 I used the similar command to fix it.
Vistas
Respuestas
Total de me gusta
Vistas
me gusta
Respuestas