Attached some logging from both NGINX and NIFI. The first request goes through, the subsequent are failing. My default.conf is rather simple, I only have two servers listening on 80 and 443 ports. If I move the exact same location block to 80 works smoothly but when I move it to 443/ssl only the first request goes through successfully.
Michail On Tue, Mar 15, 2016 at 1:50 PM, Matt Gilman <[email protected]> wrote: > From the screenshot it looks as though only /nifi is getting through the > proxy. Even requests for resources under /nifi don't seem to get through. I > see from your configuration that it looks like you've mapped the root > context path so everything should get through (not just /nifi). NiFi is > comprised of a number of web applications (UI, API, docs, Custom UIs, etc) > so mapping from the root context path is required. > > Is there any additionally logging at the proxy that might provide more > insight regarding the requests. > > Matt > > On Tue, Mar 15, 2016 at 7:56 AM, michail salichos < > [email protected]> wrote: > >> Hello, >> >> Please find attached a screenshot. >> >> As you might see, it loads the page but missing all subsequent requests. >> >> To answer your question I am still far from reaching the canvas! >> >> Regards, >> Michail >> >> On Tue, Mar 15, 2016 at 12:43 PM, Matt Gilman <[email protected]> >> wrote: >> >>> Just to clarify, the NiFi UI loads however subsequent requests fail? >>> Like moving a processor on the canvas. >>> >>> Matt >>> >>> Sent from my iPhone >>> >>> On Mar 15, 2016, at 3:30 AM, michail salichos < >>> [email protected]> wrote: >>> >>> Hello, >>> >>> Just tried "proxy_pass_header Server;" but still no luck, subsequent >>> requests are being issued but I keep getting 404. >>> >>> Regards, >>> Michail >>> >>> On Mon, Mar 14, 2016 at 5:35 PM, James Wing <[email protected]> wrote: >>> >>>> You may also need to pass the Server header, I believe some server-side >>>> UI code uses this to format client-side resource locations. >>>> >>>> proxy_pass_header Server; >>>> >>>> >>>> >>>> On Mon, Mar 14, 2016 at 8:54 AM, michail salichos < >>>> [email protected]> wrote: >>>> >>>>> Hello, >>>>> >>>>> I tried adding ssl param but still no luck. As I said with plan http >>>>> location block works just fine, but when I move the location block to >>>>> https >>>>> it issues the first get http request for NIFI main page (it downloads >>>>> unformatted - without css, js, etc) and all subsequent http requests are >>>>> failing with 404 not found. >>>>> >>>>> Thanks again, >>>>> Michail >>>>> >>>>> On Mon, Mar 14, 2016 at 4:01 PM, Aldrin Piri <[email protected]> >>>>> wrote: >>>>> >>>>>> Michail, >>>>>> >>>>>> Looks like you are missing your "ssl" parameter on your listen >>>>>> statement. [1] Not sure if that is the issue, but the rest looks okay >>>>>> from >>>>>> inspection. >>>>>> >>>>>> >>>>>> [1] http://nginx.org/en/docs/http/configuring_https_servers.html >>>>>> >>>>>> On Mon, Mar 14, 2016 at 10:56 AM, michail salichos < >>>>>> [email protected]> wrote: >>>>>> >>>>>>> I forgot to mention, since you asked, for zeppelin, elasticsearch, >>>>>>> kibana and others services ssl termination and reverse forwarding works >>>>>>> just fine, only NIFI is giving me troubles. >>>>>>> >>>>>>> Regards, >>>>>>> Michail >>>>>>> >>>>>>> On Mon, Mar 14, 2016 at 3:47 PM, Aldrin Piri <[email protected]> >>>>>>> wrote: >>>>>>> >>>>>>>> Michall, >>>>>>>> >>>>>>>> A bit outside of the NiFi realm, but I have done similar myself >>>>>>>> previously. Do you have your server block (likely the one containing >>>>>>>> this >>>>>>>> location block) established with the appropriate certificates and a >>>>>>>> listen >>>>>>>> statement with ssl listed after the port? From memory, I do not >>>>>>>> believe any >>>>>>>> overwriting of the headers should be needed. >>>>>>>> >>>>>>>> Is the problem strictly with NiFi? Are there any other services >>>>>>>> running where this is not an issue? >>>>>>>> >>>>>>>> On Mon, Mar 14, 2016 at 10:36 AM, michail salichos < >>>>>>>> [email protected]> wrote: >>>>>>>> >>>>>>>>> Hello, >>>>>>>>> >>>>>>>>> I followed the instructions here >>>>>>>>> >>>>>>>>> https://www.mail-archive.com/[email protected]/msg00566.html >>>>>>>>> >>>>>>>>> and managed to configure nginx as reverse proxy for HTTP, it works >>>>>>>>> well. >>>>>>>>> >>>>>>>>> However, no matter what I tried I can't configure to terminate >>>>>>>>> HTTPS on nginx and then use plain HTTP to communicate with NIFI. This >>>>>>>>> is >>>>>>>>> the config I am currently using for HTTP and it works >>>>>>>>> >>>>>>>>> location /nifi { >>>>>>>>> proxy_pass http://nifi:8080; >>>>>>>>> proxy_set_header X-ProxyScheme "http"; >>>>>>>>> proxy_set_header X-ProxyHost $http_host; >>>>>>>>> proxy_set_header X-ProxyPort 80; >>>>>>>>> proxy_set_header X-ProxyContextPath ""; >>>>>>>>> } >>>>>>>>> >>>>>>>>> I tried to change the scheme to HTTPS and port to 443 but no luck. >>>>>>>>> >>>>>>>>> Any tips or hints? >>>>>>>>> >>>>>>>>> >>>>>>>>> Regards, >>>>>>>>> Michail >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>> >>>>> >>>> >>> >> >
nginx logs: my_browser_ip - - [15/Mar/2016:13:39:12 +0000] "GET / HTTP/1.1" 200 701 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0" my_browser_ip - - [15/Mar/2016:13:39:12 +0000] "GET /nifi/css/message-pane.css HTTP/1.1" 404 168 "https://my_nifi_internal_ip/" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0" my_browser_ip - - [15/Mar/2016:13:39:12 +0000] "GET /nifi/css/message-page.css HTTP/1.1" 404 168 "https://my_nifi_internal_ip/" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0" nifi logs: 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.io.ChannelEndPoint filled 377 SelectChannelEndPoint@44733afe{/my_local_ip:51636<->8080,Open,in,out,-,-,0/30000,HttpConnection}{io=0,kio=0,kro=1} 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser parseNext s=START HeapByteBuffer@277005ca[p=0,l=377,c=8192,r=377]={<<<GET / HTTP/1.0\r\nX...: max-age=0\r\n\r\n>>>ss" />\n </head...n icon-info" sr} 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser START --> SPACE1 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser SPACE1 --> URI 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser URI --> SPACE2 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser SPACE2 --> REQUEST_VERSION 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser REQUEST_VERSION --> HEADER 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER --> HEADER_IN_NAME 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER_IN_NAME --> HEADER_VALUE 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER_VALUE --> HEADER_IN_VALUE 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER_IN_VALUE --> HEADER 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER --> HEADER_IN_NAME 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER_IN_NAME --> HEADER_VALUE 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER_VALUE --> HEADER_IN_VALUE 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER_IN_VALUE --> HEADER 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER --> HEADER_IN_NAME 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER_IN_NAME --> HEADER_VALUE 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER_VALUE --> HEADER_IN_VALUE 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER_IN_VALUE --> HEADER 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER --> HEADER_VALUE 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER_VALUE --> HEADER_IN_VALUE 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER_IN_VALUE --> HEADER 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER --> HEADER_IN_VALUE 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER_IN_VALUE --> HEADER 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER --> HEADER_VALUE 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER_VALUE --> HEADER_IN_VALUE 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER_IN_VALUE --> HEADER 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER --> HEADER_IN_VALUE 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER_IN_VALUE --> HEADER 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER --> HEADER_IN_VALUE 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER_IN_VALUE --> HEADER 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER --> HEADER_IN_VALUE 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER_IN_VALUE --> HEADER 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER --> HEADER_VALUE 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER_VALUE --> HEADER_IN_VALUE 2016-03-15 13:41:41,599 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER_IN_VALUE --> HEADER 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser HEADER --> END 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20] org.eclipse.jetty.server.HttpChannel HttpChannelOverHttp@6523d861{r=1,c=false,a=IDLE,uri=-} messageComplete 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20] org.eclipse.jetty.server.HttpInput HttpInputOverHTTP@5f853f15 EOF 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20] org.eclipse.jetty.server.HttpChannel HttpChannelOverHttp@6523d861{r=1,c=false,a=IDLE,uri=-} handle enter 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20 - /] o.eclipse.jetty.server.HttpChannelState HttpChannelState@2cfcc86b{s=IDLE i=true a=null} handling IDLE 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20 - /] org.eclipse.jetty.server.HttpChannel HttpChannelOverHttp@6523d861{r=1,c=false,a=DISPATCHED,uri=/} action REQUEST_DISPATCH 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20 - /] org.eclipse.jetty.server.Server REQUEST GET / on HttpChannelOverHttp@6523d861{r=1,c=false,a=DISPATCHED,uri=/} 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20 - /] o.e.jetty.server.handler.ContextHandler scope null||/ @ o.e.j.w.WebAppContext@2416498e{/nifi-standard-content-viewer-0.4.1,file:/opt/nifi/work/jetty/nifi-standard-content-viewer-0.4.1.war/webapp/,AVAILABLE}{./work/nar/extensions/nifi-standard-nar-0.4.1.nar-unpacked/META-INF/bundled-dependencies/nifi-standard-content-viewer-0.4.1.war} 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20 - /] o.e.jetty.server.handler.ContextHandler scope null||/ @ o.e.j.w.WebAppContext@701bc94e{/nifi-image-viewer-0.4.1,file:/opt/nifi/work/jetty/nifi-image-viewer-0.4.1.war/webapp/,AVAILABLE}{./work/nar/extensions/nifi-image-nar-0.4.1.nar-unpacked/META-INF/bundled-dependencies/nifi-image-viewer-0.4.1.war} 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20 - /] o.e.jetty.server.handler.ContextHandler scope null||/ @ o.e.j.w.WebAppContext@7eb6b6b6{/nifi-update-attribute-ui-0.4.1,file:/opt/nifi/work/jetty/nifi-update-attribute-ui-0.4.1.war/webapp/,AVAILABLE}{./work/nar/extensions/nifi-update-attribute-nar-0.4.1.nar-unpacked/META-INF/bundled-dependencies/nifi-update-attribute-ui-0.4.1.war} 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20 - /] o.e.jetty.server.handler.ContextHandler scope null||/ @ o.e.j.w.WebAppContext@736309a9{/nifi,file:/opt/nifi/work/jetty/nifi-web-ui-0.4.1.war/webapp/,AVAILABLE}{./work/nar/framework/nifi-framework-nar-0.4.1.nar-unpacked/META-INF/bundled-dependencies/nifi-web-ui-0.4.1.war} 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20 - /] o.e.jetty.server.handler.ContextHandler scope null||/ @ o.e.j.w.WebAppContext@3cf7298d{/nifi-api,file:/opt/nifi/work/jetty/nifi-web-api-0.4.1.war/webapp/,AVAILABLE}{./work/nar/framework/nifi-framework-nar-0.4.1.nar-unpacked/META-INF/bundled-dependencies/nifi-web-api-0.4.1.war} 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20 - /] o.e.jetty.server.handler.ContextHandler scope null||/ @ o.e.j.w.WebAppContext@148c7c4b{/nifi-content-viewer,file:/opt/nifi/work/jetty/nifi-web-content-viewer-0.4.1.war/webapp/,AVAILABLE}{./work/nar/framework/nifi-framework-nar-0.4.1.nar-unpacked/META-INF/bundled-dependencies/nifi-web-content-viewer-0.4.1.war} 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20 - /] o.e.jetty.server.handler.ContextHandler scope null||/ @ o.e.j.w.WebAppContext@8a98f38{/,file:/opt/nifi/work/jetty/nifi-web-error-0.4.1.war/webapp/,AVAILABLE}{./work/nar/framework/nifi-framework-nar-0.4.1.nar-unpacked/META-INF/bundled-dependencies/nifi-web-error-0.4.1.war} 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20 - /] o.e.jetty.server.handler.ContextHandler context=||/ @ o.e.j.w.WebAppContext@8a98f38{/,file:/opt/nifi/work/jetty/nifi-web-error-0.4.1.war/webapp/,AVAILABLE}{./work/nar/framework/nifi-framework-nar-0.4.1.nar-unpacked/META-INF/bundled-dependencies/nifi-web-error-0.4.1.war} 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20 - /] org.eclipse.jetty.server.session sessionManager=org.eclipse.jetty.server.session.HashSessionManager@1108adc8 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20 - /] org.eclipse.jetty.server.session session=null 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20 - /] org.eclipse.jetty.servlet.ServletHandler servlet |/|null -> default@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,0,true 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20 - /] org.eclipse.jetty.servlet.ServletHandler chain=catch-all-filter->default@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,0,true 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20 - /] org.eclipse.jetty.servlet.ServletHandler call filter catch-all-filter 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20 - /] o.e.jetty.server.handler.ContextHandler scope /||/index.jsp @ o.e.j.w.WebAppContext@8a98f38{/,file:/opt/nifi/work/jetty/nifi-web-error-0.4.1.war/webapp/,AVAILABLE}{./work/nar/framework/nifi-framework-nar-0.4.1.nar-unpacked/META-INF/bundled-dependencies/nifi-web-error-0.4.1.war} 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20 - /] o.e.jetty.server.handler.ContextHandler context=||/index.jsp @ o.e.j.w.WebAppContext@8a98f38{/,file:/opt/nifi/work/jetty/nifi-web-error-0.4.1.war/webapp/,AVAILABLE}{./work/nar/framework/nifi-framework-nar-0.4.1.nar-unpacked/META-INF/bundled-dependencies/nifi-web-error-0.4.1.war} 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20 - /] org.eclipse.jetty.server.session sessionManager=org.eclipse.jetty.server.session.HashSessionManager@1108adc8 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20 - /] org.eclipse.jetty.server.session session=null 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20 - /] org.eclipse.jetty.servlet.ServletHandler servlet |/index.jsp|null -> jsp@19c47==org.apache.jasper.servlet.JspServlet,0,true 2016-03-15 13:41:41,600 DEBUG [NiFi Web Server-20 - /] org.eclipse.jetty.servlet.ServletHandler chain=null 2016-03-15 13:41:41,601 DEBUG [NiFi Web Server-20 - /] org.apache.jasper.servlet.JspServlet JspEngine --> [/index.jsp] ServletPath: [/index.jsp] PathInfo: [null] RealPath: [/opt/nifi/work/jetty/nifi-web-error-0.4.1.war/webapp/index.jsp] RequestURI: [/index.jsp] QueryString: [null] 2016-03-15 13:41:41,601 DEBUG [NiFi Web Server-20 - /] org.eclipse.jetty.server.HttpConnection org.eclipse.jetty.server.HttpConnection$SendCallback@1702865b[PROCESSING][i=ResponseInfo{HTTP/1.0 200 null,-1,false},cb=org.eclipse.jetty.server.HttpChannel$CommitCallback@2d9a4e08] generate: NEED_HEADER (null,[p=0,l=701,c=8192,r=701],true)@START 2016-03-15 13:41:41,601 DEBUG [NiFi Web Server-20 - /] org.eclipse.jetty.server.HttpConnection org.eclipse.jetty.server.HttpConnection$SendCallback@1702865b[PROCESSING][i=ResponseInfo{HTTP/1.0 200 null,-1,false},cb=org.eclipse.jetty.server.HttpChannel$CommitCallback@2d9a4e08] generate: FLUSH ([p=0,l=149,c=16384,r=149],[p=0,l=701,c=8192,r=701],true)@COMPLETING 2016-03-15 13:41:41,601 DEBUG [NiFi Web Server-20 - /] org.eclipse.jetty.io.WriteFlusher write: WriteFlusher@2e5c60be{IDLE} [HeapByteBuffer@70126f16[p=0,l=149,c=16384,r=149]={<<<HTTP/1.1 200 OK\r\n....v20150529)\r\n\r\n>>>)\r\n\r\nvalidate,no-...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@54bb05d9[p=0,l=701,c=8192,r=701]={<<<\n\n<!DOCTYPE html>.../body>\n</html>\n>>>r of objects that...n icon-info" sr}] 2016-03-15 13:41:41,601 DEBUG [NiFi Web Server-20 - /] org.eclipse.jetty.io.WriteFlusher update WriteFlusher@2e5c60be{WRITING}:IDLE-->WRITING 2016-03-15 13:41:41,601 DEBUG [NiFi Web Server-20 - /] org.eclipse.jetty.io.ChannelEndPoint flushed 850 SelectChannelEndPoint@44733afe{/my_local_ip:51636<->8080,Open,in,out,-,W,2/30000,HttpConnection}{io=0,kio=0,kro=1} 2016-03-15 13:41:41,601 DEBUG [NiFi Web Server-20 - /] org.eclipse.jetty.io.WriteFlusher update WriteFlusher@2e5c60be{IDLE}:WRITING-->IDLE 2016-03-15 13:41:41,601 DEBUG [NiFi Web Server-20 - /] org.eclipse.jetty.server.HttpConnection org.eclipse.jetty.server.HttpConnection$SendCallback@1702865b[PROCESSING][i=ResponseInfo{HTTP/1.0 200 null,-1,false},cb=org.eclipse.jetty.server.HttpChannel$CommitCallback@2d9a4e08] generate: SHUTDOWN_OUT ([p=149,l=149,c=16384,r=0],[p=701,l=701,c=8192,r=0],true)@END 2016-03-15 13:41:41,601 DEBUG [NiFi Web Server-20 - /] org.eclipse.jetty.server.HttpConnection org.eclipse.jetty.server.HttpConnection$SendCallback@1702865b[PROCESSING][i=ResponseInfo{HTTP/1.0 200 null,-1,false},cb=org.eclipse.jetty.server.HttpChannel$CommitCallback@2d9a4e08] generate: DONE ([p=149,l=149,c=16384,r=0],[p=701,l=701,c=8192,r=0],true)@END 2016-03-15 13:41:41,601 DEBUG [NiFi Web Server-20 - /] org.eclipse.jetty.io.ChannelEndPoint oshut SelectChannelEndPoint@44733afe{/my_local_ip:51636<->8080,Open,in,out,-,-,0/30000,HttpConnection}{io=0,kio=0,kro=1} 2016-03-15 13:41:41,601 DEBUG [NiFi Web Server-20 - /] org.eclipse.jetty.server.Server RESPONSE / 200 handled=true 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-20 - /] o.eclipse.jetty.server.HttpChannelState HttpChannelState@2cfcc86b{s=DISPATCHED i=true a=null} unhandle DISPATCHED 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-20 - /] org.eclipse.jetty.http.HttpParser close HttpParser{s=END,0 of 0} 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-20 - /] org.eclipse.jetty.http.HttpParser END --> CLOSED 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-20] org.eclipse.jetty.server.HttpChannel HttpChannelOverHttp@6523d861{r=1,c=false,a=IDLE,uri=-} handle exit, result COMPLETE 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-20] org.eclipse.jetty.io.ChannelEndPoint filled 0 SelectChannelEndPoint@44733afe{/my_local_ip:51636<->8080,Open,in,OSHUT,-,-,1/30000,HttpConnection}{io=0,kio=0,kro=1} 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-20] org.eclipse.jetty.io.ChannelEndPoint filled 0 SelectChannelEndPoint@44733afe{/my_local_ip:51636<->8080,Open,in,OSHUT,-,-,1/30000,HttpConnection}{io=0,kio=0,kro=1} 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-20] org.eclipse.jetty.http.HttpParser parseNext s=CLOSED HeapByteBuffer@4ac24033[p=0,l=0,c=8192,r=0]={<<<>>>GET //css/message...n icon-info" sr} 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-20] org.eclipse.jetty.io.AbstractConnection fillInterested HttpConnection@3480695a{FILLING} 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-20] org.eclipse.jetty.io.AbstractConnection FILLING-->FILLING_FILL_INTERESTED HttpConnection@3480695a{FILLING_FILL_INTERESTED} 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-20] org.eclipse.jetty.io.AbstractConnection FILLING_FILL_INTERESTED-->FILL_INTERESTED HttpConnection@3480695a{FILL_INTERESTED} 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-20] o.eclipse.jetty.io.SelectChannelEndPoint Local interests updating 0 -> 1 for SelectChannelEndPoint@44733afe{/my_local_ip:51636<->8080,Open,in,OSHUT,R,-,0/30000,HttpConnection}{io=1,kio=0,kro=1} 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-20] org.eclipse.jetty.io.SelectorManager Queued change org.eclipse.jetty.io.SelectChannelEndPoint$1@697911fe 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-15-selector-ServerConnectorManager@6d2dc9d2/0] org.eclipse.jetty.io.SelectorManager Selector loop woken up from select, 0/1 selected 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-15-selector-ServerConnectorManager@6d2dc9d2/0] org.eclipse.jetty.io.SelectorManager Running change org.eclipse.jetty.io.SelectChannelEndPoint$1@697911fe 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-15-selector-ServerConnectorManager@6d2dc9d2/0] o.eclipse.jetty.io.SelectChannelEndPoint Key interests updated 0 -> 1 on SelectChannelEndPoint@44733afe{/my_local_ip:51636<->8080,Open,in,OSHUT,R,-,0/30000,HttpConnection}{io=1,kio=1,kro=1} 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-15-selector-ServerConnectorManager@6d2dc9d2/0] org.eclipse.jetty.io.SelectorManager Selector loop waiting on select 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-15-selector-ServerConnectorManager@6d2dc9d2/0] org.eclipse.jetty.io.SelectorManager Selector loop woken up from select, 1/1 selected 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-15-selector-ServerConnectorManager@6d2dc9d2/0] o.eclipse.jetty.io.SelectChannelEndPoint Key interests updated 1 -> 0 on SelectChannelEndPoint@44733afe{/my_local_ip:51636<->8080,Open,in,OSHUT,R,-,0/30000,HttpConnection}{io=1,kio=0,kro=1} 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-15-selector-ServerConnectorManager@6d2dc9d2/0] o.eclipse.jetty.io.SelectChannelEndPoint Local interests updating 1 -> 0 for SelectChannelEndPoint@44733afe{/my_local_ip:51636<->8080,Open,in,OSHUT,R,-,0/30000,HttpConnection}{io=0,kio=0,kro=1} 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-15-selector-ServerConnectorManager@6d2dc9d2/0] org.eclipse.jetty.io.SelectorManager Queued change org.eclipse.jetty.io.SelectChannelEndPoint$1@697911fe 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-15-selector-ServerConnectorManager@6d2dc9d2/0] org.eclipse.jetty.io.AbstractConnection FILL_INTERESTED-->FILLING HttpConnection@3480695a{FILLING} 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-15-selector-ServerConnectorManager@6d2dc9d2/0] org.eclipse.jetty.io.SelectorManager Running change org.eclipse.jetty.io.SelectChannelEndPoint$1@697911fe 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-80] org.eclipse.jetty.server.HttpConnection HttpConnection@3480695a{FILLING} onFillable HttpChannelState@2cfcc86b{s=IDLE i=true a=null} 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-15-selector-ServerConnectorManager@6d2dc9d2/0] org.eclipse.jetty.io.SelectorManager Selector loop waiting on select 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-80] org.eclipse.jetty.io.ChannelEndPoint filled -1 SelectChannelEndPoint@44733afe{/my_local_ip:51636<->8080,Open,in,OSHUT,-,-,0/30000,HttpConnection}{io=0,kio=0,kro=1} 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-80] org.eclipse.jetty.io.ChannelEndPoint ishut SelectChannelEndPoint@44733afe{/my_local_ip:51636<->8080,Open,in,OSHUT,-,-,0/30000,HttpConnection}{io=0,kio=0,kro=1} 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-80] org.eclipse.jetty.io.AbstractEndPoint onClose SelectChannelEndPoint@44733afe{/my_local_ip:51636<->8080,CLOSED,ISHUT,OSHUT,-,-,0/30000,HttpConnection}{io=0,kio=0,kro=1} 2016-03-15 13:41:41,602 DEBUG [NiFi Web Server-80] org.eclipse.jetty.io.ChannelEndPoint close SelectChannelEndPoint@44733afe{/my_local_ip:51636<->8080,CLOSED,ISHUT,OSHUT,-,-,0/30000,HttpConnection}{io=0,kio=0,kro=1} 2016-03-15 13:41:41,603 DEBUG [NiFi Web Server-80] org.eclipse.jetty.io.SelectorManager Destroyed SelectChannelEndPoint@44733afe{/my_local_ip:51636<->8080,CLOSED,ISHUT,OSHUT,-,-,1/30000,HttpConnection}{io=0,kio=-1,kro=-1} 2016-03-15 13:41:41,603 DEBUG [NiFi Web Server-80] org.eclipse.jetty.io.AbstractConnection onClose HttpConnection@3480695a{FILLING} 2016-03-15 13:41:41,603 DEBUG [NiFi Web Server-80] org.eclipse.jetty.io.AbstractEndPoint onClose SelectChannelEndPoint@44733afe{/my_local_ip:51636<->8080,CLOSED,ISHUT,OSHUT,-,-,1/30000,HttpConnection}{io=0,kio=-1,kro=-1} 2016-03-15 13:41:41,603 DEBUG [NiFi Web Server-80] org.eclipse.jetty.http.HttpParser atEOF HttpParser{s=CLOSED,0 of 0} 2016-03-15 13:41:41,603 DEBUG [NiFi Web Server-80] org.eclipse.jetty.http.HttpParser parseNext s=CLOSED HeapByteBuffer@3389dce0[p=0,l=0,c=8192,r=0]={<<<>>>c="images/iconInf...n icon-info" sr} 2016-03-15 13:41:41,603 DEBUG [NiFi Web Server-80] org.eclipse.jetty.io.AbstractConnection FILLING-->IDLE HttpConnection@3480695a{IDLE} 2016-03-15
