Created 04-24-2018 08:56 AM
Hello,
when i try to acces to NIFI UI i get this error:
There are too many outstanding HTTP requests with a total 100.
how to resolve this probleme ?
Thxt
Created 04-24-2018 12:04 PM
Could you once check the nifi-app.log to know which processor is causing the issue and
1.if issue is because of java heap space then increase the heap space in bootstrap.conf file to 8g or more(if you are having) then restart the nifi server.
java.arg.2=-Xms8g
java.arg.3=-Xmx8g
please follow this article for more details about the configs.
2.if this issue is causing my some specific processor(like invokehttp,scripted processors ..etc) then delete those specific processors in flow.xml.gz(1.take backup of flow.xml.gz 2.gunzip <flow.xml.gz> 3.vi flow.xml 4.delete the processor causing the issue and all connections to that processor 5.gzip <flow.xml>)
3.if you are not caring about your any of the processors in your NiFi instance and need NiFi UI back to normal then delete (or) rename the flow.xml.gz to some other name not as flow.xml.gz in conf directory then restart NiFi.
-
If the Answer helped to resolve your issue,Click on Accept button below to accept the answer,That would be great help to Community users to find solution quickly for these kind of issues.
Created 04-24-2018 12:04 PM
Could you once check the nifi-app.log to know which processor is causing the issue and
1.if issue is because of java heap space then increase the heap space in bootstrap.conf file to 8g or more(if you are having) then restart the nifi server.
java.arg.2=-Xms8g
java.arg.3=-Xmx8g
please follow this article for more details about the configs.
2.if this issue is causing my some specific processor(like invokehttp,scripted processors ..etc) then delete those specific processors in flow.xml.gz(1.take backup of flow.xml.gz 2.gunzip <flow.xml.gz> 3.vi flow.xml 4.delete the processor causing the issue and all connections to that processor 5.gzip <flow.xml>)
3.if you are not caring about your any of the processors in your NiFi instance and need NiFi UI back to normal then delete (or) rename the flow.xml.gz to some other name not as flow.xml.gz in conf directory then restart NiFi.
-
If the Answer helped to resolve your issue,Click on Accept button below to accept the answer,That would be great help to Community users to find solution quickly for these kind of issues.
Created 04-24-2018 02:43 PM
thank you shu
it is good
Created 06-01-2018 08:17 AM
No processor is causing this issue, It is NiFi when having simultaneous HTTP requests gining this error