No, we do not have jetty-web.xml to configure a LoginService. We have a realm defined in web.xml <login-config> <auth-method>FORM</auth-method> <realm-name>naaSecurityRealm</realm-name> <form-login-config> <form-login-page>/jsp/nqb/login.jsp</form-login-page> <form-error-page>/loginerror.html</form-error-page> </form-login-config> </login-config> So what do we need to do get this working? Thanks
On Tuesday, July 15, 2014 2:09:57 PM UTC-4, Mo Baig wrote: > > This issue came up with our upgrade to GWT 2.6.1, prior versions worked > fine. We are on GWT 2.4. > When the dev mode is started we get this error --- [ERROR] 503 - GET > /Quant.html?gwt.codesvr=127.0.0.1:9997 (127.0.0.1) 1299 bytes > in the console I see this output. > Anyone has any ideas? > Thanks > > [WARN] FAILED > org.eclipse.jetty.security.ConstraintSecurityHandler@25b693e7: > java.lang.IllegalStateException: No LoginService for > org.eclipse.jetty.security.authentication.FormAuthenticator@5c600c0a in > org.eclipse.jetty.security.ConstraintSecurityHandler@25b693e7 > java.lang.IllegalStateException: No LoginService for > org.eclipse.jetty.security.authentication.FormAuthenticator@5c600c0a in > org.eclipse.jetty.security.ConstraintSecurityHandler@25b693e7 > at > org.eclipse.jetty.security.authentication.LoginAuthenticator.setConfiguration(LoginAuthenticator.java:61) > at > org.eclipse.jetty.security.authentication.FormAuthenticator.setConfiguration(FormAuthenticator.java:130) > at > org.eclipse.jetty.security.SecurityHandler.doStart(SecurityHandler.java:377) > at > org.eclipse.jetty.security.ConstraintSecurityHandler.doStart(ConstraintSecurityHandler.java:453) > at > org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) > at > org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) > at > org.eclipse.jetty.server.handler.ScopedHandler.doStart(ScopedHandler.java:115) > at > org.eclipse.jetty.server.session.SessionHandler.doStart(SessionHandler.java:124) > at > org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) > at > org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) > at > org.eclipse.jetty.server.handler.ScopedHandler.doStart(ScopedHandler.java:115) > at > org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:763) > at > org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:249) > at > org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1242) > at > org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:717) > at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:494) > at > com.google.gwt.dev.shell.jetty.JettyLauncher$WebAppContextWithReload.doStart(JettyLauncher.java:541) > at > org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) > at > org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) > at > org.eclipse.jetty.server.handler.RequestLogHandler.doStart(RequestLogHandler.java:162) > at > org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) > at > org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) > at org.eclipse.jetty.server.Server.doStart(Server.java:282) > at > org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) > at > com.google.gwt.dev.shell.jetty.JettyLauncher.start(JettyLauncher.java:740) > at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:522) > at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1104) > at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:844) > at com.google.gwt.dev.DevMode.main(DevMode.java:322) > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
