<?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 Adding a Node to a cluster in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Adding-a-Node-to-a-cluster/m-p/310767#M224291</link>
    <description>&lt;P&gt;I am attempting to add a node to my cluster.&amp;nbsp; My steps are:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Unzip a fresh copy of the binary install&lt;/LI&gt;&lt;LI&gt;Copy production authorizer.xml and flow.tar.gz to the new conf directory&lt;/LI&gt;&lt;LI&gt;Update my nifi.properties for the new node this is similar to the a production node with the exception of references to the server itself.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;When I bring up the new node I see it in 'Connecting' state in cluster manager but it never completes.&lt;/P&gt;&lt;P&gt;I receive the following error:&lt;/P&gt;&lt;PRE&gt;2021-02-01 18:52:13,164 ERROR [main] org.apache.nifi.NiFi Failure to launch NiFi due to java.lang.NoClassDefFoundError: org/apache/nifi/security/xml/XmlUtils&lt;BR /&gt;java.lang.NoClassDefFoundError: org/apache/nifi/security/xml/XmlUtils&lt;BR /&gt;at org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer.parsePoliciesUsersAndGroups(AbstractPolicyBasedAuthorizer.java:416)&lt;BR /&gt;at org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer.checkInheritability(AbstractPolicyBasedAuthorizer.java:348)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.apache.nifi.authorization.AuthorizerInvocationHandler.invoke(AuthorizerInvocationHandler.java:55)&lt;BR /&gt;at com.sun.proxy.$Proxy82.checkInheritability(Unknown Source)&lt;BR /&gt;at org.apache.nifi.authorization.AuthorizerFactory$1.checkInheritability(AuthorizerFactory.java:138)&lt;BR /&gt;at org.apache.nifi.controller.inheritance.AuthorizerCheck.checkInheritability(AuthorizerCheck.java:61)&lt;BR /&gt;at org.apache.nifi.controller.StandardFlowSynchronizer.sync(StandardFlowSynchronizer.java:243)&lt;BR /&gt;at org.apache.nifi.controller.FlowController.synchronize(FlowController.java:1426)&lt;BR /&gt;at org.apache.nifi.persistence.StandardXMLFlowConfigurationDAO.load(StandardXMLFlowConfigurationDAO.java:89)&lt;BR /&gt;at org.apache.nifi.controller.StandardFlowService.loadFromBytes(StandardFlowService.java:792)&lt;BR /&gt;at org.apache.nifi.controller.StandardFlowService.loadFromConnectionResponse(StandardFlowService.java:985)&lt;BR /&gt;at org.apache.nifi.controller.StandardFlowService.load(StandardFlowService.java:519)&lt;BR /&gt;at org.apache.nifi.web.server.JettyServer.start(JettyServer.java:1128)&lt;BR /&gt;at org.apache.nifi.NiFi.&amp;lt;init&amp;gt;(NiFi.java:158)&lt;BR /&gt;at org.apache.nifi.NiFi.&amp;lt;init&amp;gt;(NiFi.java:72)&lt;BR /&gt;at org.apache.nifi.NiFi.main(NiFi.java:301)&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: org.apache.nifi.security.xml.XmlUtils&lt;BR /&gt;at java.net.URLClassLoader.findClass(URLClassLoader.java:382)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:418)&lt;BR /&gt;at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:351)&lt;BR /&gt;... 20 common frames omitted&lt;/PRE&gt;&lt;P&gt;I'm unsure where to start as this method has been successful to add a previous additional node.&amp;nbsp; Any insights would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Apr 2026 09:07:21 GMT</pubDate>
    <dc:creator>Kilynn</dc:creator>
    <dc:date>2026-04-21T09:07:21Z</dc:date>
    <item>
      <title>Adding a Node to a cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Adding-a-Node-to-a-cluster/m-p/310767#M224291</link>
      <description>&lt;P&gt;I am attempting to add a node to my cluster.&amp;nbsp; My steps are:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Unzip a fresh copy of the binary install&lt;/LI&gt;&lt;LI&gt;Copy production authorizer.xml and flow.tar.gz to the new conf directory&lt;/LI&gt;&lt;LI&gt;Update my nifi.properties for the new node this is similar to the a production node with the exception of references to the server itself.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;When I bring up the new node I see it in 'Connecting' state in cluster manager but it never completes.&lt;/P&gt;&lt;P&gt;I receive the following error:&lt;/P&gt;&lt;PRE&gt;2021-02-01 18:52:13,164 ERROR [main] org.apache.nifi.NiFi Failure to launch NiFi due to java.lang.NoClassDefFoundError: org/apache/nifi/security/xml/XmlUtils&lt;BR /&gt;java.lang.NoClassDefFoundError: org/apache/nifi/security/xml/XmlUtils&lt;BR /&gt;at org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer.parsePoliciesUsersAndGroups(AbstractPolicyBasedAuthorizer.java:416)&lt;BR /&gt;at org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer.checkInheritability(AbstractPolicyBasedAuthorizer.java:348)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.apache.nifi.authorization.AuthorizerInvocationHandler.invoke(AuthorizerInvocationHandler.java:55)&lt;BR /&gt;at com.sun.proxy.$Proxy82.checkInheritability(Unknown Source)&lt;BR /&gt;at org.apache.nifi.authorization.AuthorizerFactory$1.checkInheritability(AuthorizerFactory.java:138)&lt;BR /&gt;at org.apache.nifi.controller.inheritance.AuthorizerCheck.checkInheritability(AuthorizerCheck.java:61)&lt;BR /&gt;at org.apache.nifi.controller.StandardFlowSynchronizer.sync(StandardFlowSynchronizer.java:243)&lt;BR /&gt;at org.apache.nifi.controller.FlowController.synchronize(FlowController.java:1426)&lt;BR /&gt;at org.apache.nifi.persistence.StandardXMLFlowConfigurationDAO.load(StandardXMLFlowConfigurationDAO.java:89)&lt;BR /&gt;at org.apache.nifi.controller.StandardFlowService.loadFromBytes(StandardFlowService.java:792)&lt;BR /&gt;at org.apache.nifi.controller.StandardFlowService.loadFromConnectionResponse(StandardFlowService.java:985)&lt;BR /&gt;at org.apache.nifi.controller.StandardFlowService.load(StandardFlowService.java:519)&lt;BR /&gt;at org.apache.nifi.web.server.JettyServer.start(JettyServer.java:1128)&lt;BR /&gt;at org.apache.nifi.NiFi.&amp;lt;init&amp;gt;(NiFi.java:158)&lt;BR /&gt;at org.apache.nifi.NiFi.&amp;lt;init&amp;gt;(NiFi.java:72)&lt;BR /&gt;at org.apache.nifi.NiFi.main(NiFi.java:301)&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: org.apache.nifi.security.xml.XmlUtils&lt;BR /&gt;at java.net.URLClassLoader.findClass(URLClassLoader.java:382)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:418)&lt;BR /&gt;at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:351)&lt;BR /&gt;... 20 common frames omitted&lt;/PRE&gt;&lt;P&gt;I'm unsure where to start as this method has been successful to add a previous additional node.&amp;nbsp; Any insights would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 09:07:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Adding-a-Node-to-a-cluster/m-p/310767#M224291</guid>
      <dc:creator>Kilynn</dc:creator>
      <dc:date>2026-04-21T09:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Node to a cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Adding-a-Node-to-a-cluster/m-p/310772#M224295</link>
      <description>&lt;P&gt;In this case per the admin guide you have to also copy the users.xml and authorizations.xml to the new node.&amp;nbsp; For some reason these were not being created accurately on instantiation.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 19:39:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Adding-a-Node-to-a-cluster/m-p/310772#M224295</guid>
      <dc:creator>Kilynn</dc:creator>
      <dc:date>2021-02-01T19:39:45Z</dc:date>
    </item>
  </channel>
</rss>

