<?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 1.10.0 startup issues in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Nifi-1-10-0-startup-issues/m-p/283059#M210383</link>
    <description>&lt;P&gt;Yes , it was picking up&amp;nbsp;&lt;SPAN&gt;openJDK 9 which was in the classpath, i pointed to right JDK 11 and it is working now.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2019 05:16:34 GMT</pubDate>
    <dc:creator>samarsimha</dc:creator>
    <dc:date>2019-11-15T05:16:34Z</dc:date>
    <item>
      <title>Nifi 1.10.0 startup issues</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-1-10-0-startup-issues/m-p/283026#M210360</link>
      <description>&lt;P&gt;I have installed latest version of Nifi-1.10.0 , everything works locally , however on my Linux server i am having issues when i start NIFI , below is the stack trace.&lt;/P&gt;
&lt;PRE&gt;&lt;BR /&gt;&lt;BR /&gt;2019-11-14 21:22:31,464 INFO [main] org.apache.nifi.NiFi Launching NiFi...&lt;BR /&gt;&lt;BR /&gt;2019-11-14 21:22:31,812 INFO [main] org.apache.nifi.security.kms.CryptoUtils Determined default nifi.properties path to be '/ngs/app/ssewiret/nifi/./conf/nifi.properties'&lt;BR /&gt;&lt;BR /&gt;2019-11-14 21:22:31,818 INFO [main] o.a.nifi.properties.NiFiPropertiesLoader Loaded 143 properties from /ngs/app/ssewiret/nifi/./conf/nifi.properties&lt;BR /&gt;&lt;BR /&gt;2019-11-14 21:22:31,826 INFO [main] org.apache.nifi.NiFi Loaded 143 properties&lt;BR /&gt;&lt;BR /&gt;2019-11-14 21:22:31,838 INFO [main] org.apache.nifi.BootstrapListener Started Bootstrap Listener, Listening for incoming requests on port 33317&lt;BR /&gt;&lt;BR /&gt;2019-11-14 21:22:31,862 INFO [main] org.apache.nifi.BootstrapListener Successfully initiated communication with Bootstrap&lt;BR /&gt;&lt;BR /&gt;2019-11-14 21:22:31,909 INFO [main] org.apache.nifi.nar.NarUnpacker Expanding 198 NAR files with all processors...&lt;BR /&gt;&lt;BR /&gt;2019-11-14 21:22:31,933 WARN [main] org.apache.nifi.nar.NarUnpacker Unable to load NAR library bundles due to java.util.zip.ZipException: zip END header not found Will proceed without loading any further Nar bundles&lt;BR /&gt;&lt;BR /&gt;2019-11-14 21:22:31,942 ERROR [main] org.apache.nifi.NiFi Failure to launch NiFi due to java.lang.IllegalStateException: Unable to locate Jetty bundle.&lt;BR /&gt;&lt;BR /&gt;java.lang.IllegalStateException: Unable to locate Jetty bundle.&lt;BR /&gt;&lt;BR /&gt;at org.apache.nifi.nar.NarClassLoaders.load(NarClassLoaders.java:211)&lt;BR /&gt;&lt;BR /&gt;at org.apache.nifi.nar.NarClassLoaders.init(NarClassLoaders.java:119)&lt;BR /&gt;&lt;BR /&gt;at org.apache.nifi.NiFi.&amp;lt;init&amp;gt;(NiFi.java:134)&lt;BR /&gt;&lt;BR /&gt;at org.apache.nifi.NiFi.&amp;lt;init&amp;gt;(NiFi.java:72)&lt;BR /&gt;&lt;BR /&gt;at org.apache.nifi.NiFi.main(NiFi.java:301)&lt;BR /&gt;&lt;BR /&gt;2019-11-14 21:22:31,944 INFO [Thread-0] org.apache.nifi.NiFi Initiating shutdown of Jetty web server...&lt;BR /&gt;&lt;BR /&gt;2019-11-14 21:22:31,946 INFO [Thread-0] org.apache.nifi.NiFi Jetty web server shutdown completed (nicely or otherwise).&lt;/PRE&gt;
&lt;P&gt;Thanks for the help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 23:03:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-1-10-0-startup-issues/m-p/283026#M210360</guid>
      <dc:creator>samarsimha</dc:creator>
      <dc:date>2019-11-14T23:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi 1.10.0 startup issues</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-1-10-0-startup-issues/m-p/283056#M210380</link>
      <description>&lt;P&gt;Wha is your Java/JDK version in use here? The error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;java.util.zip.ZipException: zip END header not found&amp;nbsp;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;seems suspicious. Seems similar bugs reported in certain versions of openJDK 9 at&amp;nbsp;&lt;A href="https://bugs.openjdk.java.net/browse/JDK-8172872" target="_blank"&gt;https://bugs.openjdk.java.net/browse/JDK-8172872&lt;/A&gt;&amp;nbsp;or&amp;nbsp;&lt;A href="https://bugs.openjdk.java.net/browse/JDK-8170276" target="_blank"&gt;https://bugs.openjdk.java.net/browse/JDK-8170276&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2019 04:58:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-1-10-0-startup-issues/m-p/283056#M210380</guid>
      <dc:creator>Lingesh</dc:creator>
      <dc:date>2019-11-15T04:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi 1.10.0 startup issues</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-1-10-0-startup-issues/m-p/283057#M210381</link>
      <description>&lt;P&gt;Thanks, I was able to fix the issue.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2019 05:01:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-1-10-0-startup-issues/m-p/283057#M210381</guid>
      <dc:creator>samarsimha</dc:creator>
      <dc:date>2019-11-15T05:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi 1.10.0 startup issues</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-1-10-0-startup-issues/m-p/283058#M210382</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/45465"&gt;@samarsimha&lt;/a&gt;&amp;nbsp;for sharing the feedback. Just to be on the same, how did you resolve the issue? were you on any of the affected JDK version?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your answer may help other users who face a similar issues.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2019 05:05:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-1-10-0-startup-issues/m-p/283058#M210382</guid>
      <dc:creator>Lingesh</dc:creator>
      <dc:date>2019-11-15T05:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi 1.10.0 startup issues</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-1-10-0-startup-issues/m-p/283059#M210383</link>
      <description>&lt;P&gt;Yes , it was picking up&amp;nbsp;&lt;SPAN&gt;openJDK 9 which was in the classpath, i pointed to right JDK 11 and it is working now.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2019 05:16:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-1-10-0-startup-issues/m-p/283059#M210383</guid>
      <dc:creator>samarsimha</dc:creator>
      <dc:date>2019-11-15T05:16:34Z</dc:date>
    </item>
  </channel>
</rss>

