Hi Andy, Yes I am using the absolute path. Tried InvokeHTTP and it works fine without even requiring the StandardSSLContextService to be configured.
Thanks. On Wednesday, 27 July 2016, Andy LoPresto-2 [via Apache NiFi Developer List] <[email protected]> wrote: > Nabegh, > > Can you please try using an InvokeHTTP processor to perform the same > action? This may not solve the specific issue with the current processor, > but InvokeHTTP is a newer processor and may handle the > StandardSSLContextService values differently. > > You are using the absolute path, and not a relative path, correct? If the > password or type was incorrect and NiFi simply could not validate the data > in the keystore, it would be a different error message. This really > indicates that NiFi cannot find or open the file you’re referencing. > > Andy LoPresto > [hidden email] <http:///user/SendEmail.jtp?type=node&node=12905&i=0> > *[hidden email] <http:///user/SendEmail.jtp?type=node&node=12905&i=1>* > PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > > On Jul 27, 2016, at 2:22 PM, Nabegh <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=12905&i=2>> wrote: > > Andy, > > This is the case. /Path/to was just a placeholder. > > > > On Wednesday, 27 July 2016, Andy LoPresto-2 [via Apache NiFi Developer > List] <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=12905&i=3>> wrote: > > Nabegh, > > Can you ensure that the controller service has the actual path to the > keystore and truststore populated? According to the popup, it has the value > “/Path/to/localhost-ks.jks” when it should actually be > “/Users/nabegh/localhost-ks.jks”. Repeat for the truststore. > > Andy LoPresto > [hidden email] <http:///user/SendEmail.jtp?type=node&node=12903&i=0 > <http://user/SendEmail.jtp?type=node&node=12903&i=0>> > *[hidden email] <http:///user/SendEmail.jtp?type=node&node=12903&i=1 > <http://user/SendEmail.jtp?type=node&node=12903&i=1>>* > PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > > On Jul 27, 2016, at 11:41 AM, Nabegh <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=12903&i=2 > <http://user/SendEmail.jtp?type=node&node=12903&i=2>>> wrote: > > nabegh-mac:~ nabegh$ pwd > /Users/nabegh > nabegh-mac:~ nabegh$ ls -l | grep jks > -rwxrwxrwx@ 1 nabegh staff 3512 22 Jul 10:30 localhost-ks.jks > -rwxrwxrwx@ 1 nabegh staff 1816 22 Jul 10:30 localhost-ts.jks > nabegh-mac:~ nabegh$ > > I don't see the error in the logs. I see a warning (yellow triangle) in the > Controller Services screen. When I hover the mouse I see the previous > message in the tooltip. > > Thanks. > > > > > -- > View this message in context: > > http://apache-nifi-developer-list.39713.n7.nabble.com/StandardSSLContextService-error-tp12887p12902.html > Sent from the Apache NiFi Developer List mailing list archive at > Nabble.com <http://nabble.com/> <http://nabble.com>. > > > > *signature.asc* (859 bytes) Download Attachment > < > http://apache-nifi-developer-list.39713.n7.nabble.com/attachment/12903/0/signature.asc > > > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > > http://apache-nifi-developer-list.39713.n7.nabble.com/StandardSSLContextService-error-tp12887p12903.html > To unsubscribe from StandardSSLContextService error, click here > < class="">. > NAML > < > http://apache-nifi-developer-list.39713.n7.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml > > > > > > > > -- > View this message in context: > http://apache-nifi-developer-list.39713.n7.nabble.com/StandardSSLContextService-error-tp12887p12904.html > Sent from the Apache NiFi Developer List mailing list archive at > Nabble.com <http://nabble.com/>. > > > > *signature.asc* (859 bytes) Download Attachment > <http://apache-nifi-developer-list.39713.n7.nabble.com/attachment/12905/0/signature.asc> > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://apache-nifi-developer-list.39713.n7.nabble.com/StandardSSLContextService-error-tp12887p12905.html > To unsubscribe from StandardSSLContextService error, click here > <http://apache-nifi-developer-list.39713.n7.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=12887&code=bmFiZWdoQGdtYWlsLmNvbXwxMjg4N3wtOTI1MjQ5Mg==> > . > NAML > <http://apache-nifi-developer-list.39713.n7.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/StandardSSLContextService-error-tp12887p12906.html Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.
