Hi all,

I have been trying to figure out what I am doing wrong with my embedded 
Jetty, but I am stumped. I get
this stacktrace during embedded jetty startup. Any pointers will be 
highly 
appreciated.


2018-05-21 09:49:20,060 [main] WARN  SecurityHandler - 
[email protected]@3fc7e522{/SspJsf,
file:///C:/SSPConfig3432-20180307-MAINT-BUILD08/apps/jetty/webservices/webapps/SspJsf/,STARTING
}{C:\SSPConfig3432-20180307-MAINT-BUILD08\apps\jetty\webservices\webapps\SspJsf.war}
 
has uncovered http methods for path: /*
2018-05-21 09:49:20,060 [main] DEBUG SecurityHandler - 
java.lang.Throwable: null
at 
org.eclipse.jetty.security.ConstraintSecurityHandler.checkPathsWithUncoveredHttpMethods(ConstraintSecurityHandler.java:808)
 
[jetty-security-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.security.ConstraintSecurityHandler.doStart(ConstraintSecurityHandler.java:446)
 
[jetty-security-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
 
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138)
 
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108)
 
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
 
[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.server.handler.ScopedHandler.doStart(ScopedHandler.java:123) 
[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.server.session.SessionHandler.doStart(SessionHandler.java:503)
 
[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
 
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138)
 
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108)
 
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
 
[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.server.handler.ScopedHandler.doStart(ScopedHandler.java:123) 
[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:844)
 
[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:370)
 
[jetty-servlet-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1497) 
[jetty-webapp-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1459) 
[jetty-webapp-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:785)
 
[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:287)
 
[jetty-servlet-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:545) 
[jetty-webapp-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
 
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138)
 
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)
 
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
 
[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:167)
 
[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
 
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138)
 
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)
 
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
 
[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
 
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138)
 
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.server.Server.start(Server.java:419) 
[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108)
 
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at 
org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
 
[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.server.Server.doStart(Server.java:386) 
[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]


Ike Ikonne

Aricent Engineering







_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to