[ https://issues.apache.org/jira/browse/NIFI-3166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15866683#comment-15866683
]
ASF GitHub Bot commented on NIFI-3166:
--------------------------------------
Github user joewitt commented on the issue:
https://github.com/apache/nifi/pull/1324
@ijokarumawak can you please review. Appears to have gotten a bit stale.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile
(default-compile) on project nifi-site-to-site: Compilation failure: Compilation failure:
[ERROR] /Users/jwitt/apachenifi/nifi.git/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/protocol/socket/SocketFlowFileServerProtocol.java:[43,7]
error: SocketFlowFileServerProtocol is not abstract and does not override abstract method
sendPeerList(Peer,Optional<ClusterNodeInformation>,String,int,int,boolean) in ServerProtocol
[ERROR] /Users/jwitt/apachenifi/nifi.git/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/protocol/socket/SocketFlowFileServerProtocol.java:[153,4]
error: method does not override or implement a method from a supertype
[ERROR] /Users/jwitt/apachenifi/nifi.git/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/SocketRemoteSiteListener.java:[344,24]
error: method sendPeerList in interface ServerProtocol cannot be applied to given types;
[ERROR] required: Peer,Optional<ClusterNodeInformation>,String,int,int,boolean
[ERROR] found: Peer,Optional<ClusterNodeInformation>,NodeInformation
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /Users/jwitt/apachenifi/nifi.git/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/protocol/http/StandardHttpFlowFileServerProtocol.java:[46,7]
error: StandardHttpFlowFileServerProtocol is not abstract and does not override abstract method
sendPeerList(Peer,Optional<ClusterNodeInformation>,String,int,int,boolean) in ServerProtocol
[ERROR] /Users/jwitt/apachenifi/nifi.git/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/protocol/http/StandardHttpFlowFileServerProtocol.java:[231,4]
error: method does not override or implement a method from a supertype
> SocketRemoteSiteListener NPE when calling NifiProperties.getRemoteInputHttpPort
> -------------------------------------------------------------------------------
>
> Key: NIFI-3166
> URL: https://issues.apache.org/jira/browse/NIFI-3166
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.1.0
> Reporter: Andre
> Assignee: Koji Kawamura
>
> When using the following properties:
> nifi.remote.input.host=node1.textbed.internal
> nifi.remote.input.secure=true
> nifi.remote.input.socket.port=54321
> nifi.remote.input.http.enabled=false
> nifi.remote.input.http.transaction.ttl=30 sec
> I hit
> {code}
> 2016-12-09 00:15:26,456 ERROR [Site-to-Site Worker Thread-145] o.a.nifi.remote.SocketRemoteSiteListener
> java.lang.NullPointerException: null
> at org.apache.nifi.remote.SocketRemoteSiteListener$1$1.run(SocketRemoteSiteListener.java:280)
~[nifi-site-to-site-1.1.0.jar:1.1.0]
> at java.lang.Thread.run(Thread.java:745) [na:1.8.0_101]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
|