Re: StandardSSLContextService error

2016-07-27 Thread Andy LoPresto
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
alopre...@apache.org
alopresto.apa...@gmail.com
PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69

> On Jul 27, 2016, at 2:22 PM, Nabegh  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]  > 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] > >
>> *[hidden email] > >*
>> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>> 
>> On Jul 27, 2016, at 11:41 AM, Nabegh <[hidden email]
>> > >> 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  >.
>> 
>> 
>> 
>> *signature.asc* (859 bytes) Download Attachment
>> >  
>> >
>> 
>> 
>> --
>> 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
>> >  
>> >
>> .
>> 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 
> .



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: StandardSSLContextService error

2016-07-27 Thread Nabegh
Andy,

This is the case. /Path/to was just a placeholder.



On Wednesday, 27 July 2016, Andy LoPresto-2 [via Apache NiFi Developer
List]  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] 
> *[hidden email] *
> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>
> On Jul 27, 2016, at 11:41 AM, Nabegh <[hidden email]
> > 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 .
>
>
>
> *signature.asc* (859 bytes) Download Attachment
> 
>
>
> --
> 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
> 
> .
> 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.

Re: StandardSSLContextService error

2016-07-27 Thread Andy LoPresto
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
alopre...@apache.org
alopresto.apa...@gmail.com
PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69

> On Jul 27, 2016, at 11:41 AM, Nabegh  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.



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: StandardSSLContextService error

2016-07-27 Thread Nabegh
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.


Re: PutS3Object error

2016-07-27 Thread Nabegh
Thanks James. Problem was with secret key. It was url escaped.

It's working now.



--
View this message in context: 
http://apache-nifi-developer-list.39713.n7.nabble.com/PutS3Object-error-tp12878p12901.html
Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.