<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Nifi 2.7.2 Start Problem in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413245#M253959</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/140233"&gt;@PepeVo&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Without the nifi-app.log output it would be impossible for us to guess where it is failing in the startup process.&amp;nbsp; &amp;nbsp;The NiFi bootstrap process simply starts the main NiFi process and monitors that child process id to make sure it still exists (NiFI has not died).&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Apache NiFi should start securely out of the box without needing to make any configuration modifications to the nifi.properties file.&amp;nbsp; &amp;nbsp;All you need to do is make sure Java 21 is the default java version installed on the NiFi server host first.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So my guess is issue is with some configuration you have modified from the defualt in your nifi.properties file.&amp;nbsp; Or perhaps an issue with a manual configuration you made in some other nifi configuration file within the conf directory.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jan 2026 17:47:45 GMT</pubDate>
    <dc:creator>MattWho</dc:creator>
    <dc:date>2026-01-06T17:47:45Z</dc:date>
    <item>
      <title>Nifi 2.7.2 Start Problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413235#M253949</link>
      <description>&lt;P&gt;I have installed and started&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Nifi.sh, it started and failed in next few seconds.&lt;/P&gt;&lt;P&gt;nifi.properties&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;# We recommend configuring HTTPS instead. The administrators guide provides instructions on how to do this.&lt;/P&gt;&lt;P&gt;nifi.web.http.host=localhost&lt;BR /&gt;nifi.web.http.port=8080&lt;BR /&gt;nifi.web.http.network.interface.default=&lt;/P&gt;&lt;P&gt;#############################################&lt;/P&gt;&lt;P&gt;#nifi.web.https.host=localhost&lt;BR /&gt;#nifi.web.https.port=8443&lt;BR /&gt;nifi.web.https.network.interface.default=&lt;BR /&gt;nifi.web.https.application.protocols=h2 http/1.1&lt;BR /&gt;nifi.web.jetty.working.directory=./work/jetty&lt;BR /&gt;nifi.web.jetty.threads=200&lt;BR /&gt;nifi.web.max.header.size=16 KB&lt;BR /&gt;nifi.web.proxy.context.path=&lt;BR /&gt;nifi.web.proxy.host=&lt;BR /&gt;nifi.web.max.content.size=&lt;BR /&gt;nifi.web.max.requests.per.second=30000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;error.log&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2025-12-31 14:03:57,387 INFO [main] org.apache.nifi.bootstrap.Command Application Process [9606] started&lt;BR /&gt;2025-12-31 14:03:57,388 INFO [main] org.apache.nifi.bootstrap.Command Bootstrap Process Running&lt;BR /&gt;2025-12-31 14:04:57,392 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process not found&lt;BR /&gt;2025-12-31 14:04:57,392 WARN [StartBootstrapCommand] o.a.n.b.command.StartBootstrapCommand Application monitoring failed with status [STOPPED]&lt;/P&gt;&lt;P&gt;File Descriptors: 262144&lt;BR /&gt;2025-12-31 14:03:57,315 WARN [main] o.a.n.b.process.RuntimeValidatorExecutor Runtime Configuration [AvailableLocalPorts] validation failed: Local Ports [28231] less than recommended [55000] according to [/proc/sys/net/ipv4/ip_local_port_range]&lt;BR /&gt;2025-12-31 14:03:57,316 WARN [main] o.a.n.b.process.RuntimeValidatorExecutor Runtime Configuration [Swappiness] validation failed: Swappiness [30] more than recommended [0] according to [/proc/sys/vm/swappiness]&lt;BR /&gt;2025-12-31 14:03:57,316 WARN [main] o.a.n.b.process.RuntimeValidatorExecutor Runtime Configuration [SocketTimedWaitDuration] validation failed: TCP Socket Wait [120 seconds] more than recommended [1 seconds] according to [/proc/sys/net/netfilter/nf_conntrack_tcp_timeout_time_wait]&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;nifi can't start with Java17 but Java21&lt;/P&gt;&lt;P&gt;Today after reconfigure the xml with username and password in login-identity-providers.xml&lt;/P&gt;&lt;P&gt;[root@c21adbvo000000n bin]# ./nifi.sh start&lt;/P&gt;&lt;P&gt;JAVA_HOME=/usr/lib/jvm/java-21-openjdk-21.0.9.0.10-1.0.1.el8.x86_64&lt;BR /&gt;NIFI_HOME=/opt/nifi-2.7.2&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[root@c21adbvo000000n bin]# ps -ef|grep nifi&lt;BR /&gt;root 32194 1 0 15:53 pts/1 00:00:00 /bin/sh ./nifi.sh start&lt;BR /&gt;root 32196 32194 19 15:53 pts/1 00:00:01 /usr/lib/jvm/java-21-openjdk-21.0.9.0.10-1.0.1.el8.x86_64/bin/java -cp /opt/nifi-2.7.2/conf:/opt/nifi-2.7.2/lib/bootstrap/* -Xmx48m -Dlogback.statusListenerClass=ch.qos.logback.core.status.NopStatusListener -Dorg.apache.nifi.bootstrap.config.log.dir=/opt/nifi-2.7.2/logs -Dorg.apache.nifi.bootstrap.config.file=/opt/nifi-2.7.2/conf/bootstrap.conf org.apache.nifi.bootstrap.BootstrapProcess start&lt;BR /&gt;root 32220 32196 42 15:53 pts/1 00:00:02 /usr/lib/jvm/java-21-openjdk-21.0.9.0.10-1.0.1.el8.x86_64/bin/java --class-path /opt/nifi-2.7.2/lib/nifi-server-api-2.7.2.jar:/opt/nifi-2.7.2/lib/nifi-api-2.5.0.jar:/opt/nifi-2.7.2/lib/slf4j-api-2.0.17.jar:/opt/nifi-2.7.2/lib/logback-core-1.5.22.jar:/opt/nifi-2.7.2/lib/jul-to-slf4j-2.0.17.jar:/opt/nifi-2.7.2/lib/nifi-per-process-group-logging-2.7.2.jar:/opt/nifi-2.7.2/lib/nifi-property-utils-2.7.2.jar:/opt/nifi-2.7.2/lib/logback-classic-1.5.22.jar:/opt/nifi-2.7.2/lib/log4j-over-slf4j-2.0.17.jar:/opt/nifi-2.7.2/lib/nifi-properties-2.7.2.jar:/opt/nifi-2.7.2/lib/jcl-over-slf4j-2.0.17.jar:/opt/nifi-2.7.2/lib/nifi-nar-utils-2.7.2.jar:/opt/nifi-2.7.2/lib/nifi-stateless-api-2.7.2.jar:/opt/nifi-2.7.2/lib/nifi-framework-api-2.7.2.jar:/opt/nifi-2.7.2/lib/nifi-python-framework-api-2.7.2.jar:/opt/nifi-2.7.2/lib/nifi-runtime-2.7.2.jar:/opt/nifi-2.7.2/conf -Dorg.apache.nifi.bootstrap.config.log.dir=/opt/nifi-2.7.2/logs -Dnifi.properties.file.path=/opt/nifi-2.7.2/conf/nifi.properties -Dorg.apache.nifi.management.server.address=127.0.0.1:52020 -Xms1g -Xmx1g -Dsun.net.http.allowRestrictedHeaders=true -Djava.protocol.handler.pkgs=sun.net.&lt;A href="http://www.protocol" target="_blank" rel="noopener"&gt;www.protocol&lt;/A&gt; -Dcurator-log-only-first-connection-issue-as-error-level=true -Djava.awt.headless=true -Djavax.security.auth.useSubjectCredsOnly=true org.apache.nifi.NiFi&lt;BR /&gt;root 32249 30550 0 15:53 pts/1 00:00:00 grep --color=auto nifi&lt;/P&gt;&lt;P&gt;Nifi started and failed in the next seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[root@c21adbvo000000n bin]# ./nifi.sh start&lt;/P&gt;&lt;P&gt;JAVA_HOME=/usr/lib/jvm/java-21-openjdk-21.0.9.0.10-1.0.1.el8.x86_64&lt;BR /&gt;NIFI_HOME=/opt/nifi-2.7.2&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[root@c21adbvo000000n bin]# ps -ef|grep nifi&lt;BR /&gt;root 32194 1 0 15:53 pts/1 00:00:00 /bin/sh ./nifi.sh start&lt;BR /&gt;root 32196 32194 19 15:53 pts/1 00:00:01 /usr/lib/jvm/java-21-openjdk-21.0.9.0.10-1.0.1.el8.x86_64/bin/java -cp /opt/nifi-2.7.2/conf:/opt/nifi-2.7.2/lib/bootstrap/* -Xmx48m -Dlogback.statusListenerClass=ch.qos.logback.core.status.NopStatusListener -Dorg.apache.nifi.bootstrap.config.log.dir=/opt/nifi-2.7.2/logs -Dorg.apache.nifi.bootstrap.config.file=/opt/nifi-2.7.2/conf/bootstrap.conf org.apache.nifi.bootstrap.BootstrapProcess start&lt;BR /&gt;root 32220 32196 42 15:53 pts/1 00:00:02 /usr/lib/jvm/java-21-openjdk-21.0.9.0.10-1.0.1.el8.x86_64/bin/java --class-path /opt/nifi-2.7.2/lib/nifi-server-api-2.7.2.jar:/opt/nifi-2.7.2/lib/nifi-api-2.5.0.jar:/opt/nifi-2.7.2/lib/slf4j-api-2.0.17.jar:/opt/nifi-2.7.2/lib/logback-core-1.5.22.jar:/opt/nifi-2.7.2/lib/jul-to-slf4j-2.0.17.jar:/opt/nifi-2.7.2/lib/nifi-per-process-group-logging-2.7.2.jar:/opt/nifi-2.7.2/lib/nifi-property-utils-2.7.2.jar:/opt/nifi-2.7.2/lib/logback-classic-1.5.22.jar:/opt/nifi-2.7.2/lib/log4j-over-slf4j-2.0.17.jar:/opt/nifi-2.7.2/lib/nifi-properties-2.7.2.jar:/opt/nifi-2.7.2/lib/jcl-over-slf4j-2.0.17.jar:/opt/nifi-2.7.2/lib/nifi-nar-utils-2.7.2.jar:/opt/nifi-2.7.2/lib/nifi-stateless-api-2.7.2.jar:/opt/nifi-2.7.2/lib/nifi-framework-api-2.7.2.jar:/opt/nifi-2.7.2/lib/nifi-python-framework-api-2.7.2.jar:/opt/nifi-2.7.2/lib/nifi-runtime-2.7.2.jar:/opt/nifi-2.7.2/conf -Dorg.apache.nifi.bootstrap.config.log.dir=/opt/nifi-2.7.2/logs -Dnifi.properties.file.path=/opt/nifi-2.7.2/conf/nifi.properties -Dorg.apache.nifi.management.server.address=127.0.0.1:52020 -Xms1g -Xmx1g -Dsun.net.http.allowRestrictedHeaders=true -Djava.protocol.handler.pkgs=sun.net.&lt;A href="http://www.protocol" target="_blank" rel="noopener"&gt;www.protocol&lt;/A&gt; -Dcurator-log-only-first-connection-issue-as-error-level=true -Djava.awt.headless=true -Djavax.security.auth.useSubjectCredsOnly=true org.apache.nifi.NiFi&lt;BR /&gt;root 32249 30550 0 15:53 pts/1 00:00:00 grep --color=auto nifi&lt;/P&gt;&lt;P&gt;nifi-app.log:Caused by: org.springframework.beans.factory.BeanCreationException: Error &lt;STRONG&gt;creating bean with name 'flowController' defined in class path resource&lt;/STRONG&gt; [org/apache/nifi/framework/configuration/FlowControllerConfiguration.class]: &lt;STRONG&gt;Failed to instantiate [org.apache.nifi.controller.FlowController]: Factory method 'flowController' threw exception with message: Remote input HTTPS is enabled but nifi.web.https.port&lt;/STRONG&gt; is not specified.&lt;BR /&gt;at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:657)&lt;BR /&gt;at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:489)&lt;BR /&gt;at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1375)&lt;BR /&gt;at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1205)&lt;BR /&gt;at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:569)&lt;BR /&gt;at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529)&lt;BR /&gt;at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339)&lt;BR /&gt;at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am using http port 8080 not https.&amp;nbsp; Beside the nifi start and failed in 2 seconds, should I turn the https port?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any pointers would be appreciated&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BN&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRIKE&gt;&amp;nbsp;&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 16:09:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413235#M253949</guid>
      <dc:creator>PepeVo</dc:creator>
      <dc:date>2026-01-05T16:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi 2.7.2 Start Problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413237#M253951</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/140233"&gt;@PepeVo&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for being part of our community.&amp;nbsp;&lt;/P&gt;&lt;P&gt;On NiFi 2 the HTTPS is expected, that is the reason why the service does not start:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flowController' defined in class path resource [org/apache/nifi/framework/configuration/FlowControllerConfiguration.class]: Failed to instantiate [org.apache.nifi.controller.FlowController]: Factory method 'flowController' threw exception with message: Remote input HTTPS is enabled but nifi.web.https.port is not specified.&lt;/PRE&gt;&lt;P&gt;If you do not want to use HTTPS, you should disable the secure input port with this setting:&amp;nbsp;&lt;BR /&gt;nifi.remote.input.secure=false&lt;BR /&gt;The default is true, so it always asks for HTTPS port.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The suggestion is to use HTTPS for security reasons, but if you still prefer HTTP, that is the option.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 22:00:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413237#M253951</guid>
      <dc:creator>vafs</dc:creator>
      <dc:date>2026-01-05T22:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi 2.7.2 Start Problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413238#M253952</link>
      <description>&lt;P&gt;If I turned/&lt;SPAN&gt;use https, I can't start the nifi.&amp;nbsp; It failed after nifi.sh start in 2 seconds even commented all the http local host out, nifi.sh start failed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2026-01-05 17:58:45,520 INFO [main] org.apache.nifi.bootstrap.Command Application Process [53898] started&lt;BR /&gt;2026-01-05 17:58:45,521 INFO [main] org.apache.nifi.bootstrap.Command Bootstrap Process Running&lt;BR /&gt;2026-01-05 17:58:56,403 INFO [main] org.apache.nifi.bootstrap.Command Application Process [53898] Management Server [&lt;A class="fui-Link ___1q1shib f2hkw1w f3rmtva f1ewtqcl fyind8e f1k6fduh f1w7gpdv fk6fouc fjoy568 figsok6 f1s184ao f1mk8lai fnbmjn9 f1o700av f13mvf36 f1cmlufx f9n3di6 f1ids18y f1tx3yz7 f1deo86v f1eh06m1 f1iescvh fhgqx19 f1olyrje f1p93eir f1nev41a f1h8hb77 f1lqvz6u f10aw75t fsle3fq f17ae5zn" title="http://127.0.0.1:52020/health]" href="http://127.0.0.1:52020/health]" target="_blank" rel="noreferrer noopener"&gt;http://127.0.0.1:52020/health]&lt;/A&gt; communication failed&lt;BR /&gt;2026-01-05 17:59:45,526 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process not found&lt;BR /&gt;2026-01-05 17:59:45,526 WARN [StartBootstrapCommand] o.a.n.b.command.StartBootstrapCommand Application monitoring failed with status [STOPPED]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(sorry, I can't put the output in quote to reply and/or create new post)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2026 00:30:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413238#M253952</guid>
      <dc:creator>PepeVo</dc:creator>
      <dc:date>2026-01-06T00:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi 2.7.2 Start Problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413245#M253959</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/140233"&gt;@PepeVo&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Without the nifi-app.log output it would be impossible for us to guess where it is failing in the startup process.&amp;nbsp; &amp;nbsp;The NiFi bootstrap process simply starts the main NiFi process and monitors that child process id to make sure it still exists (NiFI has not died).&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Apache NiFi should start securely out of the box without needing to make any configuration modifications to the nifi.properties file.&amp;nbsp; &amp;nbsp;All you need to do is make sure Java 21 is the default java version installed on the NiFi server host first.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So my guess is issue is with some configuration you have modified from the defualt in your nifi.properties file.&amp;nbsp; Or perhaps an issue with a manual configuration you made in some other nifi configuration file within the conf directory.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2026 17:47:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413245#M253959</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2026-01-06T17:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi 2.7.2 Start Problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413253#M253961</link>
      <description>&lt;P&gt;I removed nifi and re-extracted it again, this time, w/o modify anything, I tried to connect and still failed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2026-01-06 17:21:03,063 INFO [main] org.apache.nifi.runtime.Application Starting NiFi 2.7.2 using Java 21.0.9+10-LTS with PID 14284&lt;BR /&gt;2026-01-06 17:21:03,070 INFO [main] o.apache.nifi.runtime.PropertiesProvider Loading Application Properties [/opt/nifi-2.7.2/conf/nifi.properties]&lt;BR /&gt;2026-01-06 17:21:03,090 INFO [main] org.apache.nifi.nar.NarUnpacker Expanding 120 NAR files started&lt;BR /&gt;2026-01-06 17:21:10,846 INFO [main] org.apache.nifi.nar.NarUnpacker Expanded 120 NAR files in 7.756 seconds (7756135613 ns)&lt;BR /&gt;2026-01-06 17:21:11,139 INFO [main] org.apache.nifi.nar.NarClassLoaders Loaded NAR file: /opt/nifi-2.7.2/./work/nar/extensions/nifi-jetty-nar-2.7.2.nar-unpacked as class loader org.apache.nifi.nar.NarClassLoader[./work/nar/extensions/nifi-jetty-nar-2.7.2.nar-unpacked]&lt;BR /&gt;2026-01-06 17:21:11,155 INFO [main] org.apache.nifi.nar.NarClassLoaders Loaded NAR file: /opt/nifi-2.7.2/./work/nar/framework/nifi-framework-nar-2.7.2.nar-unpacked as class loader org.apache.nifi.nar.NarClassLoader[./work/nar/framework/nifi-framework-nar-2.7.2.nar-unpacked]&lt;BR /&gt;2026-01-06 17:21:11,205 INFO [main] org.apache.nifi.nar.NarClassLoaders Loaded NAR file: /opt/nifi-2.7.2/./work/nar/extensions/nifi-server-nar-2.7.2.nar-unpacked as class loader org.apache.nifi.nar.NarClassLoader[./work/nar/extensions/nifi-server-nar-2.7.2.nar-unpacked]&lt;BR /&gt;2026-01-06 17:21:11,245 INFO [main] org.apache.nifi.nar.NarClassLoaders Loaded NAR file: /opt/nifi-2.7.2/./work/nar/extensions/nifi-provenance-repository-nar-2.7.2.nar-unpacked as class loader org.apache.nifi.nar.NarClassLoader[./work/nar/extensions/nifi-provenance-repository-nar-2.7.2.nar-unpacked]&lt;BR /&gt;2026-01-06 17:21:11,247 INFO [main] org.apache.nifi.nar.NarClassLoaders Loaded NAR file: /opt/nifi-2.7.2/./work/nar/extensions/nifi-standard-services-api-nar-2.7.2.nar-unpacked as class loader org.apache.nifi.nar.NarClassLoader[./work/nar/extensions/nifi-standard-services-api-nar-2.7.2.nar-unpacked]&lt;BR /&gt;2026-01-06 17:21:11,265 INFO [main] org.apache.nifi.nar.NarClassLoaders Loaded NAR file: /opt/nifi-2.7.2/./work/nar/extensions/nifi-standard-shared-nar-2.7.2.nar-unpacked as class loader org.apache.nifi.nar.NarClassLoader[./work/nar/extensions/nifi-standard-shared-nar-2.7.2.nar-unpacked]&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;2026-01-06 17:21:11,340 INFO [main] org.apache.nifi.nar.NarClassLoaders Loaded NAR file: /opt/nifi-2.7.2/./work/nar/extensions/nifi-confluent-platform-nar-2.7.2.nar-unpacked as class loader org.apache.nifi.nar.NarClassLoader[./work/nar/extensions/nifi-confluent-platform-nar-2.7.2.nar-unpacked]&lt;BR /&gt;2026-01-06 17:21:11,341 INFO [main] org.apache.nifi.nar.NarClassLoaders Loaded NAR file: /opt/nifi-2.7.2/./work/nar/extensions/nifi-http-context-map-nar-2.7.2.nar-unpacked as class loader org.apache.nifi.nar.NarClassLoader[./work/nar/extensions/nifi-http-context-map-nar-2.7.2.nar-unpacked]&lt;BR /&gt;2026-01-06 17:21:11,342 INFO [main] org.apache.nifi.nar.NarClassLoaders Loaded NAR file: /opt/nifi-2.7.2/./work/nar/extensions/nifi-lookup-services-nar-2.7.2.nar-unpacked as class loader org.apache.nifi.nar.NarClassLoader[./work/nar/extensions/nifi-lookup-services-nar-2.7.2.nar-unpacked]&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;2026-01-06 17:44:02,990 INFO [ShutdownCommand] o.e.j.ee11.servlet.ServletContextHandler Stopped oeje11w.WebAppContext@677cc4e8{nifi-api,/nifi-api,b=null,a=AVAILABLE,h=oeje11s.SessionHandler@395281c2{STOPPED}}{./work/nar/extensions/nifi-server-nar-2.7.2.nar-unpacked/NAR-INF/bundled-dependencies/nifi-web-api-2.7.2.war}&lt;BR /&gt;2026-01-06 17:44:02,997 INFO [ShutdownCommand] o.e.j.ee11.servlet.ServletContextHandler Stopped oeje11w.WebAppContext@ddffa6c{/nifi-standard-content-viewer-2.7.2,/nifi-standard-content-viewer-2.7.2,b=null,a=AVAILABLE,h=oeje11s.SessionHandler@1c7cd434{STOPPED}}{./work/nar/extensions/nifi-standard-content-viewer-nar-2.7.2.nar-unpacked/NAR-INF/bundled-dependencies/nifi-standard-content-viewer-2.7.2.war}&lt;BR /&gt;2026-01-06 17:44:03,006 INFO [ShutdownCommand] o.e.j.ee11.servlet.ServletContextHandler Stopped oeje11w.WebAppContext@4d4c1ba9{/nifi-jolt-transform-json-ui-2.7.2,/nifi-jolt-transform-json-ui-2.7.2,b=null,a=AVAILABLE,h=oeje11s.SessionHandler@10a907ec{STOPPED}}{./work/nar/extensions/nifi-jolt-nar-2.7.2.nar-unpacked/NAR-INF/bundled-dependencies/nifi-jolt-transform-json-ui-2.7.2.war}&lt;BR /&gt;2026-01-06 17:44:03,016 INFO [ShutdownCommand] o.e.j.ee11.servlet.ServletContextHandler Stopped oeje11w.WebAppContext@317890ea{/nifi-update-attribute-ui-2.7.2,/nifi-update-attribute-ui-2.7.2,b=null,a=AVAILABLE,h=oeje11s.SessionHandler@59c43561{STOPPED}}{./work/nar/extensions/nifi-update-attribute-nar-2.7.2.nar-unpacked/NAR-INF/bundled-dependencies/nifi-update-attribute-ui-2.7.2.war}&lt;BR /&gt;2026-01-06 17:44:03,019 INFO [ShutdownCommand] org.apache.nifi.nar.NarAutoLoaderTask Stopping NAR Auto-loader&lt;BR /&gt;2026-01-06 17:44:03,019 INFO [ShutdownCommand] org.apache.nifi.nar.NarAutoLoader NAR Auto-Loader stopped&lt;BR /&gt;2026-01-06 17:44:03,020 INFO [ShutdownCommand] o.a.n.f.r.CompositeExternalResourceProviderService External Resource Provider Service is stopped&lt;BR /&gt;2026-01-06 17:44:03,020 INFO [ShutdownCommand] o.a.nifi.runtime.command.ShutdownCommand Application shutdown completed&lt;/P&gt;&lt;P&gt;I tried to connect and after accepted the risk, the browser with 400 error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PepeVo_0-1767796160204.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46521iFFAB52F962BF4F35/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PepeVo_0-1767796160204.png" alt="PepeVo_0-1767796160204.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I don't see any LISTEN running.&amp;nbsp; Just regenerate the keystore and truststore and will try to update nifi.properties, hopefully it works.&lt;/P&gt;&lt;P&gt;JAVA21 installed&lt;BR /&gt;[root@c21a logs]# java -version&lt;BR /&gt;openjdk version "21.0.9" 2025-10-21 LTS&lt;BR /&gt;OpenJDK Runtime Environment (Red_Hat-21.0.9.0.10-1.0.1) (build 21.0.9+10-LTS)&lt;BR /&gt;OpenJDK 64-Bit Server VM (Red_Hat-21.0.9.0.10-1.0.1) (build 21.0.9+10-LTS, mixed mode, sharing)&lt;/P&gt;&lt;P&gt;thank you,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bach-Nga&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2026 14:32:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413253#M253961</guid>
      <dc:creator>PepeVo</dc:creator>
      <dc:date>2026-01-07T14:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi 2.7.2 Start Problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413267#M253972</link>
      <description>&lt;P&gt;i generate a new keystore and truststore, modified nifi.properties and still can't start the application.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;[root@c21adbvo000000n conf]# vi nifi.properties&lt;BR /&gt;[root@c21adbvo000000n conf]# bin&lt;BR /&gt;[root@c21adbvo000000n bin]# ./nifi.sh start&lt;/P&gt;&lt;P&gt;JAVA_HOME=/usr/lib/jvm/java-21-openjdk-21.0.9.0.10-1.0.1.el8.x86_64&lt;BR /&gt;NIFI_HOME=/opt/nifi-2.7.2&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[root@c21adbvo000000n bin]# ./nifi.sh status&lt;/P&gt;&lt;P&gt;JAVA_HOME=/usr/lib/jvm/java-21-openjdk-21.0.9.0.10-1.0.1.el8.x86_64&lt;BR /&gt;NIFI_HOME=/opt/nifi-2.7.2&lt;/P&gt;&lt;P&gt;2026-01-08 14:44:25,214 INFO [main] org.apache.nifi.bootstrap.Command Application Process [9450] Management Server [&lt;A href="http://127.0.0.1:52020/health" target="_blank"&gt;http://127.0.0.1:52020/health&lt;/A&gt;] communication failed&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;nifi-app.log:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;2026-01-08 14:44:46,199 INFO [main] o.a.n.w.c.ApplicationStartupContextListener Flow Controller started successfully.&lt;BR /&gt;2026-01-08 14:44:47,659 INFO [main] o.e.j.ee11.servlet.ServletContextHandler Started oeje11w.WebAppContext@2e3252{nifi-api,/nifi-api,b=file:///opt/nifi-2.7.2/work/jetty/nifi-web-api-2.7.2.war/webapp/,a=AVAILABLE,h=oeje11s.SessionHandler@4f402027{STARTED}}{./work/nar/extensions/nifi-server-nar-2.7.2.nar-unpacked/NAR-INF/bundled-dependencies/nifi-web-api-2.7.2.war}&lt;BR /&gt;2026-01-08 14:44:49,319 INFO [main] o.e.j.s.handler.ContextHandler._nifi No Spring WebApplicationInitializer types detected on classpath&lt;BR /&gt;2026-01-08 14:44:49,401 INFO [main] o.e.jetty.server.handler.ContextHandler Started oeje11w.WebAppContext@7271ee48{/nifi,/nifi,b=file:///opt/nifi-2.7.2/work/jetty/nifi-ui-2.7.2.war/webapp/,a=AVAILABLE,h=oeje11s.SessionHandler@30f6791d{STARTED}}{./work/nar/extensions/nifi-server-nar-2.7.2.nar-unpacked/NAR-INF/bundled-dependencies/nifi-ui-2.7.2.war}&lt;BR /&gt;2026-01-08 14:44:49,413 INFO [main] o.e.j.ee11.servlet.ServletContextHandler Started oeje11w.WebAppContext@7271ee48{/nifi,/nifi,b=file:///opt/nifi-2.7.2/work/jetty/nifi-ui-2.7.2.war/webapp/,a=AVAILABLE,h=oeje11s.SessionHandler@30f6791d{STARTED}}{./work/nar/extensions/nifi-server-nar-2.7.2.nar-unpacked/NAR-INF/bundled-dependencies/nifi-ui-2.7.2.war}&lt;BR /&gt;2026-01-08 14:44:49,423 INFO [main] o.eclipse.jetty.server.AbstractConnector Started oejs.ServerConnector@58f252fe{SSL, (ssl, alpn, h2, http/1.1)}{localhost:8443}&lt;BR /&gt;2026-01-08 14:44:49,423 INFO [main] org.eclipse.jetty.server.Server Started oejs.Server@1283ca23{STARTING}[12.1.5,sto=0] @19055ms&lt;BR /&gt;2026-01-08 14:44:49,425 INFO [main] org.apache.nifi.web.server.JettyServer Started Server on &lt;A href="https://localhost:8443/nifi" target="_blank"&gt;https://localhost:8443/nifi&lt;/A&gt;&lt;BR /&gt;2026-01-08 14:44:49,435 INFO [main] o.a.n.runtime.StandardManagementServer Started Management Server on &lt;A href="http://127.0.0.1:52020" target="_blank"&gt;http://127.0.0.1:52020&lt;/A&gt;&lt;BR /&gt;2026-01-08 14:44:49,437 INFO [main] org.apache.nifi.runtime.Application Started Application in 28.667 seconds (28667492314 ns)&lt;BR /&gt;2026-01-08 14:45:06,147 INFO [Checkpoint FlowFile Repository] o.a.n.c.r.WriteAheadFlowFileRepository Successfully checkpointed FlowFile Repository with 0 records in 0 milliseconds&lt;BR /&gt;2026-01-08 14:45:26,147 INFO [Checkpoint FlowFile Repository] o.a.n.c.r.WriteAheadFlowFileRepository Successfully checkpointed FlowFile Repository with 0 records in 0 milliseconds&lt;BR /&gt;2026-01-08 14:45:41,062 INFO [Cleanup Archive for default] o.a.n.c.repository.FileSystemRepository Successfully deleted 0 files (0 bytes) from archive&lt;BR /&gt;2026-01-08 14:45:41,063 INFO [Cleanup Archive for default] o.a.n.c.repository.FileSystemRepository Archive cleanup completed for container default; will now allow writing to this container. Bytes used = 15.07 GB, bytes free = 20.83 GB, capacity = 35.9 GB&lt;BR /&gt;2026-01-08 14:45:46,148 INFO [Checkpoint FlowFile Repository] o.a.n.c.r.WriteAheadFlowFileRepository Successfully checkpointed FlowFile Repository with 0 records in 0 milliseconds&lt;BR /&gt;2026-01-08 14:46:06,148 INFO [Checkpoint FlowFile Repository] o.a.n.c.r.WriteAheadFlowFileRepository Successfully checkpointed FlowFile Repository with 0 records in 0 milliseconds&lt;BR /&gt;2026-01-08 14:46:26,148 INFO [Checkpoint FlowFile Repository] o.a.n.c.r.WriteAheadFlowFileRepository Successfully checkpointed FlowFile Repository with 0 records in 0 milliseconds&lt;BR /&gt;2026-01-08 14:46:38,683 INFO [Write-Ahead Local State Provider Maintenance] o.a.n.wali.SequentialAccessWriteAheadLog Checkpointed Write-Ahead Log with 2 Records and 0 Swap Files in 3 milliseconds (Stop-the-world time = 0 milliseconds), max Transaction ID 7&lt;BR /&gt;2026-01-08 14:46:41,092 INFO [Cleanup Archive for default] o.a.n.c.repository.FileSystemRepository Successfully deleted 0 files (0 bytes) from archive&lt;P class="1767883855247"&gt;2026-01-08 14:46:41,093 INFO [Cleanup Archive for default] o.a.n.c.repository.FileSystemRepository Archive cleanup completed for container default; will now allow writing to this container. Bytes used = 15.07 GB, bytes free = 20.83 GB, capacity = 35.9 GB&lt;BR /&gt;2026-01-08 14:46:46,149 INFO [Checkpoint FlowFile Repository] o.a.n.c.r.WriteAheadFlowFileRepository Successfully checkpointed FlowFile Repository with 0 records in 0 milliseconds&lt;BR /&gt;2026-01-08 14:47:06,149 INFO [Checkpoint FlowFile Repository] o.a.n.c.r.WriteAheadFlowFileRepository Successfully checkpointed FlowFile Repository with 0 records in 0 milliseconds&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Nifi-bootraps.log&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;026-01-08 14:44:20,057 INFO [main] o.a.n.b.command.RunBootstrapCommand Java Version: 21.0.9+10-LTS&lt;BR /&gt;2026-01-08 14:44:20,064 INFO [main] o.a.n.b.command.RunBootstrapCommand Available Processors: 2&lt;BR /&gt;2026-01-08 14:44:20,118 INFO [main] o.a.n.b.command.RunBootstrapCommand Total Memory: 7902167040&lt;BR /&gt;2026-01-08 14:44:20,118 INFO [main] o.a.n.b.command.RunBootstrapCommand Maximum File Descriptors: 262144&lt;BR /&gt;2026-01-08 14:44:20,129 WARN [main] o.a.n.b.process.RuntimeValidatorExecutor Runtime Configuration [AvailableLocalPorts] validation failed: Local Ports [28231] less than recommended [55000] according to [/proc/sys/net/ipv4/ip_local_port_range]&lt;BR /&gt;2026-01-08 14:44:20,129 WARN [main] o.a.n.b.process.RuntimeValidatorExecutor Runtime Configuration [Swappiness] validation failed: Swappiness [30] more than recommended [0] according to [/proc/sys/vm/swappiness]&lt;BR /&gt;2026-01-08 14:44:20,129 WARN [main] o.a.n.b.process.RuntimeValidatorExecutor Runtime Configuration [SocketTimedWaitDuration] validation failed: TCP Socket Wait [120 seconds] more than recommended [1 seconds] according to [/proc/sys/net/netfilter/nf_conntrack_tcp_timeout_time_wait]&lt;BR /&gt;2026-01-08 14:44:20,197 INFO [main] o.a.n.b.command.RunBootstrapCommand /usr/lib/jvm/java-21-openjdk-21.0.9.0.10-1.0.1.el8.x86_64/bin/java --class-path /opt/nifi-2.7.2/lib/nifi-server-api-2.7.2.jar:/opt/nifi-2.7.2/lib/nifi-api-2.5.0.jar:/opt/nifi-2.7.2/lib/slf4j-api-2.0.17.jar:/opt/nifi-2.7.2/lib/logback-core-1.5.22.jar:/opt/nifi-2.7.2/lib/jul-to-slf4j-2.0.17.jar:/opt/nifi-2.7.2/lib/nifi-per-process-group-logging-2.7.2.jar:/opt/nifi-2.7.2/lib/nifi-property-utils-2.7.2.jar:/opt/nifi-2.7.2/lib/logback-classic-1.5.22.jar:/opt/nifi-2.7.2/lib/log4j-over-slf4j-2.0.17.jar:/opt/nifi-2.7.2/lib/nifi-properties-2.7.2.jar:/opt/nifi-2.7.2/lib/jcl-over-slf4j-2.0.17.jar:/opt/nifi-2.7.2/lib/nifi-nar-utils-2.7.2.jar:/opt/nifi-2.7.2/lib/nifi-stateless-api-2.7.2.jar:/opt/nifi-2.7.2/lib/nifi-framework-api-2.7.2.jar:/opt/nifi-2.7.2/lib/nifi-python-framework-api-2.7.2.jar:/opt/nifi-2.7.2/lib/nifi-runtime-2.7.2.jar:/opt/nifi-2.7.2/conf -Dorg.apache.nifi.bootstrap.config.log.dir=/opt/nifi-2.7.2/logs -Dnifi.properties.file.path=/opt/nifi-2.7.2/conf/nifi.properties -Dorg.apache.nifi.management.server.address=127.0.0.1:52020 -Xms1g -Xmx1g -Dsun.net.http.allowRestrictedHeaders=true -Djava.protocol.handler.pkgs=sun.net.&lt;A href="http://www.protocol" target="_blank"&gt;www.protocol&lt;/A&gt; -Dcurator-log-only-first-connection-issue-as-error-level=true -Djava.awt.headless=true -Djavax.security.auth.useSubjectCredsOnly=true org.apache.nifi.NiFi&lt;BR /&gt;2026-01-08 14:44:20,217 INFO [main] org.apache.nifi.bootstrap.Command Application Process [9450] started&lt;BR /&gt;2026-01-08 14:44:20,219 INFO [main] org.apache.nifi.bootstrap.Command Bootstrap Process Running&lt;BR /&gt;2026-01-08 14:44:25,214 INFO [main] org.apache.nifi.bootstrap.Command Application Process [9450] Management Server [&lt;A href="http://127.0.0.1:52020/health" target="_blank"&gt;http://127.0.0.1:52020/health&lt;/A&gt;] communication failed&lt;BR /&gt;2026-01-08 14:45:20,227 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:45:20,228 INFO [StartBootstrapCommand] o.a.n.b.command.StartBootstrapCommand Application monitoring started&lt;BR /&gt;2026-01-08 14:45:25,232 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:45:30,231 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:45:35,231 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:45:40,234 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;&lt;STRIKE&gt;&amp;nbsp;...&lt;/STRIKE&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;2026-01-08 14:49:40,234 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:49:45,232 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:49:50,231 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:49:55,232 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:50:00,231 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:50:05,231 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:50:10,231 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:50:15,231 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:50:20,232 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:50:25,231 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:50:30,232 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:50:35,231 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:50:40,232 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:50:45,232 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:50:50,231 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:50:55,231 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:51:00,231 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:51:05,231 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:51:10,231 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:51:15,232 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:51:20,231 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;BR /&gt;2026-01-08 14:51:25,231 INFO [StartBootstrapCommand] o.a.n.b.c.ApplicationProcessStatusBootstrapCommand Application Process [9450] running&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see the process nifi is still running but can't connect after accepting the risk.&amp;nbsp; using chrome and/or firefox&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PepeVo_0-1767884082108.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46524i74435BA004E16D6A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PepeVo_0-1767884082108.png" alt="PepeVo_0-1767884082108.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;BN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2026 14:57:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413267#M253972</guid>
      <dc:creator>PepeVo</dc:creator>
      <dc:date>2026-01-08T14:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi 2.7.2 Start Problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413270#M253973</link>
      <description>&lt;P&gt;nifi.properties&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PepeVo_1-1767884533071.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46525i674BEAB5BF74B63E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PepeVo_1-1767884533071.png" alt="PepeVo_1-1767884533071.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PepeVo_2-1767884577204.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46526iF36912A36A19E339/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PepeVo_2-1767884577204.png" alt="PepeVo_2-1767884577204.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2026 15:03:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413270#M253973</guid>
      <dc:creator>PepeVo</dc:creator>
      <dc:date>2026-01-08T15:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi 2.7.2 Start Problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413271#M253974</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/140233"&gt;@PepeVo&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The invalid SNI is not a NiFi thing.&amp;nbsp; It is related to trying to use 127.0.0.1 local IP in the URL.&amp;nbsp; You are going to need to use a hostname.&lt;BR /&gt;&lt;BR /&gt;I see in you set https.host=localhost in the nifi.properties.&amp;nbsp; Is "localhost" a SAN entry in the certificate?&lt;BR /&gt;&lt;BR /&gt;Can you share the verbose output from the NiFi generated keystore and the keystore you manually created?&amp;nbsp; The NiFi generated keystore should have SAN entry for localhost and your server/computer hostname.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please help our community grow. If you found&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on&amp;nbsp;&lt;STRONG&gt;one or more&lt;/STRONG&gt;&amp;nbsp;of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2026 17:09:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413271#M253974</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2026-01-08T17:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi 2.7.2 Start Problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413276#M253976</link>
      <description>&lt;P&gt;&amp;nbsp;when I generate the keystore&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PepeVo_7-1767895047884.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46532i10DB18DDBCAD544D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PepeVo_7-1767895047884.png" alt="PepeVo_7-1767895047884.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I set on /etc/hosts&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PepeVo_6-1767895009643.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46531i0363C67B488C8674/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PepeVo_6-1767895009643.png" alt="PepeVo_6-1767895009643.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;still not bring the ui up&lt;/P&gt;&lt;P&gt;vr,&lt;/P&gt;&lt;P&gt;Bach-Nga&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2026 17:57:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413276#M253976</guid>
      <dc:creator>PepeVo</dc:creator>
      <dc:date>2026-01-08T17:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi 2.7.2 Start Problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413282#M253979</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/140233"&gt;@PepeVo&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Look at the output from following java keytool command:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;keytool -v -list -keystore &amp;lt;nifi-keystore.p12/jks&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;You'll want to verify the EKU, KeyUsage, and SubjectAlternativeName (SAN) fields in the output.&lt;BR /&gt;&lt;BR /&gt;EKU must contain clientAuth and serverAuth&lt;BR /&gt;SAN must contain your server hostname and any other hostname your node may also be known as.&amp;nbsp; One of these SAN names is what you must use in the browser URL.&lt;BR /&gt;&lt;BR /&gt;Hostname verification in the TLS exchange between your browser and NiFi is done using the certificate SAN and not the Certificate DN.&lt;BR /&gt;&lt;BR /&gt;You also can add the same IP address (127.0.0.1) to the /etc/hosts file multiple times.&amp;nbsp; it will resolve to the first entry.&amp;nbsp; &amp;nbsp;If you want to assign additional names to 127.0.0.1, it needs to be done on same line.&amp;nbsp; But SNI is not going to allow you to use 127.0.0.1 in the browser URL.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You should set the "&lt;SPAN class="s1"&gt;nifi.&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&lt;STRONG&gt;web&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;.https.host" property in the nifi.properties file to one of the SAN values from your keytstore and then use that name in your url to access the NiFi UI.&lt;BR /&gt;&lt;BR /&gt;On NiFi startup, you can also tail the nifi-app.log looking for the line that looks like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;... [main] org.apache.nifi.web.server.JettyServer Started Server on https://&amp;lt;hostname&amp;gt;:8443/nifi&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please help our community grow. If you found&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on&amp;nbsp;&lt;STRONG&gt;one or more&lt;/STRONG&gt;&amp;nbsp;of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2026 20:55:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413282#M253979</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2026-01-08T20:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi 2.7.2 Start Problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413295#M253986</link>
      <description>&lt;P&gt;Thank you for instruction and I don't see any&amp;nbsp;&lt;SPAN&gt;EKU, KeyUsage, and SubjectAlternativeName (SAN) fields in the output.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PepeVo_1-1767967428415.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46537i7D6F1E3905FDDC13/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PepeVo_1-1767967428415.png" alt="PepeVo_1-1767967428415.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;in the nifi-app.log I do see "&amp;nbsp;g.apache.nifi.web.server.JettyServer Started Server on &lt;A href="https://localhost:8443/nifi" target="_blank"&gt;https://localhost:8443/nifi&lt;/A&gt;&amp;nbsp;"&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PepeVo_0-1767967124420.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46536i481C45EDA11CED97/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PepeVo_0-1767967124420.png" alt="PepeVo_0-1767967124420.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but still can't start the ui by using the host ip address or hostname, I get the "secure connection failed",&amp;nbsp; if I connect it using localhost/127.0.0.1 I still get "400 Invalid SNI" (I heard to commented that&amp;nbsp;&lt;SPAN&gt;SNI is not going to allow you to use 127.0.0.1 in the browser URL, but I am trying to see if I get the same error)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;When I set the ip address (not localhost) on nifi.web.https.hosts and connect it with error "the proxy server is refusing connections".&amp;nbsp; Do I need to set the nifi.web.proxy.host to ipaddress too?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PepeVo_2-1767969009633.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46538iFDAAB67EE040775F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PepeVo_2-1767969009633.png" alt="PepeVo_2-1767969009633.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;thank you for any helps.&lt;BR /&gt;BN&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2026 14:35:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413295#M253986</guid>
      <dc:creator>PepeVo</dc:creator>
      <dc:date>2026-01-09T14:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi 2.7.2 Start Problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413296#M253987</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/140233"&gt;@PepeVo&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"When I set the ip address (not localhost) on nifi.web.https.hosts and connect it with error "the proxy server is refusing connections".&amp;nbsp; Do I need to set the nifi.web.proxy.host to ipaddress too?"&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;This because the IP does not exist in a SAN in your certificate.&amp;nbsp; &amp;nbsp;The first step here is create a proper clientAuth certificate that includes the SAN entries and EKUs.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Apache NiFI out-of-the-box would have created a proper format keystore certificate.&lt;BR /&gt;&lt;BR /&gt;The CN value in the certificate is typically the hostname of the server it is being used on.&amp;nbsp; I've seen multiple different value snippets in what has been shared by you.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;That hostname you are trying to use in the NiFi URL must exist as a SAN entry in the certificate. (This is not a NiFi specific requirement, this is enforced by the JDK)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please help our community grow. If you found&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on&amp;nbsp;&lt;STRONG&gt;one or more&lt;/STRONG&gt;&amp;nbsp;of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2026 14:58:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413296#M253987</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2026-01-09T14:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi 2.7.2 Start Problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413299#M253988</link>
      <description>&lt;P&gt;keystore:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PepeVo_0-1767971297759.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46539iD32E22014D1382CF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PepeVo_0-1767971297759.png" alt="PepeVo_0-1767971297759.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;truststore:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PepeVo_1-1767971324266.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46540i6E3CE7B153A75DE8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PepeVo_1-1767971324266.png" alt="PepeVo_1-1767971324266.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I don't know how to check "localhost" a SAN entry in the certificate?&amp;nbsp; I will check with my colleague for the output.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BN&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2026 15:11:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413299#M253988</guid>
      <dc:creator>PepeVo</dc:creator>
      <dc:date>2026-01-09T15:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi 2.7.2 Start Problem</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413308#M253993</link>
      <description>&lt;P&gt;I regenterate the keystore with the common server name.&amp;nbsp; Nifi UI works but I thought I can find the username/password in the nifi-bootstrap.log&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found the username and password encrypted in login-identity-providers.xml&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PepeVo_3-1767988221393.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46544i37DC1FE05ABBAE18/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PepeVo_3-1767988221393.png" alt="PepeVo_3-1767988221393.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;how can I decrypt them, or should I generate a new username/password and how?&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;P&gt;BN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2026 19:51:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-2-7-2-Start-Problem/m-p/413308#M253993</guid>
      <dc:creator>PepeVo</dc:creator>
      <dc:date>2026-01-09T19:51:48Z</dc:date>
    </item>
  </channel>
</rss>

