Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

okhttp3.internal.http2.StreamResetException: stream was reset: NO_ERROR

avatar
New Contributor

Hi everyone,

 

I'm geting the next error in NiFi:

 

InvokeHTTP[] Routing to Failure due to exception: IOException thrown from InvokeHTTP[]: IOException -> okhttp3.internal.http2.StreamResetException: stream was reset: NO_ERROR: org.apache.nifi.processor.exception.ProcessException: IOException thrown from InvokeHTTP[]:
okhttp3.internal.http2.StreamResetException: stream was reset: NO_ERROR

 

I already teste it in Postman and works fine!

 

Any help to try to fix it?

 

Thanks

 

 

 

1 REPLY 1

avatar
New Contributor

Running some tests. I find that when I make requests with few records, the processor works fine. But when I sent all the data that I require it shows the error shared above. Is there any parameter that I can modify the number of records/data in the request? Thanks