<?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 Apache Nifi is not starting up in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Nifi-is-not-starting-up/m-p/231032#M64272</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am using Nifi v 1.20. on windows 8 It used work fine.  After restarting the system the nifi does not start up. I had check status Its keep getting "Apacha Nifi not running". &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Below are logs from nifi-bootstrap.log file-&lt;/P&gt;&lt;PRE&gt;2017-07-05 15:41:57,105 WARN [NiFi Bootstrap Command Listener] org.apache.nifi.bootstrap.RunNiFi Failed to set permissions so that only the owner can read pid file E:\softwares\nifi-1.2.0\bin\..\run\nifi.pid; 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
2017-07-05 15:41:57,142 WARN [NiFi Bootstrap Command Listener] org.apache.nifi.bootstrap.RunNiFi Failed to set permissions so that only the owner can read status file E:\softwares\nifi-1.2.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
2017-07-05 15:41:57,168 INFO [NiFi Bootstrap Command Listener] org.apache.nifi.bootstrap.RunNiFi Apache NiFi now running and listening for Bootstrap requests on port 50765
2017-07-05 15:43:12,077 ERROR [NiFi logging handler] org.apache.nifi.StdErr Failed to start web server: Unable to start Flow Controller.
2017-07-05 15:43:12,078 ERROR [NiFi logging handler] org.apache.nifi.StdErr Shutting down...
2017-07-05 15:43:14,501 INFO [main] org.apache.nifi.bootstrap.RunNiFi NiFi never started. Will not restart NiFi&lt;/PRE&gt;&lt;P&gt;Below is the stack trace from nifi-app.log file - &lt;/P&gt;&lt;PRE&gt;2017-07-05 15:43:12,077 WARN [main] org.apache.nifi.web.server.JettyServer Failed to start web server... shutting down.
org.apache.nifi.web.NiFiCoreException: Unable to start Flow Controller.
at org.apache.nifi.web.contextlistener.ApplicationStartupContextListener.contextInitialized(ApplicationStartupContextListener.java:88)
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:876)
at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:532)
at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:839)
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:344)
at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1480)
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1442)
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:799)
at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:261)
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:540)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:105)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
at org.eclipse.jetty.server.handler.gzip.GzipHandler.doStart(GzipHandler.java:290)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131)
at org.eclipse.jetty.server.Server.start(Server.java:452)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:105)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
at org.eclipse.jetty.server.Server.doStart(Server.java:419)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.apache.nifi.web.server.JettyServer.start(JettyServer.java:695)
at org.apache.nifi.NiFi.&amp;lt;init&amp;gt;(NiFi.java:160)
at org.apache.nifi.NiFi.main(NiFi.java:267)
Caused by: java.io.IOException: Expected to read a Sentinel Byte of '1' but got a value of '0' instead
at org.apache.nifi.repository.schema.SchemaRecordReader.readRecord(SchemaRecordReader.java:65)
at org.apache.nifi.controller.repository.SchemaRepositoryRecordSerde.deserializeRecord(SchemaRepositoryRecordSerde.java:115)
at org.apache.nifi.controller.repository.SchemaRepositoryRecordSerde.deserializeEdit(SchemaRepositoryRecordSerde.java:109)
at org.apache.nifi.controller.repository.SchemaRepositoryRecordSerde.deserializeEdit(SchemaRepositoryRecordSerde.java:46)
at org.wali.MinimalLockingWriteAheadLog$Partition.recoverNextTransaction(MinimalLockingWriteAheadLog.java:1096)
at org.wali.MinimalLockingWriteAheadLog.recoverFromEdits(MinimalLockingWriteAheadLog.java:459)
at org.wali.MinimalLockingWriteAheadLog.recoverRecords(MinimalLockingWriteAheadLog.java:301)
at org.apache.nifi.controller.repository.WriteAheadFlowFileRepository.loadFlowFiles(WriteAheadFlowFileRepository.java:381)
at org.apache.nifi.controller.FlowController.initializeFlow(FlowController.java:712)
at org.apache.nifi.controller.StandardFlowService.initializeController(StandardFlowService.java:953)
at org.apache.nifi.controller.StandardFlowService.load(StandardFlowService.java:534)
at org.apache.nifi.web.contextlistener.ApplicationStartupContextListener.contextInitialized(ApplicationStartupContextListener.java:72)
... 28 common frames omitted
&lt;/PRE&gt;</description>
    <pubDate>Wed, 05 Jul 2017 19:22:47 GMT</pubDate>
    <dc:creator>phanindrakumar_</dc:creator>
    <dc:date>2017-07-05T19:22:47Z</dc:date>
    <item>
      <title>Apache Nifi is not starting up</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Nifi-is-not-starting-up/m-p/231032#M64272</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am using Nifi v 1.20. on windows 8 It used work fine.  After restarting the system the nifi does not start up. I had check status Its keep getting "Apacha Nifi not running". &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Below are logs from nifi-bootstrap.log file-&lt;/P&gt;&lt;PRE&gt;2017-07-05 15:41:57,105 WARN [NiFi Bootstrap Command Listener] org.apache.nifi.bootstrap.RunNiFi Failed to set permissions so that only the owner can read pid file E:\softwares\nifi-1.2.0\bin\..\run\nifi.pid; 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
2017-07-05 15:41:57,142 WARN [NiFi Bootstrap Command Listener] org.apache.nifi.bootstrap.RunNiFi Failed to set permissions so that only the owner can read status file E:\softwares\nifi-1.2.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
2017-07-05 15:41:57,168 INFO [NiFi Bootstrap Command Listener] org.apache.nifi.bootstrap.RunNiFi Apache NiFi now running and listening for Bootstrap requests on port 50765
2017-07-05 15:43:12,077 ERROR [NiFi logging handler] org.apache.nifi.StdErr Failed to start web server: Unable to start Flow Controller.
2017-07-05 15:43:12,078 ERROR [NiFi logging handler] org.apache.nifi.StdErr Shutting down...
2017-07-05 15:43:14,501 INFO [main] org.apache.nifi.bootstrap.RunNiFi NiFi never started. Will not restart NiFi&lt;/PRE&gt;&lt;P&gt;Below is the stack trace from nifi-app.log file - &lt;/P&gt;&lt;PRE&gt;2017-07-05 15:43:12,077 WARN [main] org.apache.nifi.web.server.JettyServer Failed to start web server... shutting down.
org.apache.nifi.web.NiFiCoreException: Unable to start Flow Controller.
at org.apache.nifi.web.contextlistener.ApplicationStartupContextListener.contextInitialized(ApplicationStartupContextListener.java:88)
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:876)
at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:532)
at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:839)
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:344)
at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1480)
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1442)
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:799)
at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:261)
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:540)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:105)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
at org.eclipse.jetty.server.handler.gzip.GzipHandler.doStart(GzipHandler.java:290)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131)
at org.eclipse.jetty.server.Server.start(Server.java:452)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:105)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
at org.eclipse.jetty.server.Server.doStart(Server.java:419)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.apache.nifi.web.server.JettyServer.start(JettyServer.java:695)
at org.apache.nifi.NiFi.&amp;lt;init&amp;gt;(NiFi.java:160)
at org.apache.nifi.NiFi.main(NiFi.java:267)
Caused by: java.io.IOException: Expected to read a Sentinel Byte of '1' but got a value of '0' instead
at org.apache.nifi.repository.schema.SchemaRecordReader.readRecord(SchemaRecordReader.java:65)
at org.apache.nifi.controller.repository.SchemaRepositoryRecordSerde.deserializeRecord(SchemaRepositoryRecordSerde.java:115)
at org.apache.nifi.controller.repository.SchemaRepositoryRecordSerde.deserializeEdit(SchemaRepositoryRecordSerde.java:109)
at org.apache.nifi.controller.repository.SchemaRepositoryRecordSerde.deserializeEdit(SchemaRepositoryRecordSerde.java:46)
at org.wali.MinimalLockingWriteAheadLog$Partition.recoverNextTransaction(MinimalLockingWriteAheadLog.java:1096)
at org.wali.MinimalLockingWriteAheadLog.recoverFromEdits(MinimalLockingWriteAheadLog.java:459)
at org.wali.MinimalLockingWriteAheadLog.recoverRecords(MinimalLockingWriteAheadLog.java:301)
at org.apache.nifi.controller.repository.WriteAheadFlowFileRepository.loadFlowFiles(WriteAheadFlowFileRepository.java:381)
at org.apache.nifi.controller.FlowController.initializeFlow(FlowController.java:712)
at org.apache.nifi.controller.StandardFlowService.initializeController(StandardFlowService.java:953)
at org.apache.nifi.controller.StandardFlowService.load(StandardFlowService.java:534)
at org.apache.nifi.web.contextlistener.ApplicationStartupContextListener.contextInitialized(ApplicationStartupContextListener.java:72)
... 28 common frames omitted
&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Jul 2017 19:22:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Nifi-is-not-starting-up/m-p/231032#M64272</guid>
      <dc:creator>phanindrakumar_</dc:creator>
      <dc:date>2017-07-05T19:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Nifi is not starting up</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Nifi-is-not-starting-up/m-p/231033#M64273</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/19391/phanindrakumarpaladi.html" nodeid="19391"&gt;@Phanindra Kumar  Paladi&lt;/A&gt;&lt;P&gt;That error indicates NiFi was not shutdown gracefully and now the flow file repository has become corrupted.  You will have to remove the flow file repository and then restart NiFi.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 21:29:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Nifi-is-not-starting-up/m-p/231033#M64273</guid>
      <dc:creator>Wynner</dc:creator>
      <dc:date>2017-07-05T21:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Nifi is not starting up</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Nifi-is-not-starting-up/m-p/231034#M64274</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/286/dwynne.html" nodeid="286"&gt;@Wynner&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;Thanks, you were right After removing files from the flow file repository and content repository the nifi started normally&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 14:48:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Nifi-is-not-starting-up/m-p/231034#M64274</guid>
      <dc:creator>phanindrakumar_</dc:creator>
      <dc:date>2017-07-06T14:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Nifi is not starting up</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Nifi-is-not-starting-up/m-p/231035#M64275</link>
      <description>&lt;P&gt;Thanks, I too got started in local and not in the server.&lt;/P&gt;&lt;P&gt;When the queue has hit its maximum back pressure, the process gets slow down and server fails to load NIFI UI.&lt;/P&gt;&lt;P&gt;Could not able to work on server side.&lt;/P&gt;&lt;P&gt;Can anyone help me with this issue?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 18:10:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Nifi-is-not-starting-up/m-p/231035#M64275</guid>
      <dc:creator>rsiva</dc:creator>
      <dc:date>2017-09-07T18:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Nifi is not starting up</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Nifi-is-not-starting-up/m-p/231036#M64276</link>
      <description>&lt;P&gt;Where do I find flowfile repository? &lt;A rel="user" href="https://community.cloudera.com/users/286/dwynne.html" nodeid="286"&gt;@Wynner&lt;/A&gt; and &lt;A rel="user" href="https://community.cloudera.com/users/19391/phanindrakumarpaladi.html" nodeid="19391"&gt;@Phanindra Kumar  Paladi&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 21:28:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Nifi-is-not-starting-up/m-p/231036#M64276</guid>
      <dc:creator>oyashi</dc:creator>
      <dc:date>2018-07-12T21:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Nifi is not starting up</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Nifi-is-not-starting-up/m-p/231037#M64277</link>
      <description>&lt;P&gt;Sometimes, I believe the solution for this is to wait for a minute.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 22:22:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Nifi-is-not-starting-up/m-p/231037#M64277</guid>
      <dc:creator>oyashi</dc:creator>
      <dc:date>2018-07-16T22:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Nifi is not starting up</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Nifi-is-not-starting-up/m-p/231038#M64278</link>
      <description>&lt;P&gt;Time to upgrade.   Also check the logs sometimes there's corruption, sometimes it just takes a while to restart all the stopped processes.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 22:30:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Nifi-is-not-starting-up/m-p/231038#M64278</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2018-07-16T22:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Nifi is not starting up</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Nifi-is-not-starting-up/m-p/231039#M64279</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am facing similar issue on nifi, I have already tried removing files from both flow file repository and content repository . However, the NIFI UI is still nt working.&lt;/P&gt;&lt;P&gt;nifi-bootstrap.log&lt;/P&gt;&lt;PRE&gt;2018-07-17 18:33:15,580 ERROR [NiFi logging handler] org.apache.nifi.StdErr Failed to start web server: Unable to start Flow Controller.
2018-07-17 18:33:15,580 ERROR [NiFi logging handler] org.apache.nifi.StdErr Shutting down...
2018-07-17 18:33:16,024 INFO [main] o.a.n.b.NotificationServiceManager Successfully loaded the following 0 services: []
2018-07-17 18:33:16,029 INFO [main] org.apache.nifi.bootstrap.RunNiFi Registered no Notification Services for Notification Type NIFI_STARTED
2018-07-17 18:33:16,029 INFO [main] org.apache.nifi.bootstrap.RunNiFi Registered no Notification Services for Notification Type NIFI_STOPPED
2018-07-17 18:33:16,029 INFO [main] org.apache.nifi.bootstrap.RunNiFi Registered no Notification Services for Notification Type NIFI_DIED
2018-07-17 18:33:16,223 INFO [main] org.apache.nifi.bootstrap.Command Apache NiFi is running at PID 58955 but is not responding to ping requests
2018-07-17 18:33:16,937 INFO [main] org.apache.nifi.bootstrap.RunNiFi NiFi never started. Will not restart NiFi&lt;/PRE&gt;&lt;P&gt;nifi-bootstrap.log&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;2018-07-17 16:50:45,210 WARN [main] org.apache.nifi.web.server.JettyServer Failed to start web server... shutting down. org.apache.nifi.web.NiFiCoreException: Unable to start Flow Controller. at org.apache.nifi.web.contextlistener.ApplicationStartupContextListener.contextInitialized(ApplicationStartupContextListener.java:97) at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:876) at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:532) at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:839) at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:344) at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1480) at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1442) at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:799) at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:261) at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:540) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113) at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:105) at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) at org.eclipse.jetty.server.handler.gzip.GzipHandler.doStart(GzipHandler.java:290) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131) at org.eclipse.jetty.server.Server.start(Server.java:452) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:105) at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) at org.eclipse.jetty.server.Server.doStart(Server.java:419) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.apache.nifi.web.server.JettyServer.start(JettyServer.java:708) at org.apache.nifi.NiFi.&amp;lt;init&amp;gt;(NiFi.java:160) at org.apache.nifi.NiFi.main(NiFi.java:268) Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loginIdentityProvider': FactoryBean threw exception on object creation; nested exception is java.lang.Exception: Unable to load the login identity provider configuration file at: /u/applic/data/hdfs1/tlog/nifi-1.4.0/./conf/login-identity-providers.xml
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:175) at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:103) at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1585) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:254) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1060) at org.apache.nifi.web.contextlistener.ApplicationStartupContextListener.contextInitialized(ApplicationStartupContextListener.java:93) ... 28 common frames omitted Caused by: java.lang.Exception: Unable to load the login identity provider configuration file at: /u/applic/data/hdfs1/tlog/nifi-1.4.0/./conf/login-identity-providers.xml at org.apache.nifi.web.security.spring.LoginIdentityProviderFactoryBean.loadLoginIdentityProvidersConfiguration(LoginIdentityProviderFactoryBean.java:150) at org.apache.nifi.web.security.spring.LoginIdentityProviderFactoryBean.getObject(LoginIdentityProviderFactoryBean.java:107) at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:168) ... 34 common frames omitted 2018-07-17 16:50:45,220 INFO [Thread-1] org.apache.nifi.NiFi Initiating shutdown of Jetty web server... 2018-07-17 16:50:45,240 
INFO [Thread-1] o.eclipse.jetty.server.AbstractConnector Stopped ServerConnector@5262e781{HTTP/1.1,[http/1.1]}{0.0.0.0:8080} 2018-07-17 16:50:45,240 
INFO [Thread-1] org.eclipse.jetty.server.session Stopped scavenging&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 Jul 2018 02:13:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Nifi-is-not-starting-up/m-p/231039#M64279</guid>
      <dc:creator>madhav_munagapa</dc:creator>
      <dc:date>2018-07-18T02:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Nifi is not starting up</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Nifi-is-not-starting-up/m-p/231040#M64280</link>
      <description>&lt;P&gt;Worked for me as well, but after removing the following directories (NiFi 1.5):&lt;BR /&gt;content_repository&lt;BR /&gt;database_repository&lt;BR /&gt;flowfile_repository&lt;BR /&gt;provenance_repository&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 14:18:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Nifi-is-not-starting-up/m-p/231040#M64280</guid>
      <dc:creator>eng_MahmoudSabr</dc:creator>
      <dc:date>2018-10-11T14:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Nifi is not starting up</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Nifi-is-not-starting-up/m-p/325952#M64281</link>
      <description>&lt;P&gt;i will delete all repository files and start nifi but i am getting same error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Phanikondeti_0-1633072601201.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/32513iCBD3C5064DB31EF9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Phanikondeti_0-1633072601201.png" alt="Phanikondeti_0-1633072601201.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 07:17:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Nifi-is-not-starting-up/m-p/325952#M64281</guid>
      <dc:creator>Phanikondeti</dc:creator>
      <dc:date>2021-10-01T07:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Nifi is not starting up</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Nifi-is-not-starting-up/m-p/325971#M64282</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I deleted this file in my ubuntu ec2 instance :&lt;/P&gt;&lt;P&gt;1.content_repository&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.database_repository&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.flowfile_repository&lt;/P&gt;&lt;P&gt;4.provenance_repository&lt;/P&gt;&lt;P&gt;and also delete file in conf -&amp;gt;&amp;nbsp; flow.xml.gz&lt;/P&gt;&lt;P&gt;after the deleting this files in my ubuntu ec2 instance i will restart nifi.sh after that the nifi is runing but i will open my ip address in chrome&amp;nbsp;&lt;A href="http://54.89.235.124:8443/" target="_blank"&gt;http://54.89.235.124:8443/&lt;/A&gt;&amp;nbsp;i am getting this site cann't reached error.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Phanikondeti_0-1633077546494.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/32514i414D21A512718231/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Phanikondeti_0-1633077546494.png" alt="Phanikondeti_0-1633077546494.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;in my putty i am getting like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Phanikondeti_1-1633077595350.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/32515iF40F2DC3E9069EC0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Phanikondeti_1-1633077595350.png" alt="Phanikondeti_1-1633077595350.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;please help to resolve this issue&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, 01 Oct 2021 08:40:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Nifi-is-not-starting-up/m-p/325971#M64282</guid>
      <dc:creator>Phanikondeti</dc:creator>
      <dc:date>2021-10-01T08:40:25Z</dc:date>
    </item>
  </channel>
</rss>

