<?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.0-M2 Support with flow xml gz in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Nifi-2-0-M2-Support-with-flow-xml-gz/m-p/401394#M251135</link>
    <description>&lt;P&gt;thanks&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&lt;/P&gt;&lt;P&gt;You are right i updated the properties file to use flow.json.gz instead of flow.xml.gz&lt;/P&gt;&lt;P&gt;On deploying i got some another weird error which is quite much not clear to me to look after, it would be very grateful if you can suggest something on this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What i am getting from below error that it could be because of flow.json.gz might be corrupted or so. So for that i cleared out the old flow json file and did a quick restart for nifi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But getting same error now as below (pod logs context pasted below)&lt;/P&gt;&lt;P&gt;org.apache.nifi.controller.serialization.FlowSerializationException: Could not parse flow as a VersionedDataflow&lt;BR /&gt;at org.apache.nifi.cluster.protocol.StandardDataFlow.parseVersionedDataflow(StandardDataFlow.java:167)&lt;BR /&gt;at org.apache.nifi.cluster.protocol.StandardDataFlow.getVersionedDataflow(StandardDataFlow.java:108)&lt;BR /&gt;at org.apache.nifi.controller.serialization.VersionedFlowSynchronizer.isFlowEmpty(VersionedFlowSynchronizer.java:1290)&lt;BR /&gt;at org.apache.nifi.controller.serialization.VersionedFlowSynchronizer.sync(VersionedFlowSynchronizer.java:159)&lt;BR /&gt;at org.apache.nifi.controller.FlowController.synchronize(FlowController.java:1817)&lt;BR /&gt;at org.apache.nifi.persistence.StandardFlowConfigurationDAO.load(StandardFlowConfigurationDAO.java:91)&lt;BR /&gt;at org.apache.nifi.controller.StandardFlowService.loadFromBytes(StandardFlowService.java:778)&lt;BR /&gt;at org.apache.nifi.controller.StandardFlowService.load(StandardFlowService.java:499)&lt;BR /&gt;at org.apache.nifi.web.contextlistener.ApplicationStartupContextListener.contextInitialized(ApplicationStartupContextListener.java:67)&lt;BR /&gt;at org.eclipse.jetty.ee10.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:1587)&lt;BR /&gt;at org.eclipse.jetty.ee10.servlet.ServletContextHandler.contextInitialized(ServletContextHandler.java:498)&lt;BR /&gt;at org.eclipse.jetty.ee10.servlet.ServletHandler.initialize(ServletHandler.java:675)&lt;BR /&gt;at org.eclipse.jetty.ee10.servlet.ServletContextHandler.startContext(ServletContextHandler.java:1321)&lt;BR /&gt;at org.eclipse.jetty.ee10.webapp.WebAppContext.startWebapp(WebAppContext.java:1346)&lt;BR /&gt;at org.eclipse.jetty.ee10.webapp.WebAppContext.startContext(WebAppContext.java:1304)&lt;BR /&gt;at org.eclipse.jetty.ee10.servlet.ServletContextHandler.lambda$doStart$0(ServletContextHandler.java:1047)&lt;BR /&gt;at org.eclipse.jetty.server.handler.ContextHandler$ScopedContext.call(ContextHandler.java:1452)&lt;BR /&gt;at org.eclipse.jetty.ee10.servlet.ServletContextHandler.doStart(ServletContextHandler.java:1044)&lt;BR /&gt;at org.eclipse.jetty.ee10.webapp.WebAppContext.doStart(WebAppContext.java:503)&lt;BR /&gt;at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)&lt;BR /&gt;at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)&lt;BR /&gt;at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120)&lt;BR /&gt;at org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)&lt;BR /&gt;at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)&lt;BR /&gt;at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)&lt;BR /&gt;at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120)&lt;BR /&gt;at org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)&lt;BR /&gt;at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)&lt;BR /&gt;at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)&lt;BR /&gt;at org.eclipse.jetty.server.Server.start(Server.java:641)&lt;BR /&gt;at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120)&lt;BR /&gt;at org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)&lt;BR /&gt;at org.eclipse.jetty.server.Server.doStart(Server.java:582)&lt;BR /&gt;at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)&lt;BR /&gt;at org.apache.nifi.web.server.JettyServer.start(JettyServer.java:874)&lt;BR /&gt;at org.apache.nifi.runtime.Application.startServer(Application.java:131)&lt;BR /&gt;at org.apache.nifi.runtime.Application.run(Application.java:78)&lt;BR /&gt;at org.apache.nifi.runtime.Application.run(Application.java:60)&lt;BR /&gt;at org.apache.nifi.NiFi.main(NiFi.java:42)&lt;BR /&gt;&lt;STRONG&gt;Caused by: com.fasterxml.jackson.core.JsonParseException: Unexpected character ('&amp;lt;' (code 60)): expected a valid value (JSON String, Number, Array, Object or token 'null', 'true' or 'false')&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at [Source: REDACTED (StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION disabled); line: 1, column: 1]&lt;/STRONG&gt;&lt;BR /&gt;at com.fasterxml.jackson.core.JsonParser._constructReadException(JsonParser.java:2660)&lt;BR /&gt;at com.fasterxml.jackson.core.base.ParserMinimalBase._reportUnexpectedChar(ParserMinimalBase.java:741)&lt;BR /&gt;at com.fasterxml.jackson.core.json.UTF8StreamJsonParser._handleUnexpectedValue(UTF8StreamJsonParser.java:2752)&lt;BR /&gt;at com.fasterxml.jackson.core.json.UTF8StreamJsonParser._nextTokenNotInObject(UTF8StreamJsonParser.java:867)&lt;BR /&gt;at com.fasterxml.jackson.core.json.UTF8StreamJsonParser.nextToken(UTF8StreamJsonParser.java:753)&lt;BR /&gt;at com.fasterxml.jackson.databind.ObjectMapper._initForReading(ObjectMapper.java:5004)&lt;BR /&gt;at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:4910)&lt;BR /&gt;at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3921)&lt;BR /&gt;at org.apache.nifi.cluster.protocol.StandardDataFlow.parseVersionedDataflow(StandardDataFlow.java:165)&lt;BR /&gt;... 38 common frames omitted&lt;/P&gt;</description>
    <pubDate>Mon, 03 Feb 2025 07:52:35 GMT</pubDate>
    <dc:creator>Shampy</dc:creator>
    <dc:date>2025-02-03T07:52:35Z</dc:date>
    <item>
      <title>Nifi 2.0-M2 Support with flow xml gz</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-2-0-M2-Support-with-flow-xml-gz/m-p/389623#M247021</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I am upgrading my old nifi 1.14 to 2.0 M2 version. But i want to support of both flow xml and flow json. for this reason what should my approach to migrate it as soon as possible.. So my nifi can work either with xml or with json as per my requirement.&lt;/P&gt;&lt;P&gt;Thank you for your time.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 11:17:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-2-0-M2-Support-with-flow-xml-gz/m-p/389623#M247021</guid>
      <dc:creator>Trilok</dc:creator>
      <dc:date>2024-06-26T11:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi 2.0-M2 Support with flow xml gz</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-2-0-M2-Support-with-flow-xml-gz/m-p/389633#M247025</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/111305"&gt;@Trilok&lt;/a&gt;&amp;nbsp;Welcome to the Cloudera Community!&lt;BR /&gt;&lt;BR /&gt;To help you get the best possible solution, I have tagged our NiFi experts&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/105558"&gt;@joseomjr&lt;/a&gt;&amp;nbsp;&amp;nbsp;who may be able to assist you further.&lt;BR /&gt;&lt;BR /&gt;Please keep us updated on your post, and we hope you find a satisfactory solution to your query.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 14:52:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-2-0-M2-Support-with-flow-xml-gz/m-p/389633#M247025</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2024-06-26T14:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi 2.0-M2 Support with flow xml gz</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-2-0-M2-Support-with-flow-xml-gz/m-p/389773#M247076</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/111305"&gt;@Trilok&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The older flow.xml.gz format was deprecated as of Apache NiFi 1.16 in favor of the newer flow.json.gz format.&amp;nbsp; &amp;nbsp;NiFi 1.16+ will only load the flow.xml.gz if the flow.json.gz does not already exist during startup.&amp;nbsp; Upon successful startup, NiFi will generate the flow.json.gz.&amp;nbsp; The NiFi 1.16+ version will still generate both the flow.xml.gz and flow.json.gz formats with every change made on the UI.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;With the major release of Apache NiFi 2.x, the deprecated flow.xml.gz format was removed.&lt;BR /&gt;There is no option in NiFi 2.0 to support the older flow.xml.gz format.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please help our community thrive. 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>Mon, 01 Jul 2024 21:44:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-2-0-M2-Support-with-flow-xml-gz/m-p/389773#M247076</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2024-07-01T21:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi 2.0-M2 Support with flow xml gz</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-2-0-M2-Support-with-flow-xml-gz/m-p/389928#M247113</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/111305"&gt;@Trilok&lt;/a&gt;&amp;nbsp;Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 12:56:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-2-0-M2-Support-with-flow-xml-gz/m-p/389928#M247113</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2024-07-05T12:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi 2.0-M2 Support with flow xml gz</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-2-0-M2-Support-with-flow-xml-gz/m-p/401078#M251063</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;for the suggestion, i am trying to upgrade from 1.27.0 to 2.0.0M3, and as you suggetsed for deprecation of flow xml file, i updated my nifi.properties accordingly and make it from&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;nifi.flow.configuration.file&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;=./conf/flow/flow.xml.gz to&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;SPAN&gt;nifi.flow.configuration.file&lt;/SPAN&gt;&lt;SPAN&gt;=./conf/flow/flow.json.gz&lt;BR /&gt;&lt;BR /&gt;Is my understanding correct?&lt;BR /&gt;I am still getting nifi pod not coming back and aplication server getting shutdown in few minutes.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Your suggestion would really be appreciated&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 28 Jan 2025 09:08:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-2-0-M2-Support-with-flow-xml-gz/m-p/401078#M251063</guid>
      <dc:creator>Shampy</dc:creator>
      <dc:date>2025-01-28T09:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi 2.0-M2 Support with flow xml gz</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-2-0-M2-Support-with-flow-xml-gz/m-p/401096#M251067</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/123663"&gt;@Shampy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Apache NiFi does NOT support the older flow.xml.gz format. It can only load the newer flow.json.gz format.&amp;nbsp; Your Apache NiFi 1.27 should be producing both the flow.xml.gz and flow.json.gz flow storage formats.&amp;nbsp; You'll need to use the flow.json.gz format in your NiFi 2.x installation.&lt;BR /&gt;&lt;BR /&gt;Apache NiFi 1.x introduced the newer flow.json.gz flow storage format in Apache NiFi 1.16 and newer.&amp;nbsp; In those newer versions of Apache NiFi 1.16+ will generate the newer flow.json.gz format and still maintain the older flow.xml.gz format.&amp;nbsp; &amp;nbsp;This positions you for upgrading to Apache NiFi 2.x.&amp;nbsp; You'll now have the flow.json.gz needed to load in your 2.x version.&lt;BR /&gt;&lt;BR /&gt;The proper path to Apache NiFi 2.x is to first to upgrade to the latest Apache NiFi 1.x release.&amp;nbsp; Before upgrading to Apache NiFi 2.x version, you should review the release notes between your current version to the version you plan to upgrade to.&amp;nbsp; This allow you to see if you are using and components that have been removed or if any breaking changes impact your dataflows:&lt;BR /&gt;&lt;A href="https://cwiki.apache.org/confluence/display/NIFI/Release+Notes/#ReleaseNotes-Version2.1.0" target="_blank"&gt;https://cwiki.apache.org/confluence/display/NIFI/Release+Notes/#ReleaseNotes-Version2.1.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;NOTE: 
In Apache NiFi 1.x versions that support both the flow.xml.gz and the newer flow.json.gz format, the flow.xml.gz format file will be ignored on startup if a flow.json.gz exists. &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help our community thrive. 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>Tue, 28 Jan 2025 14:05:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-2-0-M2-Support-with-flow-xml-gz/m-p/401096#M251067</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2025-01-28T14:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi 2.0-M2 Support with flow xml gz</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-2-0-M2-Support-with-flow-xml-gz/m-p/401394#M251135</link>
      <description>&lt;P&gt;thanks&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&lt;/P&gt;&lt;P&gt;You are right i updated the properties file to use flow.json.gz instead of flow.xml.gz&lt;/P&gt;&lt;P&gt;On deploying i got some another weird error which is quite much not clear to me to look after, it would be very grateful if you can suggest something on this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What i am getting from below error that it could be because of flow.json.gz might be corrupted or so. So for that i cleared out the old flow json file and did a quick restart for nifi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But getting same error now as below (pod logs context pasted below)&lt;/P&gt;&lt;P&gt;org.apache.nifi.controller.serialization.FlowSerializationException: Could not parse flow as a VersionedDataflow&lt;BR /&gt;at org.apache.nifi.cluster.protocol.StandardDataFlow.parseVersionedDataflow(StandardDataFlow.java:167)&lt;BR /&gt;at org.apache.nifi.cluster.protocol.StandardDataFlow.getVersionedDataflow(StandardDataFlow.java:108)&lt;BR /&gt;at org.apache.nifi.controller.serialization.VersionedFlowSynchronizer.isFlowEmpty(VersionedFlowSynchronizer.java:1290)&lt;BR /&gt;at org.apache.nifi.controller.serialization.VersionedFlowSynchronizer.sync(VersionedFlowSynchronizer.java:159)&lt;BR /&gt;at org.apache.nifi.controller.FlowController.synchronize(FlowController.java:1817)&lt;BR /&gt;at org.apache.nifi.persistence.StandardFlowConfigurationDAO.load(StandardFlowConfigurationDAO.java:91)&lt;BR /&gt;at org.apache.nifi.controller.StandardFlowService.loadFromBytes(StandardFlowService.java:778)&lt;BR /&gt;at org.apache.nifi.controller.StandardFlowService.load(StandardFlowService.java:499)&lt;BR /&gt;at org.apache.nifi.web.contextlistener.ApplicationStartupContextListener.contextInitialized(ApplicationStartupContextListener.java:67)&lt;BR /&gt;at org.eclipse.jetty.ee10.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:1587)&lt;BR /&gt;at org.eclipse.jetty.ee10.servlet.ServletContextHandler.contextInitialized(ServletContextHandler.java:498)&lt;BR /&gt;at org.eclipse.jetty.ee10.servlet.ServletHandler.initialize(ServletHandler.java:675)&lt;BR /&gt;at org.eclipse.jetty.ee10.servlet.ServletContextHandler.startContext(ServletContextHandler.java:1321)&lt;BR /&gt;at org.eclipse.jetty.ee10.webapp.WebAppContext.startWebapp(WebAppContext.java:1346)&lt;BR /&gt;at org.eclipse.jetty.ee10.webapp.WebAppContext.startContext(WebAppContext.java:1304)&lt;BR /&gt;at org.eclipse.jetty.ee10.servlet.ServletContextHandler.lambda$doStart$0(ServletContextHandler.java:1047)&lt;BR /&gt;at org.eclipse.jetty.server.handler.ContextHandler$ScopedContext.call(ContextHandler.java:1452)&lt;BR /&gt;at org.eclipse.jetty.ee10.servlet.ServletContextHandler.doStart(ServletContextHandler.java:1044)&lt;BR /&gt;at org.eclipse.jetty.ee10.webapp.WebAppContext.doStart(WebAppContext.java:503)&lt;BR /&gt;at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)&lt;BR /&gt;at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)&lt;BR /&gt;at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120)&lt;BR /&gt;at org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)&lt;BR /&gt;at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)&lt;BR /&gt;at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)&lt;BR /&gt;at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120)&lt;BR /&gt;at org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)&lt;BR /&gt;at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)&lt;BR /&gt;at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)&lt;BR /&gt;at org.eclipse.jetty.server.Server.start(Server.java:641)&lt;BR /&gt;at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120)&lt;BR /&gt;at org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)&lt;BR /&gt;at org.eclipse.jetty.server.Server.doStart(Server.java:582)&lt;BR /&gt;at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)&lt;BR /&gt;at org.apache.nifi.web.server.JettyServer.start(JettyServer.java:874)&lt;BR /&gt;at org.apache.nifi.runtime.Application.startServer(Application.java:131)&lt;BR /&gt;at org.apache.nifi.runtime.Application.run(Application.java:78)&lt;BR /&gt;at org.apache.nifi.runtime.Application.run(Application.java:60)&lt;BR /&gt;at org.apache.nifi.NiFi.main(NiFi.java:42)&lt;BR /&gt;&lt;STRONG&gt;Caused by: com.fasterxml.jackson.core.JsonParseException: Unexpected character ('&amp;lt;' (code 60)): expected a valid value (JSON String, Number, Array, Object or token 'null', 'true' or 'false')&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;at [Source: REDACTED (StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION disabled); line: 1, column: 1]&lt;/STRONG&gt;&lt;BR /&gt;at com.fasterxml.jackson.core.JsonParser._constructReadException(JsonParser.java:2660)&lt;BR /&gt;at com.fasterxml.jackson.core.base.ParserMinimalBase._reportUnexpectedChar(ParserMinimalBase.java:741)&lt;BR /&gt;at com.fasterxml.jackson.core.json.UTF8StreamJsonParser._handleUnexpectedValue(UTF8StreamJsonParser.java:2752)&lt;BR /&gt;at com.fasterxml.jackson.core.json.UTF8StreamJsonParser._nextTokenNotInObject(UTF8StreamJsonParser.java:867)&lt;BR /&gt;at com.fasterxml.jackson.core.json.UTF8StreamJsonParser.nextToken(UTF8StreamJsonParser.java:753)&lt;BR /&gt;at com.fasterxml.jackson.databind.ObjectMapper._initForReading(ObjectMapper.java:5004)&lt;BR /&gt;at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:4910)&lt;BR /&gt;at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3921)&lt;BR /&gt;at org.apache.nifi.cluster.protocol.StandardDataFlow.parseVersionedDataflow(StandardDataFlow.java:165)&lt;BR /&gt;... 38 common frames omitted&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 07:52:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-2-0-M2-Support-with-flow-xml-gz/m-p/401394#M251135</guid>
      <dc:creator>Shampy</dc:creator>
      <dc:date>2025-02-03T07:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi 2.0-M2 Support with flow xml gz</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-2-0-M2-Support-with-flow-xml-gz/m-p/401420#M251148</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/123663"&gt;@Shampy&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You are saying that with no flow.json.gz file present, NIFi throws above exception on startup.&lt;BR /&gt;&amp;nbsp;With No flow.json.gz file, NiFi will create one during startup.&lt;BR /&gt;&lt;BR /&gt;I also suggest using the official Apache NiFi 2.x release and stop using the pre-release Maintenance releases that were put out during development of NiFi 2.x.&amp;nbsp; There were 4 maintenance (M1 - M4) releases put out before the first official release of Apache NiFi 2.0.0.&lt;BR /&gt;&lt;BR /&gt;The latest official release ofd Apache NiFi 2.x is NiFi 2.2.0 which can be downloaded from here:&lt;BR /&gt;&lt;A href="https://nifi.apache.org/download/" target="_blank"&gt;https://nifi.apache.org/download/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please help our community thrive. 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>Mon, 03 Feb 2025 14:24:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-2-0-M2-Support-with-flow-xml-gz/m-p/401420#M251148</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2025-02-03T14:24:11Z</dc:date>
    </item>
  </channel>
</rss>

