<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: HandleHttpRequest 503 due to org.eclipse.jetty.io.EofException in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/HandleHttpRequest-503-due-to-org-eclipse-jetty-io/m-p/307481#M223222</link>
    <description>&lt;P&gt;Consequent to this we found that some of our devices has a newline character to the url they sent, e.g. instead of posting to&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://my.url" target="_blank"&gt;http://my.url&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;they would post to&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://my.url\n" target="_blank"&gt;http://my.url\n&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When using Wireshark we could see http 404 errors with &lt;A href="http://my.url%0A" target="_blank"&gt;http://my.url%0A&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The \n came from a mistake and removing it has stopped all the errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm interested to know if anyone has any insight into why this causes and error and how to mitigate this if possible (just as a fail-safe).&lt;/P&gt;</description>
    <pubDate>Fri, 11 Dec 2020 09:55:23 GMT</pubDate>
    <dc:creator>Tokolosk</dc:creator>
    <dc:date>2020-12-11T09:55:23Z</dc:date>
    <item>
      <title>HandleHttpRequest 503 due to org.eclipse.jetty.io.EofException</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HandleHttpRequest-503-due-to-org-eclipse-jetty-io/m-p/307292#M223173</link>
      <description>&lt;P&gt;I have a workflow that receives data via&amp;nbsp;HandleHttpRequest -&amp;gt; validates record -&amp;gt;&amp;nbsp;&lt;SPAN&gt;HandleHttpResponse. We get about 3k data points per 5 minutes, but concentrated on the first 1-2 minutes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am getting these errors and having trouble finding how to solve it (or even if it is Nifi the issue).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;HandleHttpRequest&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Concurrent tasks 10&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Container queue size 20000 (was at 10000)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;HandleHttpResponse&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Concurrent tasks 10&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;StandardHttpContextMap&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Maximum Outstanding Requests: 10000&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Request Expiration: 1 min (tried 30s, 1.5min, 2min)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;nifi.web.jetty.threads=200&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm not a network engineer so this is a bit outside my knowledge, but any fingers pointing to a direction I can investigate would help greatly. Below are samples of some of the logs/bulletins.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2020-12-09 08:37:27,803 WARN [StandardHttpContextMap-3fbd160b-bc0f-3034-7cbc-54e701739667] o.a.nifi.http.StandardHttpContextMap StandardHttpContextMap[id=3fbd160b-bc0f-3034-7cbc-54e701739667] Request from 10.0.2.2 timed out; responding with SERVICE_UNAVAILABLE&lt;BR /&gt;2020-12-09 08:37:27,803 ERROR [StandardHttpContextMap-3fbd160b-bc0f-3034-7cbc-54e701739667] o.a.nifi.http.StandardHttpContextMap StandardHttpContextMap[id=3fbd160b-bc0f-3034-7cbc-54e701739667] Failed to respond with SERVICE_UNAVAILABLE message: java.lang.IllegalStateException: ABORTED&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2020-12-09 08:39:01,077 ERROR [Timer-Driven Process Thread-1] o.a.n.p.standard.HandleHttpResponse HandleHttpResponse[id=8c275c27-cb8e-3769-a2c5-08922f5ccfc2] Failed to respond to HTTP request for StandardFlowFileRecord[uuid=0e573cb2-3257-4935-985b-d83cefbc5bb6,claim=StandardContentClaim [resourceClaim=StandardResourceClaim[id=1607495941009-29472, container=default, section=800], offset=838276, length=3274],offset=0,name=b57af8ca-cec4-4181-992e-105e0541a980,size=3274] due to org.eclipse.jetty.io.EofException: org.eclipse.jetty.io.EofException&lt;BR /&gt;org.eclipse.jetty.io.EofException: null&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2020-12-09 08:37:29,259 WARN [qtp292756264-19630] o.a.n.p.standard.HandleHttpRequest HandleHttpRequest[id=07d42765-9481-357b-fd02-c3d58f00206c] Request from 10.0.2.2 cannot be processed, container queue is full; responding with SERVICE_UNAVAILABLE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 07:54:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HandleHttpRequest-503-due-to-org-eclipse-jetty-io/m-p/307292#M223173</guid>
      <dc:creator>Tokolosk</dc:creator>
      <dc:date>2020-12-09T07:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: HandleHttpRequest 503 due to org.eclipse.jetty.io.EofException</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HandleHttpRequest-503-due-to-org-eclipse-jetty-io/m-p/307481#M223222</link>
      <description>&lt;P&gt;Consequent to this we found that some of our devices has a newline character to the url they sent, e.g. instead of posting to&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://my.url" target="_blank"&gt;http://my.url&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;they would post to&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://my.url\n" target="_blank"&gt;http://my.url\n&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When using Wireshark we could see http 404 errors with &lt;A href="http://my.url%0A" target="_blank"&gt;http://my.url%0A&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The \n came from a mistake and removing it has stopped all the errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm interested to know if anyone has any insight into why this causes and error and how to mitigate this if possible (just as a fail-safe).&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 09:55:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HandleHttpRequest-503-due-to-org-eclipse-jetty-io/m-p/307481#M223222</guid>
      <dc:creator>Tokolosk</dc:creator>
      <dc:date>2020-12-11T09:55:23Z</dc:date>
    </item>
  </channel>
</rss>

