jetty / jetty.project

Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
https://eclipse.dev/jetty
Other
3.83k stars 1.91k forks source link

ALPN error during ssl handshake with JETTY server #4521

Closed raul1991 closed 4 years ago

raul1991 commented 4 years ago

Jetty version 9.3.X Java version 1.8 OS type/version RHEL7 Description I sent out a https request to a jetty server with valid client certificates in a request using the below curl command

curl -vvv https://server.hostname:13443/coba/entity/v1/Frequency/Yearly --cert enduser.pem --key private.key

Taking a debug on the server I found that the request which initiated as a HTTPS request was now a HTTP request.

Running curl in verbose mode showed the following error

ALPN, server did not agree to the protocol

Full curl logs

*   Trying 10.61.45.225:13443...
* TCP_NODELAY set
* Connected to vmx-coba048.ete.ka.sw.ericsson.se (10.61.45.225) port 13443 (#0)
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
*   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none
* TLSv1.2 (OUT), TLS header, Certificate Status (22):
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Request CERT (13):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Certificate (11):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS handshake, CERT verify (15):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES256-SHA384
* ALPN, server did not agree to a protocol
* Server certificate:
*  subject: CN=karaf@vmx-coba048.COBA.coba-rest.server
*  start date: Jan 23 07:06:56 2020 GMT
*  expire date: Jul 23 07:07:06 2020 GMT
*  issuer: CN=coba-rest_1
*  SSL certificate verify result: self signed certificate in certificate chain (19), continuing anyway.
> GET /coba/entity/v1/Frequency/Yearly HTTP/1.1
> Host: vmx-coba048.ete.ka.sw.ericsson.se:13443
> User-Agent: curl/7.65.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Date: Fri, 24 Jan 2020 10:53:03 GMT
< Access-Control-Allow-Origin: *
< Content-Type: application/json;charset=utf-8;profile=bss.coba.frequency.2.json#
< X-Content-Type-Options: nosniff
< X-Content-Type-Options: nosniff
< Content-Length: 305
< Server: Jetty(9.3.21.v20170918)
<

Jetty logs


<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//
DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd">
<Configure id="Server" class="org.eclipse.jetty.server.Server">
    <New id="sslContextFactory" class="org.eclipse.jetty.util.ssl.SslContextFactory">
        <Set name="KeyStorePath">/home/karaf/.ssl/coba-rest/server/keystore.jks</Set>
        <Set name="KeyStorePassword">OBF:1tnm1qq71ks31ly91yte1foj1bop1rwf1bpx1fmj1yt81lzx1ksr1qpb1tp8</Set>
        <Set name="KeyManagerPassword">OBF:1tnm1qq71ks31ly91yte1foj1bop1rwf1bpx1fmj1yt81lzx1ksr1qpb1tp8</Set>
        <Set name="TrustStorePath">/home/karaf/.ssl/coba-rest/server/truststore.jks</Set>
        <Set name="TrustStorePassword">OBF:1svy1qju1f1y1fa31odb1wnj1h161g1r1h1g1wmn1obj1f8j1f2g1qhg1sw0</Set>
        <Set name="needClientAuth">true</Set>
        <Set name="wantClientAuth">false</Set>
    </New>
    <Call name="addConnector">
        <Arg>
            <New class="org.eclipse.jetty.server.ServerConnector">
                <Arg name="server">
                    <Ref refid="Server" />
                </Arg>
                <Arg name="factories">
                    <Array type="org.eclipse.jetty.server.ConnectionFactory">
                        <Item>
                            <New class="org.eclipse.jetty.server.SslConnectionFactory">
                                <Arg name="next">http/1.1</Arg>
                                <Arg name="sslContextFactory">
                                    <Ref refid="sslContextFactory" />
                                </Arg>
                            </New>
                        </Item>
                        <Item>
                            <New class="org.eclipse.jetty.server.HttpConnectionFactory"></New>
                        </Item>
                    </Array>
                </Arg>
                <Set name="name">0.0.0.0:13443</Set>
                <Set name="port">13443</Set>
                <Set name="idleTimeout">30000</Set>
            </New>
        </Arg>
    </Call>
</Configure>

Jetty logs


2020-01-27T07:53:47.162+0100 | DEBUG | }{0.0.0.0:13443} | o.e.j.i.ManagedSelector          | eclipse.jetty.io.ManagedSelector  127 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Queued change org.eclipse.jetty.io.ManagedSelector$Accept@37367f7a on org.eclipse.jetty.io.ManagedSelector@3c782e90 id=0 keys=0 selected=0
2020-01-27T07:53:47.164+0100 | DEBUG | tp1177038859-174 | o.e.j.i.ManagedSelector          | ManagedSelector$SelectorProducer  245 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Selector loop woken up from select, 0/0 selected
2020-01-27T07:53:47.164+0100 | DEBUG | tp1177038859-174 | o.e.j.i.ManagedSelector          | ManagedSelector$SelectorProducer  225 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Running change org.eclipse.jetty.io.ManagedSelector$Accept@37367f7a
2020-01-27T07:53:47.164+0100 | DEBUG | tp1177038859-174 | o.e.j.i.ManagedSelector          | eclipse.jetty.io.ManagedSelector  127 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Queued change org.eclipse.jetty.io.ManagedSelector$CreateEndPoint@3ec3e775 on org.eclipse.jetty.io.ManagedSelector@3c782e90 id=0 keys=1 selected=0
2020-01-27T07:53:47.164+0100 | DEBUG | tp1177038859-174 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  252 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 produced org.eclipse.jetty.io.ManagedSelector$CreateEndPoint@3ec3e775
2020-01-27T07:53:47.164+0100 | DEBUG | tp1177038859-174 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  294 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 dispatch
2020-01-27T07:53:47.164+0100 | DEBUG | tp1177038859-174 | o.e.j.u.t.QueuedThreadPool       | tty.util.thread.QueuedThreadPool  379 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | queue EPC Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8
2020-01-27T07:53:47.165+0100 | DEBUG | tp1177038859-174 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  301 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 run org.eclipse.jetty.io.ManagedSelector$CreateEndPoint@3ec3e775
2020-01-27T07:53:47.165+0100 | DEBUG | tp1177038859-181 | o.e.j.u.t.QueuedThreadPool       | y.util.thread.QueuedThreadPool$2  588 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | run EPC Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8
2020-01-27T07:53:47.165+0100 | DEBUG | tp1177038859-181 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  124 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 run
2020-01-27T07:53:47.165+0100 | DEBUG | tp1177038859-174 | o.e.j.i.AbstractEndPoint         | clipse.jetty.io.AbstractEndPoint  105 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | onOpen SelectChannelEndPoint@e971ccf{/10.120.79.55:52349<->13443,Open,in,out,-,-,0/30000,null@0}{io=0/0,kio=0,kro=0}
2020-01-27T07:53:47.165+0100 | DEBUG | tp1177038859-181 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  241 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 produce enter
2020-01-27T07:53:47.165+0100 | DEBUG | tp1177038859-181 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  247 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 producing
2020-01-27T07:53:47.165+0100 | DEBUG | tp1177038859-181 | o.e.j.i.ManagedSelector          | ManagedSelector$SelectorProducer  242 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Selector loop waiting on select
2020-01-27T07:53:47.165+0100 | DEBUG | tp1177038859-174 | o.e.j.i.IdleTimeout              | org.eclipse.jetty.io.IdleTimeout  156 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | SelectChannelEndPoint@e971ccf{/10.120.79.55:52349<->13443,Open,in,out,-,-,0/30000,null@0}{io=0/0,kio=0,kro=0} idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2020-01-27T07:53:47.168+0100 | DEBUG | tp1177038859-174 | o.e.j.u.s.SslContextFactory      | jetty.util.ssl.SslContextFactory 1591 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Customize 6c7b8b05[SSLEngine[hostname=10.120.79.55 port=52349] SSL_NULL_WITH_NULL_NULL]
2020-01-27T07:53:47.168+0100 | DEBUG | tp1177038859-174 | o.e.j.s.HttpChannel              | eclipse.jetty.server.HttpChannel  103 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | new HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null} -> DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,0/30000,null@0}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,3/30000,null@0}{io=0/0,kio=0,kro=0},null,HttpChannelState@f7b2cf{s=IDLE a=NOT_ASYNC i=true r=NONE/false w=false}
2020-01-27T07:53:47.168+0100 | DEBUG | tp1177038859-174 | o.e.j.s.HttpConnection           | ipse.jetty.server.HttpConnection  107 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | New HTTP Connection HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,0/30000,null@0}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,3/30000,null@0}{io=0/0,kio=0,kro=0}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.169+0100 | DEBUG | tp1177038859-174 | o.e.j.i.AbstractConnection       | ipse.jetty.io.AbstractConnection  205 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | onOpen SslConnection@5c7f53cf{NOT_HANDSHAKING,eio=-1/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,0/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,4/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=0}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.169+0100 | DEBUG | tp1177038859-174 | o.e.j.i.AbstractConnection       | ipse.jetty.io.AbstractConnection  205 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | onOpen HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,1/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,4/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=0}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.169+0100 | DEBUG | tp1177038859-174 | o.e.j.i.AbstractConnection       | ipse.jetty.io.AbstractConnection  141 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | fillInterested HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,1/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,4/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=0}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.169+0100 | DEBUG | tp1177038859-174 | o.e.j.i.FillInterest             | rg.eclipse.jetty.io.FillInterest   83 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | FillInterest@6123e345{true,AC.ReadCB@30e42277{HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,0/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,4/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=0}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]}} register AC.ReadCB@30e42277{HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,0/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,4/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=0}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]}
2020-01-27T07:53:47.170+0100 | DEBUG | tp1177038859-174 | o.e.j.i.FillInterest             | rg.eclipse.jetty.io.FillInterest   83 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | FillInterest@7045928c{true,AC.ReadCB@5c7f53cf{SslConnection@5c7f53cf{NOT_HANDSHAKING,eio=-1/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,1/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,0/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=0}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]}} register AC.ReadCB@5c7f53cf{SslConnection@5c7f53cf{NOT_HANDSHAKING,eio=-1/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,1/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,0/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=0}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]}
2020-01-27T07:53:47.170+0100 | DEBUG | tp1177038859-174 | o.e.j.i.SelectChannelEndPoint    | e.jetty.io.SelectChannelEndPoint  264 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | changeInterests p=false 0->1 for SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,0/30000,SslConnection@5c7f53cf}{io=0/1,kio=0,kro=0}
2020-01-27T07:53:47.170+0100 | DEBUG | tp1177038859-174 | o.e.j.i.ManagedSelector          | eclipse.jetty.io.ManagedSelector  127 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Queued change SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,0/30000,SslConnection@5c7f53cf}{io=0/1,kio=0,kro=0}:runUpdateKey on org.eclipse.jetty.io.ManagedSelector@3c782e90 id=0 keys=1 selected=0
2020-01-27T07:53:47.170+0100 | DEBUG | tp1177038859-174 | o.e.j.i.ManagedSelector          | eclipse.jetty.io.ManagedSelector  427 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Created SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,0/30000,SslConnection@5c7f53cf}{io=0/1,kio=0,kro=0}
2020-01-27T07:53:47.170+0100 | DEBUG | tp1177038859-181 | o.e.j.i.ManagedSelector          | ManagedSelector$SelectorProducer  245 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Selector loop woken up from select, 0/1 selected
2020-01-27T07:53:47.170+0100 | DEBUG | tp1177038859-174 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  305 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 ran org.eclipse.jetty.io.ManagedSelector$CreateEndPoint@3ec3e775
2020-01-27T07:53:47.171+0100 | DEBUG | tp1177038859-174 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  318 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 produce exit
2020-01-27T07:53:47.171+0100 | DEBUG | tp1177038859-181 | o.e.j.i.ManagedSelector          | ManagedSelector$SelectorProducer  225 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Running change SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,1/30000,SslConnection@5c7f53cf}{io=0/1,kio=0,kro=0}:runUpdateKey
2020-01-27T07:53:47.171+0100 | DEBUG | tp1177038859-174 | o.e.j.u.t.QueuedThreadPool       | y.util.thread.QueuedThreadPool$2  591 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | ran EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8
2020-01-27T07:53:47.171+0100 | DEBUG | tp1177038859-181 | o.e.j.i.SelectChannelEndPoint    | e.jetty.io.SelectChannelEndPoint  230 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Key interests updated 0 -> 1 on SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,1/30000,SslConnection@5c7f53cf}{io=1/1,kio=1,kro=0}
2020-01-27T07:53:47.171+0100 | DEBUG | tp1177038859-181 | o.e.j.i.ManagedSelector          | ManagedSelector$SelectorProducer  242 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Selector loop waiting on select
2020-01-27T07:53:47.195+0100 | DEBUG | tp1177038859-181 | o.e.j.i.ManagedSelector          | ManagedSelector$SelectorProducer  245 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Selector loop woken up from select, 1/1 selected
2020-01-27T07:53:47.196+0100 | DEBUG | tp1177038859-181 | o.e.j.i.SelectChannelEndPoint    | e.jetty.io.SelectChannelEndPoint  175 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | onSelected 1->0 r=true w=false for SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,26/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}
2020-01-27T07:53:47.196+0100 | DEBUG | tp1177038859-181 | o.e.j.i.SelectChannelEndPoint    | e.jetty.io.SelectChannelEndPoint  202 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | task SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,26/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}:runFillable
2020-01-27T07:53:47.196+0100 | DEBUG | tp1177038859-181 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  252 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 produced SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,26/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}:runFillable
2020-01-27T07:53:47.196+0100 | DEBUG | tp1177038859-181 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  294 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 dispatch
2020-01-27T07:53:47.196+0100 | DEBUG | tp1177038859-181 | o.e.j.u.t.QueuedThreadPool       | tty.util.thread.QueuedThreadPool  379 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | queue EPC Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8
2020-01-27T07:53:47.197+0100 | DEBUG | tp1177038859-181 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  301 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 run SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,27/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}:runFillable
2020-01-27T07:53:47.197+0100 | DEBUG | tp1177038859-178 | o.e.j.u.t.QueuedThreadPool       | y.util.thread.QueuedThreadPool$2  588 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | run EPC Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8
2020-01-27T07:53:47.197+0100 | DEBUG | tp1177038859-178 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  124 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 run
2020-01-27T07:53:47.197+0100 | DEBUG | tp1177038859-178 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  241 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 produce enter
2020-01-27T07:53:47.197+0100 | DEBUG | tp1177038859-178 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  247 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 producing
2020-01-27T07:53:47.198+0100 | DEBUG | tp1177038859-178 | o.e.j.i.SelectChannelEndPoint    | e.jetty.io.SelectChannelEndPoint  230 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Key interests updated 1 -> 0 on SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,28/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}
2020-01-27T07:53:47.198+0100 | DEBUG | tp1177038859-181 | o.e.j.i.FillInterest             | rg.eclipse.jetty.io.FillInterest  106 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | FillInterest@7045928c{true,AC.ReadCB@5c7f53cf{SslConnection@5c7f53cf{NOT_HANDSHAKING,eio=-1/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,29/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,28/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]}} fillable AC.ReadCB@5c7f53cf{SslConnection@5c7f53cf{NOT_HANDSHAKING,eio=-1/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,29/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,28/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]}
2020-01-27T07:53:47.198+0100 | DEBUG | tp1177038859-178 | o.e.j.i.ManagedSelector          | ManagedSelector$SelectorProducer  242 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Selector loop waiting on select
2020-01-27T07:53:47.198+0100 | DEBUG | tp1177038859-181 | o.e.j.i.s.SslConnection          | lipse.jetty.io.ssl.SslConnection  243 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | onFillable enter DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,29/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,28/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}
2020-01-27T07:53:47.199+0100 | DEBUG | tp1177038859-181 | o.e.j.i.FillInterest             | rg.eclipse.jetty.io.FillInterest  106 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | FillInterest@6123e345{true,AC.ReadCB@30e42277{HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,29/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,28/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]}} fillable AC.ReadCB@30e42277{HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,29/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,28/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]}
2020-01-27T07:53:47.199+0100 | DEBUG | tp1177038859-181 | o.e.j.s.HttpConnection           | ipse.jetty.server.HttpConnection  223 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,30/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,29/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}] onFillable enter HttpChannelState@f7b2cf{s=IDLE a=NOT_ASYNC i=true r=NONE/false w=false} null
2020-01-27T07:53:47.199+0100 | DEBUG | tp1177038859-181 | o.e.j.i.ChannelEndPoint          | eclipse.jetty.io.ChannelEndPoint  149 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled 517 SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,29/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}
2020-01-27T07:53:47.200+0100 | DEBUG | tp1177038859-181 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  601 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | net=517 unwrap Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 517 bytesProduced = 0 SslConnection@5c7f53cf{NEED_TASK,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,31/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,1/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.200+0100 | DEBUG | tp1177038859-181 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  602 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled b[0]= SslConnection@5c7f53cf{NEED_TASK,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,31/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,1/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.200+0100 | DEBUG | tp1177038859-181 | o.e.j.u.s.SslContextFactory      | slContextFactory$AliasSNIMatcher 1752 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | SNI matching for type=host_name (0), value=<confidential>
2020-01-27T07:53:47.201+0100 | DEBUG | tp1177038859-181 | o.e.j.u.s.SslContextFactory      | slContextFactory$AliasSNIMatcher 1780 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | SNI matched <confidential>->X509@35726711(coba-rest.server,h=[vmx-coba048, <confidential>],w=[])
2020-01-27T07:53:47.201+0100 | DEBUG | tp1177038859-181 | .j.u.s.SniX509ExtendedKeyManager | il.ssl.SniX509ExtendedKeyManager  130 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Chose alias null/EC on 6c7b8b05[SSLEngine[hostname=10.120.79.55 port=52349] SSL_NULL_WITH_NULL_NULL]
2020-01-27T07:53:47.201+0100 | DEBUG | tp1177038859-181 | .j.u.s.SniX509ExtendedKeyManager | il.ssl.SniX509ExtendedKeyManager   92 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Matched <confidential> with X509@35726711(coba-rest.server,h=[vmx-coba048, <confidential>],w=[]) from [coba-rest.server]
2020-01-27T07:53:47.202+0100 | DEBUG | tp1177038859-181 | .j.u.s.SniX509ExtendedKeyManager | il.ssl.SniX509ExtendedKeyManager  130 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Chose alias coba-rest.server/RSA on 6c7b8b05[SSLEngine[hostname=10.120.79.55 port=52349] SSL_NULL_WITH_NULL_NULL]
2020-01-27T07:53:47.215+0100 | DEBUG | tp1177038859-181 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  601 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | net=517 unwrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 0 SslConnection@5c7f53cf{NEED_WRAP,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,46/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,16/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.215+0100 | DEBUG | tp1177038859-181 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  602 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled b[0]= SslConnection@5c7f53cf{NEED_WRAP,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,46/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,16/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.216+0100 | DEBUG | tp1177038859-181 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  870 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | flush b[0]= SslConnection@5c7f53cf{NEED_WRAP,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,46/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,16/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.216+0100 | DEBUG | tp1177038859-181 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  905 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 4633 SslConnection@5c7f53cf{NEED_UNWRAP,eio=0/4633,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,47/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,17/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.216+0100 | DEBUG | tp1177038859-181 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  946 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | wrap OK b[4633]=16030312140200005103035E2E88FBE740FA6AFDCF57FEA7D2...745F310E000000 SslConnection@5c7f53cf{NEED_UNWRAP,eio=0/4633,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,47/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,17/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.216+0100 | DEBUG | tp1177038859-181 | o.e.j.i.ChannelEndPoint          | eclipse.jetty.io.ChannelEndPoint  195 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | flushed 4633 SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,17/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}
2020-01-27T07:53:47.217+0100 | DEBUG | tp1177038859-181 | o.e.j.i.ChannelEndPoint          | eclipse.jetty.io.ChannelEndPoint  149 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled 0 SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,0/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}
2020-01-27T07:53:47.217+0100 | DEBUG | tp1177038859-181 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  601 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | net=0 unwrap Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 SslConnection@5c7f53cf{NEED_UNWRAP,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,48/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,1/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.217+0100 | DEBUG | tp1177038859-181 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  602 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled b[0]= SslConnection@5c7f53cf{NEED_UNWRAP,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,48/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,1/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.217+0100 | DEBUG | tp1177038859-181 | o.e.j.i.ChannelEndPoint          | eclipse.jetty.io.ChannelEndPoint  149 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled 0 SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,1/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}
2020-01-27T07:53:47.218+0100 | DEBUG | tp1177038859-181 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  601 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | net=0 unwrap Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 SslConnection@5c7f53cf{NEED_UNWRAP,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,48/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,1/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.218+0100 | DEBUG | tp1177038859-181 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  602 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled b[0]= SslConnection@5c7f53cf{NEED_UNWRAP,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,49/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,2/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.218+0100 | DEBUG | tp1177038859-181 | o.e.j.s.HttpConnection           | ipse.jetty.server.HttpConnection  331 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,49/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,2/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}] filled 0 HeapByteBuffer@6f557056[p=0,l=0,c=17408,r=0]={<<<>>>GET /coba/entity/...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2020-01-27T07:53:47.218+0100 | DEBUG | tp1177038859-181 | o.e.j.s.HttpConnection           | ipse.jetty.server.HttpConnection  349 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,49/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,2/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}] parse HeapByteBuffer@6f557056[p=0,l=0,c=17408,r=0]={<<<>>>GET /coba/entity/...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {}
2020-01-27T07:53:47.218+0100 | DEBUG | tp1177038859-181 | o.e.j.h.HttpParser               | rg.eclipse.jetty.http.HttpParser 1310 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | parseNext s=START HeapByteBuffer@6f557056[p=0,l=0,c=17408,r=0]={<<<>>>GET /coba/entity/...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2020-01-27T07:53:47.219+0100 | DEBUG | tp1177038859-181 | o.e.j.s.HttpConnection           | ipse.jetty.server.HttpConnection  354 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,50/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,3/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}] parsed false HttpParser{s=START,0 of 0}
2020-01-27T07:53:47.219+0100 | DEBUG | tp1177038859-181 | o.e.j.s.HttpConnection           | ipse.jetty.server.HttpConnection  200 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | releaseRequestBuffer HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,50/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,3/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.219+0100 | DEBUG | tp1177038859-181 | o.e.j.i.AbstractConnection       | ipse.jetty.io.AbstractConnection  141 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | fillInterested HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,50/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,3/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.219+0100 | DEBUG | tp1177038859-181 | o.e.j.i.FillInterest             | rg.eclipse.jetty.io.FillInterest   83 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | FillInterest@6123e345{true,AC.ReadCB@30e42277{HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,0/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,3/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]}} register AC.ReadCB@30e42277{HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,0/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,3/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]}
2020-01-27T07:53:47.220+0100 | DEBUG | tp1177038859-181 | o.e.j.i.FillInterest             | rg.eclipse.jetty.io.FillInterest   83 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | FillInterest@7045928c{true,AC.ReadCB@5c7f53cf{SslConnection@5c7f53cf{NEED_UNWRAP,eio=-1/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,1/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,0/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]}} register AC.ReadCB@5c7f53cf{SslConnection@5c7f53cf{NEED_UNWRAP,eio=-1/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,1/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,0/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]}
2020-01-27T07:53:47.220+0100 | DEBUG | tp1177038859-181 | o.e.j.i.SelectChannelEndPoint    | e.jetty.io.SelectChannelEndPoint  264 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | changeInterests p=false 0->1 for SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,0/30000,SslConnection@5c7f53cf}{io=0/1,kio=0,kro=1}
2020-01-27T07:53:47.220+0100 | DEBUG | tp1177038859-181 | o.e.j.i.ManagedSelector          | eclipse.jetty.io.ManagedSelector  127 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Queued change SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,0/30000,SslConnection@5c7f53cf}{io=0/1,kio=0,kro=1}:runUpdateKey on org.eclipse.jetty.io.ManagedSelector@3c782e90 id=0 keys=1 selected=0
2020-01-27T07:53:47.221+0100 | DEBUG | tp1177038859-181 | o.e.j.s.HttpConnection           | ipse.jetty.server.HttpConnection  272 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,1/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,1/30000,SslConnection@5c7f53cf}{io=0/1,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}] onFillable exit HttpChannelState@f7b2cf{s=IDLE a=NOT_ASYNC i=true r=NONE/false w=false} null
2020-01-27T07:53:47.221+0100 | DEBUG | tp1177038859-181 | o.e.j.i.s.SslConnection          | lipse.jetty.io.ssl.SslConnection  267 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | onFillable exit DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,2/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,1/30000,SslConnection@5c7f53cf}{io=0/1,kio=0,kro=1}
2020-01-27T07:53:47.221+0100 | DEBUG | tp1177038859-181 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  305 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 ran SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,1/30000,SslConnection@5c7f53cf}{io=0/1,kio=0,kro=1}:runFillable
2020-01-27T07:53:47.221+0100 | DEBUG | tp1177038859-181 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  318 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 produce exit
2020-01-27T07:53:47.221+0100 | DEBUG | tp1177038859-181 | o.e.j.u.t.QueuedThreadPool       | y.util.thread.QueuedThreadPool$2  591 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | ran EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8
2020-01-27T07:53:47.221+0100 | DEBUG | tp1177038859-178 | o.e.j.i.ManagedSelector          | ManagedSelector$SelectorProducer  245 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Selector loop woken up from select, 0/1 selected
2020-01-27T07:53:47.221+0100 | DEBUG | tp1177038859-178 | o.e.j.i.ManagedSelector          | ManagedSelector$SelectorProducer  225 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Running change SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,1/30000,SslConnection@5c7f53cf}{io=0/1,kio=0,kro=1}:runUpdateKey
2020-01-27T07:53:47.222+0100 | DEBUG | tp1177038859-178 | o.e.j.i.SelectChannelEndPoint    | e.jetty.io.SelectChannelEndPoint  230 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Key interests updated 0 -> 1 on SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,2/30000,SslConnection@5c7f53cf}{io=1/1,kio=1,kro=1}
2020-01-27T07:53:47.222+0100 | DEBUG | tp1177038859-178 | o.e.j.i.ManagedSelector          | ManagedSelector$SelectorProducer  242 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Selector loop waiting on select
2020-01-27T07:53:47.223+0100 | DEBUG | tp1177038859-178 | o.e.j.i.ManagedSelector          | ManagedSelector$SelectorProducer  245 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Selector loop woken up from select, 1/1 selected
2020-01-27T07:53:47.223+0100 | DEBUG | tp1177038859-178 | o.e.j.i.SelectChannelEndPoint    | e.jetty.io.SelectChannelEndPoint  175 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | onSelected 1->0 r=true w=false for SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,3/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}
2020-01-27T07:53:47.223+0100 | DEBUG | tp1177038859-178 | o.e.j.i.SelectChannelEndPoint    | e.jetty.io.SelectChannelEndPoint  202 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | task SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,3/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}:runFillable
2020-01-27T07:53:47.224+0100 | DEBUG | tp1177038859-178 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  252 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 produced SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,4/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}:runFillable
2020-01-27T07:53:47.224+0100 | DEBUG | tp1177038859-178 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  294 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 dispatch
2020-01-27T07:53:47.224+0100 | DEBUG | tp1177038859-178 | o.e.j.u.t.QueuedThreadPool       | tty.util.thread.QueuedThreadPool  379 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | queue EPC Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8
2020-01-27T07:53:47.224+0100 | DEBUG | tp1177038859-178 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  301 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 run SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,4/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}:runFillable
2020-01-27T07:53:47.224+0100 | DEBUG | tp1177038859-178 | o.e.j.i.FillInterest             | rg.eclipse.jetty.io.FillInterest  106 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | FillInterest@7045928c{true,AC.ReadCB@5c7f53cf{SslConnection@5c7f53cf{NEED_UNWRAP,eio=-1/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,5/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,4/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]}} fillable AC.ReadCB@5c7f53cf{SslConnection@5c7f53cf{NEED_UNWRAP,eio=-1/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,5/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,4/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]}
2020-01-27T07:53:47.224+0100 | DEBUG | tp1177038859-178 | o.e.j.i.s.SslConnection          | lipse.jetty.io.ssl.SslConnection  243 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | onFillable enter DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,5/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,4/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}
2020-01-27T07:53:47.225+0100 | DEBUG | tp1177038859-178 | o.e.j.i.FillInterest             | rg.eclipse.jetty.io.FillInterest  106 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | FillInterest@6123e345{true,AC.ReadCB@30e42277{HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,6/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,5/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]}} fillable AC.ReadCB@30e42277{HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,6/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,5/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]}
2020-01-27T07:53:47.225+0100 | DEBUG | tp1177038859-178 | o.e.j.s.HttpConnection           | ipse.jetty.server.HttpConnection  223 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,6/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,5/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}] onFillable enter HttpChannelState@f7b2cf{s=IDLE a=NOT_ASYNC i=true r=NONE/false w=false} null
2020-01-27T07:53:47.225+0100 | DEBUG | tp1177038859-178 | o.e.j.i.ChannelEndPoint          | eclipse.jetty.io.ChannelEndPoint  149 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled 5011 SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,5/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}
2020-01-27T07:53:47.225+0100 | DEBUG | tp1177038859-180 | o.e.j.u.t.QueuedThreadPool       | y.util.thread.QueuedThreadPool$2  588 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | run EPC Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8
2020-01-27T07:53:47.226+0100 | DEBUG | tp1177038859-180 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  124 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 run
2020-01-27T07:53:47.226+0100 | DEBUG | tp1177038859-180 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  241 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 produce enter
2020-01-27T07:53:47.226+0100 | DEBUG | tp1177038859-180 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  247 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 producing
2020-01-27T07:53:47.226+0100 | DEBUG | tp1177038859-180 | o.e.j.i.SelectChannelEndPoint    | e.jetty.io.SelectChannelEndPoint  230 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Key interests updated 1 -> 0 on SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,1/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}
2020-01-27T07:53:47.226+0100 | DEBUG | tp1177038859-180 | o.e.j.i.ManagedSelector          | ManagedSelector$SelectorProducer  242 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Selector loop waiting on select
2020-01-27T07:53:47.227+0100 | DEBUG | tp1177038859-178 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  601 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | net=5011 unwrap Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 5011 bytesProduced = 0 SslConnection@5c7f53cf{NEED_TASK,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,8/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,2/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.227+0100 | DEBUG | tp1177038859-178 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  602 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled b[0]= SslConnection@5c7f53cf{NEED_TASK,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,8/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,2/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.234+0100 | DEBUG | tp1177038859-178 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  601 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | net=5011 unwrap Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 SslConnection@5c7f53cf{NEED_UNWRAP,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,15/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,9/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.234+0100 | DEBUG | tp1177038859-178 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  602 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled b[0]= SslConnection@5c7f53cf{NEED_UNWRAP,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,15/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,9/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.234+0100 | DEBUG | tp1177038859-178 | o.e.j.i.ChannelEndPoint          | eclipse.jetty.io.ChannelEndPoint  149 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled 0 SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,9/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}
2020-01-27T07:53:47.234+0100 | DEBUG | tp1177038859-178 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  601 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | net=0 unwrap Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 SslConnection@5c7f53cf{NEED_UNWRAP,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,15/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,9/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.235+0100 | DEBUG | tp1177038859-178 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  602 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled b[0]= SslConnection@5c7f53cf{NEED_UNWRAP,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,16/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,10/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.235+0100 | DEBUG | tp1177038859-178 | o.e.j.i.ChannelEndPoint          | eclipse.jetty.io.ChannelEndPoint  149 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled 0 SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,10/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}
2020-01-27T07:53:47.235+0100 | DEBUG | tp1177038859-178 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  601 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | net=0 unwrap Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 SslConnection@5c7f53cf{NEED_UNWRAP,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,16/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,10/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.235+0100 | DEBUG | tp1177038859-178 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  602 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled b[0]= SslConnection@5c7f53cf{NEED_UNWRAP,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,16/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,10/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.236+0100 | DEBUG | tp1177038859-178 | o.e.j.s.HttpConnection           | ipse.jetty.server.HttpConnection  331 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,17/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,11/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}] filled 0 HeapByteBuffer@6f557056[p=0,l=0,c=17408,r=0]={<<<>>>GET /coba/entity/...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2020-01-27T07:53:47.236+0100 | DEBUG | tp1177038859-178 | o.e.j.s.HttpConnection           | ipse.jetty.server.HttpConnection  349 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,17/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,11/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}] parse HeapByteBuffer@6f557056[p=0,l=0,c=17408,r=0]={<<<>>>GET /coba/entity/...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {}
2020-01-27T07:53:47.236+0100 | DEBUG | tp1177038859-178 | o.e.j.h.HttpParser               | rg.eclipse.jetty.http.HttpParser 1310 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | parseNext s=START HeapByteBuffer@6f557056[p=0,l=0,c=17408,r=0]={<<<>>>GET /coba/entity/...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2020-01-27T07:53:47.236+0100 | DEBUG | tp1177038859-178 | o.e.j.s.HttpConnection           | ipse.jetty.server.HttpConnection  354 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,17/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,11/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}] parsed false HttpParser{s=START,0 of 0}
2020-01-27T07:53:47.236+0100 | DEBUG | tp1177038859-178 | o.e.j.s.HttpConnection           | ipse.jetty.server.HttpConnection  200 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | releaseRequestBuffer HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,17/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,11/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.237+0100 | DEBUG | tp1177038859-178 | o.e.j.i.AbstractConnection       | ipse.jetty.io.AbstractConnection  141 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | fillInterested HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,18/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,12/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.237+0100 | DEBUG | tp1177038859-178 | o.e.j.i.FillInterest             | rg.eclipse.jetty.io.FillInterest   83 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | FillInterest@6123e345{true,AC.ReadCB@30e42277{HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,0/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,12/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]}} register AC.ReadCB@30e42277{HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,0/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,12/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]}
2020-01-27T07:53:47.237+0100 | DEBUG | tp1177038859-178 | o.e.j.i.FillInterest             | rg.eclipse.jetty.io.FillInterest   83 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | FillInterest@7045928c{true,AC.ReadCB@5c7f53cf{SslConnection@5c7f53cf{NEED_UNWRAP,eio=-1/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,0/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,0/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]}} register AC.ReadCB@5c7f53cf{SslConnection@5c7f53cf{NEED_UNWRAP,eio=-1/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,0/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,0/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]}
2020-01-27T07:53:47.238+0100 | DEBUG | tp1177038859-178 | o.e.j.i.SelectChannelEndPoint    | e.jetty.io.SelectChannelEndPoint  264 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | changeInterests p=false 0->1 for SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,1/30000,SslConnection@5c7f53cf}{io=0/1,kio=0,kro=1}
2020-01-27T07:53:47.238+0100 | DEBUG | tp1177038859-178 | o.e.j.i.ManagedSelector          | eclipse.jetty.io.ManagedSelector  127 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Queued change SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,1/30000,SslConnection@5c7f53cf}{io=0/1,kio=0,kro=1}:runUpdateKey on org.eclipse.jetty.io.ManagedSelector@3c782e90 id=0 keys=1 selected=0
2020-01-27T07:53:47.238+0100 | DEBUG | tp1177038859-178 | o.e.j.s.HttpConnection           | ipse.jetty.server.HttpConnection  272 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,1/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,1/30000,SslConnection@5c7f53cf}{io=0/1,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}] onFillable exit HttpChannelState@f7b2cf{s=IDLE a=NOT_ASYNC i=true r=NONE/false w=false} null
2020-01-27T07:53:47.238+0100 | DEBUG | tp1177038859-178 | o.e.j.i.s.SslConnection          | lipse.jetty.io.ssl.SslConnection  267 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | onFillable exit DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,1/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,1/30000,SslConnection@5c7f53cf}{io=0/1,kio=0,kro=1}
2020-01-27T07:53:47.238+0100 | DEBUG | tp1177038859-178 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  305 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 ran SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,1/30000,SslConnection@5c7f53cf}{io=0/1,kio=0,kro=1}:runFillable
2020-01-27T07:53:47.238+0100 | DEBUG | tp1177038859-178 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  318 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 produce exit
2020-01-27T07:53:47.239+0100 | DEBUG | tp1177038859-178 | o.e.j.u.t.QueuedThreadPool       | y.util.thread.QueuedThreadPool$2  591 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | ran EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8
2020-01-27T07:53:47.239+0100 | DEBUG | tp1177038859-180 | o.e.j.i.ManagedSelector          | ManagedSelector$SelectorProducer  245 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Selector loop woken up from select, 0/1 selected
2020-01-27T07:53:47.239+0100 | DEBUG | tp1177038859-180 | o.e.j.i.ManagedSelector          | ManagedSelector$SelectorProducer  225 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Running change SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,2/30000,SslConnection@5c7f53cf}{io=0/1,kio=0,kro=1}:runUpdateKey
2020-01-27T07:53:47.239+0100 | DEBUG | tp1177038859-180 | o.e.j.i.SelectChannelEndPoint    | e.jetty.io.SelectChannelEndPoint  230 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Key interests updated 0 -> 1 on SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,2/30000,SslConnection@5c7f53cf}{io=1/1,kio=1,kro=1}
2020-01-27T07:53:47.239+0100 | DEBUG | tp1177038859-180 | o.e.j.i.ManagedSelector          | ManagedSelector$SelectorProducer  242 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Selector loop waiting on select
2020-01-27T07:53:47.239+0100 | DEBUG | tp1177038859-180 | o.e.j.i.ManagedSelector          | ManagedSelector$SelectorProducer  245 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Selector loop woken up from select, 1/1 selected
2020-01-27T07:53:47.239+0100 | DEBUG | tp1177038859-180 | o.e.j.i.SelectChannelEndPoint    | e.jetty.io.SelectChannelEndPoint  175 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | onSelected 1->0 r=true w=false for SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,2/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}
2020-01-27T07:53:47.240+0100 | DEBUG | tp1177038859-180 | o.e.j.i.SelectChannelEndPoint    | e.jetty.io.SelectChannelEndPoint  202 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | task SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,3/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}:runFillable
2020-01-27T07:53:47.240+0100 | DEBUG | tp1177038859-180 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  252 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 produced SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,3/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}:runFillable
2020-01-27T07:53:47.240+0100 | DEBUG | tp1177038859-180 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  294 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 dispatch
2020-01-27T07:53:47.240+0100 | DEBUG | tp1177038859-180 | o.e.j.u.t.QueuedThreadPool       | tty.util.thread.QueuedThreadPool  379 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | queue EPC Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8
2020-01-27T07:53:47.240+0100 | DEBUG | tp1177038859-180 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  301 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 run SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,3/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}:runFillable
2020-01-27T07:53:47.240+0100 | DEBUG | tp1177038859-180 | o.e.j.i.FillInterest             | rg.eclipse.jetty.io.FillInterest  106 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | FillInterest@7045928c{true,AC.ReadCB@5c7f53cf{SslConnection@5c7f53cf{NEED_UNWRAP,eio=-1/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,3/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,3/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]}} fillable AC.ReadCB@5c7f53cf{SslConnection@5c7f53cf{NEED_UNWRAP,eio=-1/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,3/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,3/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]}
2020-01-27T07:53:47.241+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | lipse.jetty.io.ssl.SslConnection  243 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | onFillable enter DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,4/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,4/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}
2020-01-27T07:53:47.241+0100 | DEBUG | tp1177038859-180 | o.e.j.i.FillInterest             | rg.eclipse.jetty.io.FillInterest  106 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | FillInterest@6123e345{true,AC.ReadCB@30e42277{HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,4/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,4/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]}} fillable AC.ReadCB@30e42277{HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,FI,-,4/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,4/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]}
2020-01-27T07:53:47.241+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpConnection           | ipse.jetty.server.HttpConnection  223 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,4/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,4/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}] onFillable enter HttpChannelState@f7b2cf{s=IDLE a=NOT_ASYNC i=true r=NONE/false w=false} null
2020-01-27T07:53:47.241+0100 | DEBUG | tp1177038859-180 | o.e.j.i.ChannelEndPoint          | eclipse.jetty.io.ChannelEndPoint  149 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled 451 SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,4/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}
2020-01-27T07:53:47.242+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  601 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | net=451 unwrap Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 75 bytesProduced = 0 SslConnection@5c7f53cf{NEED_TASK,eio=376/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,4/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,0/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.242+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  602 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled b[0]= SslConnection@5c7f53cf{NEED_TASK,eio=376/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,5/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,1/30000,SslConnection@5c7f53cf}{io=1/0,kio=1,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.243+0100 | DEBUG | tp1177038859-179 | o.e.j.u.t.QueuedThreadPool       | y.util.thread.QueuedThreadPool$2  588 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | run EPC Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8
2020-01-27T07:53:47.243+0100 | DEBUG | tp1177038859-179 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  124 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 run
2020-01-27T07:53:47.244+0100 | DEBUG | tp1177038859-179 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  241 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 produce enter
2020-01-27T07:53:47.244+0100 | DEBUG | tp1177038859-179 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  247 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 producing
2020-01-27T07:53:47.244+0100 | DEBUG | tp1177038859-179 | o.e.j.i.SelectChannelEndPoint    | e.jetty.io.SelectChannelEndPoint  230 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Key interests updated 1 -> 0 on SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,3/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}
2020-01-27T07:53:47.244+0100 | DEBUG | tp1177038859-179 | o.e.j.i.ManagedSelector          | ManagedSelector$SelectorProducer  242 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Selector loop waiting on select
2020-01-27T07:53:47.246+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  601 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | net=451 unwrap Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 269 bytesProduced = 0 SslConnection@5c7f53cf{NEED_TASK,eio=107/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,9/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,5/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.246+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  602 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled b[0]= SslConnection@5c7f53cf{NEED_TASK,eio=107/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,9/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,5/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.247+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  601 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | net=451 unwrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 SslConnection@5c7f53cf{NEED_UNWRAP,eio=101/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,10/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,6/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.248+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  602 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled b[0]= SslConnection@5c7f53cf{NEED_UNWRAP,eio=101/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,10/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,6/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.249+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  601 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | net=451 unwrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 101 bytesProduced = 0 SslConnection@5c7f53cf{NEED_WRAP,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,12/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,8/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.249+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  602 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled b[0]= SslConnection@5c7f53cf{NEED_WRAP,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,12/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,8/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.250+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  870 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | flush b[0]= SslConnection@5c7f53cf{NEED_WRAP,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,13/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,9/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.250+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  905 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 SslConnection@5c7f53cf{NEED_WRAP,eio=0/6,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,13/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,9/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.250+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  946 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | wrap OK b[6]=140303000101 SslConnection@5c7f53cf{NEED_WRAP,eio=0/6,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,13/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,9/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.250+0100 | DEBUG | tp1177038859-180 | o.e.j.i.ChannelEndPoint          | eclipse.jetty.io.ChannelEndPoint  195 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | flushed 6 SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,9/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}
2020-01-27T07:53:47.251+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  905 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | wrap Status = OK HandshakeStatus = FINISHED bytesConsumed = 0 bytesProduced = 101 SslConnection@5c7f53cf{NOT_HANDSHAKING,eio=0/101,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,14/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,1/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.251+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  946 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | wrap OK b[101]=1603030060EAEC8E5B205980185B159451B07461295810D4B9...00CEBB9930D776 SslConnection@5c7f53cf{NOT_HANDSHAKING,eio=0/101,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,14/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,1/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.251+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  797 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | resumed server handshake succeeded TLSv1.2/TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 SslConnection@5c7f53cf{NOT_HANDSHAKING,eio=0/101,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,14/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,1/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.251+0100 | DEBUG | tp1177038859-180 | o.e.j.i.ChannelEndPoint          | eclipse.jetty.io.ChannelEndPoint  195 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | flushed 101 SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,1/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}
2020-01-27T07:53:47.251+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  601 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | net=451 unwrap Status = BUFFER_UNDERFLOW HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 0 bytesProduced = 0 SslConnection@5c7f53cf{NOT_HANDSHAKING,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,14/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,0/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.252+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  602 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled b[0]= SslConnection@5c7f53cf{NOT_HANDSHAKING,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,15/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,1/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.252+0100 | DEBUG | tp1177038859-180 | o.e.j.i.ChannelEndPoint          | eclipse.jetty.io.ChannelEndPoint  149 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled 0 SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,1/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}
2020-01-27T07:53:47.252+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  601 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | net=0 unwrap Status = BUFFER_UNDERFLOW HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 0 bytesProduced = 0 SslConnection@5c7f53cf{NOT_HANDSHAKING,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,15/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,1/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.252+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  602 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled b[0]= SslConnection@5c7f53cf{NOT_HANDSHAKING,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,15/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,1/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.253+0100 | DEBUG | tp1177038859-180 | o.e.j.i.ChannelEndPoint          | eclipse.jetty.io.ChannelEndPoint  149 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled 213 SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,1/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}
2020-01-27T07:53:47.253+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  601 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | net=213 unwrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 213 bytesProduced = 134 SslConnection@5c7f53cf{NOT_HANDSHAKING,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,16/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,0/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.253+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  602 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled b[134]=474554202F636F62612F656E746974792F76312F4672657175...2A2F2A0D0A0D0A SslConnection@5c7f53cf{NOT_HANDSHAKING,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,16/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,0/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:47.253+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpConnection           | ipse.jetty.server.HttpConnection  331 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,16/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,0/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}] filled 134 HeapByteBuffer@6f557056[p=0,l=134,c=17408,r=134]={<<<GET /coba/entity/...Accept: */*\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}
2020-01-27T07:53:47.253+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpConnection           | ipse.jetty.server.HttpConnection  349 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,16/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,0/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=0,c=false,a=IDLE,uri=null}] parse HeapByteBuffer@6f557056[p=0,l=134,c=17408,r=134]={<<<GET /coba/entity/...Accept: */*\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} {}
2020-01-27T07:53:47.254+0100 | DEBUG | tp1177038859-180 | o.e.j.h.HttpParser               | rg.eclipse.jetty.http.HttpParser 1310 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | parseNext s=START HeapByteBuffer@6f557056[p=0,l=134,c=17408,r=134]={<<<GET /coba/entity/...Accept: */*\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}
2020-01-27T07:53:47.254+0100 | DEBUG | tp1177038859-180 | o.e.j.h.HttpParser               | rg.eclipse.jetty.http.HttpParser 1702 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | START --> SPACE1
2020-01-27T07:53:47.254+0100 | DEBUG | tp1177038859-180 | o.e.j.h.HttpParser               | rg.eclipse.jetty.http.HttpParser 1702 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | SPACE1 --> URI
2020-01-27T07:53:47.254+0100 | DEBUG | tp1177038859-180 | o.e.j.h.HttpParser               | rg.eclipse.jetty.http.HttpParser 1702 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | URI --> SPACE2
2020-01-27T07:53:47.254+0100 | DEBUG | tp1177038859-180 | o.e.j.h.HttpParser               | rg.eclipse.jetty.http.HttpParser 1702 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | SPACE2 --> REQUEST_VERSION
2020-01-27T07:53:47.254+0100 | DEBUG | tp1177038859-180 | o.e.j.h.HttpParser               | rg.eclipse.jetty.http.HttpParser 1702 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | REQUEST_VERSION --> HEADER
2020-01-27T07:53:47.254+0100 | DEBUG | tp1177038859-180 | o.e.j.h.HttpParser               | rg.eclipse.jetty.http.HttpParser 1702 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HEADER --> HEADER_VALUE
2020-01-27T07:53:47.255+0100 | DEBUG | tp1177038859-180 | o.e.j.h.HttpParser               | rg.eclipse.jetty.http.HttpParser 1702 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HEADER_VALUE --> HEADER_IN_VALUE
2020-01-27T07:53:47.255+0100 | DEBUG | tp1177038859-180 | o.e.j.h.HttpParser               | rg.eclipse.jetty.http.HttpParser 1702 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HEADER_IN_VALUE --> HEADER
2020-01-27T07:53:47.255+0100 | DEBUG | tp1177038859-180 | o.e.j.h.HttpParser               | rg.eclipse.jetty.http.HttpParser 1702 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HEADER --> HEADER_VALUE
2020-01-27T07:53:47.255+0100 | DEBUG | tp1177038859-180 | o.e.j.h.HttpParser               | rg.eclipse.jetty.http.HttpParser 1702 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HEADER_VALUE --> HEADER_IN_VALUE
2020-01-27T07:53:47.255+0100 | DEBUG | tp1177038859-180 | o.e.j.h.HttpParser               | rg.eclipse.jetty.http.HttpParser 1702 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HEADER_IN_VALUE --> HEADER
2020-01-27T07:53:47.255+0100 | DEBUG | tp1177038859-180 | o.e.j.h.HttpParser               | rg.eclipse.jetty.http.HttpParser 1702 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HEADER --> HEADER_IN_VALUE
2020-01-27T07:53:47.255+0100 | DEBUG | tp1177038859-180 | o.e.j.h.HttpParser               | rg.eclipse.jetty.http.HttpParser 1702 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HEADER_IN_VALUE --> HEADER
2020-01-27T07:53:47.255+0100 | DEBUG | tp1177038859-180 | o.e.j.h.HttpParser               | rg.eclipse.jetty.http.HttpParser 1702 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HEADER --> END
2020-01-27T07:53:47.256+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpChannel              | eclipse.jetty.server.HttpChannel  627 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | REQUEST for //<confidential>:13443/coba/entity/v1/Frequency/Yearly on HttpChannelOverHttp@17e90475{r=1,c=false,a=IDLE,uri=//<confidential>:13443/coba/entity/v1/Frequency/Yearly}
GET //<confidential>:13443/coba/entity/v1/Frequency/Yearly HTTP/1.1
Host: <confidential>:13443
User-Agent: curl/7.65.0
Accept: */*

2020-01-27T07:53:47.256+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpChannel              | eclipse.jetty.server.HttpChannel  643 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpChannelOverHttp@17e90475{r=1,c=false,a=IDLE,uri=//<confidential>:13443/coba/entity/v1/Frequency/Yearly} onContentComplete
2020-01-27T07:53:47.256+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpChannel              | eclipse.jetty.server.HttpChannel  650 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpChannelOverHttp@17e90475{r=1,c=false,a=IDLE,uri=//<confidential>:13443/coba/entity/v1/Frequency/Yearly} onRequestComplete
2020-01-27T07:53:47.256+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpInput                | g.eclipse.jetty.server.HttpInput  446 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpInputOverHTTP@12d2355[c=0,q=1,[0]=EOF,s=STREAM] addContent EOF
2020-01-27T07:53:47.256+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpConnection           | ipse.jetty.server.HttpConnection  354 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,19/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,3/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=END,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=1,c=false,a=IDLE,uri=//<confidential>:13443/coba/entity/v1/Frequency/Yearly}] parsed true HttpParser{s=END,0 of 0}
2020-01-27T07:53:47.257+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpConnection           | ipse.jetty.server.HttpConnection  200 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | releaseRequestBuffer HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,19/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,3/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=END,0 of 0},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=1,c=false,a=IDLE,uri=//<confidential>:13443/coba/entity/v1/Frequency/Yearly}]
2020-01-27T07:53:47.257+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpChannel              | eclipse.jetty.server.HttpChannel  289 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpChannelOverHttp@17e90475{r=1,c=false,a=IDLE,uri=//<confidential>:13443/coba/entity/v1/Frequency/Yearly} handle //<confidential>:13443/coba/entity/v1/Frequency/Yearly
2020-01-27T07:53:47.257+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpChannelState         | se.jetty.server.HttpChannelState  210 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpChannelState@f7b2cf{s=IDLE a=NOT_ASYNC i=true r=NONE/false w=false} handling IDLE
2020-01-27T07:53:47.257+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpChannel              | eclipse.jetty.server.HttpChannel  302 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpChannelOverHttp@17e90475{r=1,c=false,a=DISPATCHED,uri=//<confidential>:13443/coba/entity/v1/Frequency/Yearly} action DISPATCH
2020-01-27T07:53:47.257+0100 | DEBUG | tp1177038859-180 | o.e.j.s.Server                   | org.eclipse.jetty.server.Server   523 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | REQUEST GET /coba/entity/v1/Frequency/Yearly on HttpChannelOverHttp@17e90475{r=1,c=false,a=DISPATCHED,uri=//<confidential>:13443/coba/entity/v1/Frequency/Yearly}
2020-01-27T07:53:47.257+0100 | DEBUG | tp1177038859-180 | o.e.j.s.h.ContextHandler         | ty.server.handler.ContextHandler 1029 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | scope null||/coba/entity/v1/Frequency/Yearly @ HttpServiceContext{httpContext=DefaultHttpContext [bundle=com.eclipsesource.jaxrs.publisher_4.3.0.201503290743 [122], contextID=default]}
2020-01-27T07:53:47.257+0100 | DEBUG | tp1177038859-180 | o.e.j.s.h.ContextHandler         | ty.server.handler.ContextHandler 1106 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | context=||/coba/entity/v1/Frequency/Yearly @ HttpServiceContext{httpContext=DefaultHttpContext [bundle=com.eclipsesource.jaxrs.publisher_4.3.0.201503290743 [122], contextID=default]}
2020-01-27T07:53:47.258+0100 | DEBUG | tp1177038859-180 | o.e.j.s.session                  | ty.server.session.SessionHandler  179 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | sessionManager=org.ops4j.pax.web.service.jetty.internal.LateInvalidatingHashSessionManager@51c01e01
2020-01-27T07:53:47.258+0100 | DEBUG | tp1177038859-180 | o.e.j.s.session                  | ty.server.session.SessionHandler  180 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | session=null
2020-01-27T07:53:47.258+0100 | DEBUG | tp1177038859-180 | o.e.j.s.ServletHandler           | pse.jetty.servlet.ServletHandler  498 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | servlet |/coba|/entity/v1/Frequency/Yearly -> org.ops4j.pax.web.service.spi.model.ServletModel-4@378be0fc==org.glassfish.jersey.servlet.ServletContainer,jsp=null,order=-1,inst=true
2020-01-27T07:53:47.258+0100 | DEBUG | tp1177038859-180 | o.e.j.s.ServletHandler           | pse.jetty.servlet.ServletHandler  561 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | chain=Jetty_WebSocketUpgradeFilter->org.ops4j.pax.web.service.spi.model.ServletModel-4@378be0fc==org.glassfish.jersey.servlet.ServletContainer,jsp=null,order=-1,inst=true
2020-01-27T07:53:47.258+0100 | DEBUG | tp1177038859-180 | o.e.j.s.ServletHandler           | rvlet.ServletHandler$CachedChain 1740 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | call filter Jetty_WebSocketUpgradeFilter
2020-01-27T07:53:47.258+0100 | DEBUG | tp1177038859-180 | o.e.j.s.ServletHandler           | rvlet.ServletHandler$CachedChain 1771 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | call servlet org.ops4j.pax.web.service.spi.model.ServletModel-4@378be0fc==org.glassfish.jersey.servlet.ServletContainer,jsp=null,order=-1,inst=true
2020-01-27T07:53:50.872+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpChannel              | eclipse.jetty.server.HttpChannel  726 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | sendResponse info=null content=HeapByteBuffer@30a811b4[p=0,l=305,c=8192,r=305]={<<<[{"frequency":"Ye..."id":"Yearly"}]>>>\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} complete=true committing=true callback=Blocker@3e24645c{null}
2020-01-27T07:53:50.873+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpChannel              | eclipse.jetty.server.HttpChannel  780 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | COMMIT for /coba/entity/v1/Frequency/Yearly on HttpChannelOverHttp@17e90475{r=1,c=true,a=DISPATCHED,uri=//<confidential>:13443/coba/entity/v1/Frequency/Yearly}
200 OK HTTP/1.1
Date: Mon, 27 Jan 2020 06:53:47 GMT
Content-Length: 305
Access-Control-Allow-Origin: *
Content-Type: application/json;charset=utf-8;profile=bss.coba.frequency.2.json#
X-Content-Type-Options: nosniff
X-Content-Type-Options: nosniff

2020-01-27T07:53:50.873+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpConnection           | rver.HttpConnection$SendCallback  690 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | org.eclipse.jetty.server.HttpConnection$SendCallback@ee7a0f1[PROCESSING][i=HTTP/1.1{s=200,h=6},cb=org.eclipse.jetty.server.HttpChannel$CommitCallback@223d2219] generate: NEED_HEADER (null,[p=0,l=305,c=8192,r=305],true)@START
2020-01-27T07:53:50.874+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpConnection           | rver.HttpConnection$SendCallback  690 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | org.eclipse.jetty.server.HttpConnection$SendCallback@ee7a0f1[PROCESSING][i=HTTP/1.1{s=200,h=6},cb=org.eclipse.jetty.server.HttpChannel$CommitCallback@223d2219] generate: FLUSH ([p=0,l=289,c=8192,r=289],[p=0,l=305,c=8192,r=305],true)@COMPLETING
2020-01-27T07:53:50.874+0100 | DEBUG | tp1177038859-180 | o.e.j.i.WriteFlusher             | rg.eclipse.jetty.io.WriteFlusher  306 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | write: WriteFlusher@5268b25b{IDLE} [HeapByteBuffer@3fb8fc86[p=0,l=289,c=8192,r=289]={<<<HTTP/1.1 200 OK\r\n....v20170918)\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},HeapByteBuffer@30a811b4[p=0,l=305,c=8192,r=305]={<<<[{"frequency":"Ye..."id":"Yearly"}]>>>\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}]
2020-01-27T07:53:50.874+0100 | DEBUG | tp1177038859-180 | o.e.j.i.WriteFlusher             | rg.eclipse.jetty.io.WriteFlusher  117 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | update WriteFlusher@5268b25b{WRITING}:IDLE-->WRITING
2020-01-27T07:53:50.875+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  870 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | flush b[289]=485454502F312E3120323030204F4B0D0A446174653A204D6F...3138290D0A0D0A SslConnection@5c7f53cf{NOT_HANDSHAKING,eio=-1/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,W,3637/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,3621/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=END,0 of 0},g=HttpGenerator@6f7152b2{s=COMPLETING},c=HttpChannelOverHttp@17e90475{r=1,c=true,a=DISPATCHED,uri=//<confidential>:13443/coba/entity/v1/Frequency/Yearly}]
2020-01-27T07:53:50.875+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  870 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | flush b[305]=5B7B226672657175656E6379223A22596561726C79222C2276...61726C79227D5D SslConnection@5c7f53cf{NOT_HANDSHAKING,eio=-1/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,W,3638/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,3622/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=END,0 of 0},g=HttpGenerator@6f7152b2{s=COMPLETING},c=HttpChannelOverHttp@17e90475{r=1,c=true,a=DISPATCHED,uri=//<confidential>:13443/coba/entity/v1/Frequency/Yearly}]
2020-01-27T07:53:50.875+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  905 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 594 bytesProduced = 677 SslConnection@5c7f53cf{NOT_HANDSHAKING,eio=-1/677,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,W,3638/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,3622/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=END,0 of 0},g=HttpGenerator@6f7152b2{s=COMPLETING},c=HttpChannelOverHttp@17e90475{r=1,c=true,a=DISPATCHED,uri=//<confidential>:13443/coba/entity/v1/Frequency/Yearly}]
2020-01-27T07:53:50.876+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  946 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | wrap OK b[677]=17030302A0D8F120F58EE018245C66DEDA9C2F0C0FACCA4915...11AD8CB1C4D055 SslConnection@5c7f53cf{NOT_HANDSHAKING,eio=-1/677,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,W,3639/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,3623/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=END,0 of 0},g=HttpGenerator@6f7152b2{s=COMPLETING},c=HttpChannelOverHttp@17e90475{r=1,c=true,a=DISPATCHED,uri=//<confidential>:13443/coba/entity/v1/Frequency/Yearly}]
2020-01-27T07:53:50.876+0100 | DEBUG | tp1177038859-180 | o.e.j.i.ChannelEndPoint          | eclipse.jetty.io.ChannelEndPoint  195 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | flushed 677 SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,3623/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}
2020-01-27T07:53:50.876+0100 | DEBUG | tp1177038859-180 | o.e.j.i.WriteFlusher             | rg.eclipse.jetty.io.WriteFlusher  424 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Flushed=true 289/289+1 WriteFlusher@5268b25b{WRITING}
2020-01-27T07:53:50.877+0100 | DEBUG | tp1177038859-180 | o.e.j.i.WriteFlusher             | rg.eclipse.jetty.io.WriteFlusher  117 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | update WriteFlusher@5268b25b{IDLE}:WRITING-->IDLE
2020-01-27T07:53:50.877+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpConnection           | rver.HttpConnection$SendCallback  690 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | org.eclipse.jetty.server.HttpConnection$SendCallback@ee7a0f1[PROCESSING][i=HTTP/1.1{s=200,h=6},cb=org.eclipse.jetty.server.HttpChannel$CommitCallback@223d2219] generate: DONE ([p=289,l=289,c=8192,r=0],[p=305,l=305,c=8192,r=0],true)@END
2020-01-27T07:53:50.878+0100 | DEBUG | tp1177038859-180 | o.e.j.s.Server                   | org.eclipse.jetty.server.Server   537 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | handled=true async=false committed=true on HttpChannelOverHttp@17e90475{r=1,c=true,a=DISPATCHED,uri=//<confidential>:13443/coba/entity/v1/Frequency/Yearly}
2020-01-27T07:53:50.878+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpChannelState         | se.jetty.server.HttpChannelState  386 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpChannelState@f7b2cf{s=DISPATCHED a=NOT_ASYNC i=true r=NONE/false w=false} unhandle DISPATCHED
2020-01-27T07:53:50.878+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpChannel              | eclipse.jetty.server.HttpChannel  302 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpChannelOverHttp@17e90475{r=1,c=true,a=COMPLETING,uri=//<confidential>:13443/coba/entity/v1/Frequency/Yearly} action COMPLETE
2020-01-27T07:53:50.878+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpChannel              | eclipse.jetty.server.HttpChannel  657 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | COMPLETE for /coba/entity/v1/Frequency/Yearly written=305
2020-01-27T07:53:50.878+0100 | DEBUG | tp1177038859-180 | o.e.j.h.HttpParser               | rg.eclipse.jetty.http.HttpParser 1681 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | reset HttpParser{s=END,0 of 0}
2020-01-27T07:53:50.878+0100 | DEBUG | tp1177038859-180 | o.e.j.h.HttpParser               | rg.eclipse.jetty.http.HttpParser 1702 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | END --> START
2020-01-27T07:53:50.878+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpChannel              | eclipse.jetty.server.HttpChannel  510 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpChannelOverHttp@17e90475{r=1,c=false,a=IDLE,uri=null} handle exit, result COMPLETE
2020-01-27T07:53:50.879+0100 | DEBUG | tp1177038859-180 | o.e.j.i.ChannelEndPoint          | eclipse.jetty.io.ChannelEndPoint  149 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled 85 SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,3/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}
2020-01-27T07:53:50.879+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  601 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | net=85 unwrap Status = CLOSED HandshakeStatus = NEED_WRAP bytesConsumed = 85 bytesProduced = 0 SslConnection@5c7f53cf{NEED_WRAP,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,ISHUT,out,-,-,3642/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,0/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=1,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:50.879+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  602 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | filled b[0]= SslConnection@5c7f53cf{NEED_WRAP,eio=0/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,ISHUT,out,-,-,3642/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,0/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=1,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:50.879+0100 | DEBUG | tp1177038859-180 | o.e.j.h.HttpParser               | rg.eclipse.jetty.http.HttpParser 1663 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | atEOF HttpParser{s=START,0 of -1}
2020-01-27T07:53:50.880+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpConnection           | ipse.jetty.server.HttpConnection  331 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,ISHUT,out,-,-,3643/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,1/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=1,c=false,a=IDLE,uri=null}] filled -1 HeapByteBuffer@6f557056[p=0,l=0,c=17408,r=0]={<<<>>>GET /coba/entity/...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2020-01-27T07:53:50.880+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpConnection           | ipse.jetty.server.HttpConnection  349 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,ISHUT,out,-,-,3643/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,1/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=1,c=false,a=IDLE,uri=null}] parse HeapByteBuffer@6f557056[p=0,l=0,c=17408,r=0]={<<<>>>GET /coba/entity/...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {}
2020-01-27T07:53:50.880+0100 | DEBUG | tp1177038859-180 | o.e.j.h.HttpParser               | rg.eclipse.jetty.http.HttpParser 1310 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | parseNext s=START HeapByteBuffer@6f557056[p=0,l=0,c=17408,r=0]={<<<>>>GET /coba/entity/...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2020-01-27T07:53:50.880+0100 | DEBUG | tp1177038859-180 | o.e.j.h.HttpParser               | rg.eclipse.jetty.http.HttpParser 1702 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | START --> CLOSED
2020-01-27T07:53:50.880+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint 1049 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | shutdownOutput: oshut=false, ishut=true SslConnection@5c7f53cf{NEED_WRAP,eio=-1/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,ISHUT,out,-,-,3643/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,1/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=1,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:50.881+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  870 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | flush b[0]= SslConnection@5c7f53cf{NEED_WRAP,eio=-1/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,ISHUT,out,-,-,3643/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,1/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=1,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:50.881+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint  905 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | wrap Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 0 bytesProduced = 85 SslConnection@5c7f53cf{NOT_HANDSHAKING,eio=-1/85,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,Open,ISHUT,OSHUT,-,-,3644/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,2/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}][p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=1,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:50.881+0100 | DEBUG | tp1177038859-180 | o.e.j.i.ChannelEndPoint          | eclipse.jetty.io.ChannelEndPoint  195 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | flushed 85 SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,2/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}
2020-01-27T07:53:50.881+0100 | DEBUG | tp1177038859-180 | o.e.j.i.ChannelEndPoint          | eclipse.jetty.io.ChannelEndPoint   82 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | oshut SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,Open,in,out,-,-,0/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}
2020-01-27T07:53:50.881+0100 | DEBUG | tp1177038859-180 | o.e.j.i.WriteFlusher             | rg.eclipse.jetty.io.WriteFlusher  473 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | ignored: WriteFlusher@4f733ace{IDLE} {}
2020-01-27T07:53:50.882+0100 | DEBUG | tp1177038859-180 | o.e.j.i.ChannelEndPoint          | eclipse.jetty.io.ChannelEndPoint  122 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | close SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,CLOSED,in,OSHUT,-,-,1/30000,SslConnection@5c7f53cf}{io=0/0,kio=0,kro=1}
2020-01-27T07:53:50.882+0100 | DEBUG | tp1177038859-180 | o.e.j.i.ManagedSelector          | eclipse.jetty.io.ManagedSelector  127 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Queued change org.eclipse.jetty.io.ManagedSelector$2@7ca0fbf9 on org.eclipse.jetty.io.ManagedSelector@3c782e90 id=0 keys=1 selected=0
2020-01-27T07:53:50.882+0100 | DEBUG | tp1177038859-180 | o.e.j.i.WriteFlusher             | rg.eclipse.jetty.io.WriteFlusher  473 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | ignored: WriteFlusher@5268b25b{IDLE} {}
2020-01-27T07:53:50.882+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpConnection           | ipse.jetty.server.HttpConnection  354 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,CLOSED,ISHUT,OSHUT,-,-,3645/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,CLOSED,ISHUT,OSHUT,-,-,1/30000,SslConnection@5c7f53cf}{io=0/0,kio=-1,kro=-1}][p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=1,c=false,a=IDLE,uri=null}] parsed false HttpParser{s=CLOSED,0 of -1}
2020-01-27T07:53:50.882+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpConnection           | ipse.jetty.server.HttpConnection  200 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | releaseRequestBuffer HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,CLOSED,ISHUT,OSHUT,-,-,3645/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,CLOSED,ISHUT,OSHUT,-,-,1/30000,SslConnection@5c7f53cf}{io=0/0,kio=-1,kro=-1}][p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=1,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:50.883+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | .SslConnection$DecryptedEndPoint 1049 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | shutdownOutput: oshut=true, ishut=true SslConnection@5c7f53cf{NOT_HANDSHAKING,eio=-1/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,CLOSED,ISHUT,OSHUT,-,-,3646/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,CLOSED,ISHUT,OSHUT,-,-,2/30000,SslConnection@5c7f53cf}{io=0/0,kio=-1,kro=-1}][p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=1,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:50.883+0100 | DEBUG | tp1177038859-180 | o.e.j.i.WriteFlusher             | rg.eclipse.jetty.io.WriteFlusher  473 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | ignored: WriteFlusher@5268b25b{IDLE} {}
2020-01-27T07:53:50.883+0100 | DEBUG | tp1177038859-180 | o.e.j.s.HttpConnection           | ipse.jetty.server.HttpConnection  272 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,CLOSED,ISHUT,OSHUT,-,-,3646/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,CLOSED,ISHUT,OSHUT,-,-,2/30000,SslConnection@5c7f53cf}{io=0/0,kio=-1,kro=-1}][p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=1,c=false,a=IDLE,uri=null}] onFillable exit HttpChannelState@f7b2cf{s=IDLE a=NOT_ASYNC i=true r=NONE/false w=false} null
2020-01-27T07:53:50.883+0100 | DEBUG | tp1177038859-180 | o.e.j.i.s.SslConnection          | lipse.jetty.io.ssl.SslConnection  267 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | onFillable exit DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,CLOSED,ISHUT,OSHUT,-,-,3646/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,CLOSED,ISHUT,OSHUT,-,-,2/30000,SslConnection@5c7f53cf}{io=0/0,kio=-1,kro=-1}
2020-01-27T07:53:50.883+0100 | DEBUG | tp1177038859-180 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  305 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 ran SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,CLOSED,ISHUT,OSHUT,-,-,2/30000,SslConnection@5c7f53cf}{io=0/0,kio=-1,kro=-1}:runFillable
2020-01-27T07:53:50.883+0100 | DEBUG | tp1177038859-180 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  318 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 produce exit
2020-01-27T07:53:50.883+0100 | DEBUG | tp1177038859-180 | o.e.j.u.t.QueuedThreadPool       | y.util.thread.QueuedThreadPool$2  591 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | ran EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8
2020-01-27T07:53:50.884+0100 | DEBUG | tp1177038859-179 | o.e.j.i.ManagedSelector          | ManagedSelector$SelectorProducer  245 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Selector loop woken up from select, 0/0 selected
2020-01-27T07:53:50.884+0100 | DEBUG | tp1177038859-179 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  252 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 produced org.eclipse.jetty.io.ManagedSelector$2@7ca0fbf9
2020-01-27T07:53:50.884+0100 | DEBUG | tp1177038859-179 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  294 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 dispatch
2020-01-27T07:53:50.884+0100 | DEBUG | tp1177038859-179 | o.e.j.u.t.QueuedThreadPool       | tty.util.thread.QueuedThreadPool  379 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | queue EPC Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8
2020-01-27T07:53:50.884+0100 | DEBUG | tp1177038859-179 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  301 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 run org.eclipse.jetty.io.ManagedSelector$2@7ca0fbf9
2020-01-27T07:53:50.884+0100 | DEBUG | tp1177038859-179 | o.e.j.i.ManagedSelector          | lipse.jetty.io.ManagedSelector$2  440 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Destroyed SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,CLOSED,ISHUT,OSHUT,-,-,3/30000,SslConnection@5c7f53cf}{io=0/0,kio=-1,kro=-1}
2020-01-27T07:53:50.885+0100 | DEBUG | tp1177038859-179 | o.e.j.i.AbstractConnection       | ipse.jetty.io.AbstractConnection  215 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | onClose HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,CLOSED,ISHUT,OSHUT,-,-,3648/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,CLOSED,ISHUT,OSHUT,-,-,4/30000,SslConnection@5c7f53cf}{io=0/0,kio=-1,kro=-1}][p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=1,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:50.885+0100 | DEBUG | tp1177038859-179 | o.e.j.i.AbstractConnection       | ipse.jetty.io.AbstractConnection  215 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | onClose SslConnection@5c7f53cf{NOT_HANDSHAKING,eio=-1/-1,di=-1} -> HttpConnection@30e42277[DecryptedEndPoint@36b0b1b2{10.120.79.55/10.120.79.55:52349<->13443,CLOSED,ISHUT,OSHUT,-,-,3648/30000,HttpConnection@30e42277}->SelectChannelEndPoint@e971ccf{10.120.79.55/10.120.79.55:52349<->13443,CLOSED,ISHUT,OSHUT,-,-,4/30000,SslConnection@5c7f53cf}{io=0/0,kio=-1,kro=-1}][p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f7152b2{s=START},c=HttpChannelOverHttp@17e90475{r=1,c=false,a=IDLE,uri=null}]
2020-01-27T07:53:50.885+0100 | DEBUG | tp1177038859-179 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  305 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 ran org.eclipse.jetty.io.ManagedSelector$2@7ca0fbf9
2020-01-27T07:53:50.885+0100 | DEBUG | tp1177038859-179 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  247 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Prod/Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 producing
2020-01-27T07:53:50.885+0100 | DEBUG | tp1177038859-179 | o.e.j.i.ManagedSelector          | ManagedSelector$SelectorProducer  242 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | Selector loop waiting on select
2020-01-27T07:53:50.885+0100 | DEBUG | tp1177038859-174 | o.e.j.u.t.QueuedThreadPool       | y.util.thread.QueuedThreadPool$2  588 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | run EPC Prod/Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8
2020-01-27T07:53:50.885+0100 | DEBUG | tp1177038859-174 | .e.j.u.t.s.ExecuteProduceConsume | d.strategy.ExecuteProduceConsume  124 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | EPC Prod/Pend/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8 run
2020-01-27T07:53:50.886+0100 | DEBUG | tp1177038859-174 | o.e.j.u.t.QueuedThreadPool       | y.util.thread.QueuedThreadPool$2  591 | 88 - org.eclipse.jetty.util - 9.3.21.v20170918 | ran EPC Prod/org.eclipse.jetty.io.ManagedSelector$SelectorProducer@3f9afcd8
sbordet commented 4 years ago

You need to configure the http2 module in Jetty, and ALPN, following the documentation.

What you have configured above, if that is your only XML configuration file, configures HTTP/1.1 only, so there is no HTTP/2 and no ALPN.

Please read the documentation.

joakime commented 4 years ago

Jetty 9.3.x is deprecated - https://www.eclipse.org/jetty/documentation/current/what-jetty-version.html

Upgrade to Jetty 9.4.x if you want to use HTTP/2 (it's far more up to date)