<?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 registry 1.24 is not starting in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Nifi-registry-1-24-is-not-starting/m-p/383762#M245052</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/37332"&gt;@hegdemahendra&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;A couple things you may want to try here.&lt;BR /&gt;1.&amp;nbsp; As&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/103151"&gt;@cotopaul&lt;/a&gt;&amp;nbsp;stated, clear the keystoreType and truststoreType properties.&lt;BR /&gt;2. Set&amp;nbsp;&lt;SPAN&gt;needClientAuth=false (just clearing this may not work as NiFi defaults&amp;nbsp;here to true).&lt;BR /&gt;&lt;/SPAN&gt;3. The exception shared&amp;nbsp; indicates that a tls exchange is being attempted with your MySQL server.&amp;nbsp; You should modify your&amp;nbsp;&lt;SPAN&gt;nifi.registry.db.url to explicitly not use ssl if that is not what you want to happen here.&amp;nbsp; (for example: change "&lt;EM&gt;&lt;STRONG&gt;jdbc:mysql://localhost:3306/nifi24_registry&lt;/STRONG&gt;&lt;/EM&gt;" to "&lt;EM&gt;&lt;STRONG&gt;jdbc:mysql://localhost:3306/nifi24_registry?useSSL=false&lt;/STRONG&gt;&lt;/EM&gt;"&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;If you want to use SSL with your MySQL, the exception is telling you that it wants to perform server certificate verification fo which you have no truststore defined to do so.&lt;BR /&gt;You might try this url in that case:&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;jdbc:mysql://localhost:3306/nifi24_registry?&lt;/EM&gt;verifyServerCertificate=false&amp;amp;useSSL=true"&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If you found any of the suggestions/solutions provided helped you with your issue, 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 one or more 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, 22 Feb 2024 14:35:13 GMT</pubDate>
    <dc:creator>MattWho</dc:creator>
    <dc:date>2024-02-22T14:35:13Z</dc:date>
    <item>
      <title>Nifi registry 1.24 is not starting</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-registry-1-24-is-not-starting/m-p/383720#M245032</link>
      <description>&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;I have downloaded and trying to run nifi registry 1.24 with meta data db as mysql and Git flow persistence.&lt;BR /&gt;&lt;BR /&gt;Getting below error and unable to start the service -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hegdemahendra_0-1708535950042.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/39759i1A5F5C743D06F4FA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hegdemahendra_0-1708535950042.png" alt="hegdemahendra_0-1708535950042.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;log in text :&amp;nbsp;&lt;/P&gt;&lt;P&gt;2024-02-21 16:11:13,716 INFO [main] o.a.n.registry.bootstrap.RunNiFiRegistry Runtime Java version: 11.0.14&lt;BR /&gt;2024-02-21 16:11:13,725 INFO [main] o.apache.nifi.registry.bootstrap.Command Starting Apache NiFi Registry...&lt;BR /&gt;2024-02-21 16:11:13,725 INFO [main] o.apache.nifi.registry.bootstrap.Command Working Directory: /usr/independent_nifi/nifi-registry-1.24.0&lt;BR /&gt;2024-02-21 16:11:13,726 INFO [main] o.apache.nifi.registry.bootstrap.Command Command: java -classpath /usr/independent_ni.............................&lt;BR /&gt;2024-02-21 16:11:13,743 INFO [main] o.apache.nifi.registry.bootstrap.Command Launched Apache NiFi Registry with Process ID 19099&lt;BR /&gt;2024-02-21 16:11:14,447 INFO [NiFi Registry Bootstrap Command Listener] o.a.n.registry.bootstrap.RunNiFiRegistry Apache NiFi Registry now running and listening for Bootstrap requests on port 37730&lt;BR /&gt;2024-02-21 16:11:17,712 INFO [NiFi logging handler] org.apache.nifi.registry.StdOut&lt;BR /&gt;2024-02-21 16:11:17,712 INFO [NiFi logging handler] org.apache.nifi.registry.StdOut Apache NiFi _ _&lt;BR /&gt;2024-02-21 16:11:17,712 INFO [NiFi logging handler] org.apache.nifi.registry.StdOut _ __ ___ __ _(_)___| |_ _ __ _ _&lt;BR /&gt;2024-02-21 16:11:17,712 INFO [NiFi logging handler] org.apache.nifi.registry.StdOut | '__/ _ \/ _` | / __| __| '__| | | |&lt;BR /&gt;2024-02-21 16:11:17,712 INFO [NiFi logging handler] org.apache.nifi.registry.StdOut | | | __/ (_| | \__ \ |_| | | |_| |&lt;BR /&gt;2024-02-21 16:11:17,713 INFO [NiFi logging handler] org.apache.nifi.registry.StdOut |_| \___|\__, |_|___/\__|_| \__, |&lt;BR /&gt;2024-02-21 16:11:17,713 INFO [NiFi logging handler] org.apache.nifi.registry.StdOut ==========|___/================|___/=&lt;BR /&gt;2024-02-21 16:11:17,713 INFO [NiFi logging handler] org.apache.nifi.registry.StdOut v&lt;BR /&gt;2024-02-21 16:11:17,713 INFO [NiFi logging handler] org.apache.nifi.registry.StdOut&lt;BR /&gt;2024-02-21 16:11:20,550 ERROR [NiFi logging handler] org.apache.nifi.registry.StdErr Wed Feb 21 16:11:20 UTC 2024 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.&lt;BR /&gt;2024-02-21 16:11:21,763 ERROR [NiFi logging handler] org.apache.nifi.registry.StdErr Server start failed: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessPolicyResource' defined in file [/usr/independent_nifi/nifi-registry-1.24.0/work/jetty/nifi-registry-web-api-1.24.0.war/webapp/WEB-INF/classes/org/apache/nifi/registry/web/api/AccessPolicyResource.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'standardServiceFacade' defined in file [/usr/independent_nifi/nifi-registry-1.24.0/work/jetty/nifi-registry-web-api-1.24.0.war/webapp/WEB-INF/classes/org/apache/nifi/registry/web/service/StandardServiceFacade.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'registryService' defined in URL [jar:file:/usr/independent_nifi/nifi-registry-1.24.0/work/jetty/nifi-registry-web-api-1.24.0.war/webapp/WEB-INF/lib/nifi-registry-framework-1.24.0.jar!/org/apache/nifi/registry/service/RegistryService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'databaseMetadataService' defined in URL [jar:file:/usr/independent_nifi/nifi-registry-1.24.0/work/jetty/nifi-registry-web-api-1.24.0.war/webapp/WEB-INF/lib/nifi-registry-framework-1.24.0.jar!/org/apache/nifi/registry/db/DatabaseMetadataService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flyway' defined in class path resource [org/springframework/boot/autoconfigure/flyway/FlywayAutoConfiguration$FlywayConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flywaydb.core.Flyway]: Factory method 'flyway' threw exception; nested exception is org.flywaydb.core.api.FlywayException: Unable to obtain connection from Flyway DataSource&lt;BR /&gt;2024-02-21 16:11:22,745 INFO [main] o.a.n.registry.bootstrap.RunNiFiRegistry NiFi Registry never started. Will not restart NiFi Registry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nifi-registry.properties:&lt;BR /&gt;&lt;BR /&gt;nifi.registry.web.war.directory=./lib&lt;BR /&gt;nifi.registry.web.http.host=nifi12-dev.xyz.com&lt;BR /&gt;nifi.registry.web.http.port=61080&lt;BR /&gt;nifi.registry.web.https.host=&lt;BR /&gt;nifi.registry.web.https.port=&lt;BR /&gt;nifi.registry.web.https.application.protocols=http/1.1&lt;BR /&gt;nifi.registry.web.jetty.working.directory=./work/jetty&lt;BR /&gt;nifi.registry.web.jetty.threads=200&lt;BR /&gt;nifi.registry.web.should.send.server.version=true&lt;BR /&gt;nifi.registry.security.keystore=&lt;BR /&gt;nifi.registry.security.keystoreType=jks&lt;BR /&gt;nifi.registry.security.keystorePasswd=&lt;BR /&gt;nifi.registry.security.keyPasswd=&lt;BR /&gt;nifi.registry.security.truststore=&lt;BR /&gt;nifi.registry.security.truststoreType=jks&lt;BR /&gt;nifi.registry.security.truststorePasswd=&lt;BR /&gt;nifi.registry.security.needClientAuth=True&lt;BR /&gt;nifi.registry.security.authorizers.configuration.file=./conf/authorizers.xml&lt;BR /&gt;nifi.registry.security.authorizer=managed-authorizer&lt;BR /&gt;nifi.registry.security.identity.providers.configuration.file=./conf/identity-providers.xml&lt;BR /&gt;nifi.registry.security.identity.provider=&lt;BR /&gt;nifi.registry.sensitive.props.additional.keys=&lt;BR /&gt;nifi.registry.providers.configuration.file=./conf/providers.xml&lt;BR /&gt;nifi.registry.registry.alias.configuration.file=./conf/registry-aliases.xml&lt;BR /&gt;nifi.registry.extensions.working.directory=./work/extensions&lt;BR /&gt;nifi.registry.db.directory=&lt;BR /&gt;nifi.registry.db.url.append=;LOCK_TIMEOUT=25000;WRITE_DELAY=0;AUTO_SERVER=FALSE;useSSL=false&lt;BR /&gt;# database properties&lt;BR /&gt;nifi.registry.db.url=jdbc:mysql://localhost:3306/nifi24_registry&lt;BR /&gt;nifi.registry.db.driver.class=com.mysql.jdbc.Driver&lt;BR /&gt;nifi.registry.db.driver.directory=/usr/share/java/&lt;BR /&gt;nifi.registry.db.username=registry&lt;BR /&gt;nifi.registry.db.password=PasswordSample1234&lt;BR /&gt;nifi.registry.db.maxConnections=5&lt;BR /&gt;nifi.registry.db.sql.debug=false&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Any suggestion / solution is much appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mahendra&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 17:23:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-registry-1-24-is-not-starting/m-p/383720#M245032</guid>
      <dc:creator>hegdemahendra</dc:creator>
      <dc:date>2024-02-21T17:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi registry 1.24 is not starting</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-registry-1-24-is-not-starting/m-p/383746#M245041</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/37332"&gt;@hegdemahendra&lt;/a&gt;&amp;nbsp;, try removing the "jks" string from the properties&amp;nbsp;&lt;SPAN&gt;nifi.registry.security.keystoreType and&amp;nbsp;nifi.registry.security.truststoreType and&amp;nbsp;&lt;/SPAN&gt;restart your NiFi Registry Instance. As well as for&amp;nbsp;&lt;SPAN&gt;nifi.registry.security.needClientAuth=True, &amp;nbsp;which should have no value.&lt;BR /&gt;&lt;BR /&gt;As I see you are using HTTP and not HTTPS, whereas you defined some properties relevant to HTTPS. My suggestion is either to go with full HTTP or with full HTTPS and not combine the properties.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 07:45:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-registry-1-24-is-not-starting/m-p/383746#M245041</guid>
      <dc:creator>cotopaul</dc:creator>
      <dc:date>2024-02-22T07:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi registry 1.24 is not starting</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-registry-1-24-is-not-starting/m-p/383762#M245052</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/37332"&gt;@hegdemahendra&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;A couple things you may want to try here.&lt;BR /&gt;1.&amp;nbsp; As&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/103151"&gt;@cotopaul&lt;/a&gt;&amp;nbsp;stated, clear the keystoreType and truststoreType properties.&lt;BR /&gt;2. Set&amp;nbsp;&lt;SPAN&gt;needClientAuth=false (just clearing this may not work as NiFi defaults&amp;nbsp;here to true).&lt;BR /&gt;&lt;/SPAN&gt;3. The exception shared&amp;nbsp; indicates that a tls exchange is being attempted with your MySQL server.&amp;nbsp; You should modify your&amp;nbsp;&lt;SPAN&gt;nifi.registry.db.url to explicitly not use ssl if that is not what you want to happen here.&amp;nbsp; (for example: change "&lt;EM&gt;&lt;STRONG&gt;jdbc:mysql://localhost:3306/nifi24_registry&lt;/STRONG&gt;&lt;/EM&gt;" to "&lt;EM&gt;&lt;STRONG&gt;jdbc:mysql://localhost:3306/nifi24_registry?useSSL=false&lt;/STRONG&gt;&lt;/EM&gt;"&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;If you want to use SSL with your MySQL, the exception is telling you that it wants to perform server certificate verification fo which you have no truststore defined to do so.&lt;BR /&gt;You might try this url in that case:&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;jdbc:mysql://localhost:3306/nifi24_registry?&lt;/EM&gt;verifyServerCertificate=false&amp;amp;useSSL=true"&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If you found any of the suggestions/solutions provided helped you with your issue, 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 one or more 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, 22 Feb 2024 14:35:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-registry-1-24-is-not-starting/m-p/383762#M245052</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2024-02-22T14:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi registry 1.24 is not starting</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-registry-1-24-is-not-starting/m-p/383768#M245053</link>
      <description>&lt;P&gt;Thank you very much for the quick reply&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/103151"&gt;@cotopaul&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2024-02-22 14:44:24,319 INFO [main] o.apache.nifi.registry.bootstrap.Command Launched Apache NiFi Registry with Process ID 4290&lt;BR /&gt;2024-02-22 14:44:25,086 INFO [NiFi Registry Bootstrap Command Listener] o.a.n.registry.bootstrap.RunNiFiRegistry Apache NiFi Registry now running and listening for Bootstrap requests on port 44846&lt;BR /&gt;2024-02-22 14:44:28,308 INFO [NiFi logging handler] org.apache.nifi.registry.StdOut&lt;BR /&gt;2024-02-22 14:44:28,308 INFO [NiFi logging handler] org.apache.nifi.registry.StdOut Apache NiFi _ _&lt;BR /&gt;2024-02-22 14:44:28,308 INFO [NiFi logging handler] org.apache.nifi.registry.StdOut _ __ ___ __ _(_)___| |_ _ __ _ _&lt;BR /&gt;2024-02-22 14:44:28,308 INFO [NiFi logging handler] org.apache.nifi.registry.StdOut | '__/ _ \/ _` | / __| __| '__| | | |&lt;BR /&gt;2024-02-22 14:44:28,308 INFO [NiFi logging handler] org.apache.nifi.registry.StdOut | | | __/ (_| | \__ \ |_| | | |_| |&lt;BR /&gt;2024-02-22 14:44:28,308 INFO [NiFi logging handler] org.apache.nifi.registry.StdOut |_| \___|\__, |_|___/\__|_| \__, |&lt;BR /&gt;2024-02-22 14:44:28,308 INFO [NiFi logging handler] org.apache.nifi.registry.StdOut ==========|___/================|___/=&lt;BR /&gt;2024-02-22 14:44:28,308 INFO [NiFi logging handler] org.apache.nifi.registry.StdOut v&lt;BR /&gt;2024-02-22 14:44:28,308 INFO [NiFi logging handler] org.apache.nifi.registry.StdOut&lt;BR /&gt;2024-02-22 14:44:31,494 ERROR [NiFi logging handler] org.apache.nifi.registry.StdErr Server start failed: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessPolicyResource' defined in file [/usr/independent_nifi/nifi-registry-1.24.0/work/jetty/nifi-registry-web-api-1.24.0.war/webapp/WEB-INF/classes/org/apache/nifi/registry/web/api/AccessPolicyResource.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'standardServiceFacade' defined in file [/usr/independent_nifi/nifi-registry-1.24.0/work/jetty/nifi-registry-web-api-1.24.0.war/webapp/WEB-INF/classes/org/apache/nifi/registry/web/service/StandardServiceFacade.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'registryService' defined in URL [jar:file:/usr/independent_nifi/nifi-registry-1.24.0/work/jetty/nifi-registry-web-api-1.24.0.war/webapp/WEB-INF/lib/nifi-registry-framework-1.24.0.jar!/org/apache/nifi/registry/service/RegistryService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'databaseMetadataService' defined in URL [jar:file:/usr/independent_nifi/nifi-registry-1.24.0/work/jetty/nifi-registry-web-api-1.24.0.war/webapp/WEB-INF/lib/nifi-registry-framework-1.24.0.jar!/org/apache/nifi/registry/db/DatabaseMetadataService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flywayInitializer' defined in class path resource [org/springframework/boot/autoconfigure/flyway/FlywayAutoConfiguration$FlywayConfiguration.class]: Invocation of init method failed; nested exception is org.flywaydb.core.internal.license.FlywayEditionUpgradeRequiredException: &lt;STRONG&gt;Flyway Teams Edition or MySQL upgrade required: MySQL 5.7 is no longer supported by Flyway Community Edition, but still supported by Flyway Teams Edition.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;2024-02-22 14:44:32,331 INFO [main] o.a.n.registry.bootstrap.RunNiFiRegistry NiFi Registry never started. Will not restart NiFi Registry&lt;/STRONG&gt;&lt;BR /&gt;^C&lt;BR /&gt;root@nifi12-dev:/usr/independent_nifi/nifi-registry-1.24.0/logs#&lt;BR /&gt;root@nifi12-dev:/usr/independent_nifi/nifi-registry-1.24.0/logs# &lt;STRONG&gt;mysql --version&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;mysql Ver 14.14 Distrib 5.7.33, for Linux (x86_64) using EditLine wrapper&lt;/STRONG&gt;&lt;BR /&gt;root@nifi12-dev:/usr/independent_nifi/nifi-registry-1.24.0/logs#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see above logs in bootstrap, Is the issue because my mysql version is 5.7?&lt;BR /&gt;&lt;BR /&gt;In another server I am running nifi 1.16 registry with this mysql 5.7 version and its working there from 2 years.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mahendra&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 14:55:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-registry-1-24-is-not-starting/m-p/383768#M245053</guid>
      <dc:creator>hegdemahendra</dc:creator>
      <dc:date>2024-02-22T14:55:35Z</dc:date>
    </item>
  </channel>
</rss>

