Discussion:
[jetty-users] Issue during embedded Jetty startup
Ike Ikonne
2018-05-23 03:57:34 UTC
Permalink
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 -
***@o.e.j.w.WebAppContext@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
Ike Ikonne
2018-05-25 21:00:47 UTC
Permalink
Hi all,

I had posted this issue before, I am just trying to see if anyone in the
group has an any
idea as to why I am getting this stacktrace during jetty startup, any
hints will be
highly appreciated.

2018-05-21 09:49:20,060 [main] WARN SecurityHandler -
***@o.e.j.w.WebAppContext@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
Jesse McConnell
2018-05-25 21:21:55 UTC
Permalink
Looks to me like something is misconfigured, it might help if you provide
the output from server.dump() prior to startup.

--
jesse mcconnell
Post by Ike Ikonne
Hi all,
I had posted this issue before, I am just trying to see if anyone in the
group has an any
idea as to why I am getting this stacktrace during jetty startup, any
hints will be
highly appreciated.
2018-05-21 09:49:20,060 [main] WARN SecurityHandler -
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
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users
Chris Walker
2018-05-25 21:21:30 UTC
Permalink
Ike,

It is reporting that you have HTTP methods not protected for the context.
Uncovered HTTP methods are discussed in the servlet spec
<https://javaee.github.io/servlet-spec/downloads/servlet-3.1/Final/servlet-3_1-final.pdf>
(section 13.8.4), and we discuss them in our documentation in regards
to authentication
and authorization
<https://www.eclipse.org/jetty/documentation/current/configuring-security.html#_authorization>.
I am guessing you have a security realm set up but not all HTTP methods are
covered. The *ConstraintSecurityHandler
<https://www.eclipse.org/jetty/javadoc/current/org/eclipse/jetty/security/ConstraintSecurityHandler.html#getPathsWithUncoveredHttpMethods-->*
class
is picking that up and giving a warning on it.

Best,
Chris
Post by Ike Ikonne
Hi all,
I had posted this issue before, I am just trying to see if anyone in the
group has an any
idea as to why I am getting this stacktrace during jetty startup, any
hints will be
highly appreciated.
2018-05-21 09:49:20,060 [main] WARN SecurityHandler -
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
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users
Ike Ikonne
2018-05-28 05:39:45 UTC
Permalink
Hi Chris,

I thank you so much for your response, indeed, I have read the servlet
spec that you pointed and it is clear
to me. I would like to know the default behavior of Jetty when an
uncovered HTTP method is encountered,
does Jetty deny requests from uncovered HTTP methods? I am not able to
display a logon
page since I started encountering this error message. Also, I wonder if
the uncovered HTTP
method has something to do with this other stacktrace that I see in my log
file ... I do appreciate
your insights



***@9ca821da{IDLE}->null
java.nio.channels.ClosedChannelException: null
at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:532)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:216)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1151)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1179)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:852)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:331)
~[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:243)
~[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:291)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:151)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:319)
~[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:175)
~[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:139)
~[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.ManagedSelector$$Lambda$28.0000000016FD7C70.run(Unknown
Source) ~[?:?]
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:754)
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:672)
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at java.lang.Thread.run(Thread.java:785) [?:2.6 (07-22-2017)]
2018-05-27 12:51:14,691 [qtp1642398232-27] DEBUG FillInterest - onClose
***@d6b4b8cb{null}
2018-05-27 12:51:14,691 [qtp1642398232-28] DEBUG SslConnection - filled
b[0]=
***@3621f46f{NEED_TASK,eio=0/-1,di=-1}=>***@58fbf36a[p=HttpParser{s=START,0
of
-1},g=***@7831c0df{s=START}]=>***@b88a9bbd{r=0,c=false,a=IDLE,uri=null,age=0}<-***@d20337b2{/127.0.0.1:59114<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->***@3621f46f{NEED_TASK,eio=0/-1,di=-1}=>***@58fbf36a[p=HttpParser{s=START,0
of
-1},g=***@7831c0df{s=START}]=>***@b88a9bbd{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-27 12:51:14,691 [qtp1642398232-27] DEBUG QueuedThreadPool - queue
org.eclipse.jetty.io.ManagedSelector$***@983ee30
2018-05-27 12:51:14,692 [qtp1642398232-27] DEBUG AbstractEndPoint - close
***@9c6bb5c4{/127.0.0.1:59113<->/127.0.0.1:7777,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->***@7245868e{NEED_UNWRAP,eio=337/-1,di=-1}=>***@f7e54f0[p=HttpParser{s=START,0
of
-1},g=***@97f95d93{s=START}]=>***@bed0e0e5{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-27 12:51:14,692 [qtp1642398232-27] DEBUG AbstractEndPoint -
close(null)
***@9c6bb5c4{/127.0.0.1:59113<->/127.0.0.1:7777,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->***@7245868e{NEED_UNWRAP,eio=337/-1,di=-1}=>***@f7e54f0[p=HttpParser{s=START,0
of
-1},g=***@97f95d93{s=START}]=>***@bed0e0e5{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-27 12:51:14,692 [qtp1642398232-32] DEBUG QueuedThreadPool - run
org.eclipse.jetty.io.ManagedSelector$***@983ee30
2018-05-27 12:51:14,692 [qtp1642398232-32] DEBUG ManagedSelector -
Destroyed
***@9c6bb5c4{/127.0.0.1:59113<->/127.0.0.1:7777,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->***@7245868e{NEED_UNWRAP,eio=337/-1,di=-1}=>***@f7e54f0[p=HttpParser{s=START,0
of
-1},g=***@97f95d93{s=START}]=>***@bed0e0e5{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-27 12:51:14,692 [qtp1642398232-32] DEBUG AbstractConnection -
onClose ***@f7e54f0[p=HttpParser{s=START,0 of
-1},g=***@97f95d93{s=START}]=>***@bed0e0e5{r=0,c=false,a=IDLE,uri=null,age=0}<-***@369dc39d{/127.0.0.1:59113<->/127.0.0.1:7777,CLOSED,fill=-,flush=-,to=16/30000}->***@f7e54f0[p=HttpParser{s=START,0
of
-1},g=***@97f95d93{s=START}]=>***@bed0e0e5{r=0,c=false,a=IDLE,uri=null,age=0}->***@9c6bb5c4{/127.0.0.1:59113<->/127.0.0.1:7777,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->***@7245868e{NEED_UNWRAP,eio=337/-1,di=-1}=>***@f7e54f0[p=HttpParser{s=START,0
of
-1},g=***@97f95d93{s=START}]=>***@bed0e0e5{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-27 12:51:14,692 [qtp1642398232-32] DEBUG AbstractConnection -
onClose
***@7245868e{NEED_UNWRAP,eio=337/-1,di=-1}=>***@f7e54f0[p=HttpParser{s=START,0
of
-1},g=***@97f95d93{s=START}]=>***@bed0e0e5{r=0,c=false,a=IDLE,uri=null,age=0}<-***@9c6bb5c4{/127.0.0.1:59113<->/127.0.0.1:7777,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->***@7245868e{NEED_UNWRAP,eio=337/-1,di=-1}=>***@f7e54f0[p=HttpParser{s=START,0
of
-1},g=***@97f95d93{s=START}]=>***@bed0e0e5{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-27 12:51:14,692 [qtp1642398232-32] DEBUG QueuedThreadPool - ran
org.eclipse.jetty.io.ManagedSelector$***@983ee30
2018-05-27 12:51:14,692 [qtp1642398232-27] DEBUG WriteFlusher - ignored:
***@244f3a{IDLE}->null
javax.net.ssl.SSLException: Unrecognized SSL message, plaintext
connection?
at com.ibm.jsse2.c.a(c.java:26) ~[?:8.0 build_20170606]
at com.ibm.jsse2.aq.a(aq.java:76) ~[?:8.0 build_20170606]
at com.ibm.jsse2.aq.unwrap(aq.java:353) ~[?:8.0 build_20170606]
at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:11) ~[?:8.0
build_20150122]
at
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:681)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:331)
~[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:243)
~[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:291)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:151)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:319)
~[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:175)
~[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:139)
~[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.ManagedSelector$$Lambda$28.0000000016FD7C70.run(Unknown
Source) ~[?:?]
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:754)
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:672)
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at java.lang.Thread.run(Thread.java:785) [?:2.6 (07-22-2017)]
2018-05-27 12:51:14,695 [qtp1642398232-27] DEBUG FillInterest - onFail
***@950ae512{null}



From: Chris Walker <***@webtide.com>
To: JETTY user mailing list <jetty-***@eclipse.org>
Date: 05/25/2018 04:22 PM
Subject: Re: [jetty-users] Issue during embedded Jetty startup
Sent by: jetty-users-***@eclipse.org



Ike,

It is reporting that you have HTTP methods not protected for the context.
Uncovered HTTP methods are discussed in the servlet spec (section 13.8.4),
and we discuss them in our documentation in regards to authentication and
authorization. I am guessing you have a security realm set up but not all
HTTP methods are covered. The ConstraintSecurityHandler class is picking
that up and giving a warning on it.

Best,
Chris

On Fri, May 25, 2018 at 5:00 PM, Ike Ikonne <***@us.ibm.com> wrote:
Hi all,

I had posted this issue before, I am just trying to see if anyone in the
group has an any
idea as to why I am getting this stacktrace during jetty startup, any
hints will be
highly appreciated.

2018-05-21 09:49:20,060 [main] WARN SecurityHandler -
***@o.e.j.w.WebAppContext@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
jetty-***@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

_______________________________________________
jetty-users mailing list
jetty-***@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users
Jan Bartel
2018-05-29 09:12:40 UTC
Permalink
Ike,

You can configure what jetty does with uncovered http methods by using the
ConstraintSecurityHandler.setDenyUncoveredMethods(boolean).

You see the stacktrace along with the "uncovered methods" warning because
you have debug enabled.

Jan
Post by Ike Ikonne
Hi Chris,
I thank you so much for your response, indeed, I have read the servlet
spec that you pointed and it is clear
to me. I would like to know the default behavior of Jetty when an
uncovered HTTP method is encountered,
does Jetty deny requests from uncovered HTTP methods? I am not able to
display a logon
page since I started encountering this error message. Also, I wonder if
the uncovered HTTP
method has something to do with this other stacktrace that I see in my log
file ... I do appreciate
your insights
java.nio.channels.ClosedChannelException: null
at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:532)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:216)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.
doShutdownOutput(SslConnection.java:1151) ~[jetty-io-9.4.9.v20180320.
jar:9.4.9.v20180320]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1179)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:852)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:331)
~[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:243)
~[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:291)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:151)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.
doProduce(EatWhatYouKill.java:319) ~[jetty-util-9.4.9.v20180320.
jar:9.4.9.v20180320]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.
tryProduce(EatWhatYouKill.java:175) ~[jetty-util-9.4.9.v20180320.
jar:9.4.9.v20180320]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.
produce(EatWhatYouKill.java:139) ~[jetty-util-9.4.9.v20180320.
jar:9.4.9.v20180320]
at org.eclipse.jetty.io.ManagedSelector$$Lambda$28.0000000016FD7C70.run(Unknown
Source) ~[?:?]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:754)
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:672)
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at java.lang.Thread.run(Thread.java:785) [?:2.6 (07-22-2017)]
2018-05-27 12:51:14,691 [qtp1642398232-27] DEBUG FillInterest - onClose
2018-05-27 12:51:14,691 [qtp1642398232-28] DEBUG SslConnection - filled
127.0.0.1:59114<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,
r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-27 12:51:14,691 [qtp1642398232-27] DEBUG QueuedThreadPool - queue
2018-05-27 12:51:14,692 [qtp1642398232-27] DEBUG AbstractEndPoint - close
,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=
r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-27 12:51:14,692 [qtp1642398232-27] DEBUG AbstractEndPoint -
1:7777,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=
r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-27 12:51:14,692 [qtp1642398232-32] DEBUG QueuedThreadPool - run
2018-05-27 12:51:14,692 [qtp1642398232-32] DEBUG ManagedSelector -
1:7777,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=
r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-27 12:51:14,692 [qtp1642398232-32] DEBUG AbstractConnection -
127.0.0.1:59113<->/127.0.0.1:7777,CLOSED,fill=-,flush=-,to=16/30000}->
127.0.0.1:59113<->/127.0.0.1:7777,CLOSED,fill=-,
r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-27 12:51:14,692 [qtp1642398232-32] DEBUG AbstractConnection -
127.0.0.1:59113<->/127.0.0.1:7777,CLOSED,fill=-,
r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-27 12:51:14,692 [qtp1642398232-32] DEBUG QueuedThreadPool - ran
javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
at com.ibm.jsse2.c.a(c.java:26) ~[?:8.0 build_20170606]
at com.ibm.jsse2.aq.a(aq.java:76) ~[?:8.0 build_20170606]
at com.ibm.jsse2.aq.unwrap(aq.java:353) ~[?:8.0 build_20170606]
at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:11) ~[?:8.0
build_20150122]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:681)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:331)
~[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:243)
~[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:291)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:151)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.
doProduce(EatWhatYouKill.java:319) ~[jetty-util-9.4.9.v20180320.
jar:9.4.9.v20180320]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.
tryProduce(EatWhatYouKill.java:175) ~[jetty-util-9.4.9.v20180320.
jar:9.4.9.v20180320]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.
produce(EatWhatYouKill.java:139) ~[jetty-util-9.4.9.v20180320.
jar:9.4.9.v20180320]
at org.eclipse.jetty.io.ManagedSelector$$Lambda$28.0000000016FD7C70.run(Unknown
Source) ~[?:?]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:754)
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:672)
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at java.lang.Thread.run(Thread.java:785) [?:2.6 (07-22-2017)]
2018-05-27 12:51:14,695 [qtp1642398232-27] DEBUG FillInterest - onFail
Date: 05/25/2018 04:22 PM
Subject: Re: [jetty-users] Issue during embedded Jetty startup
------------------------------
Ike,
It is reporting that you have HTTP methods not protected for the context.
Uncovered HTTP methods are discussed in the *servlet spec*
<https://javaee.github.io/servlet-spec/downloads/servlet-3.1/Final/servlet-3_1-final.pdf>
(section 13.8.4), and we discuss them in our documentation in regards to *authentication
and authorization*
<https://www.eclipse.org/jetty/documentation/current/configuring-security.html#_authorization>.
I am guessing you have a security realm set up but not all HTTP methods are
covered. The *ConstraintSecurityHandler*
<https://www.eclipse.org/jetty/javadoc/current/org/eclipse/jetty/security/ConstraintSecurityHandler.html#getPathsWithUncoveredHttpMethods-->
class is picking that up and giving a warning on it.
Best,
Chris
Hi all,
I had posted this issue before, I am just trying to see if anyone in the
group has an any
idea as to why I am getting this stacktrace during jetty startup, any
hints will be
highly appreciated.
2018-05-21 09:49:20,060 [main] WARN SecurityHandler -
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
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
*https://dev.eclipse.org/mailman/listinfo/jetty-users*
<https://dev.eclipse.org/mailman/listinfo/jetty-users>
_______________________________________________
jetty-users mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users
_______________________________________________
jetty-users mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users
--
Jan Bartel <***@webtide.com>
www.webtide.com
*Expert assistance from the creators of Jetty and CometD*
Ike Ikonne
2018-05-30 05:09:00 UTC
Permalink
Hi Jan,

Thanks for the prompt response, I have turned on the Jetty Server dump;
since I upgraded to Jetty-9.4.9, my application
logon page does not display anymore. Could anyone see what might be the
issue in the debug session included here? The
browser displays bytes of binary data.. Any insight will be greatly
appreciated.



2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpParser -
HEADER:Accept:
text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 -->
IN_VALUE
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpParser -
HEADER:Accept:
text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 --> FIELD
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpParser -
HEADER:Accept-Language: en-US,en;q=0.5 --> IN_VALUE
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpParser -
HEADER:Accept-Language: en-US,en;q=0.5 --> FIELD
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpParser -
HEADER:Accept-Encoding: gzip, deflate, br --> IN_VALUE
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpParser -
HEADER:Accept-Encoding: gzip, deflate, br --> FIELD
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpParser -
HEADER:Connection: keep-alive --> IN_VALUE
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpParser -
HEADER:Connection: keep-alive --> FIELD
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpParser - HEADER:null
--> IN_NAME
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpParser - HEADER:null
--> VALUE
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpParser - HEADER:null
--> IN_VALUE
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpParser - HEADER:null
--> FIELD
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpParser - HEADER -->
END
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpChannel - REQUEST for
//127.0.0.1:7777/SSPDashboard on
***@9623a22c{r=1,c=false,a=IDLE,uri=//127.0.0.1:7777/SSPDashboard,age=0}
GET //127.0.0.1:7777/SSPDashboard HTTP/1.1
Host: 127.0.0.1:7777
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0)
Gecko/20100101 Firefox/60.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
Upgrade-Insecure-Requests: 1


2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpChannel -
***@9623a22c{r=1,c=false,a=IDLE,uri=//127.0.0.1:7777/SSPDashboard,age=0}
onContentComplete
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpChannel -
***@9623a22c{r=1,c=false,a=IDLE,uri=//127.0.0.1:7777/SSPDashboard,age=0}
onRequestComplete
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpInput -
***@4983b913[c=0,q=0,[0]=null,s=STREAM] addContent EOF
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpConnection -
***@966b598e[p=HttpParser{s=END,0 of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=//127.0.0.1:7777/SSPDashboard,age=0}<-***@e454ae6a{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}->***@966b598e[p=HttpParser{s=END,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=//127.0.0.1:7777/SSPDashboard,age=0}->***@2d219ae5{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@f9e26fd7{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@966b598e[p=HttpParser{s=END,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=//127.0.0.1:7777/SSPDashboard,age=0}
parsed true HttpParser{s=END,0 of -1}
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpConnection -
releaseRequestBuffer ***@966b598e[p=HttpParser{s=END,0 of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=//127.0.0.1:7777/SSPDashboard,age=0}<-***@e454ae6a{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}->***@966b598e[p=HttpParser{s=END,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=//127.0.0.1:7777/SSPDashboard,age=0}->***@2d219ae5{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@f9e26fd7{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@966b598e[p=HttpParser{s=END,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=//127.0.0.1:7777/SSPDashboard,age=0}
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpChannel -
***@9623a22c{r=1,c=false,a=IDLE,uri=//127.0.0.1:7777/SSPDashboard,age=0}
handle //127.0.0.1:7777/SSPDashboard
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpChannelState -
handling ***@90b6d309{s=IDLE a=NOT_ASYNC i=true r=IDLE
w=false}
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpChannel -
***@9623a22c{r=1,c=false,a=DISPATCHED,uri=//127.0.0.1:7777/SSPDashboard,age=0}
action DISPATCH
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG Server - REQUEST GET
/SSPDashboard on
***@9623a22c{r=1,c=false,a=DISPATCHED,uri=//127.0.0.1:7777/SSPDashboard,age=0}
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG ContextHandler - scope
null||/SSPDashboard @ ***@64e38792{/SSPDashboard,
file:///C:/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,AVAILABLE
}{C:\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard.war}
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpChannel -
sendResponse info=null
content=***@740e832c[p=0,l=0,c=0,r=0]={<<<>>>} complete=true
committing=true callback=***@a62e978e{null}
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpChannel - COMMIT for
/SSPDashboard on
***@9623a22c{r=1,c=true,a=DISPATCHED,uri=//127.0.0.1:7777/SSPDashboard,age=0}
302 null HTTP/1.1
Location: http://127.0.0.1:7777/SSPDashboard/


2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpConnection -
org.eclipse.jetty.server.HttpConnection$***@890a51c6[PROCESSING][i=HTTP/1.1{s=302,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$***@64c93252]
generate: NEED_HEADER (null,[p=0,l=0,c=0,r=0],true)@START
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpGenerator -
generateHeaders HTTP/1.1{s=302,h=1,cl=-1} last=true
content=***@740e832c[p=0,l=0,c=0,r=0]={<<<>>>}
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpGenerator - Location:
http://127.0.0.1:7777/SSPDashboard/


2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpGenerator -
CONTENT_LENGTH
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpConnection -
org.eclipse.jetty.server.HttpConnection$***@890a51c6[PROCESSING][i=HTTP/1.1{s=302,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$***@64c93252]
generate: FLUSH ([p=0,l=88,c=8192,r=88],[p=0,l=0,c=0,r=0],true)@COMPLETING
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG WriteFlusher - write:
***@321901b6{IDLE}->null
[***@9d0add4c[p=0,l=88,c=8192,r=88]={<<<HTTP/1.1 302
Foun...t-Length:
0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}]
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG WriteFlusher - update
***@321901b6{WRITING}->null:IDLE-->WRITING
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG SslConnection - flush
b[88]=485454502F312E312033303220466F756E640D0A4C6F636174...3A20300D0A0D0A
***@f9e26fd7{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@966b598e[p=HttpParser{s=END,0
of
-1},g=***@7545e292{s=COMPLETING}]=>***@9623a22c{r=1,c=true,a=DISPATCHED,uri=//127.0.0.1:7777/SSPDashboard,age=0}<-***@2d219ae5{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@f9e26fd7{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@966b598e[p=HttpParser{s=END,0
of
-1},g=***@7545e292{s=COMPLETING}]=>***@9623a22c{r=1,c=true,a=DISPATCHED,uri=//127.0.0.1:7777/SSPDashboard,age=0}
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG SslConnection - wrap
Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 88
bytesProduced = 117
***@f9e26fd7{NOT_HANDSHAKING,eio=-1/117,di=-1}=>***@966b598e[p=HttpParser{s=END,0
of
-1},g=***@7545e292{s=COMPLETING}]=>***@9623a22c{r=1,c=true,a=DISPATCHED,uri=//127.0.0.1:7777/SSPDashboard,age=0}<-***@2d219ae5{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@f9e26fd7{NOT_HANDSHAKING,eio=-1/117,di=-1}=>***@966b598e[p=HttpParser{s=END,0
of
-1},g=***@7545e292{s=COMPLETING}]=>***@9623a22c{r=1,c=true,a=DISPATCHED,uri=//127.0.0.1:7777/SSPDashboard,age=0}
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG SslConnection - wrap OK
b[117]=170303007000000000000000017F5EEFF51F8407615EC2C8A2...36A1917AB02A77
***@f9e26fd7{NOT_HANDSHAKING,eio=-1/117,di=-1}=>***@966b598e[p=HttpParser{s=END,0
of
-1},g=***@7545e292{s=COMPLETING}]=>***@9623a22c{r=1,c=true,a=DISPATCHED,uri=//127.0.0.1:7777/SSPDashboard,age=0}<-***@2d219ae5{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@f9e26fd7{NOT_HANDSHAKING,eio=-1/117,di=-1}=>***@966b598e[p=HttpParser{s=END,0
of
-1},g=***@7545e292{s=COMPLETING}]=>***@9623a22c{r=1,c=true,a=DISPATCHED,uri=//127.0.0.1:7777/SSPDashboard,age=0}
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG ChannelEndPoint - flushed
117
***@2d219ae5{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@f9e26fd7{NOT_HANDSHAKING,eio=-1/0,di=-1}=>***@966b598e[p=HttpParser{s=END,0
of
-1},g=***@7545e292{s=COMPLETING}]=>***@9623a22c{r=1,c=true,a=DISPATCHED,uri=//127.0.0.1:7777/SSPDashboard,age=0}
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG WriteFlusher -
Flushed=true written=88 remaining=0 ***@321901b6{WRITING}->null
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG WriteFlusher - update
***@321901b6{IDLE}->null:WRITING-->IDLE
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpConnection -
org.eclipse.jetty.server.HttpConnection$***@890a51c6[PROCESSING][i=HTTP/1.1{s=302,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$***@64c93252]
generate: DONE ([p=88,l=88,c=8192,r=0],[p=0,l=0,c=0,r=0],true)@END
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG Server - handled=true
async=false committed=true on
***@9623a22c{r=1,c=true,a=DISPATCHED,uri=//127.0.0.1:7777/SSPDashboard,age=0}
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpChannelState -
unhandle ***@90b6d309{s=DISPATCHED a=NOT_ASYNC i=true r=IDLE
w=false}
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpChannel -
***@9623a22c{r=1,c=true,a=COMPLETING,uri=//127.0.0.1:7777/SSPDashboard,age=0}
action COMPLETE
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpChannelState -
onComplete ***@90b6d309{s=COMPLETING a=NOT_ASYNC i=false
r=IDLE w=false}
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpChannel - COMPLETE
for /SSPDashboard written=0
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpChannelState -
recycle ***@90b6d309{s=COMPLETED a=NOT_ASYNC i=false r=IDLE
w=false}
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpParser - reset
HttpParser{s=END,0 of -1}
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpParser - END -->
START
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG HttpChannel -
***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0} handle
exit, result COMPLETE
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG ChannelEndPoint - filled
0
***@2d219ae5{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@f9e26fd7{NOT_HANDSHAKING,eio=17408/-1,di=-1}=>***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG SslConnection - net=0
unwrap Status = BUFFER_UNDERFLOW HandshakeStatus = NOT_HANDSHAKING
bytesConsumed = 0 bytesProduced = 0
***@f9e26fd7{NOT_HANDSHAKING,eio=0/-1,di=-1}=>***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}<-***@2d219ae5{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@f9e26fd7{NOT_HANDSHAKING,eio=0/-1,di=-1}=>***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG SslConnection - filled
b[0]=
***@f9e26fd7{NOT_HANDSHAKING,eio=0/-1,di=-1}=>***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}<-***@2d219ae5{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@f9e26fd7{NOT_HANDSHAKING,eio=0/-1,di=-1}=>***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,227 [qtp-945738736-28] DEBUG ChannelEndPoint - filled
0
***@2d219ae5{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@f9e26fd7{NOT_HANDSHAKING,eio=17408/-1,di=-1}=>***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-28] DEBUG SslConnection - net=0
unwrap Status = BUFFER_UNDERFLOW HandshakeStatus = NOT_HANDSHAKING
bytesConsumed = 0 bytesProduced = 0
***@f9e26fd7{NOT_HANDSHAKING,eio=0/-1,di=-1}=>***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}<-***@2d219ae5{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@f9e26fd7{NOT_HANDSHAKING,eio=0/-1,di=-1}=>***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-28] DEBUG SslConnection - filled
b[0]=
***@f9e26fd7{NOT_HANDSHAKING,eio=0/-1,di=-1}=>***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}<-***@2d219ae5{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->***@f9e26fd7{NOT_HANDSHAKING,eio=0/-1,di=-1}=>***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-28] DEBUG HttpConnection -
***@966b598e[p=HttpParser{s=START,0 of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}<-***@e454ae6a{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=16/30000}->***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}->***@2d219ae5{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->***@f9e26fd7{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}
filled 0 ***@2b72524e[p=0,l=0,c=17408,r=0]={<<<>>>GET
/SSPDashboard...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2018-05-29 20:54:05,243 [qtp-945738736-28] DEBUG HttpConnection -
***@966b598e[p=HttpParser{s=START,0 of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}<-***@e454ae6a{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=16/30000}->***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}->***@2d219ae5{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->***@f9e26fd7{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}
parse ***@2b72524e[p=0,l=0,c=17408,r=0]={<<<>>>GET
/SSPDashboard...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
{}
2018-05-29 20:54:05,243 [qtp-945738736-28] DEBUG HttpParser - parseNext
s=START ***@2b72524e[p=0,l=0,c=17408,r=0]={<<<>>>GET
/SSPDashboard...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2018-05-29 20:54:05,243 [qtp-945738736-28] DEBUG HttpConnection -
***@966b598e[p=HttpParser{s=START,0 of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}<-***@e454ae6a{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=16/30000}->***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}->***@2d219ae5{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->***@f9e26fd7{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}
parsed false HttpParser{s=START,0 of -1}
2018-05-29 20:54:05,243 [qtp-945738736-28] DEBUG HttpConnection -
releaseRequestBuffer ***@966b598e[p=HttpParser{s=START,0 of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}<-***@e454ae6a{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=16/30000}->***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}->***@2d219ae5{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->***@f9e26fd7{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-28] DEBUG AbstractConnection -
fillInterested ***@966b598e[p=HttpParser{s=START,0 of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}<-***@e454ae6a{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=16/30000}->***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}->***@2d219ae5{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->***@f9e26fd7{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-28] DEBUG FillInterest - interested
***@fa2eb98b{***@966b598e{***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}<-***@e454ae6a{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=FI,flush=-,to=0/30000}->***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}->***@2d219ae5{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->***@f9e26fd7{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}}}
2018-05-29 20:54:05,243 [qtp-945738736-28] DEBUG SslConnection -
fillInterested SSL NB
***@f9e26fd7{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}<-***@2d219ae5{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->***@f9e26fd7{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-28] DEBUG FillInterest - interested
***@c0665a0e{***@f9e26fd7{***@f9e26fd7{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}<-***@2d219ae5{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@f9e26fd7{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}}}
2018-05-29 20:54:05,243 [qtp-945738736-28] DEBUG ChannelEndPoint -
changeInterests p=false 0->1 for
***@2d219ae5{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->***@f9e26fd7{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-28] DEBUG ManagedSelector - Queued
change org.eclipse.jetty.io.ChannelEndPoint$***@31fcaebd on
***@cb884f4c id=2 keys=1 selected=0
updates=0
2018-05-29 20:54:05,243 [qtp-945738736-35] DEBUG ManagedSelector -
Selector ***@abca5eb woken up from select, 0/1
selected
2018-05-29 20:54:05,243 [qtp-945738736-35] DEBUG ManagedSelector -
Selector ***@abca5eb processing 0 keys, 1
updates
2018-05-29 20:54:05,243 [qtp-945738736-35] DEBUG ManagedSelector -
updateable 1
2018-05-29 20:54:05,243 [qtp-945738736-35] DEBUG ManagedSelector - update
org.eclipse.jetty.io.ChannelEndPoint$***@31fcaebd
2018-05-29 20:54:05,243 [qtp-945738736-35] DEBUG ChannelEndPoint - Key
interests updated 0 -> 1 on
***@2d219ae5{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->***@f9e26fd7{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-28] DEBUG HttpConnection -
***@966b598e[p=HttpParser{s=START,0 of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}<-***@e454ae6a{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=FI,flush=-,to=0/30000}->***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}->***@2d219ae5{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->***@f9e26fd7{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}
onFillable exit ***@90b6d309{s=IDLE a=NOT_ASYNC i=true r=IDLE
w=false} null
2018-05-29 20:54:05,243 [qtp-945738736-35] DEBUG ManagedSelector - updates
0
2018-05-29 20:54:05,243 [qtp-945738736-35] DEBUG ManagedSelector -
Selector ***@abca5eb waiting on select
2018-05-29 20:54:05,243 [qtp-945738736-28] DEBUG SslConnection -
onFillable exit
***@e454ae6a{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=FI,flush=-,to=0/30000}->***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}->***@2d219ae5{/127.0.0.1:59073<->/127.0.0.1:7777,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->***@f9e26fd7{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@966b598e[p=HttpParser{s=START,0
of
-1},g=***@7545e292{s=START}]=>***@9623a22c{r=1,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-28] DEBUG ReservedThreadExecutor -
***@a0492284{s=3/8,p=0}@6457b50d waiting
2018-05-29 20:54:05,243
[qtp-945738736-32-acceptor-***@113b0017-***@206e8151{SSL,[ssl,
http/1.1]}{localhost:7777}] DEBUG ManagedSelector - Queued change
org.eclipse.jetty.io.ManagedSelector$***@4db313be on
***@bd0efd88 id=3 keys=1 selected=0
updates=0
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG ManagedSelector -
Selector ***@37406668 woken up from select, 0/0
selected
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG ManagedSelector -
Selector ***@37406668 processing 0 keys, 1
updates
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG ManagedSelector -
updateable 1
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG ManagedSelector - update
org.eclipse.jetty.io.ManagedSelector$***@4db313be
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG QueuedThreadPool - queue
org.eclipse.jetty.io.ManagedSelector$***@4db313be
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG ManagedSelector - updates
0
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG ManagedSelector -
Selector ***@37406668 waiting on select
2018-05-29 20:54:05,243 [qtp-945738736-57] DEBUG QueuedThreadPool - run
org.eclipse.jetty.io.ManagedSelector$***@4db313be
2018-05-29 20:54:05,243 [qtp-945738736-57] DEBUG IdleTimeout -
***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-><null>
idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2018-05-29 20:54:05,243 [qtp-945738736-57] DEBUG SslContextFactory -
Customize bc025064[SSLEngine[hostname=127.0.0.1 port=59074]
SSL_NULL_WITH_NULL_NULL]
2018-05-29 20:54:05,243 [qtp-945738736-57] DEBUG HttpChannel - new
***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0} ->
***@7e1b49a0{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}-><null>->***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-><null>,null,***@bbccc600{s=IDLE
a=NOT_ASYNC i=true r=IDLE w=false}
2018-05-29 20:54:05,243 [qtp-945738736-57] DEBUG HttpConnection - New HTTP
Connection ***@bec282ac[p=HttpParser{s=START,0 of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}<-***@7e1b49a0{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}-><null>->***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-><null>
2018-05-29 20:54:05,243 [qtp-945738736-57] DEBUG AbstractEndPoint - onOpen
***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->***@668291f0{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-57] DEBUG AbstractConnection -
onOpen
***@668291f0{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}<-***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->***@668291f0{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-57] DEBUG AbstractConnection -
onOpen ***@bec282ac[p=HttpParser{s=START,0 of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}<-***@7e1b49a0{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}->***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}->***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->***@668291f0{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-57] DEBUG AbstractConnection -
fillInterested ***@bec282ac[p=HttpParser{s=START,0 of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}<-***@7e1b49a0{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}->***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}->***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->***@668291f0{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-57] DEBUG FillInterest - interested
***@dc790d42{***@bec282ac{***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}<-***@7e1b49a0{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=FI,flush=-,to=0/30000}->***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}->***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->***@668291f0{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}}}
2018-05-29 20:54:05,243 [qtp-945738736-57] DEBUG SslConnection -
fillInterested SSL NB
***@668291f0{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}<-***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->***@668291f0{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-57] DEBUG FillInterest - interested
***@a35cffd0{***@668291f0{***@668291f0{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}<-***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->***@668291f0{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}}}
2018-05-29 20:54:05,243 [qtp-945738736-57] DEBUG ChannelEndPoint -
changeInterests p=false 0->1 for
***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->***@668291f0{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-57] DEBUG ManagedSelector - Queued
change org.eclipse.jetty.io.ChannelEndPoint$***@8e72f63 on
***@bd0efd88 id=3 keys=1 selected=0
updates=0
2018-05-29 20:54:05,243 [qtp-945738736-57] DEBUG ManagedSelector - Created
***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->***@668291f0{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-57] DEBUG QueuedThreadPool - ran
org.eclipse.jetty.io.ManagedSelector$***@4db313be
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG ManagedSelector -
Selector ***@37406668 woken up from select, 0/1
selected
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG ManagedSelector -
Selector ***@37406668 processing 0 keys, 1
updates
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG ManagedSelector -
updateable 1
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG ManagedSelector - update
org.eclipse.jetty.io.ChannelEndPoint$***@8e72f63
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG ChannelEndPoint - Key
interests updated 0 -> 1 on
***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->***@668291f0{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG ManagedSelector - updates
0
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG ManagedSelector -
Selector ***@37406668 waiting on select
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG ManagedSelector -
Selector ***@37406668 woken up from select, 1/1
selected
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG ManagedSelector -
Selector ***@37406668 processing 1 keys, 0
updates
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG ManagedSelector -
selected 1 ***@5f908688
***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->***@668291f0{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG ChannelEndPoint -
onSelected 1->0 r=true w=false for
***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->***@668291f0{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG ChannelEndPoint - task
CEP:***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->***@668291f0{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG ReservedThreadExecutor -
***@a0492284{s=3/8,p=0} tryExecute
***@649cda14/***@341134b9/PRODUCING/p=false/QueuedThreadPool[qtp-945738736]@c7a12c10{STARTED,8<=10<=500,i=2,q=0}[pc=0,pic=0,pec=1,epc=5]@2018-05-29T20:54:05.243-05:00
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG ReservedThreadExecutor -
***@a0492284{s=2/8,p=0}@6457b50d offer
***@649cda14/***@341134b9/PRODUCING/p=false/QueuedThreadPool[qtp-945738736]@c7a12c10{STARTED,8<=10<=500,i=2,q=0}[pc=0,pic=0,pec=1,epc=5]@2018-05-29T20:54:05.243-05:00
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG EatWhatYouKill -
***@649cda14/***@341134b9/IDLE/p=true/QueuedThreadPool[qtp-945738736]@c7a12c10{STARTED,8<=10<=500,i=2,q=0}[pc=0,pic=0,pec=1,epc=5]@2018-05-29T20:54:05.243-05:00
m=EXECUTE_PRODUCE_CONSUME
t=CEP:***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->***@668291f0{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2018-05-29 20:54:05,243 [qtp-945738736-28] DEBUG ReservedThreadExecutor -
***@a0492284{s=2/8,p=0}@6457b50d
task=***@649cda14/***@341134b9/IDLE/p=true/QueuedThreadPool[qtp-945738736]@c7a12c10{STARTED,8<=10<=500,i=2,q=0}[pc=0,pic=0,pec=1,epc=5]@2018-05-29T20:54:05.243-05:00
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG FillInterest - fillable
***@a35cffd0{***@668291f0{***@668291f0{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}<-***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->***@668291f0{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}}}
2018-05-29 20:54:05,243 [qtp-945738736-28] DEBUG EatWhatYouKill -
***@649cda14/***@341134b9/IDLE/p=true/QueuedThreadPool[qtp-945738736]@c7a12c10{STARTED,8<=10<=500,i=2,q=0}[pc=0,pic=0,pec=1,epc=6]@2018-05-29T20:54:05.243-05:00
tryProduce true
2018-05-29 20:54:05,243 [qtp-945738736-28] DEBUG ManagedSelector -
updateable 0
2018-05-29 20:54:05,243 [qtp-945738736-28] DEBUG ManagedSelector - updates
0
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG SslConnection -
onFillable enter
***@7e1b49a0{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=FI,flush=-,to=0/30000}->***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}->***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->***@668291f0{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-28] DEBUG ChannelEndPoint - Key
interests updated 1 -> 0 on
***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@668291f0{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-28] DEBUG ManagedSelector -
Selector ***@37406668 waiting on select
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG FillInterest - fillable
***@dc790d42{***@bec282ac{***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}<-***@7e1b49a0{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=FI,flush=-,to=0/30000}->***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}->***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@668291f0{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}}}
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG HttpConnection -
***@bec282ac[p=HttpParser{s=START,0 of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}<-***@7e1b49a0{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}->***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}->***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@668291f0{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}
onFillable enter ***@bbccc600{s=IDLE a=NOT_ASYNC i=true
r=IDLE w=false} null
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG ChannelEndPoint - filled
337
***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@668291f0{NOT_HANDSHAKING,eio=17071/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG AbstractEndPoint -
close(javax.net.ssl.SSLException: Unrecognized SSL message, plaintext
connection?)
***@7e1b49a0{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}->***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}->***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@668291f0{NEED_WRAP,eio=337/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG SslConnection -
shutdownOutput: oshut=false, ishut=true
***@668291f0{NEED_WRAP,eio=337/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}<-***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@668291f0{NEED_WRAP,eio=337/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG SslConnection - flush
b[0]=
***@668291f0{NEED_WRAP,eio=337/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}<-***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@668291f0{NEED_WRAP,eio=337/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG SslConnection - wrap
Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0
bytesProduced = 7
***@668291f0{NEED_UNWRAP,eio=337/7,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}<-***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@668291f0{NEED_UNWRAP,eio=337/7,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG ChannelEndPoint - flushed
7
***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@668291f0{NEED_UNWRAP,eio=337/0,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG AbstractEndPoint -
shutdownOutput
***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@668291f0{NEED_UNWRAP,eio=337/0,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG AbstractEndPoint - close
***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@668291f0{NEED_UNWRAP,eio=337/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG AbstractEndPoint -
close(null)
***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@668291f0{NEED_UNWRAP,eio=337/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG ChannelEndPoint - doClose
***@cd20503{/127.0.0.1:59074<->/127.0.0.1:7777,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->***@668291f0{NEED_UNWRAP,eio=337/-1,di=-1}=>***@bec282ac[p=HttpParser{s=START,0
of
-1},g=***@9b6982bc{s=START}]=>***@b8c3ed75{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-29 20:54:05,243 [qtp-945738736-31] DEBUG WriteFlusher - ignored:
***@ac0a103e{IDLE}->null
java.nio.channels.ClosedChannelException: null
at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:532)
[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:216)
[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1151)
[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1179)
[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:852)
[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:331)
[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:243)
[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:291)
[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:151)
[jetty-io-9.4.9.v2018







From: Jan Bartel <***@webtide.com>
To: JETTY user mailing list <jetty-***@eclipse.org>
Date: 05/29/2018 04:13 AM
Subject: Re: [jetty-users] Issue during embedded Jetty startup
Sent by: jetty-users-***@eclipse.org



Ike,

You can configure what jetty does with uncovered http methods by using the
ConstraintSecurityHandler.setDenyUncoveredMethods(boolean).

You see the stacktrace along with the "uncovered methods" warning because
you have debug enabled.

Jan


On 28 May 2018 at 15:39, Ike Ikonne <***@us.ibm.com> wrote:
Hi Chris,

I thank you so much for your response, indeed, I have read the servlet
spec that you pointed and it is clear
to me. I would like to know the default behavior of Jetty when an
uncovered HTTP method is encountered,
does Jetty deny requests from uncovered HTTP methods? I am not able to
display a logon
page since I started encountering this error message. Also, I wonder if
the uncovered HTTP
method has something to do with this other stacktrace that I see in my log
file ... I do appreciate
your insights



***@9ca821da{IDLE}->null
java.nio.channels.ClosedChannelException: null
at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:532)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io
.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:216)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io
.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1151)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1179)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io
.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:852)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:331)
~[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:243)
~[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io
.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:291)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:151)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:319)
~[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:175)
~[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:139)
~[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io
.ManagedSelector$$Lambda$28.0000000016FD7C70.run(Unknown Source) ~[?:?]
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:754)
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:672)
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at java.lang.Thread.run(Thread.java:785) [?:2.6 (07-22-2017)]
2018-05-27 12:51:14,691 [qtp1642398232-27] DEBUG FillInterest - onClose
***@d6b4b8cb{null}
2018-05-27 12:51:14,691 [qtp1642398232-28] DEBUG SslConnection - filled
b[0]=
***@3621f46f{NEED_TASK,eio=0/-1,di=-1}=>***@58fbf36a[p=HttpParser{s=START,0
of
-1},g=***@7831c0df{s=START}]=>***@b88a9bbd{r=0,c=false,a=IDLE,uri=null,age=0}<-***@d20337b2{/
127.0.0.1:59114<->/127.0.0.1:7777
,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->***@3621f46f{NEED_TASK,eio=0/-1,di=-1}=>***@58fbf36a[p=HttpParser{s=START,0
of
-1},g=***@7831c0df{s=START}]=>***@b88a9bbd{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-27 12:51:14,691 [qtp1642398232-27] DEBUG QueuedThreadPool - queue
org.eclipse.jetty.io.ManagedSelector$***@983ee30
2018-05-27 12:51:14,692 [qtp1642398232-27] DEBUG AbstractEndPoint - close
***@9c6bb5c4{/127.0.0.1:59113<->/127.0.0.1:7777
,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->***@7245868e{NEED_UNWRAP,eio=337/-1,di=-1}=>***@f7e54f0[p=HttpParser{s=START,0
of
-1},g=***@97f95d93{s=START}]=>***@bed0e0e5{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-27 12:51:14,692 [qtp1642398232-27] DEBUG AbstractEndPoint -
close(null) ***@9c6bb5c4{/127.0.0.1:59113<->/
127.0.0.1:7777
,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->***@7245868e{NEED_UNWRAP,eio=337/-1,di=-1}=>***@f7e54f0[p=HttpParser{s=START,0
of
-1},g=***@97f95d93{s=START}]=>***@bed0e0e5{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-27 12:51:14,692 [qtp1642398232-32] DEBUG QueuedThreadPool - run
org.eclipse.jetty.io.ManagedSelector$***@983ee30
2018-05-27 12:51:14,692 [qtp1642398232-32] DEBUG ManagedSelector -
Destroyed ***@9c6bb5c4{/127.0.0.1:59113<->/
127.0.0.1:7777
,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->***@7245868e{NEED_UNWRAP,eio=337/-1,di=-1}=>***@f7e54f0[p=HttpParser{s=START,0
of
-1},g=***@97f95d93{s=START}]=>***@bed0e0e5{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-27 12:51:14,692 [qtp1642398232-32] DEBUG AbstractConnection -
onClose ***@f7e54f0[p=HttpParser{s=START,0 of
-1},g=***@97f95d93{s=START}]=>***@bed0e0e5{r=0,c=false,a=IDLE,uri=null,age=0}<-***@369dc39d{/
127.0.0.1:59113<->/127.0.0.1:7777
,CLOSED,fill=-,flush=-,to=16/30000}->***@f7e54f0[p=HttpParser{s=START,0
of
-1},g=***@97f95d93{s=START}]=>***@bed0e0e5{r=0,c=false,a=IDLE,uri=null,age=0}->***@9c6bb5c4{/
127.0.0.1:59113<->/127.0.0.1:7777
,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->***@7245868e{NEED_UNWRAP,eio=337/-1,di=-1}=>***@f7e54f0[p=HttpParser{s=START,0
of
-1},g=***@97f95d93{s=START}]=>***@bed0e0e5{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-27 12:51:14,692 [qtp1642398232-32] DEBUG AbstractConnection -
onClose
***@7245868e{NEED_UNWRAP,eio=337/-1,di=-1}=>***@f7e54f0[p=HttpParser{s=START,0
of
-1},g=***@97f95d93{s=START}]=>***@bed0e0e5{r=0,c=false,a=IDLE,uri=null,age=0}<-***@9c6bb5c4{/
127.0.0.1:59113<->/127.0.0.1:7777
,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->***@7245868e{NEED_UNWRAP,eio=337/-1,di=-1}=>***@f7e54f0[p=HttpParser{s=START,0
of
-1},g=***@97f95d93{s=START}]=>***@bed0e0e5{r=0,c=false,a=IDLE,uri=null,age=0}
2018-05-27 12:51:14,692 [qtp1642398232-32] DEBUG QueuedThreadPool - ran
org.eclipse.jetty.io.ManagedSelector$***@983ee30
2018-05-27 12:51:14,692 [qtp1642398232-27] DEBUG WriteFlusher - ignored:
***@244f3a{IDLE}->null
javax.net.ssl.SSLException: Unrecognized SSL message, plaintext
connection?
at com.ibm.jsse2.c.a(c.java:26) ~[?:8.0 build_20170606]
at com.ibm.jsse2.aq.a(aq.java:76) ~[?:8.0 build_20170606]
at com.ibm.jsse2.aq.unwrap(aq.java:353) ~[?:8.0 build_20170606]
at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:11) ~[?:8.0
build_20150122]
at
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:681)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:331)
~[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:243)
~[jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io
.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:291)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:151)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
~[jetty-io-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:319)
~[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:175)
~[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:139)
~[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at org.eclipse.jetty.io
.ManagedSelector$$Lambda$28.0000000016FD7C70.run(Unknown Source) ~[?:?]
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:754)
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:672)
[jetty-util-9.4.9.v20180320.jar:9.4.9.v20180320]
at java.lang.Thread.run(Thread.java:785) [?:2.6 (07-22-2017)]
2018-05-27 12:51:14,695 [qtp1642398232-27] DEBUG FillInterest - onFail
***@950ae512{null}



From: Chris Walker <***@webtide.com>
To: JETTY user mailing list <jetty-***@eclipse.org>
Date: 05/25/2018 04:22 PM
Subject: Re: [jetty-users] Issue during embedded Jetty startup
Sent by: jetty-users-***@eclipse.org




Ike,

It is reporting that you have HTTP methods not protected for the context.
Uncovered HTTP methods are discussed in the servlet spec (section 13.8.4),
and we discuss them in our documentation in regards to authentication and
authorization. I am guessing you have a security realm set up but not all
HTTP methods are covered. The ConstraintSecurityHandler class is picking
that up and giving a warning on it.

Best,
Chris

On Fri, May 25, 2018 at 5:00 PM, Ike Ikonne <***@us.ibm.com> wrote:
Hi all,

I had posted this issue before, I am just trying to see if anyone in the
group has an any
idea as to why I am getting this stacktrace during jetty startup, any
hints will be
highly appreciated.

2018-05-21 09:49:20,060 [main] WARN SecurityHandler -
***@o.e.j.w.WebAppContext@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
jetty-***@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

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



_______________________________________________
jetty-users mailing list
jetty-***@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users
--
Jan Bartel <***@webtide.com>
www.webtide.com
Expert assistance from the creators of Jetty and CometD

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