Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Anonymous access not allowed by configuration

Avatar

Level 5

Hi

I have issue in logging in CQ5. I was running CQ5 on other secure network  yesterday, and today system crashed. When i am trying to logged in on localhost:4502. It says page cannot be displayed.

Below is the error logs:

12.06.2014 22:26:18.133 *INFO* [0:0:0:0:0:0:0:1 [1402592178132] GET / HTTP/1.1] org.apache.sling.auth.core.impl.SlingAuthenticator getAnonymousResolver: Anonymous access not allowed by configuration - requesting credentials

12.06.2014 22:26:18.349 *WARN* [0:0:0:0:0:0:0:1 [1402592178339] GET /libs/granite/core/content/login.html HTTP/1.1] com.day.cq.widget.impl.HtmlLibraryManagerImpl No library configured at /libs/granite/core/content/login/clientlib

12.06.2014 22:26:18.351 *ERROR* [0:0:0:0:0:0:0:1 [1402592178339] GET /libs/granite/core/content/login.html HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught SlingException org.apache.sling.api.SlingException: 

    at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspExceptionInternal(JspServletWrapper.java:691)

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

Caused by: java.lang.NullPointerException

    at org.apache.jsp.libs.granite.core.components.login.login_jsp._jspService(login_jsp.java:202)

    at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

1 Accepted Solution

Avatar

Correct answer by
Level 10

Verify all bundles are running & any overlayed components are implemented correctly.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Verify all bundles are running & any overlayed components are implemented correctly.

Avatar

Level 1

Hello. I've encountered the same problem. Would you please tell me how did you solve it?