Created 04-22-2023 04:04 PM
Hi, when I'm trying to run NiFi (both for versions 1.20.0 and 1.21.0) with JDK 1.8.0_202 on a Windows 64bit machin I keep on receiving the same error message:
2023-04-23 01:00:45,455 INFO [main] org.apache.nifi.bootstrap.Command Starting Apache NiFi... 2023-04-23 01:00:45,455 INFO [main] org.apache.nifi.bootstrap.Command Working Directory: C:\nifi\NIFI-1~1.0 2023-04-23 01:00:45,455 INFO [main] org.apache.nifi.bootstrap.Command Command: C:\java\JDK18~1.0_2\bin\java.exe -classpath C:\nifi\NIFI-1~1.0\.\conf;C:\nifi\NIFI-1~1.0\.\lib\javax.servlet-api-3.1.0.jar;C:\nifi\NIFI-1~1.0\.\lib\jcl-over-slf4j-2.0.6.jar;C:\nifi\NIFI-1~1.0\.\lib\jetty-schemas-5.2.jar;C:\nifi\NIFI-1~1.0\.\lib\jul-to-slf4j-2.0.6.jar;C:\nifi\NIFI-1~1.0\.\lib\log4j-over-slf4j-2.0.6.jar;C:\nifi\NIFI-1~1.0\.\lib\logback-classic-1.3.5.jar;C:\nifi\NIFI-1~1.0\.\lib\logback-core-1.3.5.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-api-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-framework-api-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-nar-utils-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-properties-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-property-utils-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-runtime-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-server-api-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-stateless-api-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-stateless-bootstrap-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\slf4j-api-2.0.6.jar -Dorg.apache.jasper.compiler.disablejsr199=true -Xmx512m -Xms512m -Dcurator-log-only-first-connection-issue-as-error-level=true -Djavax.security.auth.useSubjectCredsOnly=true -Djava.security.egd=file:/dev/urandom -Dzookeeper.admin.enableServer=false -Dsun.net.http.allowRestrictedHeaders=true -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Djava.protocol.handler.pkgs=sun.net.www.protocol -Dnifi.properties.file.path=C:\nifi\NIFI-1~1.0\.\conf\nifi.properties -Dnifi.bootstrap.listen.port=54700 -Dapp=NiFi -Dorg.apache.nifi.bootstrap.config.log.dir=C:\nifi\NIFI-1~1.0\bin\..\\logs org.apache.nifi.NiFi 2023-04-23 01:00:45,455 INFO [main] org.apache.nifi.bootstrap.Command Failed to determine Process ID from [java.lang.ProcessImpl]: java.lang.Process.pid() 2023-04-23 01:00:45,455 WARN [main] org.apache.nifi.bootstrap.Command Launched Apache NiFi but could not determined the Process ID
These are my bootstrap logs:
2023-04-23 00:42:31,879 INFO [main] o.a.n.b.NotificationServiceManager Successfully loaded the following 0 services: []
2023-04-23 00:42:31,894 INFO [main] org.apache.nifi.bootstrap.RunNiFi Registered no Notification Services for Notification Type NIFI_STARTED
2023-04-23 00:42:31,894 INFO [main] org.apache.nifi.bootstrap.RunNiFi Registered no Notification Services for Notification Type NIFI_STOPPED
2023-04-23 00:42:31,894 INFO [main] org.apache.nifi.bootstrap.RunNiFi Registered no Notification Services for Notification Type NIFI_DIED
2023-04-23 00:42:31,894 INFO [main] org.apache.nifi.bootstrap.RunNiFi Runtime Java version: 1.8.0_202
2023-04-23 00:42:31,909 INFO [main] org.apache.nifi.bootstrap.Command Generating Self-Signed Certificate: Expires on 2023-06-22
2023-04-23 00:42:32,964 INFO [main] org.apache.nifi.bootstrap.Command Generated Self-Signed Certificate SHA-256: B82683D9CA1A9D67EE38130E382896C74131B10137A200FFABD4CE01C28D01F5
2023-04-23 00:42:32,964 INFO [main] org.apache.nifi.bootstrap.Command Starting Apache NiFi...
2023-04-23 00:42:32,964 INFO [main] org.apache.nifi.bootstrap.Command Working Directory: C:\nifi\NIFI-1~1.0
2023-04-23 00:42:32,964 INFO [main] org.apache.nifi.bootstrap.Command Command: C:\java\JDK18~1.0_2\bin\java.exe -classpath C:\nifi\NIFI-1~1.0\.\conf;C:\nifi\NIFI-1~1.0\.\lib\javax.servlet-api-3.1.0.jar;C:\nifi\NIFI-1~1.0\.\lib\jcl-over-slf4j-2.0.6.jar;C:\nifi\NIFI-1~1.0\.\lib\jetty-schemas-5.2.jar;C:\nifi\NIFI-1~1.0\.\lib\jul-to-slf4j-2.0.6.jar;C:\nifi\NIFI-1~1.0\.\lib\log4j-over-slf4j-2.0.6.jar;C:\nifi\NIFI-1~1.0\.\lib\logback-classic-1.3.5.jar;C:\nifi\NIFI-1~1.0\.\lib\logback-core-1.3.5.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-api-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-framework-api-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-nar-utils-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-properties-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-property-utils-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-runtime-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-server-api-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-stateless-api-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-stateless-bootstrap-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\slf4j-api-2.0.6.jar -Dorg.apache.jasper.compiler.disablejsr199=true -Xmx512m -Xms512m -Dcurator-log-only-first-connection-issue-as-error-level=true -Djavax.security.auth.useSubjectCredsOnly=true -Djava.security.egd=file:/dev/urandom -Dzookeeper.admin.enableServer=false -Dsun.net.http.allowRestrictedHeaders=true -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Djava.protocol.handler.pkgs=sun.net.www.protocol -Dnifi.properties.file.path=C:\nifi\NIFI-1~1.0\.\conf\nifi.properties -Dnifi.bootstrap.listen.port=53237 -Dapp=NiFi -Dorg.apache.nifi.bootstrap.config.log.dir=C:\nifi\NIFI-1~1.0\bin\..\\logs org.apache.nifi.NiFi
2023-04-23 00:42:32,980 INFO [main] org.apache.nifi.bootstrap.Command Failed to determine Process ID from [java.lang.ProcessImpl]: java.lang.Process.pid()
2023-04-23 00:42:32,980 WARN [main] org.apache.nifi.bootstrap.Command Launched Apache NiFi but could not determined the Process ID
2023-04-23 00:42:33,465 WARN [NiFi Bootstrap Command Listener] org.apache.nifi.bootstrap.RunNiFi Failed to set permissions so that only the owner can read status file C:\nifi\NIFI-1~1.0\bin\..\run\nifi.status; this may allows others to have access to the key needed to communicate with NiFi. Permissions should be changed so that only the owner can read this file
2023-04-23 00:42:33,481 INFO [NiFi Bootstrap Command Listener] org.apache.nifi.bootstrap.RunNiFi Apache NiFi now running and listening for Bootstrap requests on port 53238
2023-04-23 00:43:19,290 ERROR [NiFi logging handler] org.apache.nifi.StdErr Failed to start web server: Failed to bind to /127.0.0.1:8443
2023-04-23 00:43:19,290 ERROR [NiFi logging handler] org.apache.nifi.StdErr Shutting down...
2023-04-23 00:43:21,285 INFO [main] org.apache.nifi.bootstrap.RunNiFi NiFi never started. Will not restart NiFi
2023-04-23 00:45:29,722 INFO [main] o.a.n.b.NotificationServiceManager Successfully loaded the following 0 services: []
2023-04-23 00:45:29,722 INFO [main] org.apache.nifi.bootstrap.RunNiFi Registered no Notification Services for Notification Type NIFI_STARTED
2023-04-23 00:45:29,722 INFO [main] org.apache.nifi.bootstrap.RunNiFi Registered no Notification Services for Notification Type NIFI_STOPPED
2023-04-23 00:45:29,722 INFO [main] org.apache.nifi.bootstrap.RunNiFi Registered no Notification Services for Notification Type NIFI_DIED
2023-04-23 00:45:31,756 INFO [main] org.apache.nifi.bootstrap.RunNiFi Runtime Java version: 1.8.0_202
2023-04-23 00:45:31,771 INFO [main] org.apache.nifi.bootstrap.Command Starting Apache NiFi...
2023-04-23 00:45:31,771 INFO [main] org.apache.nifi.bootstrap.Command Working Directory: C:\nifi\NIFI-1~1.0
2023-04-23 00:45:31,771 INFO [main] org.apache.nifi.bootstrap.Command Command: C:\java\JDK18~1.0_2\bin\java.exe -classpath C:\nifi\NIFI-1~1.0\.\conf;C:\nifi\NIFI-1~1.0\.\lib\javax.servlet-api-3.1.0.jar;C:\nifi\NIFI-1~1.0\.\lib\jcl-over-slf4j-2.0.6.jar;C:\nifi\NIFI-1~1.0\.\lib\jetty-schemas-5.2.jar;C:\nifi\NIFI-1~1.0\.\lib\jul-to-slf4j-2.0.6.jar;C:\nifi\NIFI-1~1.0\.\lib\log4j-over-slf4j-2.0.6.jar;C:\nifi\NIFI-1~1.0\.\lib\logback-classic-1.3.5.jar;C:\nifi\NIFI-1~1.0\.\lib\logback-core-1.3.5.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-api-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-framework-api-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-nar-utils-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-properties-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-property-utils-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-runtime-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-server-api-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-stateless-api-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-stateless-bootstrap-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\slf4j-api-2.0.6.jar -Dorg.apache.jasper.compiler.disablejsr199=true -Xmx512m -Xms512m -Dcurator-log-only-first-connection-issue-as-error-level=true -Djavax.security.auth.useSubjectCredsOnly=true -Djava.security.egd=file:/dev/urandom -Dzookeeper.admin.enableServer=false -Dsun.net.http.allowRestrictedHeaders=true -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Djava.protocol.handler.pkgs=sun.net.www.protocol -Dnifi.properties.file.path=C:\nifi\NIFI-1~1.0\.\conf\nifi.properties -Dnifi.bootstrap.listen.port=53690 -Dapp=NiFi -Dorg.apache.nifi.bootstrap.config.log.dir=C:\nifi\NIFI-1~1.0\bin\..\\logs org.apache.nifi.NiFi
2023-04-23 00:45:31,787 INFO [main] org.apache.nifi.bootstrap.Command Failed to determine Process ID from [java.lang.ProcessImpl]: java.lang.Process.pid()
2023-04-23 00:45:31,787 WARN [main] org.apache.nifi.bootstrap.Command Launched Apache NiFi but could not determined the Process ID
2023-04-23 00:45:32,230 WARN [NiFi Bootstrap Command Listener] org.apache.nifi.bootstrap.RunNiFi Failed to set permissions so that only the owner can read status file C:\nifi\NIFI-1~1.0\bin\..\run\nifi.status; this may allows others to have access to the key needed to communicate with NiFi. Permissions should be changed so that only the owner can read this file
2023-04-23 00:45:32,230 INFO [NiFi Bootstrap Command Listener] org.apache.nifi.bootstrap.RunNiFi Apache NiFi now running and listening for Bootstrap requests on port 53691
2023-04-23 00:50:11,513 INFO [main] o.a.n.b.NotificationServiceManager Successfully loaded the following 0 services: []
2023-04-23 00:50:11,529 INFO [main] org.apache.nifi.bootstrap.RunNiFi Registered no Notification Services for Notification Type NIFI_STARTED
2023-04-23 00:50:11,529 INFO [main] org.apache.nifi.bootstrap.RunNiFi Registered no Notification Services for Notification Type NIFI_STOPPED
2023-04-23 00:50:11,529 INFO [main] org.apache.nifi.bootstrap.RunNiFi Registered no Notification Services for Notification Type NIFI_DIED
2023-04-23 00:50:13,576 INFO [main] org.apache.nifi.bootstrap.RunNiFi Runtime Java version: 1.8.0_202
2023-04-23 00:50:13,592 INFO [main] org.apache.nifi.bootstrap.Command Starting Apache NiFi...
2023-04-23 00:50:13,592 INFO [main] org.apache.nifi.bootstrap.Command Working Directory: C:\nifi\NIFI-1~1.0
2023-04-23 00:50:13,592 INFO [main] org.apache.nifi.bootstrap.Command Command: C:\java\JDK18~1.0_2\bin\java.exe -classpath C:\nifi\NIFI-1~1.0\.\conf;C:\nifi\NIFI-1~1.0\.\lib\javax.servlet-api-3.1.0.jar;C:\nifi\NIFI-1~1.0\.\lib\jcl-over-slf4j-2.0.6.jar;C:\nifi\NIFI-1~1.0\.\lib\jetty-schemas-5.2.jar;C:\nifi\NIFI-1~1.0\.\lib\jul-to-slf4j-2.0.6.jar;C:\nifi\NIFI-1~1.0\.\lib\log4j-over-slf4j-2.0.6.jar;C:\nifi\NIFI-1~1.0\.\lib\logback-classic-1.3.5.jar;C:\nifi\NIFI-1~1.0\.\lib\logback-core-1.3.5.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-api-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-framework-api-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-nar-utils-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-properties-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-property-utils-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-runtime-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-server-api-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-stateless-api-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-stateless-bootstrap-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\slf4j-api-2.0.6.jar -Dorg.apache.jasper.compiler.disablejsr199=true -Xmx512m -Xms512m -Dcurator-log-only-first-connection-issue-as-error-level=true -Djavax.security.auth.useSubjectCredsOnly=true -Djava.security.egd=file:/dev/urandom -Dzookeeper.admin.enableServer=false -Dsun.net.http.allowRestrictedHeaders=true -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Djava.protocol.handler.pkgs=sun.net.www.protocol -Dnifi.properties.file.path=C:\nifi\NIFI-1~1.0\.\conf\nifi.properties -Dnifi.bootstrap.listen.port=54142 -Dapp=NiFi -Dorg.apache.nifi.bootstrap.config.log.dir=C:\nifi\NIFI-1~1.0\bin\..\\logs org.apache.nifi.NiFi
2023-04-23 00:50:13,608 INFO [main] org.apache.nifi.bootstrap.Command Failed to determine Process ID from [java.lang.ProcessImpl]: java.lang.Process.pid()
2023-04-23 00:50:13,608 WARN [main] org.apache.nifi.bootstrap.Command Launched Apache NiFi but could not determined the Process ID
2023-04-23 00:50:14,105 WARN [NiFi Bootstrap Command Listener] org.apache.nifi.bootstrap.RunNiFi Failed to set permissions so that only the owner can read status file C:\nifi\NIFI-1~1.0\bin\..\run\nifi.status; this may allows others to have access to the key needed to communicate with NiFi. Permissions should be changed so that only the owner can read this file
2023-04-23 00:50:14,105 INFO [NiFi Bootstrap Command Listener] org.apache.nifi.bootstrap.RunNiFi Apache NiFi now running and listening for Bootstrap requests on port 54143
2023-04-23 00:50:38,652 ERROR [NiFi logging handler] org.apache.nifi.StdErr Failed to start web server: Failed to bind to /127.0.0.1:8443
2023-04-23 00:50:38,653 ERROR [NiFi logging handler] org.apache.nifi.StdErr Shutting down...
2023-04-23 00:50:40,826 INFO [main] org.apache.nifi.bootstrap.RunNiFi NiFi never started. Will not restart NiFi
2023-04-23 00:55:55,977 INFO [main] o.a.n.b.NotificationServiceManager Successfully loaded the following 0 services: []
2023-04-23 00:55:55,982 INFO [main] org.apache.nifi.bootstrap.RunNiFi Registered no Notification Services for Notification Type NIFI_STARTED
2023-04-23 00:55:55,982 INFO [main] org.apache.nifi.bootstrap.RunNiFi Registered no Notification Services for Notification Type NIFI_STOPPED
2023-04-23 00:55:55,982 INFO [main] org.apache.nifi.bootstrap.RunNiFi Registered no Notification Services for Notification Type NIFI_DIED
2023-04-23 00:55:58,038 INFO [main] org.apache.nifi.bootstrap.RunNiFi Runtime Java version: 1.8.0_202
2023-04-23 00:55:58,050 INFO [main] org.apache.nifi.bootstrap.Command Starting Apache NiFi...
2023-04-23 00:55:58,054 INFO [main] org.apache.nifi.bootstrap.Command Working Directory: C:\nifi\NIFI-1~1.0
2023-04-23 00:55:58,054 INFO [main] org.apache.nifi.bootstrap.Command Command: C:\java\JDK18~1.0_2\bin\java.exe -classpath C:\nifi\NIFI-1~1.0\.\conf;C:\nifi\NIFI-1~1.0\.\lib\javax.servlet-api-3.1.0.jar;C:\nifi\NIFI-1~1.0\.\lib\jcl-over-slf4j-2.0.6.jar;C:\nifi\NIFI-1~1.0\.\lib\jetty-schemas-5.2.jar;C:\nifi\NIFI-1~1.0\.\lib\jul-to-slf4j-2.0.6.jar;C:\nifi\NIFI-1~1.0\.\lib\log4j-over-slf4j-2.0.6.jar;C:\nifi\NIFI-1~1.0\.\lib\logback-classic-1.3.5.jar;C:\nifi\NIFI-1~1.0\.\lib\logback-core-1.3.5.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-api-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-framework-api-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-nar-utils-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-properties-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-property-utils-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-runtime-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-server-api-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-stateless-api-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-stateless-bootstrap-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\slf4j-api-2.0.6.jar -Dorg.apache.jasper.compiler.disablejsr199=true -Xmx512m -Xms512m -Dcurator-log-only-first-connection-issue-as-error-level=true -Djavax.security.auth.useSubjectCredsOnly=true -Djava.security.egd=file:/dev/urandom -Dzookeeper.admin.enableServer=false -Dsun.net.http.allowRestrictedHeaders=true -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Djava.protocol.handler.pkgs=sun.net.www.protocol -Dnifi.properties.file.path=C:\nifi\NIFI-1~1.0\.\conf\nifi.properties -Dnifi.bootstrap.listen.port=54325 -Dapp=NiFi -Dorg.apache.nifi.bootstrap.config.log.dir=C:\nifi\NIFI-1~1.0\bin\..\\logs org.apache.nifi.NiFi
2023-04-23 00:55:58,065 INFO [main] org.apache.nifi.bootstrap.Command Failed to determine Process ID from [java.lang.ProcessImpl]: java.lang.Process.pid()
2023-04-23 00:55:58,069 WARN [main] org.apache.nifi.bootstrap.Command Launched Apache NiFi but could not determined the Process ID
2023-04-23 00:55:58,706 WARN [NiFi Bootstrap Command Listener] org.apache.nifi.bootstrap.RunNiFi Failed to set permissions so that only the owner can read status file C:\nifi\NIFI-1~1.0\bin\..\run\nifi.status; this may allows others to have access to the key needed to communicate with NiFi. Permissions should be changed so that only the owner can read this file
2023-04-23 00:55:58,707 INFO [NiFi Bootstrap Command Listener] org.apache.nifi.bootstrap.RunNiFi Apache NiFi now running and listening for Bootstrap requests on port 54326
2023-04-23 00:56:21,091 ERROR [NiFi logging handler] org.apache.nifi.StdErr Failed to start web server: Failed to bind to /127.0.0.1:8443
2023-04-23 00:56:21,091 ERROR [NiFi logging handler] org.apache.nifi.StdErr Shutting down...
2023-04-23 00:56:22,257 INFO [main] org.apache.nifi.bootstrap.RunNiFi NiFi never started. Will not restart NiFi
2023-04-23 01:00:43,386 INFO [main] o.a.n.b.NotificationServiceManager Successfully loaded the following 0 services: []
2023-04-23 01:00:43,386 INFO [main] org.apache.nifi.bootstrap.RunNiFi Registered no Notification Services for Notification Type NIFI_STARTED
2023-04-23 01:00:43,402 INFO [main] org.apache.nifi.bootstrap.RunNiFi Registered no Notification Services for Notification Type NIFI_STOPPED
2023-04-23 01:00:43,402 INFO [main] org.apache.nifi.bootstrap.RunNiFi Registered no Notification Services for Notification Type NIFI_DIED
2023-04-23 01:00:45,439 INFO [main] org.apache.nifi.bootstrap.RunNiFi Runtime Java version: 1.8.0_202
2023-04-23 01:00:45,455 INFO [main] org.apache.nifi.bootstrap.Command Starting Apache NiFi...
2023-04-23 01:00:45,455 INFO [main] org.apache.nifi.bootstrap.Command Working Directory: C:\nifi\NIFI-1~1.0
2023-04-23 01:00:45,455 INFO [main] org.apache.nifi.bootstrap.Command Command: C:\java\JDK18~1.0_2\bin\java.exe -classpath C:\nifi\NIFI-1~1.0\.\conf;C:\nifi\NIFI-1~1.0\.\lib\javax.servlet-api-3.1.0.jar;C:\nifi\NIFI-1~1.0\.\lib\jcl-over-slf4j-2.0.6.jar;C:\nifi\NIFI-1~1.0\.\lib\jetty-schemas-5.2.jar;C:\nifi\NIFI-1~1.0\.\lib\jul-to-slf4j-2.0.6.jar;C:\nifi\NIFI-1~1.0\.\lib\log4j-over-slf4j-2.0.6.jar;C:\nifi\NIFI-1~1.0\.\lib\logback-classic-1.3.5.jar;C:\nifi\NIFI-1~1.0\.\lib\logback-core-1.3.5.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-api-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-framework-api-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-nar-utils-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-properties-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-property-utils-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-runtime-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-server-api-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-stateless-api-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\nifi-stateless-bootstrap-1.20.0.jar;C:\nifi\NIFI-1~1.0\.\lib\slf4j-api-2.0.6.jar -Dorg.apache.jasper.compiler.disablejsr199=true -Xmx512m -Xms512m -Dcurator-log-only-first-connection-issue-as-error-level=true -Djavax.security.auth.useSubjectCredsOnly=true -Djava.security.egd=file:/dev/urandom -Dzookeeper.admin.enableServer=false -Dsun.net.http.allowRestrictedHeaders=true -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Djava.protocol.handler.pkgs=sun.net.www.protocol -Dnifi.properties.file.path=C:\nifi\NIFI-1~1.0\.\conf\nifi.properties -Dnifi.bootstrap.listen.port=54700 -Dapp=NiFi -Dorg.apache.nifi.bootstrap.config.log.dir=C:\nifi\NIFI-1~1.0\bin\..\\logs org.apache.nifi.NiFi
2023-04-23 01:00:45,455 INFO [main] org.apache.nifi.bootstrap.Command Failed to determine Process ID from [java.lang.ProcessImpl]: java.lang.Process.pid()
2023-04-23 01:00:45,455 WARN [main] org.apache.nifi.bootstrap.Command Launched Apache NiFi but could not determined the Process ID
2023-04-23 01:00:45,946 WARN [NiFi Bootstrap Command Listener] org.apache.nifi.bootstrap.RunNiFi Failed to set permissions so that only the owner can read status file C:\nifi\NIFI-1~1.0\bin\..\run\nifi.status; this may allows others to have access to the key needed to communicate with NiFi. Permissions should be changed so that only the owner can read this file
2023-04-23 01:00:45,946 INFO [NiFi Bootstrap Command Listener] org.apache.nifi.bootstrap.RunNiFi Apache NiFi now running and listening for Bootstrap requests on port 54701
2023-04-23 01:01:07,903 ERROR [NiFi logging handler] org.apache.nifi.StdErr Failed to start web server: Failed to bind to /127.0.0.1:8443
2023-04-23 01:01:07,903 ERROR [NiFi logging handler] org.apache.nifi.StdErr Shutting down...
2023-04-23 01:01:09,689 INFO [main] org.apache.nifi.bootstrap.RunNiFi NiFi never started. Will not restart NiFi
Any help on this would be much appreciated!
Created 04-24-2023 02:34 AM
Do you still get the error message
2023-04-23 00:43:19,290 ERROR [NiFi logging handler] org.apache.nifi.StdErr Failed to start web server: Failed to bind to /127.0.0.1:8443 2023-04-23 00:43:19,290 ERROR [NiFi logging handler] org.apache.nifi.StdErr Shutting down...
Your initial error was with 8443 but you are using 8080. Try using a different port, like 9091, just for testing purpose. If it works, your problem is with your PORT. If it does not work, you problem is with the host. Otherwise, I have no idea. I just downloaded NiFi and used the default configurations (like you have) and it worked directly.
Created 04-23-2023 02:11 AM
hi @ari279,
based on your error, I might assume that it has something to do with how you have configured your nifi.properties file. It could be that you have messed up the HTTP and HTTPS properties or maybe you are trying to use an IP and a PORT which are already used by another application on your laptop. It could further help if you could paste your nifi.properties here and check on your machine if the combination of host name and port are already in use by another app.
Created 04-23-2023 10:06 AM
hi @cotopaul
this is my nifi.properties file
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Core Properties #
nifi.flow.configuration.file=./conf/flow.xml.gz
nifi.flow.configuration.json.file=./conf/flow.json.gz
nifi.flow.configuration.archive.enabled=true
nifi.flow.configuration.archive.dir=./conf/archive/
nifi.flow.configuration.archive.max.time=30 days
nifi.flow.configuration.archive.max.storage=500 MB
nifi.flow.configuration.archive.max.count=
nifi.flowcontroller.autoResumeState=true
nifi.flowcontroller.graceful.shutdown.period=10 sec
nifi.flowservice.writedelay.interval=500 ms
nifi.administrative.yield.duration=30 sec
# If a component has no work to do (is "bored"), how long should we wait before checking again for work?
nifi.bored.yield.duration=10 millis
nifi.queue.backpressure.count=10000
nifi.queue.backpressure.size=1 GB
nifi.authorizer.configuration.file=./conf/authorizers.xml
nifi.login.identity.provider.configuration.file=./conf/login-identity-providers.xml
nifi.templates.directory=./conf/templates
nifi.ui.banner.text=
nifi.ui.autorefresh.interval=30 sec
nifi.nar.library.directory=./lib
nifi.nar.library.autoload.directory=./extensions
nifi.nar.working.directory=./work/nar/
nifi.documentation.working.directory=./work/docs/components
nifi.nar.unpack.uber.jar=false
####################
# State Management #
####################
nifi.state.management.configuration.file=./conf/state-management.xml
# The ID of the local state provider
nifi.state.management.provider.local=local-provider
# The ID of the cluster-wide state provider. This will be ignored if NiFi is not clustered but must be populated if running in a cluster.
nifi.state.management.provider.cluster=zk-provider
# Specifies whether or not this instance of NiFi should run an embedded ZooKeeper server
nifi.state.management.embedded.zookeeper.start=false
# Properties file that provides the ZooKeeper properties to use if <nifi.state.management.embedded.zookeeper.start> is set to true
nifi.state.management.embedded.zookeeper.properties=./conf/zookeeper.properties
# H2 Settings
nifi.database.directory=./database_repository
nifi.h2.url.append=;LOCK_TIMEOUT=25000;WRITE_DELAY=0;AUTO_SERVER=FALSE
# Repository Encryption properties override individual repository implementation properties
nifi.repository.encryption.protocol.version=
nifi.repository.encryption.key.id=
nifi.repository.encryption.key.provider=
nifi.repository.encryption.key.provider.keystore.location=
nifi.repository.encryption.key.provider.keystore.password=
# FlowFile Repository
nifi.flowfile.repository.implementation=org.apache.nifi.controller.repository.WriteAheadFlowFileRepository
nifi.flowfile.repository.wal.implementation=org.apache.nifi.wali.SequentialAccessWriteAheadLog
nifi.flowfile.repository.directory=./flowfile_repository
nifi.flowfile.repository.checkpoint.interval=20 secs
nifi.flowfile.repository.always.sync=false
nifi.flowfile.repository.retain.orphaned.flowfiles=true
nifi.swap.manager.implementation=org.apache.nifi.controller.FileSystemSwapManager
nifi.queue.swap.threshold=20000
# Content Repository
nifi.content.repository.implementation=org.apache.nifi.controller.repository.FileSystemRepository
nifi.content.claim.max.appendable.size=50 KB
nifi.content.repository.directory.default=./content_repository
nifi.content.repository.archive.max.retention.period=7 days
nifi.content.repository.archive.max.usage.percentage=50%
nifi.content.repository.archive.enabled=true
nifi.content.repository.always.sync=false
nifi.content.viewer.url=../nifi-content-viewer/
# Provenance Repository Properties
nifi.provenance.repository.implementation=org.apache.nifi.provenance.WriteAheadProvenanceRepository
# Persistent Provenance Repository Properties
nifi.provenance.repository.directory.default=./provenance_repository
nifi.provenance.repository.max.storage.time=30 days
nifi.provenance.repository.max.storage.size=10 GB
nifi.provenance.repository.rollover.time=10 mins
nifi.provenance.repository.rollover.size=100 MB
nifi.provenance.repository.query.threads=2
nifi.provenance.repository.index.threads=2
nifi.provenance.repository.compress.on.rollover=true
nifi.provenance.repository.always.sync=false
# Comma-separated list of fields. Fields that are not indexed will not be searchable. Valid fields are:
# EventType, FlowFileUUID, Filename, TransitURI, ProcessorID, AlternateIdentifierURI, Relationship, Details
nifi.provenance.repository.indexed.fields=EventType, FlowFileUUID, Filename, ProcessorID, Relationship
# FlowFile Attributes that should be indexed and made searchable. Some examples to consider are filename, uuid, mime.type
nifi.provenance.repository.indexed.attributes=
# Large values for the shard size will result in more Java heap usage when searching the Provenance Repository
# but should provide better performance
nifi.provenance.repository.index.shard.size=500 MB
# Indicates the maximum length that a FlowFile attribute can be when retrieving a Provenance Event from
# the repository. If the length of any attribute exceeds this value, it will be truncated when the event is retrieved.
nifi.provenance.repository.max.attribute.length=65536
nifi.provenance.repository.concurrent.merge.threads=2
# Volatile Provenance Respository Properties
nifi.provenance.repository.buffer.size=100000
# Component and Node Status History Repository
nifi.components.status.repository.implementation=org.apache.nifi.controller.status.history.VolatileComponentStatusRepository
# Volatile Status History Repository Properties
nifi.components.status.repository.buffer.size=1440
nifi.components.status.snapshot.frequency=1 min
# QuestDB Status History Repository Properties
nifi.status.repository.questdb.persist.node.days=14
nifi.status.repository.questdb.persist.component.days=3
nifi.status.repository.questdb.persist.location=./status_repository
# Site to Site properties
nifi.remote.input.host=
nifi.remote.input.secure=false
nifi.remote.input.socket.port=
nifi.remote.input.http.enabled=true
nifi.remote.input.http.transaction.ttl=30 sec
nifi.remote.contents.cache.expiration=30 secs
# web properties #
#############################################
# For security, NiFi will present the UI on 127.0.0.1 and only be accessible through this loopback interface.
# Be aware that changing these properties may affect how your instance can be accessed without any restriction.
# We recommend configuring HTTPS instead. The administrators guide provides instructions on how to do this.
nifi.web.http.host=
nifi.web.http.port=
nifi.web.http.network.interface.default=
#############################################
nifi.web.https.host=127.0.0.1
nifi.web.https.port=8080
nifi.web.https.network.interface.default=
nifi.web.https.application.protocols=http/1.1
nifi.web.jetty.working.directory=./work/jetty
nifi.web.jetty.threads=200
nifi.web.max.header.size=16 KB
nifi.web.proxy.context.path=
nifi.web.proxy.host=
nifi.web.max.content.size=
nifi.web.max.requests.per.second=30000
nifi.web.max.access.token.requests.per.second=25
nifi.web.request.timeout=60 secs
nifi.web.request.ip.whitelist=
nifi.web.should.send.server.version=true
nifi.web.request.log.format=%{client}a - %u %t "%r" %s %O "%{Referer}i" "%{User-Agent}i"
# Include or Exclude TLS Cipher Suites for HTTPS
nifi.web.https.ciphersuites.include=
nifi.web.https.ciphersuites.exclude=
# security properties #
nifi.sensitive.props.key=1J9qcAnjiKdjz9SFyy9uHKE2SLhZXE7Y
nifi.sensitive.props.key.protected=
nifi.sensitive.props.algorithm=NIFI_PBKDF2_AES_GCM_256
nifi.sensitive.props.additional.keys=
nifi.security.autoreload.enabled=false
nifi.security.autoreload.interval=10 secs
nifi.security.keystore=./conf/keystore.p12
nifi.security.keystoreType=PKCS12
nifi.security.keystorePasswd=2557821480978fd3aa54bd586786db0b
nifi.security.keyPasswd=2557821480978fd3aa54bd586786db0b
nifi.security.truststore=./conf/truststore.p12
nifi.security.truststoreType=PKCS12
nifi.security.truststorePasswd=39a489e25b34aab6acb146601b15392e
nifi.security.user.authorizer=single-user-authorizer
nifi.security.allow.anonymous.authentication=false
nifi.security.user.login.identity.provider=single-user-provider
nifi.security.user.jws.key.rotation.period=PT1H
nifi.security.ocsp.responder.url=
nifi.security.ocsp.responder.certificate=
# OpenId Connect SSO Properties #
nifi.security.user.oidc.discovery.url=
nifi.security.user.oidc.connect.timeout=5 secs
nifi.security.user.oidc.read.timeout=5 secs
nifi.security.user.oidc.client.id=
nifi.security.user.oidc.client.secret=
nifi.security.user.oidc.preferred.jwsalgorithm=
nifi.security.user.oidc.additional.scopes=
nifi.security.user.oidc.claim.identifying.user=
nifi.security.user.oidc.fallback.claims.identifying.user=
nifi.security.user.oidc.claim.groups=groups
nifi.security.user.oidc.truststore.strategy=JDK
nifi.security.user.oidc.token.refresh.window=60 secs
# Apache Knox SSO Properties #
nifi.security.user.knox.url=
nifi.security.user.knox.publicKey=
nifi.security.user.knox.cookieName=hadoop-jwt
nifi.security.user.knox.audiences=
# SAML Properties #
nifi.security.user.saml.idp.metadata.url=
nifi.security.user.saml.sp.entity.id=
nifi.security.user.saml.identity.attribute.name=
nifi.security.user.saml.group.attribute.name=
nifi.security.user.saml.request.signing.enabled=false
nifi.security.user.saml.want.assertions.signed=true
nifi.security.user.saml.signature.algorithm=http://www.w3.org/2001/04/xmldsig-more#rsa-sha256
nifi.security.user.saml.authentication.expiration=12 hours
nifi.security.user.saml.single.logout.enabled=false
nifi.security.user.saml.http.client.truststore.strategy=JDK
nifi.security.user.saml.http.client.connect.timeout=30 secs
nifi.security.user.saml.http.client.read.timeout=30 secs
# Identity Mapping Properties #
# These properties allow normalizing user identities such that identities coming from different identity providers
# (certificates, LDAP, Kerberos) can be treated the same internally in NiFi. The following example demonstrates normalizing
# DNs from certificates and principals from Kerberos into a common identity string:
#
# nifi.security.identity.mapping.pattern.dn=^CN=(.*?), OU=(.*?), O=(.*?), L=(.*?), ST=(.*?), C=(.*?)$
# nifi.security.identity.mapping.value.dn=$1@$2
# nifi.security.identity.mapping.transform.dn=NONE
# nifi.security.identity.mapping.pattern.kerb=^(.*?)/instance@(.*?)$
# nifi.security.identity.mapping.value.kerb=$1@$2
# nifi.security.identity.mapping.transform.kerb=UPPER
# Group Mapping Properties #
# These properties allow normalizing group names coming from external sources like LDAP. The following example
# lowercases any group name.
#
# nifi.security.group.mapping.pattern.anygroup=^(.*)$
# nifi.security.group.mapping.value.anygroup=$1
# nifi.security.group.mapping.transform.anygroup=LOWER
# Listener Bootstrap properties #
# This property defines the port used to listen for communications from NiFi Bootstrap. If this property
# is missing, empty, or 0, a random ephemeral port is used.
nifi.listener.bootstrap.port=0
# cluster common properties (all nodes must have same values) #
nifi.cluster.protocol.heartbeat.interval=5 sec
nifi.cluster.protocol.heartbeat.missable.max=8
nifi.cluster.protocol.is.secure=false
# cluster node properties (only configure for cluster nodes) #
nifi.cluster.is.node=false
nifi.cluster.node.address=
nifi.cluster.node.protocol.port=
nifi.cluster.node.protocol.max.threads=50
nifi.cluster.node.event.history.size=25
nifi.cluster.node.connection.timeout=5 sec
nifi.cluster.node.read.timeout=5 sec
nifi.cluster.node.max.concurrent.requests=100
nifi.cluster.firewall.file=
nifi.cluster.flow.election.max.wait.time=5 mins
nifi.cluster.flow.election.max.candidates=
# cluster load balancing properties #
nifi.cluster.load.balance.host=
nifi.cluster.load.balance.port=6342
nifi.cluster.load.balance.connections.per.node=1
nifi.cluster.load.balance.max.thread.count=8
nifi.cluster.load.balance.comms.timeout=30 sec
# zookeeper properties, used for cluster management #
nifi.zookeeper.connect.string=
nifi.zookeeper.connect.timeout=10 secs
nifi.zookeeper.session.timeout=10 secs
nifi.zookeeper.root.node=/nifi
nifi.zookeeper.client.secure=false
nifi.zookeeper.security.keystore=
nifi.zookeeper.security.keystoreType=
nifi.zookeeper.security.keystorePasswd=
nifi.zookeeper.security.truststore=
nifi.zookeeper.security.truststoreType=
nifi.zookeeper.security.truststorePasswd=
nifi.zookeeper.jute.maxbuffer=
# Zookeeper properties for the authentication scheme used when creating acls on znodes used for cluster management
# Values supported for nifi.zookeeper.auth.type are "default", which will apply world/anyone rights on znodes
# and "sasl" which will give rights to the sasl/kerberos identity used to authenticate the nifi node
# The identity is determined using the value in nifi.kerberos.service.principal and the removeHostFromPrincipal
# and removeRealmFromPrincipal values (which should align with the kerberos.removeHostFromPrincipal and kerberos.removeRealmFromPrincipal
# values configured on the zookeeper server).
nifi.zookeeper.auth.type=
nifi.zookeeper.kerberos.removeHostFromPrincipal=
nifi.zookeeper.kerberos.removeRealmFromPrincipal=
# kerberos #
nifi.kerberos.krb5.file=
# kerberos service principal #
nifi.kerberos.service.principal=
nifi.kerberos.service.keytab.location=
# kerberos spnego principal #
nifi.kerberos.spnego.principal=
nifi.kerberos.spnego.keytab.location=
nifi.kerberos.spnego.authentication.expiration=12 hours
# external properties files for variable registry
# supports a comma delimited list of file locations
nifi.variable.registry.properties=
# analytics properties #
nifi.analytics.predict.enabled=false
nifi.analytics.predict.interval=3 mins
nifi.analytics.query.interval=5 mins
nifi.analytics.connection.model.implementation=org.apache.nifi.controller.status.analytics.models.OrdinaryLeastSquares
nifi.analytics.connection.model.score.name=rSquared
nifi.analytics.connection.model.score.threshold=.90
# runtime monitoring properties
nifi.monitor.long.running.task.schedule=
nifi.monitor.long.running.task.threshold=
# Create automatic diagnostics when stopping/restarting NiFi.
# Enable automatic diagnostic at shutdown.
nifi.diagnostics.on.shutdown.enabled=false
# Include verbose diagnostic information.
nifi.diagnostics.on.shutdown.verbose=false
# The location of the diagnostics folder.
nifi.diagnostics.on.shutdown.directory=./diagnostics
# The maximum number of files permitted in the directory. If the limit is exceeded, the oldest files are deleted.
nifi.diagnostics.on.shutdown.max.filecount=10
# The diagnostics folder's maximum permitted size in bytes. If the limit is exceeded, the oldest files are deleted.
nifi.diagnostics.on.shutdown.max.directory.size=10 MB
# Performance tracking properties
## Specifies what percentage of the time we should track the amount of time processors are using CPU, reading from/writing to content repo, etc.
## This can be useful to understand which components are the most expensive and to understand where system bottlenecks may be occurring.
## The value must be in the range of 0 (inclusive) to 100 (inclusive). A larger value will produce more accurate results, while a smaller value may be
## less expensive to compute.
## Results can be obtained by running "nifi.sh diagnostics <filename>" and then inspecting the produced file.
nifi.performance.tracking.percentage=0
# NAR Provider Properties #
# These properties allow configuring one or more NAR providers. A NAR provider retrieves NARs from an external source
# and copies them to the directory specified by nifi.nar.library.autoload.directory.
#
# Each NAR provider property follows the format:
# nifi.nar.library.provider.<identifier>.<property-name>
#
# Each NAR provider must have at least one property named "implementation".
#
# Example HDFS NAR Provider:
# nifi.nar.library.provider.hdfs.implementation=org.apache.nifi.flow.resource.hadoop.HDFSExternalResourceProvider
# nifi.nar.library.provider.hdfs.resources=/path/to/core-site.xml,/path/to/hdfs-site.xml
# nifi.nar.library.provider.hdfs.storage.location=hdfs://hdfs-location
# nifi.nar.library.provider.hdfs.source.directory=/nars
# nifi.nar.library.provider.hdfs.kerberos.principal=nifi@NIFI.COM
# nifi.nar.library.provider.hdfs.kerberos.keytab=/path/to/nifi.keytab
# nifi.nar.library.provider.hdfs.kerberos.password=
#
# Example NiFi Registry NAR Provider:
# nifi.nar.library.provider.nifi-registry.implementation=org.apache.nifi.registry.extension.NiFiRegistryNarProvider
# nifi.nar.library.provider.nifi-registry.url=http://localhost:18080
Created 04-23-2023 10:07 AM
and according to this no other apps should be using port 8080:
C:\Users\arima>netstat -ano
Active Connections
Proto Local Address Foreign Address State PID
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING 1196
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING 4
TCP 0.0.0.0:5040 0.0.0.0:0 LISTENING 6964
TCP 0.0.0.0:7680 0.0.0.0:0 LISTENING 4860
TCP 0.0.0.0:49664 0.0.0.0:0 LISTENING 1020
TCP 0.0.0.0:49665 0.0.0.0:0 LISTENING 908
TCP 0.0.0.0:49666 0.0.0.0:0 LISTENING 1812
TCP 0.0.0.0:49667 0.0.0.0:0 LISTENING 2992
TCP 0.0.0.0:49668 0.0.0.0:0 LISTENING 3936
TCP 0.0.0.0:49672 0.0.0.0:0 LISTENING 984
TCP 0.0.0.0:49959 0.0.0.0:0 LISTENING 4708
TCP 0.0.0.0:49960 0.0.0.0:0 LISTENING 4708
TCP 0.0.0.0:54353 0.0.0.0:0 LISTENING 9392
TCP 127.0.0.1:49669 0.0.0.0:0 LISTENING 3520
TCP 127.0.0.1:50494 127.0.0.1:62522 ESTABLISHED 9968
TCP 127.0.0.1:62522 0.0.0.0:0 LISTENING 3520
TCP 127.0.0.1:62522 127.0.0.1:50494 ESTABLISHED 3520
TCP 192.168.0.80:139 0.0.0.0:0 LISTENING 4
TCP 192.168.0.80:49411 20.199.120.85:443 ESTABLISHED 5040
TCP 192.168.0.80:50469 20.199.120.85:443 ESTABLISHED 11412
TCP 192.168.0.80:50637 17.57.146.173:5223 ESTABLISHED 12864
TCP 192.168.0.80:50657 20.199.120.85:443 ESTABLISHED 15448
TCP 192.168.0.80:59722 23.96.112.38:443 ESTABLISHED 4708
TCP 192.168.0.80:62435 13.32.110.120:443 ESTABLISHED 10952
TCP 192.168.0.80:62446 13.32.2.79:443 ESTABLISHED 10952
TCP 192.168.0.80:62450 13.32.110.13:443 ESTABLISHED 10952
TCP 192.168.0.80:62460 52.25.150.120:443 ESTABLISHED 10952
TCP 192.168.0.80:62497 35.244.174.68:443 TIME_WAIT 0
TCP 192.168.0.80:62500 52.43.2.154:443 TIME_WAIT 0
TCP 192.168.0.80:62506 13.107.42.14:443 ESTABLISHED 10952
TCP 192.168.0.80:62529 13.32.110.59:443 TIME_WAIT 0
TCP 192.168.0.80:62545 52.148.148.114:443 TIME_WAIT 0
TCP 192.168.0.80:62556 34.237.73.95:443 TIME_WAIT 0
TCP 192.168.0.80:62564 34.237.73.95:443 TIME_WAIT 0
TCP 192.168.0.80:62578 34.237.73.95:443 ESTABLISHED 10952
TCP 192.168.0.80:62587 88.221.92.33:443 ESTABLISHED 13724
TCP 192.168.0.80:62588 204.79.197.203:443 ESTABLISHED 13724
TCP 192.168.0.80:62589 204.79.197.203:443 TIME_WAIT 0
TCP 192.168.0.80:62601 52.27.168.236:443 ESTABLISHED 10952
TCP 192.168.0.80:62613 204.79.197.222:443 ESTABLISHED 12804
TCP 192.168.0.80:62614 13.107.6.158:443 ESTABLISHED 12804
TCP 192.168.0.80:62615 13.107.6.158:443 ESTABLISHED 12804
TCP 192.168.0.80:62616 13.107.6.158:443 ESTABLISHED 12804
TCP 192.168.0.80:62617 13.107.6.158:443 ESTABLISHED 12804
TCP 192.168.0.80:62618 13.107.6.158:443 ESTABLISHED 12804
TCP 192.168.0.80:62620 52.111.255.0:443 ESTABLISHED 12804
TCP 192.168.0.80:62621 13.69.239.74:443 ESTABLISHED 12804
TCP 192.168.0.80:62627 13.107.6.254:443 ESTABLISHED 12804
TCP [::]:135 [::]:0 LISTENING 1196
TCP [::]:445 [::]:0 LISTENING 4
TCP [::]:7680 [::]:0 LISTENING 4860
TCP [::]:49664 [::]:0 LISTENING 1020
TCP [::]:49665 [::]:0 LISTENING 908
TCP [::]:49666 [::]:0 LISTENING 1812
TCP [::]:49667 [::]:0 LISTENING 2992
TCP [::]:49668 [::]:0 LISTENING 3936
TCP [::]:49672 [::]:0 LISTENING 984
TCP [::]:49960 [::]:0 LISTENING 4708
TCP [::1]:42050 [::]:0 LISTENING 7528
TCP [::1]:49673 [::]:0 LISTENING 5652
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50435 [2a01:b740:a41:60d::10]:443 CLOSE_WAIT 16628
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50455 [2a01:b740:a41:60d::10]:443 CLOSE_WAIT 11932
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50472 [2a01:b740:a41:60d::10]:443 CLOSE_WAIT 6080
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50482 [2a01:b740:a41:60d::10]:443 CLOSE_WAIT 11932
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50483 [2a01:b740:a41:60d::10]:443 CLOSE_WAIT 11932
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50488 [2a02:26f0:11a:385::2a1]:443 ESTABLISHED 11932
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50490 [2a01:b740:a41:60c::a]:443 CLOSE_WAIT 11932
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50492 [2a01:b740:a41:60c::a]:443 CLOSE_WAIT 11932
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50496 [2a01:b740:a41:60d::10]:443 CLOSE_WAIT 6080
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50510 [2a02:26f0:11a:385::2a1]:443 ESTABLISHED 6080
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50512 [2a01:b740:a41:60b::11]:443 CLOSE_WAIT 6080
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50526 [2a01:b740:a41:60c::a]:443 CLOSE_WAIT 6080
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:55603 [2a00:1450:400c:c0b::bc]:5228 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:60810 [2603:1010:2:3::2b]:443 ESTABLISHED 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:60811 [2a02:26f0:dc::6853:421]:443 FIN_WAIT_1 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:60813 [2a02:26f0:dc::6853:53b]:443 LAST_ACK 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:60817 [2603:1026:302:a0::2]:443 FIN_WAIT_1 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:60818 [2603:1026:300:cc::2]:443 ESTABLISHED 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:61848 [2a01:b740:a41:610::4]:443 CLOSE_WAIT 11932
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62294 [2a01:b740:a41:60c::9]:443 CLOSE_WAIT 6080
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62326 [2a02:26f0:f700:2ba::35b]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62327 [2a02:26f0:f700:2ba::35b]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62328 [2a02:26f0:f700:2ba::35b]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62356 [2a00:1450:4016:80b::200e]:443 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62366 [2a00:1450:4016:808::2005]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62416 [2600:9000:2304:6a00:1a:6cae:29c0:93a1]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62430 [2a02:26f0:dc::6853:421]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62431 [2a02:26f0:f700:481::1e80]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62461 [2600:9000:2304:2600:d:c8b9:46c0:93a1]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62492 [2a00:1450:4016:80a::2013]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62496 [2a02:26f0:dc::6853:421]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62502 [2620:1ec:21::14]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62514 [2606:4700::6812:1734]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62549 [2606:4700:e2::ac40:850f]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62557 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62558 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62559 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62560 [2600:9000:211a:7800:9:fc19:fdc0:93a1]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62563 [2600:9000:211a:7800:9:fc19:fdc0:93a1]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62565 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62566 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62567 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62568 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62569 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62570 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62572 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62573 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62574 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62575 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62576 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62577 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62579 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62580 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62581 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62583 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62584 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62585 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62586 [2600:1901:1:c36::]:443 ESTABLISHED 17320
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62592 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62593 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62594 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62595 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62596 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62597 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62598 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62599 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62602 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62603 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62604 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62606 [2620:1ec:46::254]:443 ESTABLISHED 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62607 [2a02:26f0:dc::6853:421]:443 ESTABLISHED 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62608 [2a01:111:202c::254]:443 ESTABLISHED 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62611 [2603:1063:27:3::254]:443 ESTABLISHED 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62619 [2603:1026:302:a0::2]:443 ESTABLISHED 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62622 [2603:1026:302:a0::2]:443 ESTABLISHED 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62623 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62624 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62625 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62626 [2606:2800:133:206e:1315:22a5:2006:24fd]:443 ESTABLISHED 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62628 [2603:1036:309:6d::2]:443 ESTABLISHED 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62629 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62630 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62631 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62632 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62633 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62634 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62635 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62636 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62637 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62638 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62639 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62640 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62641 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62642 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62643 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62644 [2a00:1450:4016:80c::2003]:443 ESTABLISHED 10952
UDP 0.0.0.0:500 *:* 4656
UDP 0.0.0.0:3702 *:* 3336
UDP 0.0.0.0:3702 *:* 3336
UDP 0.0.0.0:4500 *:* 4656
UDP 0.0.0.0:5050 *:* 6964
UDP 0.0.0.0:5353 *:* 2744
UDP 0.0.0.0:5353 *:* 10952
UDP 0.0.0.0:5353 *:* 10952
UDP 0.0.0.0:5353 *:* 12492
UDP 0.0.0.0:5353 *:* 12492
UDP 0.0.0.0:5355 *:* 2744
UDP 0.0.0.0:49256 *:* 2744
UDP 0.0.0.0:49666 *:* 4
UDP 0.0.0.0:49667 *:* 4
UDP 0.0.0.0:49669 *:* 4
UDP 0.0.0.0:49670 *:* 4
UDP 0.0.0.0:50032 0.0.32.10:443 10952
UDP 0.0.0.0:51001 0.0.32.10:443 10952
UDP 0.0.0.0:52399 0.0.32.14:443 10952
UDP 0.0.0.0:52519 0.0.32.4:443 10952
UDP 0.0.0.0:53386 0.0.32.14:443 10952
UDP 0.0.0.0:56470 *:* 3336
UDP 0.0.0.0:58797 0.0.32.3:443 10952
UDP 0.0.0.0:59867 *:* 9392
UDP 0.0.0.0:63494 0.0.32.3:443 10952
UDP 127.0.0.1:1900 *:* 12184
UDP 127.0.0.1:49671 127.0.0.1:49671 4624
UDP 127.0.0.1:54744 127.0.0.1:54745 16628
UDP 127.0.0.1:54745 127.0.0.1:54744 16628
UDP 127.0.0.1:56877 127.0.0.1:56878 6080
UDP 127.0.0.1:56878 127.0.0.1:56877 6080
UDP 127.0.0.1:56901 *:* 12184
UDP 127.0.0.1:59034 127.0.0.1:59035 11932
UDP 127.0.0.1:59035 127.0.0.1:59034 11932
UDP 127.0.0.1:60055 127.0.0.1:60056 12864
UDP 127.0.0.1:60056 127.0.0.1:60055 12864
UDP 192.168.0.80:137 *:* 4
UDP 192.168.0.80:138 *:* 4
UDP 192.168.0.80:1900 *:* 12184
UDP 192.168.0.80:2177 *:* 10400
UDP 192.168.0.80:56900 *:* 12184
UDP [::]:500 *:* 4656
UDP [::]:3702 *:* 3336
UDP [::]:3702 *:* 3336
UDP [::]:4500 *:* 4656
UDP [::]:5353 *:* 2744
UDP [::]:5353 *:* 12492
UDP [::]:5353 *:* 10952
UDP [::]:5355 *:* 2744
UDP [::]:49256 *:* 2744
UDP [::]:49668 *:* 4
UDP [::]:50032 [2a00:1450:4016:808::200a]:443 10952
UDP [::]:51001 [2a00:1450:4016:80a::200a]:443 10952
UDP [::]:52399 [2a00:1450:4016:80c::200e]:443 10952
UDP [::]:52519 [2a00:1450:4016:809::2004]:443 10952
UDP [::]:53386 [2a00:1450:4016:808::200e]:443 10952
UDP [::]:56471 *:* 3336
UDP [::]:58797 [2a00:1450:4016:809::2003]:443 10952
UDP [::]:63494 [2a00:1450:4016:80a::2003]:443 10952
UDP [::1]:1900 *:* 12184
UDP [::1]:56899 *:* 12184
UDP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:2177 *:* 10400
UDP [2a02:8388:8181:6d00:f2be:5625:4403:2ab8]:2177 *:* 10400
UDP [fe80::d568:7ac:a18c:164a%10]:1900 *:* 12184
UDP [fe80::d568:7ac:a18c:164a%10]:2177 *:* 10400
UDP [fe80::d568:7ac:a18c:164a%10]:56898 *:* 12184
C:\Users\arima>
Created 04-24-2023 01:04 AM
I see that you have deleted your nifi.properties so I assume that you solved your problem?
From what I was able to see before you removed it, I saw that you left both your HTTP and HTTPS properties available. I suggest you to comment the HTTP if you go with HTTPS.
Created on 04-24-2023 01:09 AM - edited 04-24-2023 01:10 AM
@cotopaul I deleted it by mistake sorry! I wasn't able to solve the problem yet. I did comment the HTTP and tried running it again but the problem persists. This is the nifi.properties file right now:
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Core Properties #
nifi.flow.configuration.file=./conf/flow.xml.gz
nifi.flow.configuration.json.file=./conf/flow.json.gz
nifi.flow.configuration.archive.enabled=true
nifi.flow.configuration.archive.dir=./conf/archive/
nifi.flow.configuration.archive.max.time=30 days
nifi.flow.configuration.archive.max.storage=500 MB
nifi.flow.configuration.archive.max.count=
nifi.flowcontroller.autoResumeState=true
nifi.flowcontroller.graceful.shutdown.period=10 sec
nifi.flowservice.writedelay.interval=500 ms
nifi.administrative.yield.duration=30 sec
# If a component has no work to do (is "bored"), how long should we wait before checking again for work?
nifi.bored.yield.duration=10 millis
nifi.queue.backpressure.count=10000
nifi.queue.backpressure.size=1 GB
nifi.authorizer.configuration.file=./conf/authorizers.xml
nifi.login.identity.provider.configuration.file=./conf/login-identity-providers.xml
nifi.templates.directory=./conf/templates
nifi.ui.banner.text=
nifi.ui.autorefresh.interval=30 sec
nifi.nar.library.directory=./lib
nifi.nar.library.autoload.directory=./extensions
nifi.nar.working.directory=./work/nar/
nifi.documentation.working.directory=./work/docs/components
nifi.nar.unpack.uber.jar=false
####################
# State Management #
####################
nifi.state.management.configuration.file=./conf/state-management.xml
# The ID of the local state provider
nifi.state.management.provider.local=local-provider
# The ID of the cluster-wide state provider. This will be ignored if NiFi is not clustered but must be populated if running in a cluster.
nifi.state.management.provider.cluster=zk-provider
# Specifies whether or not this instance of NiFi should run an embedded ZooKeeper server
nifi.state.management.embedded.zookeeper.start=false
# Properties file that provides the ZooKeeper properties to use if <nifi.state.management.embedded.zookeeper.start> is set to true
nifi.state.management.embedded.zookeeper.properties=./conf/zookeeper.properties
# H2 Settings
nifi.database.directory=./database_repository
nifi.h2.url.append=;LOCK_TIMEOUT=25000;WRITE_DELAY=0;AUTO_SERVER=FALSE
# Repository Encryption properties override individual repository implementation properties
nifi.repository.encryption.protocol.version=
nifi.repository.encryption.key.id=
nifi.repository.encryption.key.provider=
nifi.repository.encryption.key.provider.keystore.location=
nifi.repository.encryption.key.provider.keystore.password=
# FlowFile Repository
nifi.flowfile.repository.implementation=org.apache.nifi.controller.repository.WriteAheadFlowFileRepository
nifi.flowfile.repository.wal.implementation=org.apache.nifi.wali.SequentialAccessWriteAheadLog
nifi.flowfile.repository.directory=./flowfile_repository
nifi.flowfile.repository.checkpoint.interval=20 secs
nifi.flowfile.repository.always.sync=false
nifi.flowfile.repository.retain.orphaned.flowfiles=true
nifi.swap.manager.implementation=org.apache.nifi.controller.FileSystemSwapManager
nifi.queue.swap.threshold=20000
# Content Repository
nifi.content.repository.implementation=org.apache.nifi.controller.repository.FileSystemRepository
nifi.content.claim.max.appendable.size=50 KB
nifi.content.repository.directory.default=./content_repository
nifi.content.repository.archive.max.retention.period=7 days
nifi.content.repository.archive.max.usage.percentage=50%
nifi.content.repository.archive.enabled=true
nifi.content.repository.always.sync=false
nifi.content.viewer.url=../nifi-content-viewer/
# Provenance Repository Properties
nifi.provenance.repository.implementation=org.apache.nifi.provenance.WriteAheadProvenanceRepository
# Persistent Provenance Repository Properties
nifi.provenance.repository.directory.default=./provenance_repository
nifi.provenance.repository.max.storage.time=30 days
nifi.provenance.repository.max.storage.size=10 GB
nifi.provenance.repository.rollover.time=10 mins
nifi.provenance.repository.rollover.size=100 MB
nifi.provenance.repository.query.threads=2
nifi.provenance.repository.index.threads=2
nifi.provenance.repository.compress.on.rollover=true
nifi.provenance.repository.always.sync=false
# Comma-separated list of fields. Fields that are not indexed will not be searchable. Valid fields are:
# EventType, FlowFileUUID, Filename, TransitURI, ProcessorID, AlternateIdentifierURI, Relationship, Details
nifi.provenance.repository.indexed.fields=EventType, FlowFileUUID, Filename, ProcessorID, Relationship
# FlowFile Attributes that should be indexed and made searchable. Some examples to consider are filename, uuid, mime.type
nifi.provenance.repository.indexed.attributes=
# Large values for the shard size will result in more Java heap usage when searching the Provenance Repository
# but should provide better performance
nifi.provenance.repository.index.shard.size=500 MB
# Indicates the maximum length that a FlowFile attribute can be when retrieving a Provenance Event from
# the repository. If the length of any attribute exceeds this value, it will be truncated when the event is retrieved.
nifi.provenance.repository.max.attribute.length=65536
nifi.provenance.repository.concurrent.merge.threads=2
# Volatile Provenance Respository Properties
nifi.provenance.repository.buffer.size=100000
# Component and Node Status History Repository
nifi.components.status.repository.implementation=org.apache.nifi.controller.status.history.VolatileComponentStatusRepository
# Volatile Status History Repository Properties
nifi.components.status.repository.buffer.size=1440
nifi.components.status.snapshot.frequency=1 min
# QuestDB Status History Repository Properties
nifi.status.repository.questdb.persist.node.days=14
nifi.status.repository.questdb.persist.component.days=3
nifi.status.repository.questdb.persist.location=./status_repository
# Site to Site properties
nifi.remote.input.host=
nifi.remote.input.secure=false
nifi.remote.input.socket.port=
nifi.remote.input.http.enabled=true
nifi.remote.input.http.transaction.ttl=30 sec
nifi.remote.contents.cache.expiration=30 secs
# web properties #
#############################################
# For security, NiFi will present the UI on 127.0.0.1 and only be accessible through this loopback interface.
# Be aware that changing these properties may affect how your instance can be accessed without any restriction.
# We recommend configuring HTTPS instead. The administrators guide provides instructions on how to do this.
#nifi.web.http.host=
#nifi.web.http.port=
#nifi.web.http.network.interface.default=
#############################################
nifi.web.https.host=127.0.0.1
nifi.web.https.port=8080
nifi.web.https.network.interface.default=
nifi.web.https.application.protocols=http/1.1
nifi.web.jetty.working.directory=./work/jetty
nifi.web.jetty.threads=200
nifi.web.max.header.size=16 KB
nifi.web.proxy.context.path=
nifi.web.proxy.host=
nifi.web.max.content.size=
nifi.web.max.requests.per.second=30000
nifi.web.max.access.token.requests.per.second=25
nifi.web.request.timeout=60 secs
nifi.web.request.ip.whitelist=
nifi.web.should.send.server.version=true
nifi.web.request.log.format=%{client}a - %u %t "%r" %s %O "%{Referer}i" "%{User-Agent}i"
# Include or Exclude TLS Cipher Suites for HTTPS
nifi.web.https.ciphersuites.include=
nifi.web.https.ciphersuites.exclude=
# security properties #
nifi.sensitive.props.key=1J9qcAnjiKdjz9SFyy9uHKE2SLhZXE7Y
nifi.sensitive.props.key.protected=
nifi.sensitive.props.algorithm=NIFI_PBKDF2_AES_GCM_256
nifi.sensitive.props.additional.keys=
nifi.security.autoreload.enabled=false
nifi.security.autoreload.interval=10 secs
nifi.security.keystore=./conf/keystore.p12
nifi.security.keystoreType=PKCS12
nifi.security.keystorePasswd=2557821480978fd3aa54bd586786db0b
nifi.security.keyPasswd=2557821480978fd3aa54bd586786db0b
nifi.security.truststore=./conf/truststore.p12
nifi.security.truststoreType=PKCS12
nifi.security.truststorePasswd=39a489e25b34aab6acb146601b15392e
nifi.security.user.authorizer=single-user-authorizer
nifi.security.allow.anonymous.authentication=false
nifi.security.user.login.identity.provider=single-user-provider
nifi.security.user.jws.key.rotation.period=PT1H
nifi.security.ocsp.responder.url=
nifi.security.ocsp.responder.certificate=
# OpenId Connect SSO Properties #
nifi.security.user.oidc.discovery.url=
nifi.security.user.oidc.connect.timeout=5 secs
nifi.security.user.oidc.read.timeout=5 secs
nifi.security.user.oidc.client.id=
nifi.security.user.oidc.client.secret=
nifi.security.user.oidc.preferred.jwsalgorithm=
nifi.security.user.oidc.additional.scopes=
nifi.security.user.oidc.claim.identifying.user=
nifi.security.user.oidc.fallback.claims.identifying.user=
nifi.security.user.oidc.claim.groups=groups
nifi.security.user.oidc.truststore.strategy=JDK
nifi.security.user.oidc.token.refresh.window=60 secs
# Apache Knox SSO Properties #
nifi.security.user.knox.url=
nifi.security.user.knox.publicKey=
nifi.security.user.knox.cookieName=hadoop-jwt
nifi.security.user.knox.audiences=
# SAML Properties #
nifi.security.user.saml.idp.metadata.url=
nifi.security.user.saml.sp.entity.id=
nifi.security.user.saml.identity.attribute.name=
nifi.security.user.saml.group.attribute.name=
nifi.security.user.saml.request.signing.enabled=false
nifi.security.user.saml.want.assertions.signed=true
nifi.security.user.saml.signature.algorithm=http://www.w3.org/2001/04/xmldsig-more#rsa-sha256
nifi.security.user.saml.authentication.expiration=12 hours
nifi.security.user.saml.single.logout.enabled=false
nifi.security.user.saml.http.client.truststore.strategy=JDK
nifi.security.user.saml.http.client.connect.timeout=30 secs
nifi.security.user.saml.http.client.read.timeout=30 secs
# Identity Mapping Properties #
# These properties allow normalizing user identities such that identities coming from different identity providers
# (certificates, LDAP, Kerberos) can be treated the same internally in NiFi. The following example demonstrates normalizing
# DNs from certificates and principals from Kerberos into a common identity string:
#
# nifi.security.identity.mapping.pattern.dn=^CN=(.*?), OU=(.*?), O=(.*?), L=(.*?), ST=(.*?), C=(.*?)$
# nifi.security.identity.mapping.value.dn=$1@$2
# nifi.security.identity.mapping.transform.dn=NONE
# nifi.security.identity.mapping.pattern.kerb=^(.*?)/instance@(.*?)$
# nifi.security.identity.mapping.value.kerb=$1@$2
# nifi.security.identity.mapping.transform.kerb=UPPER
# Group Mapping Properties #
# These properties allow normalizing group names coming from external sources like LDAP. The following example
# lowercases any group name.
#
# nifi.security.group.mapping.pattern.anygroup=^(.*)$
# nifi.security.group.mapping.value.anygroup=$1
# nifi.security.group.mapping.transform.anygroup=LOWER
# Listener Bootstrap properties #
# This property defines the port used to listen for communications from NiFi Bootstrap. If this property
# is missing, empty, or 0, a random ephemeral port is used.
nifi.listener.bootstrap.port=0
# cluster common properties (all nodes must have same values) #
nifi.cluster.protocol.heartbeat.interval=5 sec
nifi.cluster.protocol.heartbeat.missable.max=8
nifi.cluster.protocol.is.secure=false
# cluster node properties (only configure for cluster nodes) #
nifi.cluster.is.node=false
nifi.cluster.node.address=
nifi.cluster.node.protocol.port=
nifi.cluster.node.protocol.max.threads=50
nifi.cluster.node.event.history.size=25
nifi.cluster.node.connection.timeout=5 sec
nifi.cluster.node.read.timeout=5 sec
nifi.cluster.node.max.concurrent.requests=100
nifi.cluster.firewall.file=
nifi.cluster.flow.election.max.wait.time=5 mins
nifi.cluster.flow.election.max.candidates=
# cluster load balancing properties #
nifi.cluster.load.balance.host=
nifi.cluster.load.balance.port=6342
nifi.cluster.load.balance.connections.per.node=1
nifi.cluster.load.balance.max.thread.count=8
nifi.cluster.load.balance.comms.timeout=30 sec
# zookeeper properties, used for cluster management #
nifi.zookeeper.connect.string=
nifi.zookeeper.connect.timeout=10 secs
nifi.zookeeper.session.timeout=10 secs
nifi.zookeeper.root.node=/nifi
nifi.zookeeper.client.secure=false
nifi.zookeeper.security.keystore=
nifi.zookeeper.security.keystoreType=
nifi.zookeeper.security.keystorePasswd=
nifi.zookeeper.security.truststore=
nifi.zookeeper.security.truststoreType=
nifi.zookeeper.security.truststorePasswd=
nifi.zookeeper.jute.maxbuffer=
# Zookeeper properties for the authentication scheme used when creating acls on znodes used for cluster management
# Values supported for nifi.zookeeper.auth.type are "default", which will apply world/anyone rights on znodes
# and "sasl" which will give rights to the sasl/kerberos identity used to authenticate the nifi node
# The identity is determined using the value in nifi.kerberos.service.principal and the removeHostFromPrincipal
# and removeRealmFromPrincipal values (which should align with the kerberos.removeHostFromPrincipal and kerberos.removeRealmFromPrincipal
# values configured on the zookeeper server).
nifi.zookeeper.auth.type=
nifi.zookeeper.kerberos.removeHostFromPrincipal=
nifi.zookeeper.kerberos.removeRealmFromPrincipal=
# kerberos #
nifi.kerberos.krb5.file=
# kerberos service principal #
nifi.kerberos.service.principal=
nifi.kerberos.service.keytab.location=
# kerberos spnego principal #
nifi.kerberos.spnego.principal=
nifi.kerberos.spnego.keytab.location=
nifi.kerberos.spnego.authentication.expiration=12 hours
# external properties files for variable registry
# supports a comma delimited list of file locations
nifi.variable.registry.properties=
# analytics properties #
nifi.analytics.predict.enabled=false
nifi.analytics.predict.interval=3 mins
nifi.analytics.query.interval=5 mins
nifi.analytics.connection.model.implementation=org.apache.nifi.controller.status.analytics.models.OrdinaryLeastSquares
nifi.analytics.connection.model.score.name=rSquared
nifi.analytics.connection.model.score.threshold=.90
# runtime monitoring properties
nifi.monitor.long.running.task.schedule=
nifi.monitor.long.running.task.threshold=
# Create automatic diagnostics when stopping/restarting NiFi.
# Enable automatic diagnostic at shutdown.
nifi.diagnostics.on.shutdown.enabled=false
# Include verbose diagnostic information.
nifi.diagnostics.on.shutdown.verbose=false
# The location of the diagnostics folder.
nifi.diagnostics.on.shutdown.directory=./diagnostics
# The maximum number of files permitted in the directory. If the limit is exceeded, the oldest files are deleted.
nifi.diagnostics.on.shutdown.max.filecount=10
# The diagnostics folder's maximum permitted size in bytes. If the limit is exceeded, the oldest files are deleted.
nifi.diagnostics.on.shutdown.max.directory.size=10 MB
# Performance tracking properties
## Specifies what percentage of the time we should track the amount of time processors are using CPU, reading from/writing to content repo, etc.
## This can be useful to understand which components are the most expensive and to understand where system bottlenecks may be occurring.
## The value must be in the range of 0 (inclusive) to 100 (inclusive). A larger value will produce more accurate results, while a smaller value may be
## less expensive to compute.
## Results can be obtained by running "nifi.sh diagnostics <filename>" and then inspecting the produced file.
nifi.performance.tracking.percentage=0
# NAR Provider Properties #
# These properties allow configuring one or more NAR providers. A NAR provider retrieves NARs from an external source
# and copies them to the directory specified by nifi.nar.library.autoload.directory.
#
# Each NAR provider property follows the format:
# nifi.nar.library.provider.<identifier>.<property-name>
#
# Each NAR provider must have at least one property named "implementation".
#
# Example HDFS NAR Provider:
# nifi.nar.library.provider.hdfs.implementation=org.apache.nifi.flow.resource.hadoop.HDFSExternalResourceProvider
# nifi.nar.library.provider.hdfs.resources=/path/to/core-site.xml,/path/to/hdfs-site.xml
# nifi.nar.library.provider.hdfs.storage.location=hdfs://hdfs-location
# nifi.nar.library.provider.hdfs.source.directory=/nars
# nifi.nar.library.provider.hdfs.kerberos.principal=nifi@NIFI.COM
# nifi.nar.library.provider.hdfs.kerberos.keytab=/path/to/nifi.keytab
# nifi.nar.library.provider.hdfs.kerberos.password=
#
# Example NiFi Registry NAR Provider:
# nifi.nar.library.provider.nifi-registry.implementation=org.apache.nifi.registry.extension.NiFiRegistryNarProvider
# nifi.nar.library.provider.nifi-registry.url=http://localhost:18080
Created 04-24-2023 01:46 AM
try updating nifi.remote.input.secure from false to true. I just downloaded NiFi again and used your nifi.properties file (of course the keystore and truststore are different) and the only thing I changed to have my instance started was nifi.remote.input.secure=true
Created 04-23-2023 03:52 AM
Hi @cotopaul,
This is my nifi.properties file:
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Core Properties #
nifi.flow.configuration.file=./conf/flow.xml.gz
nifi.flow.configuration.json.file=./conf/flow.json.gz
nifi.flow.configuration.archive.enabled=true
nifi.flow.configuration.archive.dir=./conf/archive/
nifi.flow.configuration.archive.max.time=30 days
nifi.flow.configuration.archive.max.storage=500 MB
nifi.flow.configuration.archive.max.count=
nifi.flowcontroller.autoResumeState=true
nifi.flowcontroller.graceful.shutdown.period=10 sec
nifi.flowservice.writedelay.interval=500 ms
nifi.administrative.yield.duration=30 sec
# If a component has no work to do (is "bored"), how long should we wait before checking again for work?
nifi.bored.yield.duration=10 millis
nifi.queue.backpressure.count=10000
nifi.queue.backpressure.size=1 GB
nifi.authorizer.configuration.file=./conf/authorizers.xml
nifi.login.identity.provider.configuration.file=./conf/login-identity-providers.xml
nifi.templates.directory=./conf/templates
nifi.ui.banner.text=
nifi.ui.autorefresh.interval=30 sec
nifi.nar.library.directory=./lib
nifi.nar.library.autoload.directory=./extensions
nifi.nar.working.directory=./work/nar/
nifi.documentation.working.directory=./work/docs/components
nifi.nar.unpack.uber.jar=false
####################
# State Management #
####################
nifi.state.management.configuration.file=./conf/state-management.xml
# The ID of the local state provider
nifi.state.management.provider.local=local-provider
# The ID of the cluster-wide state provider. This will be ignored if NiFi is not clustered but must be populated if running in a cluster.
nifi.state.management.provider.cluster=zk-provider
# Specifies whether or not this instance of NiFi should run an embedded ZooKeeper server
nifi.state.management.embedded.zookeeper.start=false
# Properties file that provides the ZooKeeper properties to use if <nifi.state.management.embedded.zookeeper.start> is set to true
nifi.state.management.embedded.zookeeper.properties=./conf/zookeeper.properties
# H2 Settings
nifi.database.directory=./database_repository
nifi.h2.url.append=;LOCK_TIMEOUT=25000;WRITE_DELAY=0;AUTO_SERVER=FALSE
# Repository Encryption properties override individual repository implementation properties
nifi.repository.encryption.protocol.version=
nifi.repository.encryption.key.id=
nifi.repository.encryption.key.provider=
nifi.repository.encryption.key.provider.keystore.location=
nifi.repository.encryption.key.provider.keystore.password=
# FlowFile Repository
nifi.flowfile.repository.implementation=org.apache.nifi.controller.repository.WriteAheadFlowFileRepository
nifi.flowfile.repository.wal.implementation=org.apache.nifi.wali.SequentialAccessWriteAheadLog
nifi.flowfile.repository.directory=./flowfile_repository
nifi.flowfile.repository.checkpoint.interval=20 secs
nifi.flowfile.repository.always.sync=false
nifi.flowfile.repository.retain.orphaned.flowfiles=true
nifi.swap.manager.implementation=org.apache.nifi.controller.FileSystemSwapManager
nifi.queue.swap.threshold=20000
# Content Repository
nifi.content.repository.implementation=org.apache.nifi.controller.repository.FileSystemRepository
nifi.content.claim.max.appendable.size=50 KB
nifi.content.repository.directory.default=./content_repository
nifi.content.repository.archive.max.retention.period=7 days
nifi.content.repository.archive.max.usage.percentage=50%
nifi.content.repository.archive.enabled=true
nifi.content.repository.always.sync=false
nifi.content.viewer.url=../nifi-content-viewer/
# Provenance Repository Properties
nifi.provenance.repository.implementation=org.apache.nifi.provenance.WriteAheadProvenanceRepository
# Persistent Provenance Repository Properties
nifi.provenance.repository.directory.default=./provenance_repository
nifi.provenance.repository.max.storage.time=30 days
nifi.provenance.repository.max.storage.size=10 GB
nifi.provenance.repository.rollover.time=10 mins
nifi.provenance.repository.rollover.size=100 MB
nifi.provenance.repository.query.threads=2
nifi.provenance.repository.index.threads=2
nifi.provenance.repository.compress.on.rollover=true
nifi.provenance.repository.always.sync=false
# Comma-separated list of fields. Fields that are not indexed will not be searchable. Valid fields are:
# EventType, FlowFileUUID, Filename, TransitURI, ProcessorID, AlternateIdentifierURI, Relationship, Details
nifi.provenance.repository.indexed.fields=EventType, FlowFileUUID, Filename, ProcessorID, Relationship
# FlowFile Attributes that should be indexed and made searchable. Some examples to consider are filename, uuid, mime.type
nifi.provenance.repository.indexed.attributes=
# Large values for the shard size will result in more Java heap usage when searching the Provenance Repository
# but should provide better performance
nifi.provenance.repository.index.shard.size=500 MB
# Indicates the maximum length that a FlowFile attribute can be when retrieving a Provenance Event from
# the repository. If the length of any attribute exceeds this value, it will be truncated when the event is retrieved.
nifi.provenance.repository.max.attribute.length=65536
nifi.provenance.repository.concurrent.merge.threads=2
# Volatile Provenance Respository Properties
nifi.provenance.repository.buffer.size=100000
# Component and Node Status History Repository
nifi.components.status.repository.implementation=org.apache.nifi.controller.status.history.VolatileComponentStatusRepository
# Volatile Status History Repository Properties
nifi.components.status.repository.buffer.size=1440
nifi.components.status.snapshot.frequency=1 min
# QuestDB Status History Repository Properties
nifi.status.repository.questdb.persist.node.days=14
nifi.status.repository.questdb.persist.component.days=3
nifi.status.repository.questdb.persist.location=./status_repository
# Site to Site properties
nifi.remote.input.host=
nifi.remote.input.secure=false
nifi.remote.input.socket.port=
nifi.remote.input.http.enabled=true
nifi.remote.input.http.transaction.ttl=30 sec
nifi.remote.contents.cache.expiration=30 secs
# web properties #
#############################################
# For security, NiFi will present the UI on 127.0.0.1 and only be accessible through this loopback interface.
# Be aware that changing these properties may affect how your instance can be accessed without any restriction.
# We recommend configuring HTTPS instead. The administrators guide provides instructions on how to do this.
nifi.web.http.host=
nifi.web.http.port=
nifi.web.http.network.interface.default=
#############################################
nifi.web.https.host=127.0.0.1
nifi.web.https.port=8080
nifi.web.https.network.interface.default=
nifi.web.https.application.protocols=http/1.1
nifi.web.jetty.working.directory=./work/jetty
nifi.web.jetty.threads=200
nifi.web.max.header.size=16 KB
nifi.web.proxy.context.path=
nifi.web.proxy.host=
nifi.web.max.content.size=
nifi.web.max.requests.per.second=30000
nifi.web.max.access.token.requests.per.second=25
nifi.web.request.timeout=60 secs
nifi.web.request.ip.whitelist=
nifi.web.should.send.server.version=true
nifi.web.request.log.format=%{client}a - %u %t "%r" %s %O "%{Referer}i" "%{User-Agent}i"
# Include or Exclude TLS Cipher Suites for HTTPS
nifi.web.https.ciphersuites.include=
nifi.web.https.ciphersuites.exclude=
# security properties #
nifi.sensitive.props.key=1J9qcAnjiKdjz9SFyy9uHKE2SLhZXE7Y
nifi.sensitive.props.key.protected=
nifi.sensitive.props.algorithm=NIFI_PBKDF2_AES_GCM_256
nifi.sensitive.props.additional.keys=
nifi.security.autoreload.enabled=false
nifi.security.autoreload.interval=10 secs
nifi.security.keystore=./conf/keystore.p12
nifi.security.keystoreType=PKCS12
nifi.security.keystorePasswd=2557821480978fd3aa54bd586786db0b
nifi.security.keyPasswd=2557821480978fd3aa54bd586786db0b
nifi.security.truststore=./conf/truststore.p12
nifi.security.truststoreType=PKCS12
nifi.security.truststorePasswd=39a489e25b34aab6acb146601b15392e
nifi.security.user.authorizer=single-user-authorizer
nifi.security.allow.anonymous.authentication=false
nifi.security.user.login.identity.provider=single-user-provider
nifi.security.user.jws.key.rotation.period=PT1H
nifi.security.ocsp.responder.url=
nifi.security.ocsp.responder.certificate=
# OpenId Connect SSO Properties #
nifi.security.user.oidc.discovery.url=
nifi.security.user.oidc.connect.timeout=5 secs
nifi.security.user.oidc.read.timeout=5 secs
nifi.security.user.oidc.client.id=
nifi.security.user.oidc.client.secret=
nifi.security.user.oidc.preferred.jwsalgorithm=
nifi.security.user.oidc.additional.scopes=
nifi.security.user.oidc.claim.identifying.user=
nifi.security.user.oidc.fallback.claims.identifying.user=
nifi.security.user.oidc.claim.groups=groups
nifi.security.user.oidc.truststore.strategy=JDK
nifi.security.user.oidc.token.refresh.window=60 secs
# Apache Knox SSO Properties #
nifi.security.user.knox.url=
nifi.security.user.knox.publicKey=
nifi.security.user.knox.cookieName=hadoop-jwt
nifi.security.user.knox.audiences=
# SAML Properties #
nifi.security.user.saml.idp.metadata.url=
nifi.security.user.saml.sp.entity.id=
nifi.security.user.saml.identity.attribute.name=
nifi.security.user.saml.group.attribute.name=
nifi.security.user.saml.request.signing.enabled=false
nifi.security.user.saml.want.assertions.signed=true
nifi.security.user.saml.signature.algorithm=http://www.w3.org/2001/04/xmldsig-more#rsa-sha256
nifi.security.user.saml.authentication.expiration=12 hours
nifi.security.user.saml.single.logout.enabled=false
nifi.security.user.saml.http.client.truststore.strategy=JDK
nifi.security.user.saml.http.client.connect.timeout=30 secs
nifi.security.user.saml.http.client.read.timeout=30 secs
# Identity Mapping Properties #
# These properties allow normalizing user identities such that identities coming from different identity providers
# (certificates, LDAP, Kerberos) can be treated the same internally in NiFi. The following example demonstrates normalizing
# DNs from certificates and principals from Kerberos into a common identity string:
#
# nifi.security.identity.mapping.pattern.dn=^CN=(.*?), OU=(.*?), O=(.*?), L=(.*?), ST=(.*?), C=(.*?)$
# nifi.security.identity.mapping.value.dn=$1@$2
# nifi.security.identity.mapping.transform.dn=NONE
# nifi.security.identity.mapping.pattern.kerb=^(.*?)/instance@(.*?)$
# nifi.security.identity.mapping.value.kerb=$1@$2
# nifi.security.identity.mapping.transform.kerb=UPPER
# Group Mapping Properties #
# These properties allow normalizing group names coming from external sources like LDAP. The following example
# lowercases any group name.
#
# nifi.security.group.mapping.pattern.anygroup=^(.*)$
# nifi.security.group.mapping.value.anygroup=$1
# nifi.security.group.mapping.transform.anygroup=LOWER
# Listener Bootstrap properties #
# This property defines the port used to listen for communications from NiFi Bootstrap. If this property
# is missing, empty, or 0, a random ephemeral port is used.
nifi.listener.bootstrap.port=0
# cluster common properties (all nodes must have same values) #
nifi.cluster.protocol.heartbeat.interval=5 sec
nifi.cluster.protocol.heartbeat.missable.max=8
nifi.cluster.protocol.is.secure=false
# cluster node properties (only configure for cluster nodes) #
nifi.cluster.is.node=false
nifi.cluster.node.address=
nifi.cluster.node.protocol.port=
nifi.cluster.node.protocol.max.threads=50
nifi.cluster.node.event.history.size=25
nifi.cluster.node.connection.timeout=5 sec
nifi.cluster.node.read.timeout=5 sec
nifi.cluster.node.max.concurrent.requests=100
nifi.cluster.firewall.file=
nifi.cluster.flow.election.max.wait.time=5 mins
nifi.cluster.flow.election.max.candidates=
# cluster load balancing properties #
nifi.cluster.load.balance.host=
nifi.cluster.load.balance.port=6342
nifi.cluster.load.balance.connections.per.node=1
nifi.cluster.load.balance.max.thread.count=8
nifi.cluster.load.balance.comms.timeout=30 sec
# zookeeper properties, used for cluster management #
nifi.zookeeper.connect.string=
nifi.zookeeper.connect.timeout=10 secs
nifi.zookeeper.session.timeout=10 secs
nifi.zookeeper.root.node=/nifi
nifi.zookeeper.client.secure=false
nifi.zookeeper.security.keystore=
nifi.zookeeper.security.keystoreType=
nifi.zookeeper.security.keystorePasswd=
nifi.zookeeper.security.truststore=
nifi.zookeeper.security.truststoreType=
nifi.zookeeper.security.truststorePasswd=
nifi.zookeeper.jute.maxbuffer=
# Zookeeper properties for the authentication scheme used when creating acls on znodes used for cluster management
# Values supported for nifi.zookeeper.auth.type are "default", which will apply world/anyone rights on znodes
# and "sasl" which will give rights to the sasl/kerberos identity used to authenticate the nifi node
# The identity is determined using the value in nifi.kerberos.service.principal and the removeHostFromPrincipal
# and removeRealmFromPrincipal values (which should align with the kerberos.removeHostFromPrincipal and kerberos.removeRealmFromPrincipal
# values configured on the zookeeper server).
nifi.zookeeper.auth.type=
nifi.zookeeper.kerberos.removeHostFromPrincipal=
nifi.zookeeper.kerberos.removeRealmFromPrincipal=
# kerberos #
nifi.kerberos.krb5.file=
# kerberos service principal #
nifi.kerberos.service.principal=
nifi.kerberos.service.keytab.location=
# kerberos spnego principal #
nifi.kerberos.spnego.principal=
nifi.kerberos.spnego.keytab.location=
nifi.kerberos.spnego.authentication.expiration=12 hours
# external properties files for variable registry
# supports a comma delimited list of file locations
nifi.variable.registry.properties=
# analytics properties #
nifi.analytics.predict.enabled=false
nifi.analytics.predict.interval=3 mins
nifi.analytics.query.interval=5 mins
nifi.analytics.connection.model.implementation=org.apache.nifi.controller.status.analytics.models.OrdinaryLeastSquares
nifi.analytics.connection.model.score.name=rSquared
nifi.analytics.connection.model.score.threshold=.90
# runtime monitoring properties
nifi.monitor.long.running.task.schedule=
nifi.monitor.long.running.task.threshold=
# Create automatic diagnostics when stopping/restarting NiFi.
# Enable automatic diagnostic at shutdown.
nifi.diagnostics.on.shutdown.enabled=false
# Include verbose diagnostic information.
nifi.diagnostics.on.shutdown.verbose=false
# The location of the diagnostics folder.
nifi.diagnostics.on.shutdown.directory=./diagnostics
# The maximum number of files permitted in the directory. If the limit is exceeded, the oldest files are deleted.
nifi.diagnostics.on.shutdown.max.filecount=10
# The diagnostics folder's maximum permitted size in bytes. If the limit is exceeded, the oldest files are deleted.
nifi.diagnostics.on.shutdown.max.directory.size=10 MB
# Performance tracking properties
## Specifies what percentage of the time we should track the amount of time processors are using CPU, reading from/writing to content repo, etc.
## This can be useful to understand which components are the most expensive and to understand where system bottlenecks may be occurring.
## The value must be in the range of 0 (inclusive) to 100 (inclusive). A larger value will produce more accurate results, while a smaller value may be
## less expensive to compute.
## Results can be obtained by running "nifi.sh diagnostics <filename>" and then inspecting the produced file.
nifi.performance.tracking.percentage=0
# NAR Provider Properties #
# These properties allow configuring one or more NAR providers. A NAR provider retrieves NARs from an external source
# and copies them to the directory specified by nifi.nar.library.autoload.directory.
#
# Each NAR provider property follows the format:
# nifi.nar.library.provider.<identifier>.<property-name>
#
# Each NAR provider must have at least one property named "implementation".
#
# Example HDFS NAR Provider:
# nifi.nar.library.provider.hdfs.implementation=org.apache.nifi.flow.resource.hadoop.HDFSExternalResourceProvider
# nifi.nar.library.provider.hdfs.resources=/path/to/core-site.xml,/path/to/hdfs-site.xml
# nifi.nar.library.provider.hdfs.storage.location=hdfs://hdfs-location
# nifi.nar.library.provider.hdfs.source.directory=/nars
# nifi.nar.library.provider.hdfs.kerberos.principal=nifi@NIFI.COM
# nifi.nar.library.provider.hdfs.kerberos.keytab=/path/to/nifi.keytab
# nifi.nar.library.provider.hdfs.kerberos.password=
#
# Example NiFi Registry NAR Provider:
# nifi.nar.library.provider.nifi-registry.implementation=org.apache.nifi.registry.extension.NiFiRegistryNarProvider
# nifi.nar.library.provider.nifi-registry.url=http://localhost:18080
Also as far as I see here the 8080 port isn't used by another app:
C:\Users\arima>netstat -ano
Active Connections
Proto Local Address Foreign Address State PID
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING 1196
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING 4
TCP 0.0.0.0:5040 0.0.0.0:0 LISTENING 6964
TCP 0.0.0.0:7680 0.0.0.0:0 LISTENING 4860
TCP 0.0.0.0:49664 0.0.0.0:0 LISTENING 1020
TCP 0.0.0.0:49665 0.0.0.0:0 LISTENING 908
TCP 0.0.0.0:49666 0.0.0.0:0 LISTENING 1812
TCP 0.0.0.0:49667 0.0.0.0:0 LISTENING 2992
TCP 0.0.0.0:49668 0.0.0.0:0 LISTENING 3936
TCP 0.0.0.0:49672 0.0.0.0:0 LISTENING 984
TCP 0.0.0.0:49959 0.0.0.0:0 LISTENING 4708
TCP 0.0.0.0:49960 0.0.0.0:0 LISTENING 4708
TCP 0.0.0.0:54353 0.0.0.0:0 LISTENING 9392
TCP 127.0.0.1:49669 0.0.0.0:0 LISTENING 3520
TCP 127.0.0.1:50494 127.0.0.1:62522 ESTABLISHED 9968
TCP 127.0.0.1:62522 0.0.0.0:0 LISTENING 3520
TCP 127.0.0.1:62522 127.0.0.1:50494 ESTABLISHED 3520
TCP 192.168.0.80:139 0.0.0.0:0 LISTENING 4
TCP 192.168.0.80:49409 20.199.120.85:443 ESTABLISHED 5040
TCP 192.168.0.80:50469 20.199.120.85:443 ESTABLISHED 11412
TCP 192.168.0.80:50509 17.179.252.2:443 CLOSE_WAIT 11932
TCP 192.168.0.80:50637 17.57.146.173:5223 ESTABLISHED 12864
TCP 192.168.0.80:50657 20.199.120.85:443 ESTABLISHED 15448
TCP 192.168.0.80:50737 20.42.65.88:443 TIME_WAIT 0
TCP 192.168.0.80:50758 34.237.73.95:443 ESTABLISHED 10952
TCP 192.168.0.80:50825 52.148.148.114:443 TIME_WAIT 0
TCP 192.168.0.80:50899 51.144.164.215:443 CLOSE_WAIT 7340
TCP 192.168.0.80:50901 23.96.112.38:443 ESTABLISHED 4708
TCP 192.168.0.80:50922 52.137.110.235:443 ESTABLISHED 4860
TCP 192.168.0.80:50930 104.16.236.42:443 TIME_WAIT 0
TCP 192.168.0.80:50950 52.27.168.236:443 TIME_WAIT 0
TCP 192.168.0.80:50951 192.168.0.1:5000 TIME_WAIT 0
TCP 192.168.0.80:50959 20.74.47.205:443 ESTABLISHED 1584
TCP 192.168.0.80:50960 20.74.47.205:443 ESTABLISHED 1584
TCP 192.168.0.80:50961 20.74.47.205:443 ESTABLISHED 1584
TCP 192.168.0.80:50962 20.74.47.205:443 ESTABLISHED 1584
TCP 192.168.0.80:50963 20.74.47.205:443 ESTABLISHED 1584
TCP 192.168.0.80:50964 20.74.47.205:443 ESTABLISHED 1584
TCP 192.168.0.80:50965 20.74.47.205:443 ESTABLISHED 1584
TCP 192.168.0.80:50966 20.74.47.205:443 ESTABLISHED 1584
TCP 192.168.0.80:50967 20.42.65.88:443 ESTABLISHED 12604
TCP 192.168.0.80:51000 2.18.68.33:443 ESTABLISHED 10952
TCP 192.168.0.80:51041 34.213.166.139:443 ESTABLISHED 10952
TCP 192.168.0.80:51044 192.168.0.94:8009 ESTABLISHED 10952
TCP 192.168.0.80:51062 13.69.239.74:443 ESTABLISHED 12804
TCP 192.168.0.80:51063 13.107.6.158:443 ESTABLISHED 12804
TCP 192.168.0.80:51068 13.69.239.74:443 ESTABLISHED 12804
TCP 192.168.0.80:51069 204.79.197.222:443 ESTABLISHED 12804
TCP [::]:135 [::]:0 LISTENING 1196
TCP [::]:445 [::]:0 LISTENING 4
TCP [::]:7680 [::]:0 LISTENING 4860
TCP [::]:49664 [::]:0 LISTENING 1020
TCP [::]:49665 [::]:0 LISTENING 908
TCP [::]:49666 [::]:0 LISTENING 1812
TCP [::]:49667 [::]:0 LISTENING 2992
TCP [::]:49668 [::]:0 LISTENING 3936
TCP [::]:49672 [::]:0 LISTENING 984
TCP [::]:49960 [::]:0 LISTENING 4708
TCP [::1]:49673 [::]:0 LISTENING 5652
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50435 [2a01:b740:a41:60d::10]:443 CLOSE_WAIT 16628
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50455 [2a01:b740:a41:60d::10]:443 CLOSE_WAIT 11932
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50472 [2a01:b740:a41:60d::10]:443 CLOSE_WAIT 6080
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50482 [2a01:b740:a41:60d::10]:443 CLOSE_WAIT 11932
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50483 [2a01:b740:a41:60d::10]:443 CLOSE_WAIT 11932
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50488 [2a02:26f0:11a:385::2a1]:443 ESTABLISHED 11932
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50490 [2a01:b740:a41:60c::a]:443 CLOSE_WAIT 11932
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50491 [2a01:b740:a41:60d::13]:443 CLOSE_WAIT 11932
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50492 [2a01:b740:a41:60c::a]:443 CLOSE_WAIT 11932
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50496 [2a01:b740:a41:60d::10]:443 CLOSE_WAIT 6080
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50510 [2a02:26f0:11a:385::2a1]:443 ESTABLISHED 6080
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50511 [2a01:b740:a41:60b::11]:443 CLOSE_WAIT 6080
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50512 [2a01:b740:a41:60b::11]:443 CLOSE_WAIT 6080
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50526 [2a01:b740:a41:60c::a]:443 CLOSE_WAIT 6080
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50527 [2a02:26f0:11a:385::2a1]:443 ESTABLISHED 6080
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50536 [2a01:b740:a41:60b::11]:443 CLOSE_WAIT 11932
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50537 [2a02:26f0:dc::6853:421]:443 FIN_WAIT_1 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50685 [2600:1900:4110:86f::]:80 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50850 [2606:2800:233:24ff:1f6:25dc:1e0b:332]:80 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50878 [2a00:1450:400c:c00::bc]:5228 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50886 [2a00:1450:4016:80c::2013]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50896 [2a02:26f0:11a:3a0::35b]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50897 [2a02:26f0:11a:3a0::35b]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50898 [2a02:26f0:11a:3a0::35b]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50918 [2a00:1450:4016:809::200e]:443 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50926 [2606:4700::6813:9d22]:443 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50931 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50932 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50934 [2600:9000:2304:8c00:1a:6cae:29c0:93a1]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50935 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50936 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50937 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50938 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50939 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50940 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50941 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50942 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50943 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50944 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50945 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50946 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50947 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50948 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50949 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50952 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50953 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50954 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50955 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50956 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50957 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50968 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50969 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50970 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50971 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50972 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50973 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50974 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50975 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50976 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50977 [2a00:1450:4016:80c::200e]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50978 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50979 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50980 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50981 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50982 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50983 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50984 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50985 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50986 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50987 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50988 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50989 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50990 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50991 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50992 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50993 [2a00:1450:4016:80c::2003]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50994 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50995 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50996 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50997 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50998 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50999 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51001 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51002 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51003 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51004 [2a01:111:f100:3000::a83e:1b53]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51005 [2a01:111:f100:3000::a83e:1b53]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51006 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51007 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51008 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51009 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51010 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51011 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51012 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51013 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51014 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51015 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51016 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51018 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51019 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51020 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51021 [2a00:1450:4016:808::200e]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51022 [2a00:1450:4016:809::200a]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51023 [2a00:1450:4016:809::200e]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51024 [2a00:1450:4016:808::200e]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51025 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51026 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51027 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51028 [2a00:1450:4016:809::200e]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51029 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51030 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51031 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51032 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51033 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51034 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51035 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51036 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51037 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51038 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51039 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51040 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51042 [2a00:1450:4016:809::2002]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51043 [2a00:1450:4016:80b::2003]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51045 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51046 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51047 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51048 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51049 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51050 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51051 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51052 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51053 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51054 [2a00:1450:4016:80c::200e]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51055 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51056 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51057 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51058 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51059 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51060 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51061 [2a00:1450:4016:809::200e]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51064 [2a02:26f0:dc::6853:421]:443 ESTABLISHED 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:51065 [2603:1026:302:a0::2]:443 ESTABLISHED 12804
UDP 0.0.0.0:500 *:* 4656
UDP 0.0.0.0:3702 *:* 3336
UDP 0.0.0.0:3702 *:* 3336
UDP 0.0.0.0:4500 *:* 4656
UDP 0.0.0.0:5050 *:* 6964
UDP 0.0.0.0:5353 *:* 12492
UDP 0.0.0.0:5353 *:* 2744
UDP 0.0.0.0:5353 *:* 12492
UDP 0.0.0.0:5355 *:* 2744
UDP 0.0.0.0:49178 0.0.32.14:443 10952
UDP 0.0.0.0:49664 0.0.32.14:443 10952
UDP 0.0.0.0:49665 0.0.32.14:443 10952
UDP 0.0.0.0:49666 *:* 4
UDP 0.0.0.0:49667 *:* 4
UDP 0.0.0.0:49669 *:* 4
UDP 0.0.0.0:49670 *:* 4
UDP 0.0.0.0:49884 0.0.32.10:443 10952
UDP 0.0.0.0:50256 0.0.32.2:443 10952
UDP 0.0.0.0:54768 0.0.32.10:443 10952
UDP 0.0.0.0:54844 0.0.32.3:443 10952
UDP 0.0.0.0:55202 0.0.32.3:443 10952
UDP 0.0.0.0:55540 *:* 2744
UDP 0.0.0.0:55998 0.0.32.22:443 10952
UDP 0.0.0.0:56041 0.0.32.10:443 10952
UDP 0.0.0.0:56403 0.0.32.14:443 10952
UDP 0.0.0.0:56431 0.0.32.3:443 10952
UDP 0.0.0.0:56470 *:* 3336
UDP 0.0.0.0:57151 0.0.32.13:443 10952
UDP 0.0.0.0:57328 *:* 2744
UDP 0.0.0.0:57782 0.0.32.3:443 10952
UDP 0.0.0.0:59186 *:* 2744
UDP 0.0.0.0:59298 0.0.32.10:443 10952
UDP 0.0.0.0:59867 *:* 9392
UDP 0.0.0.0:62443 0.0.32.14:443 10952
UDP 0.0.0.0:62558 0.0.32.4:443 10952
UDP 0.0.0.0:62582 0.0.32.14:443 10952
UDP 0.0.0.0:62999 0.0.32.14:443 10952
UDP 0.0.0.0:64613 *:* 2744
UDP 0.0.0.0:65375 0.0.32.14:443 10952
UDP 127.0.0.1:1900 *:* 12184
UDP 127.0.0.1:49671 127.0.0.1:49671 4624
UDP 127.0.0.1:54744 127.0.0.1:54745 16628
UDP 127.0.0.1:54745 127.0.0.1:54744 16628
UDP 127.0.0.1:56877 127.0.0.1:56878 6080
UDP 127.0.0.1:56878 127.0.0.1:56877 6080
UDP 127.0.0.1:56901 *:* 12184
UDP 127.0.0.1:59034 127.0.0.1:59035 11932
UDP 127.0.0.1:59035 127.0.0.1:59034 11932
UDP 127.0.0.1:60055 127.0.0.1:60056 12864
UDP 127.0.0.1:60056 127.0.0.1:60055 12864
UDP 192.168.0.80:137 *:* 4
UDP 192.168.0.80:138 *:* 4
UDP 192.168.0.80:1900 *:* 12184
UDP 192.168.0.80:56900 *:* 12184
UDP [::]:500 *:* 4656
UDP [::]:3702 *:* 3336
UDP [::]:3702 *:* 3336
UDP [::]:4500 *:* 4656
UDP [::]:5353 *:* 12492
UDP [::]:5353 *:* 2744
UDP [::]:5355 *:* 2744
UDP [::]:49178 [2a00:1450:4016:809::200e]:443 10952
UDP [::]:49664 [2a00:1450:4016:80c::200e]:443 10952
UDP [::]:49665 [2a00:1450:4016:809::200e]:443 10952
UDP [::]:49668 *:* 4
UDP [::]:49884 [2a00:1450:4016:80a::200a]:443 10952
UDP [::]:50256 [2a00:1450:4016:809::2002]:443 10952
UDP [::]:54768 [2a00:1450:4016:80a::200a]:443 10952
UDP [::]:54844 [2a00:1450:4016:80b::2003]:443 10952
UDP [::]:55202 [2a00:1450:4016:80b::2003]:443 10952
UDP [::]:55540 *:* 2744
UDP [::]:55998 [2a00:1450:4016:80a::2016]:443 10952
UDP [::]:56041 [2a00:1450:4016:80b::200a]:443 10952
UDP [::]:56403 [2a00:1450:4016:809::200e]:443 10952
UDP [::]:56431 [2a00:1450:4016:80c::2003]:443 10952
UDP [::]:56471 *:* 3336
UDP [::]:57151 [2a00:1450:4016:808::200d]:443 10952
UDP [::]:57328 *:* 2744
UDP [::]:57782 [2a00:1450:4016:80b::2003]:443 10952
UDP [::]:59186 *:* 2744
UDP [::]:59298 [2a00:1450:4016:80a::200a]:443 10952
UDP [::]:62443 [2a00:1450:4016:808::200e]:443 10952
UDP [::]:62558 [2a00:1450:4016:809::2004]:443 10952
UDP [::]:62582 [2a00:1450:4016:809::200e]:443 10952
UDP [::]:62999 [2a00:1450:4016:808::200e]:443 10952
UDP [::]:64613 *:* 2744
UDP [::]:65375 [2a00:1450:4016:80c::200e]:443 10952
UDP [::1]:1900 *:* 12184
UDP [::1]:56899 *:* 12184
UDP [fe80::d568:7ac:a18c:164a%10]:1900 *:* 12184
UDP [fe80::d568:7ac:a18c:164a%10]:56898 *:* 12184
Created on 04-23-2023 10:04 AM - edited 04-23-2023 10:05 AM
hi @cotopaul,
this is my nifi.properties file:
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Core Properties #
nifi.flow.configuration.file=./conf/flow.xml.gz
nifi.flow.configuration.json.file=./conf/flow.json.gz
nifi.flow.configuration.archive.enabled=true
nifi.flow.configuration.archive.dir=./conf/archive/
nifi.flow.configuration.archive.max.time=30 days
nifi.flow.configuration.archive.max.storage=500 MB
nifi.flow.configuration.archive.max.count=
nifi.flowcontroller.autoResumeState=true
nifi.flowcontroller.graceful.shutdown.period=10 sec
nifi.flowservice.writedelay.interval=500 ms
nifi.administrative.yield.duration=30 sec
# If a component has no work to do (is "bored"), how long should we wait before checking again for work?
nifi.bored.yield.duration=10 millis
nifi.queue.backpressure.count=10000
nifi.queue.backpressure.size=1 GB
nifi.authorizer.configuration.file=./conf/authorizers.xml
nifi.login.identity.provider.configuration.file=./conf/login-identity-providers.xml
nifi.templates.directory=./conf/templates
nifi.ui.banner.text=
nifi.ui.autorefresh.interval=30 sec
nifi.nar.library.directory=./lib
nifi.nar.library.autoload.directory=./extensions
nifi.nar.working.directory=./work/nar/
nifi.documentation.working.directory=./work/docs/components
nifi.nar.unpack.uber.jar=false
####################
# State Management #
####################
nifi.state.management.configuration.file=./conf/state-management.xml
# The ID of the local state provider
nifi.state.management.provider.local=local-provider
# The ID of the cluster-wide state provider. This will be ignored if NiFi is not clustered but must be populated if running in a cluster.
nifi.state.management.provider.cluster=zk-provider
# Specifies whether or not this instance of NiFi should run an embedded ZooKeeper server
nifi.state.management.embedded.zookeeper.start=false
# Properties file that provides the ZooKeeper properties to use if <nifi.state.management.embedded.zookeeper.start> is set to true
nifi.state.management.embedded.zookeeper.properties=./conf/zookeeper.properties
# H2 Settings
nifi.database.directory=./database_repository
nifi.h2.url.append=;LOCK_TIMEOUT=25000;WRITE_DELAY=0;AUTO_SERVER=FALSE
# Repository Encryption properties override individual repository implementation properties
nifi.repository.encryption.protocol.version=
nifi.repository.encryption.key.id=
nifi.repository.encryption.key.provider=
nifi.repository.encryption.key.provider.keystore.location=
nifi.repository.encryption.key.provider.keystore.password=
# FlowFile Repository
nifi.flowfile.repository.implementation=org.apache.nifi.controller.repository.WriteAheadFlowFileRepository
nifi.flowfile.repository.wal.implementation=org.apache.nifi.wali.SequentialAccessWriteAheadLog
nifi.flowfile.repository.directory=./flowfile_repository
nifi.flowfile.repository.checkpoint.interval=20 secs
nifi.flowfile.repository.always.sync=false
nifi.flowfile.repository.retain.orphaned.flowfiles=true
nifi.swap.manager.implementation=org.apache.nifi.controller.FileSystemSwapManager
nifi.queue.swap.threshold=20000
# Content Repository
nifi.content.repository.implementation=org.apache.nifi.controller.repository.FileSystemRepository
nifi.content.claim.max.appendable.size=50 KB
nifi.content.repository.directory.default=./content_repository
nifi.content.repository.archive.max.retention.period=7 days
nifi.content.repository.archive.max.usage.percentage=50%
nifi.content.repository.archive.enabled=true
nifi.content.repository.always.sync=false
nifi.content.viewer.url=../nifi-content-viewer/
# Provenance Repository Properties
nifi.provenance.repository.implementation=org.apache.nifi.provenance.WriteAheadProvenanceRepository
# Persistent Provenance Repository Properties
nifi.provenance.repository.directory.default=./provenance_repository
nifi.provenance.repository.max.storage.time=30 days
nifi.provenance.repository.max.storage.size=10 GB
nifi.provenance.repository.rollover.time=10 mins
nifi.provenance.repository.rollover.size=100 MB
nifi.provenance.repository.query.threads=2
nifi.provenance.repository.index.threads=2
nifi.provenance.repository.compress.on.rollover=true
nifi.provenance.repository.always.sync=false
# Comma-separated list of fields. Fields that are not indexed will not be searchable. Valid fields are:
# EventType, FlowFileUUID, Filename, TransitURI, ProcessorID, AlternateIdentifierURI, Relationship, Details
nifi.provenance.repository.indexed.fields=EventType, FlowFileUUID, Filename, ProcessorID, Relationship
# FlowFile Attributes that should be indexed and made searchable. Some examples to consider are filename, uuid, mime.type
nifi.provenance.repository.indexed.attributes=
# Large values for the shard size will result in more Java heap usage when searching the Provenance Repository
# but should provide better performance
nifi.provenance.repository.index.shard.size=500 MB
# Indicates the maximum length that a FlowFile attribute can be when retrieving a Provenance Event from
# the repository. If the length of any attribute exceeds this value, it will be truncated when the event is retrieved.
nifi.provenance.repository.max.attribute.length=65536
nifi.provenance.repository.concurrent.merge.threads=2
# Volatile Provenance Respository Properties
nifi.provenance.repository.buffer.size=100000
# Component and Node Status History Repository
nifi.components.status.repository.implementation=org.apache.nifi.controller.status.history.VolatileComponentStatusRepository
# Volatile Status History Repository Properties
nifi.components.status.repository.buffer.size=1440
nifi.components.status.snapshot.frequency=1 min
# QuestDB Status History Repository Properties
nifi.status.repository.questdb.persist.node.days=14
nifi.status.repository.questdb.persist.component.days=3
nifi.status.repository.questdb.persist.location=./status_repository
# Site to Site properties
nifi.remote.input.host=
nifi.remote.input.secure=false
nifi.remote.input.socket.port=
nifi.remote.input.http.enabled=true
nifi.remote.input.http.transaction.ttl=30 sec
nifi.remote.contents.cache.expiration=30 secs
# web properties #
#############################################
# For security, NiFi will present the UI on 127.0.0.1 and only be accessible through this loopback interface.
# Be aware that changing these properties may affect how your instance can be accessed without any restriction.
# We recommend configuring HTTPS instead. The administrators guide provides instructions on how to do this.
nifi.web.http.host=
nifi.web.http.port=
nifi.web.http.network.interface.default=
#############################################
nifi.web.https.host=127.0.0.1
nifi.web.https.port=8080
nifi.web.https.network.interface.default=
nifi.web.https.application.protocols=http/1.1
nifi.web.jetty.working.directory=./work/jetty
nifi.web.jetty.threads=200
nifi.web.max.header.size=16 KB
nifi.web.proxy.context.path=
nifi.web.proxy.host=
nifi.web.max.content.size=
nifi.web.max.requests.per.second=30000
nifi.web.max.access.token.requests.per.second=25
nifi.web.request.timeout=60 secs
nifi.web.request.ip.whitelist=
nifi.web.should.send.server.version=true
nifi.web.request.log.format=%{client}a - %u %t "%r" %s %O "%{Referer}i" "%{User-Agent}i"
# Include or Exclude TLS Cipher Suites for HTTPS
nifi.web.https.ciphersuites.include=
nifi.web.https.ciphersuites.exclude=
# security properties #
nifi.sensitive.props.key=1J9qcAnjiKdjz9SFyy9uHKE2SLhZXE7Y
nifi.sensitive.props.key.protected=
nifi.sensitive.props.algorithm=NIFI_PBKDF2_AES_GCM_256
nifi.sensitive.props.additional.keys=
nifi.security.autoreload.enabled=false
nifi.security.autoreload.interval=10 secs
nifi.security.keystore=./conf/keystore.p12
nifi.security.keystoreType=PKCS12
nifi.security.keystorePasswd=2557821480978fd3aa54bd586786db0b
nifi.security.keyPasswd=2557821480978fd3aa54bd586786db0b
nifi.security.truststore=./conf/truststore.p12
nifi.security.truststoreType=PKCS12
nifi.security.truststorePasswd=39a489e25b34aab6acb146601b15392e
nifi.security.user.authorizer=single-user-authorizer
nifi.security.allow.anonymous.authentication=false
nifi.security.user.login.identity.provider=single-user-provider
nifi.security.user.jws.key.rotation.period=PT1H
nifi.security.ocsp.responder.url=
nifi.security.ocsp.responder.certificate=
# OpenId Connect SSO Properties #
nifi.security.user.oidc.discovery.url=
nifi.security.user.oidc.connect.timeout=5 secs
nifi.security.user.oidc.read.timeout=5 secs
nifi.security.user.oidc.client.id=
nifi.security.user.oidc.client.secret=
nifi.security.user.oidc.preferred.jwsalgorithm=
nifi.security.user.oidc.additional.scopes=
nifi.security.user.oidc.claim.identifying.user=
nifi.security.user.oidc.fallback.claims.identifying.user=
nifi.security.user.oidc.claim.groups=groups
nifi.security.user.oidc.truststore.strategy=JDK
nifi.security.user.oidc.token.refresh.window=60 secs
# Apache Knox SSO Properties #
nifi.security.user.knox.url=
nifi.security.user.knox.publicKey=
nifi.security.user.knox.cookieName=hadoop-jwt
nifi.security.user.knox.audiences=
# SAML Properties #
nifi.security.user.saml.idp.metadata.url=
nifi.security.user.saml.sp.entity.id=
nifi.security.user.saml.identity.attribute.name=
nifi.security.user.saml.group.attribute.name=
nifi.security.user.saml.request.signing.enabled=false
nifi.security.user.saml.want.assertions.signed=true
nifi.security.user.saml.signature.algorithm=http://www.w3.org/2001/04/xmldsig-more#rsa-sha256
nifi.security.user.saml.authentication.expiration=12 hours
nifi.security.user.saml.single.logout.enabled=false
nifi.security.user.saml.http.client.truststore.strategy=JDK
nifi.security.user.saml.http.client.connect.timeout=30 secs
nifi.security.user.saml.http.client.read.timeout=30 secs
# Identity Mapping Properties #
# These properties allow normalizing user identities such that identities coming from different identity providers
# (certificates, LDAP, Kerberos) can be treated the same internally in NiFi. The following example demonstrates normalizing
# DNs from certificates and principals from Kerberos into a common identity string:
#
# nifi.security.identity.mapping.pattern.dn=^CN=(.*?), OU=(.*?), O=(.*?), L=(.*?), ST=(.*?), C=(.*?)$
# nifi.security.identity.mapping.value.dn=$1@$2
# nifi.security.identity.mapping.transform.dn=NONE
# nifi.security.identity.mapping.pattern.kerb=^(.*?)/instance@(.*?)$
# nifi.security.identity.mapping.value.kerb=$1@$2
# nifi.security.identity.mapping.transform.kerb=UPPER
# Group Mapping Properties #
# These properties allow normalizing group names coming from external sources like LDAP. The following example
# lowercases any group name.
#
# nifi.security.group.mapping.pattern.anygroup=^(.*)$
# nifi.security.group.mapping.value.anygroup=$1
# nifi.security.group.mapping.transform.anygroup=LOWER
# Listener Bootstrap properties #
# This property defines the port used to listen for communications from NiFi Bootstrap. If this property
# is missing, empty, or 0, a random ephemeral port is used.
nifi.listener.bootstrap.port=0
# cluster common properties (all nodes must have same values) #
nifi.cluster.protocol.heartbeat.interval=5 sec
nifi.cluster.protocol.heartbeat.missable.max=8
nifi.cluster.protocol.is.secure=false
# cluster node properties (only configure for cluster nodes) #
nifi.cluster.is.node=false
nifi.cluster.node.address=
nifi.cluster.node.protocol.port=
nifi.cluster.node.protocol.max.threads=50
nifi.cluster.node.event.history.size=25
nifi.cluster.node.connection.timeout=5 sec
nifi.cluster.node.read.timeout=5 sec
nifi.cluster.node.max.concurrent.requests=100
nifi.cluster.firewall.file=
nifi.cluster.flow.election.max.wait.time=5 mins
nifi.cluster.flow.election.max.candidates=
# cluster load balancing properties #
nifi.cluster.load.balance.host=
nifi.cluster.load.balance.port=6342
nifi.cluster.load.balance.connections.per.node=1
nifi.cluster.load.balance.max.thread.count=8
nifi.cluster.load.balance.comms.timeout=30 sec
# zookeeper properties, used for cluster management #
nifi.zookeeper.connect.string=
nifi.zookeeper.connect.timeout=10 secs
nifi.zookeeper.session.timeout=10 secs
nifi.zookeeper.root.node=/nifi
nifi.zookeeper.client.secure=false
nifi.zookeeper.security.keystore=
nifi.zookeeper.security.keystoreType=
nifi.zookeeper.security.keystorePasswd=
nifi.zookeeper.security.truststore=
nifi.zookeeper.security.truststoreType=
nifi.zookeeper.security.truststorePasswd=
nifi.zookeeper.jute.maxbuffer=
# Zookeeper properties for the authentication scheme used when creating acls on znodes used for cluster management
# Values supported for nifi.zookeeper.auth.type are "default", which will apply world/anyone rights on znodes
# and "sasl" which will give rights to the sasl/kerberos identity used to authenticate the nifi node
# The identity is determined using the value in nifi.kerberos.service.principal and the removeHostFromPrincipal
# and removeRealmFromPrincipal values (which should align with the kerberos.removeHostFromPrincipal and kerberos.removeRealmFromPrincipal
# values configured on the zookeeper server).
nifi.zookeeper.auth.type=
nifi.zookeeper.kerberos.removeHostFromPrincipal=
nifi.zookeeper.kerberos.removeRealmFromPrincipal=
# kerberos #
nifi.kerberos.krb5.file=
# kerberos service principal #
nifi.kerberos.service.principal=
nifi.kerberos.service.keytab.location=
# kerberos spnego principal #
nifi.kerberos.spnego.principal=
nifi.kerberos.spnego.keytab.location=
nifi.kerberos.spnego.authentication.expiration=12 hours
# external properties files for variable registry
# supports a comma delimited list of file locations
nifi.variable.registry.properties=
# analytics properties #
nifi.analytics.predict.enabled=false
nifi.analytics.predict.interval=3 mins
nifi.analytics.query.interval=5 mins
nifi.analytics.connection.model.implementation=org.apache.nifi.controller.status.analytics.models.OrdinaryLeastSquares
nifi.analytics.connection.model.score.name=rSquared
nifi.analytics.connection.model.score.threshold=.90
# runtime monitoring properties
nifi.monitor.long.running.task.schedule=
nifi.monitor.long.running.task.threshold=
# Create automatic diagnostics when stopping/restarting NiFi.
# Enable automatic diagnostic at shutdown.
nifi.diagnostics.on.shutdown.enabled=false
# Include verbose diagnostic information.
nifi.diagnostics.on.shutdown.verbose=false
# The location of the diagnostics folder.
nifi.diagnostics.on.shutdown.directory=./diagnostics
# The maximum number of files permitted in the directory. If the limit is exceeded, the oldest files are deleted.
nifi.diagnostics.on.shutdown.max.filecount=10
# The diagnostics folder's maximum permitted size in bytes. If the limit is exceeded, the oldest files are deleted.
nifi.diagnostics.on.shutdown.max.directory.size=10 MB
# Performance tracking properties
## Specifies what percentage of the time we should track the amount of time processors are using CPU, reading from/writing to content repo, etc.
## This can be useful to understand which components are the most expensive and to understand where system bottlenecks may be occurring.
## The value must be in the range of 0 (inclusive) to 100 (inclusive). A larger value will produce more accurate results, while a smaller value may be
## less expensive to compute.
## Results can be obtained by running "nifi.sh diagnostics <filename>" and then inspecting the produced file.
nifi.performance.tracking.percentage=0
# NAR Provider Properties #
# These properties allow configuring one or more NAR providers. A NAR provider retrieves NARs from an external source
# and copies them to the directory specified by nifi.nar.library.autoload.directory.
#
# Each NAR provider property follows the format:
# nifi.nar.library.provider.<identifier>.<property-name>
#
# Each NAR provider must have at least one property named "implementation".
#
# Example HDFS NAR Provider:
# nifi.nar.library.provider.hdfs.implementation=org.apache.nifi.flow.resource.hadoop.HDFSExternalResourceProvider
# nifi.nar.library.provider.hdfs.resources=/path/to/core-site.xml,/path/to/hdfs-site.xml
# nifi.nar.library.provider.hdfs.storage.location=hdfs://hdfs-location
# nifi.nar.library.provider.hdfs.source.directory=/nars
# nifi.nar.library.provider.hdfs.kerberos.principal=nifi@NIFI.COM
# nifi.nar.library.provider.hdfs.kerberos.keytab=/path/to/nifi.keytab
# nifi.nar.library.provider.hdfs.kerberos.password=
#
# Example NiFi Registry NAR Provider:
# nifi.nar.library.provider.nifi-registry.implementation=org.apache.nifi.registry.extension.NiFiRegistryNarProvider
# nifi.nar.library.provider.nifi-registry.url=http://localhost:18080
and according to this no other app is using port 8080:
C:\Users\arima>netstat -ano
Active Connections
Proto Local Address Foreign Address State PID
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING 1196
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING 4
TCP 0.0.0.0:5040 0.0.0.0:0 LISTENING 6964
TCP 0.0.0.0:7680 0.0.0.0:0 LISTENING 4860
TCP 0.0.0.0:49664 0.0.0.0:0 LISTENING 1020
TCP 0.0.0.0:49665 0.0.0.0:0 LISTENING 908
TCP 0.0.0.0:49666 0.0.0.0:0 LISTENING 1812
TCP 0.0.0.0:49667 0.0.0.0:0 LISTENING 2992
TCP 0.0.0.0:49668 0.0.0.0:0 LISTENING 3936
TCP 0.0.0.0:49672 0.0.0.0:0 LISTENING 984
TCP 0.0.0.0:49959 0.0.0.0:0 LISTENING 4708
TCP 0.0.0.0:49960 0.0.0.0:0 LISTENING 4708
TCP 0.0.0.0:54353 0.0.0.0:0 LISTENING 9392
TCP 127.0.0.1:49669 0.0.0.0:0 LISTENING 3520
TCP 127.0.0.1:50494 127.0.0.1:62522 ESTABLISHED 9968
TCP 127.0.0.1:62522 0.0.0.0:0 LISTENING 3520
TCP 127.0.0.1:62522 127.0.0.1:50494 ESTABLISHED 3520
TCP 192.168.0.80:139 0.0.0.0:0 LISTENING 4
TCP 192.168.0.80:49411 20.199.120.85:443 ESTABLISHED 5040
TCP 192.168.0.80:50469 20.199.120.85:443 ESTABLISHED 11412
TCP 192.168.0.80:50637 17.57.146.173:5223 ESTABLISHED 12864
TCP 192.168.0.80:50657 20.199.120.85:443 ESTABLISHED 15448
TCP 192.168.0.80:59722 23.96.112.38:443 ESTABLISHED 4708
TCP 192.168.0.80:62435 13.32.110.120:443 ESTABLISHED 10952
TCP 192.168.0.80:62446 13.32.2.79:443 ESTABLISHED 10952
TCP 192.168.0.80:62450 13.32.110.13:443 ESTABLISHED 10952
TCP 192.168.0.80:62460 52.25.150.120:443 ESTABLISHED 10952
TCP 192.168.0.80:62497 35.244.174.68:443 TIME_WAIT 0
TCP 192.168.0.80:62500 52.43.2.154:443 TIME_WAIT 0
TCP 192.168.0.80:62506 13.107.42.14:443 ESTABLISHED 10952
TCP 192.168.0.80:62529 13.32.110.59:443 TIME_WAIT 0
TCP 192.168.0.80:62545 52.148.148.114:443 TIME_WAIT 0
TCP 192.168.0.80:62556 34.237.73.95:443 TIME_WAIT 0
TCP 192.168.0.80:62564 34.237.73.95:443 TIME_WAIT 0
TCP 192.168.0.80:62578 34.237.73.95:443 ESTABLISHED 10952
TCP 192.168.0.80:62587 88.221.92.33:443 ESTABLISHED 13724
TCP 192.168.0.80:62588 204.79.197.203:443 ESTABLISHED 13724
TCP 192.168.0.80:62589 204.79.197.203:443 TIME_WAIT 0
TCP 192.168.0.80:62601 52.27.168.236:443 ESTABLISHED 10952
TCP 192.168.0.80:62613 204.79.197.222:443 ESTABLISHED 12804
TCP 192.168.0.80:62614 13.107.6.158:443 ESTABLISHED 12804
TCP 192.168.0.80:62615 13.107.6.158:443 ESTABLISHED 12804
TCP 192.168.0.80:62616 13.107.6.158:443 ESTABLISHED 12804
TCP 192.168.0.80:62617 13.107.6.158:443 ESTABLISHED 12804
TCP 192.168.0.80:62618 13.107.6.158:443 ESTABLISHED 12804
TCP 192.168.0.80:62620 52.111.255.0:443 ESTABLISHED 12804
TCP 192.168.0.80:62621 13.69.239.74:443 ESTABLISHED 12804
TCP 192.168.0.80:62627 13.107.6.254:443 ESTABLISHED 12804
TCP [::]:135 [::]:0 LISTENING 1196
TCP [::]:445 [::]:0 LISTENING 4
TCP [::]:7680 [::]:0 LISTENING 4860
TCP [::]:49664 [::]:0 LISTENING 1020
TCP [::]:49665 [::]:0 LISTENING 908
TCP [::]:49666 [::]:0 LISTENING 1812
TCP [::]:49667 [::]:0 LISTENING 2992
TCP [::]:49668 [::]:0 LISTENING 3936
TCP [::]:49672 [::]:0 LISTENING 984
TCP [::]:49960 [::]:0 LISTENING 4708
TCP [::1]:42050 [::]:0 LISTENING 7528
TCP [::1]:49673 [::]:0 LISTENING 5652
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50435 [2a01:b740:a41:60d::10]:443 CLOSE_WAIT 16628
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50455 [2a01:b740:a41:60d::10]:443 CLOSE_WAIT 11932
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50472 [2a01:b740:a41:60d::10]:443 CLOSE_WAIT 6080
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50482 [2a01:b740:a41:60d::10]:443 CLOSE_WAIT 11932
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50483 [2a01:b740:a41:60d::10]:443 CLOSE_WAIT 11932
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50488 [2a02:26f0:11a:385::2a1]:443 ESTABLISHED 11932
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50490 [2a01:b740:a41:60c::a]:443 CLOSE_WAIT 11932
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50492 [2a01:b740:a41:60c::a]:443 CLOSE_WAIT 11932
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50496 [2a01:b740:a41:60d::10]:443 CLOSE_WAIT 6080
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50510 [2a02:26f0:11a:385::2a1]:443 ESTABLISHED 6080
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50512 [2a01:b740:a41:60b::11]:443 CLOSE_WAIT 6080
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:50526 [2a01:b740:a41:60c::a]:443 CLOSE_WAIT 6080
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:55603 [2a00:1450:400c:c0b::bc]:5228 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:60810 [2603:1010:2:3::2b]:443 ESTABLISHED 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:60811 [2a02:26f0:dc::6853:421]:443 FIN_WAIT_1 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:60813 [2a02:26f0:dc::6853:53b]:443 LAST_ACK 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:60817 [2603:1026:302:a0::2]:443 FIN_WAIT_1 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:60818 [2603:1026:300:cc::2]:443 ESTABLISHED 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:61848 [2a01:b740:a41:610::4]:443 CLOSE_WAIT 11932
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62294 [2a01:b740:a41:60c::9]:443 CLOSE_WAIT 6080
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62326 [2a02:26f0:f700:2ba::35b]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62327 [2a02:26f0:f700:2ba::35b]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62328 [2a02:26f0:f700:2ba::35b]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62356 [2a00:1450:4016:80b::200e]:443 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62366 [2a00:1450:4016:808::2005]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62416 [2600:9000:2304:6a00:1a:6cae:29c0:93a1]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62430 [2a02:26f0:dc::6853:421]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62431 [2a02:26f0:f700:481::1e80]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62461 [2600:9000:2304:2600:d:c8b9:46c0:93a1]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62492 [2a00:1450:4016:80a::2013]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62496 [2a02:26f0:dc::6853:421]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62502 [2620:1ec:21::14]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62514 [2606:4700::6812:1734]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62549 [2606:4700:e2::ac40:850f]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62557 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62558 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62559 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62560 [2600:9000:211a:7800:9:fc19:fdc0:93a1]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62563 [2600:9000:211a:7800:9:fc19:fdc0:93a1]:443 ESTABLISHED 10952
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62565 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62566 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62567 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62568 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62569 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62570 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62572 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62573 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62574 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62575 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62576 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62577 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62579 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62580 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62581 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62583 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62584 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62585 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62586 [2600:1901:1:c36::]:443 ESTABLISHED 17320
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62592 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62593 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62594 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62595 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62596 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62597 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62598 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62599 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62602 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62603 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62604 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62606 [2620:1ec:46::254]:443 ESTABLISHED 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62607 [2a02:26f0:dc::6853:421]:443 ESTABLISHED 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62608 [2a01:111:202c::254]:443 ESTABLISHED 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62611 [2603:1063:27:3::254]:443 ESTABLISHED 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62619 [2603:1026:302:a0::2]:443 ESTABLISHED 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62622 [2603:1026:302:a0::2]:443 ESTABLISHED 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62623 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62624 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62625 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62626 [2606:2800:133:206e:1315:22a5:2006:24fd]:443 ESTABLISHED 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62628 [2603:1036:309:6d::2]:443 ESTABLISHED 12804
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62629 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62630 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62631 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62632 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62633 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62634 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62635 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62636 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62637 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62638 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62639 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62640 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62641 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62642 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62643 [2a02:8383:d:c::1]:53 TIME_WAIT 0
TCP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:62644 [2a00:1450:4016:80c::2003]:443 ESTABLISHED 10952
UDP 0.0.0.0:500 *:* 4656
UDP 0.0.0.0:3702 *:* 3336
UDP 0.0.0.0:3702 *:* 3336
UDP 0.0.0.0:4500 *:* 4656
UDP 0.0.0.0:5050 *:* 6964
UDP 0.0.0.0:5353 *:* 2744
UDP 0.0.0.0:5353 *:* 10952
UDP 0.0.0.0:5353 *:* 10952
UDP 0.0.0.0:5353 *:* 12492
UDP 0.0.0.0:5353 *:* 12492
UDP 0.0.0.0:5355 *:* 2744
UDP 0.0.0.0:49256 *:* 2744
UDP 0.0.0.0:49666 *:* 4
UDP 0.0.0.0:49667 *:* 4
UDP 0.0.0.0:49669 *:* 4
UDP 0.0.0.0:49670 *:* 4
UDP 0.0.0.0:50032 0.0.32.10:443 10952
UDP 0.0.0.0:51001 0.0.32.10:443 10952
UDP 0.0.0.0:52399 0.0.32.14:443 10952
UDP 0.0.0.0:52519 0.0.32.4:443 10952
UDP 0.0.0.0:53386 0.0.32.14:443 10952
UDP 0.0.0.0:56470 *:* 3336
UDP 0.0.0.0:58797 0.0.32.3:443 10952
UDP 0.0.0.0:59867 *:* 9392
UDP 0.0.0.0:63494 0.0.32.3:443 10952
UDP 127.0.0.1:1900 *:* 12184
UDP 127.0.0.1:49671 127.0.0.1:49671 4624
UDP 127.0.0.1:54744 127.0.0.1:54745 16628
UDP 127.0.0.1:54745 127.0.0.1:54744 16628
UDP 127.0.0.1:56877 127.0.0.1:56878 6080
UDP 127.0.0.1:56878 127.0.0.1:56877 6080
UDP 127.0.0.1:56901 *:* 12184
UDP 127.0.0.1:59034 127.0.0.1:59035 11932
UDP 127.0.0.1:59035 127.0.0.1:59034 11932
UDP 127.0.0.1:60055 127.0.0.1:60056 12864
UDP 127.0.0.1:60056 127.0.0.1:60055 12864
UDP 192.168.0.80:137 *:* 4
UDP 192.168.0.80:138 *:* 4
UDP 192.168.0.80:1900 *:* 12184
UDP 192.168.0.80:2177 *:* 10400
UDP 192.168.0.80:56900 *:* 12184
UDP [::]:500 *:* 4656
UDP [::]:3702 *:* 3336
UDP [::]:3702 *:* 3336
UDP [::]:4500 *:* 4656
UDP [::]:5353 *:* 2744
UDP [::]:5353 *:* 12492
UDP [::]:5353 *:* 10952
UDP [::]:5355 *:* 2744
UDP [::]:49256 *:* 2744
UDP [::]:49668 *:* 4
UDP [::]:50032 [2a00:1450:4016:808::200a]:443 10952
UDP [::]:51001 [2a00:1450:4016:80a::200a]:443 10952
UDP [::]:52399 [2a00:1450:4016:80c::200e]:443 10952
UDP [::]:52519 [2a00:1450:4016:809::2004]:443 10952
UDP [::]:53386 [2a00:1450:4016:808::200e]:443 10952
UDP [::]:56471 *:* 3336
UDP [::]:58797 [2a00:1450:4016:809::2003]:443 10952
UDP [::]:63494 [2a00:1450:4016:80a::2003]:443 10952
UDP [::1]:1900 *:* 12184
UDP [::1]:56899 *:* 12184
UDP [2a02:8388:8181:6d00:e9f8:a15f:4b5c:c030]:2177 *:* 10400
UDP [2a02:8388:8181:6d00:f2be:5625:4403:2ab8]:2177 *:* 10400
UDP [fe80::d568:7ac:a18c:164a%10]:1900 *:* 12184
UDP [fe80::d568:7ac:a18c:164a%10]:2177 *:* 10400
UDP [fe80::d568:7ac:a18c:164a%10]:56898 *:* 12184
C:\Users\arima>
Created 04-24-2023 02:08 AM
@cotopaul I did that and the issue still persists. Any idea what else could be the problem?