You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/08/06 15:01:34 UTC

[GitHub] [nifi] markap14 commented on pull request #4457: NIFI-7592: Make nifi-framework-nar the parent of the NiFiServer NARs, fix dependencies

markap14 commented on pull request #4457:
URL: https://github.com/apache/nifi/pull/4457#issuecomment-669983009


   Thanks @mattyb149 . Seems to be an issue with clustering here though. I see the following error:
   ```
   2020-08-06 10:51:38,130 WARN [Process Cluster Protocol Request-3] org.apache.nifi.io.socket.SocketListener Dispatching socket request encountered exception due to: java.lang.IllegalAccessError: tried to access method org.apache.nifi.cluster.coordination.node.NodeConnectionStatus.updateIdGenerator(J)V from class org.apache.nifi.cluster.coordination.node.NodeClusterCoordinator
   java.lang.IllegalAccessError: tried to access method org.apache.nifi.cluster.coordination.node.NodeConnectionStatus.updateIdGenerator(J)V from class org.apache.nifi.cluster.coordination.node.NodeClusterCoordinator
   	at org.apache.nifi.cluster.coordination.node.NodeClusterCoordinator.handleNodeStatusChange(NodeClusterCoordinator.java:1089)
   	at org.apache.nifi.cluster.coordination.node.NodeClusterCoordinator.handle(NodeClusterCoordinator.java:1020)
   	at org.apache.nifi.cluster.protocol.impl.SocketProtocolListener.dispatchRequest(SocketProtocolListener.java:176)
   	at org.apache.nifi.io.socket.SocketListener$2$1.run(SocketListener.java:131)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   	at java.lang.Thread.run(Thread.java:748)
   ```
   
   I also noticed the following:
   ```
   work $ find . -name nifi-framework-cluster\*
   ./nar/framework/nifi-framework-nar-1.12.0-SNAPSHOT.nar-unpacked/NAR-INF/bundled-dependencies/nifi-framework-cluster-protocol-1.12.0-SNAPSHOT.jar
   ./nar/extensions/nifi-server-nar-1.12.0-SNAPSHOT.nar-unpacked/NAR-INF/bundled-dependencies/nifi-framework-cluster-1.12.0-SNAPSHOT.jar
   ./nar/extensions/nifi-server-nar-1.12.0-SNAPSHOT.nar-unpacked/NAR-INF/bundled-dependencies/nifi-framework-cluster-protocol-1.12.0-SNAPSHOT.jar
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org