[
https://issues.apache.org/jira/browse/NIFI-3166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15946439#comment-15946439
]
ASF GitHub Bot commented on NIFI-3166:
--------------------------------------
Github user ijokarumawak commented on the issue:
https://github.com/apache/nifi/pull/1324
@joewitt @trixpan Fixed merge conflict. Tested
[NIFI-3166](https://issues.apache.org/jira/browse/NIFI-3166) issue is
addressed, disabling HTTP remote input worked without NPE.
I also tested [NIFI-3541](https://issues.apache.org/jira/browse/NIFI-3541)
(which made a conflict with this PR) that added `Local Network Interface`
property to RPG configuration to specify NIC to use. It seems working with RAW
S2S but couple of HTTP S2S requests doesn't use the NIC properly. I will raise
separate JIRA for that with more detail.
This PR is ready for review for fixing solely NIFI-3166.
> 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 F de Miranda
> Assignee: Koji Kawamura
> Fix For: 1.2.0
>
>
> 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)