Member since
03-27-2024
8
Posts
4
Kudos Received
0
Solutions
08-12-2024
09:57 AM
Getting errors in logs WARN [Replicate Request Thread-2] o.a.n.c.c.h.r.ThreadPoolRequestReplicator Failed to replicate request GET /nifi-api/flow/current-user to nifi-2.nifi-headless.iic-nifi-dev.svc.cluster.local:9443 due to javax.net.ssl.SSLException: Connection reset 2024-08-12 12:38:28,850 WARN [Replicate Request Thread-7] o.a.n.c.c.h.r.ThreadPoolRequestReplicator Failed to replicate request GET /nifi-api/flow/current-user to nifi-1.nifi-headless.iic-nifi-dev.svc.cluster.local:9443 due to javax.net.ssl.SSLException: Connection reset 2024-08-12 12:38:28,850 WARN [Replicate Request Thread-2] o.a.n.c.c.h.r.ThreadPoolRequestReplicator javax.net.ssl.SSLException: Connection reset
... View more
Labels:
- Labels:
-
Apache NiFi
04-05-2024
09:34 AM
We have deployed NIFI application in AKS with 3 pods. The primary pod is working fine without error but pod1 and pod 2 are continuously restarting. I checked the logs for both, getting errors such as 2024-04-05 11:04:52,015 INFO [Thread-1] Initiating shutdown of Jetty web server... 2024-04-05 11:04:52,020 INFO [Thread-1] Stopped ServerConnector@fb713e7{SSL,[ http/1.1]}{nifi-1.nifi-headless.iic-nifi-uat.svc.cluster.local:9443} 2024-04-05 11:04:52,021 INFO [Thread-1] node0 Stopped scavenging I have checked the resources such as memory leaks and CPU consumption, everything seems to be in ideal state. Kindly request insights from forum how to overcome this err
... View more
Labels:
- Labels:
-
Apache NiFi
04-02-2024
09:34 AM
Yes the controller service was working before aks version upgrade
... View more
04-02-2024
09:32 AM
Hi Matt, I scaled down the stateful set from 3 to 1 and with primary node, the error disappears about the DBCBpool connection error. I am able to login using UI. But when I scale it up to 2 or 3. The error returns. It seems there is some replication and communication issue with primary node 0 with node 1 and node 2.
... View more
03-28-2024
10:11 AM
3 Kudos
Hi Matt, I checked the nifi-app.log and it is giving this error 2024-03-28 12:52:55,028 ERROR [Timer-Driven Process Thread-3] o.a.n.c.s.StandardControllerServiceNode StandardControllerServiceNode[service=DBCPCo nnectionPool[id=8c23244e-6b42-38c5-aaf2-effc40ab1d4b], versionedComponentId=null, processGroup=StandardProcessGroup[identifier=43891bd4-018b-1000- 0000-00006f0c9f3e], active=true] Failed to invoke @OnEnabled method due to org.apache.nifi.reporting.InitializationException: Can't load Database Driver: {} org.apache.nifi.reporting.InitializationException: Can't load Database Driver at org.apache.nifi.dbcp.DBCPConnectionPool.getDriverClassLoader(DBCPConnectionPool.java:397) at org.apache.nifi.dbcp.DBCPConnectionPool.onConfigured(DBCPConnectionPool.java:336) at sun.reflect.GeneratedMethodAccessor113.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.nifi.util.ReflectionUtils.invokeMethodsWithAnnotations(ReflectionUtils.java:142) at org.apache.nifi.util.ReflectionUtils.invokeMethodsWithAnnotations(ReflectionUtils.java:130) at org.apache.nifi.util.ReflectionUtils.invokeMethodsWithAnnotations(ReflectionUtils.java:75) at org.apache.nifi.util.ReflectionUtils.invokeMethodsWithAnnotation(ReflectionUtils.java:52) at org.apache.nifi.controller.service.StandardControllerServiceNode$2.run(StandardControllerServiceNode.java:432) at org.apache.nifi.engine.FlowEngine$2.run(FlowEngine.java:110) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerDriver at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:419) at java.lang.ClassLoader.loadClass(ClassLoader.java:352) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348)
... View more
03-28-2024
06:30 AM
@mburgess @bbahamondes, I have checked Nifi properties file to check the location of the driver file but was not able to locate it. I was wondering if the Jar file can be located
... View more
03-27-2024
12:51 PM
We have recently migrated NIFI to AKS and it was working perfectly. Recently there was AKS version upgrade to 1.27.7 and since then UAT cluster has issues. The error while accessing Nifi UI. javax.net.ssl.SSLException: Connection reset When I get the logs of 3 pods, I am getting error ERROR [Timer-Driven Process Thread-3] o.a.n.c.s.StandardControllerServiceNode Failed to invoke @OnEnabled method of DBCPConnectionPool[id=12d922eb-87dc-3b72-9550-5e49f6849617] due to org.apache.nifi.reporting.InitializationException: Can't load Database Driver Need suggestions to fix this error
... View more
Labels:
- Labels:
-
Apache NiFi