Author/Publish Felix UI is not opening. | Community
Skip to main content
Nagesh_Mohan
Level 2
March 19, 2019

Author/Publish Felix UI is not opening.

  • March 19, 2019
  • 3 replies
  • 37044 views

Hi All,

Today we have just updated the Java version  1.8.0_202 after upgrading I am tried to log in to AEM Felix UI but its given error: A custom errorhandler for 404 responses. And also i tried to check the logs in server i found 404 error : GET /aem/start.html HTTP/1.1" 404 134 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36"

Please let me know how to resolve this issue.

Thanks,

Nagesh

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

arunpatidar
Community Advisor
Community Advisor
March 19, 2019

Hi,

Could you please check error.logs, can you see any error?

Did you try to restart instances after upgrade?

Arun Patidar
Nagesh_Mohan
Level 2
March 19, 2019

Hi Arun,

Below are the errors and after upgrade  we restarted the  instances we are able to access crx/de, system/bundles etc not the AEM welcome/login screen :

==> stderr.log <==

        at org.apache.sling.commons.threads.impl.ThreadPoolExecutorCleaningThreadLocals.afterExecute(ThreadPoolExecutorCleaningThreadLocals.java:75)

        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1150)

        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

        at java.lang.Thread.run(Thread.java:745)

Opening browser using cmd=x-www-browser "http://localhost:4502/"  || gnome-open "http://localhost:4502/"  || firefox "http://localhost:4502/"  || mozilla "http://localhost:4502/"  || konqueror "http://localhost:4502/"  || netscape "http://localhost:4502/"  || chromium-browser "http://localhost:4502/"  || opera "http://localhost:4502/"  || links "http://localhost:4502/"  || lynx "http://localhost:4502/"

Installation time:173 seconds

http://localhost:4502/

Quickstart started

MAIN process: shutdown hook

MAIN process: exiting

ERROR LOG:

GET /aem/start.html HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Resource /libs/granite/ui/content/shell/start.html not found

Nagesh_Mohan
Level 2
March 19, 2019

==> stdout.log <==

Attempting to load validation.properties via file I/O.

Attempting to load validation.properties as resource file via file I/O.

Not found in 'org.owasp.esapi.resources' directory or file not readable: /opt/aem/author/validation.properties

Not found in SystemResource Directory/resourceDirectory: .esapi/validation.properties

Not found in 'user.home' (/root) directory: /root/esapi/validation.properties

Loading validation.properties via file I/O failed.

Attempting to load validation.properties via the classpath.

SUCCESSFULLY LOADED validation.properties via the CLASSPATH from '/ (root)' using class loader for DefaultSecurityConfiguration class!

RAWProcessor succesfully installed

19.03.2019 07:45:29.218 *INFO * [main] Startup completed

Gaurav-Behl
Level 10
March 19, 2019

Are you able to login via /crx/de or /crx/explorer or /system/console/bundles using admin credentials?

Nagesh_Mohan
Level 2
March 19, 2019

Yeah i am able to login

Prince_Shivhare
Community Advisor
Community Advisor
March 20, 2019

could you please check if you are starting your jar with updated java version.

sometimes it can be basic miss.

also try giving this command on your start.bat, not inside the bin folder. but where your jar file is located. create new one.

java -debug -Xverify:none -XX:MaxPermSize=1024M -Xnoagent -Xmx4096M -Dsling.run.modes=author,nosamplecontent,dev -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=30303 -verbose:g -jar AEM_6.3_Quickstart.jar -nofork -gui

-XX:MaxPermSize=1024M is important thing which you should check.

~ Prince