Andre created NIFI-3166:
---------------------------

             Summary: 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


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.4#6332)

Reply via email to