You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a new bundle upon the descriptions and source codes in this repository. Bundle installation fails with the following errors:
java.lang.IllegalStateException: No LoginService for org.eclipse.jetty.security.authentication.BasicAuthenticator@17becda in ConstraintSecurityHandler@76ff6505{STARTING}
at org.eclipse.jetty.security.authentication.LoginAuthenticator.setConfiguration(LoginAuthenticator.java:86) ~[?:?]
at org.eclipse.jetty.security.SecurityHandler.doStart(SecurityHandler.java:354) ~[?:?]
at org.eclipse.jetty.security.ConstraintSecurityHandler.doStart(ConstraintSecurityHandler.java:449) ~[?:?]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) ~[?:?]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:167) ~[?:?]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:110) ~[?:?]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) ~[?:?]
at org.eclipse.jetty.server.handler.ScopedHandler.doStart(ScopedHandler.java:123) ~[?:?]
at org.eclipse.jetty.server.session.SessionHandler.doStart(SessionHandler.java:567) ~[?:?]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) ~[?:?]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:167) ~[?:?]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:110) ~[?:?]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) ~[?:?]
at org.eclipse.jetty.server.handler.ScopedHandler.doStart(ScopedHandler.java:123) ~[?:?]
at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:913) ~[?:?]
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:365) ~[?:?]
at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.startContext(HttpServiceContext.java:391) ~[?:?]
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:852) ~[?:?]
at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:278) ~[?:?]
at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doStart(HttpServiceContext.java:267) ~[?:?]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) ~[?:?]
at org.ops4j.pax.web.service.jetty.internal.JettyServerImpl$1.start(JettyServerImpl.java:329) ~[?:?]
at org.ops4j.pax.web.service.internal.HttpServiceStarted.registerServlet(HttpServiceStarted.java:252) [201:org.ops4j.pax.web.pax-web-runtime:7.2.10]
at org.ops4j.pax.web.service.internal.HttpServiceStarted.registerServlet(HttpServiceStarted.java:223) [201:org.ops4j.pax.web.pax-web-runtime:7.2.10]
at org.ops4j.pax.web.service.internal.HttpServiceStarted.registerServlet(HttpServiceStarted.java:207) [201:org.ops4j.pax.web.pax-web-runtime:7.2.10]
at org.ops4j.pax.web.service.internal.HttpServiceProxy.registerServlet(HttpServiceProxy.java:69) [201:org.ops4j.pax.web.pax-web-runtime:7.2.10]
at NamedHttpContextActivator.start(NamedHttpContextActivator.java:59)
The text was updated successfully, but these errors were encountered:
I have created a new bundle upon the descriptions and source codes in this repository. Bundle installation fails with the following errors:
The text was updated successfully, but these errors were encountered: