Expand my Community achievements bar.

AEM 6.2 Publish + nosamplecontent

Avatar

Level 6

Hi,

When installing AEM 6.2 on Publish with nosamplecontent, I am not able to access the Web Console, I get this erro when trying to access it:

 

HTTP ERROR: 500

Problem accessing /system/console. Reason:

org.apache.sling.api.auth.NoAuthenticationHandlerException

 

And see this in the log:

 

13.11.2016 20:02:45.024 *INFO* [qtp657193106-161] org.apache.sling.extensions.webconsolesecurityprovider.internal.SlingWebConsoleSecurityProvider2 authenticate: User anonymous is denied Web Console access

13.11.2016 20:02:45.029 *INFO* [qtp657193106-161] org.apache.sling.auth.core.impl.SlingAuthenticator login: No handler for request (14 handlers available)

13.11.2016 20:02:45.029 *ERROR* [qtp657193106-161] org.apache.felix.http.jetty Exception while processing request to /system/console (org.apache.sling.api.auth.NoAuthenticationHandlerException)

org.apache.sling.api.auth.NoAuthenticationHandlerException: null

        at org.apache.sling.auth.core.impl.SlingAuthenticator.login(SlingAuthenticator.java:571)

        at org.apache.sling.extensions.webconsolesecurityprovider.internal.SlingWebConsoleSecurityProvider2.authenticate(SlingWebConsoleSecurityProvider2.java:90)

        at org.apache.felix.webconsole.internal.servlet.OsgiManagerHttpContext.handleSecurity(OsgiManagerHttpContext.java:103)

        at org.apache.felix.http.base.internal.service.ServletContextImpl.handleSecurity(ServletContextImpl.java:421)

        at org.apache.felix.http.base.internal.dispatch.InvocationChain.doFilter(InvocationChain.java:57)

        at org.apache.felix.http.base.internal.dispatch.Dispatcher.dispatch(Dispatcher.java:124)

        at org.apache.felix.http.base.internal.DispatcherServlet.service(DispatcherServlet.java:61)

        at javax.servlet.http.HttpServlet.service(HttpServlet.java:725)

        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)

        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)

        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)

 

 

Does anybody here has faced similar issue? Does nosamplecontent works for publish installation?

 

I am installing it using this command line:

 

java -jar cq-publish-p4503.jar -r publish,nosamplecontent

 

Any clues are welcome.

 

Thanks

1 Reply

Avatar

Level 3

Did you find any solution to this issue? I am also having the same issue