Re: adding dependencies like jdbc drivers to the build

2016-08-18 Thread Sumanth Chinthagunta
It would be nice if we support relative paths for driver jar. E.g., ./lib/mariadb-java-client-1.1.7.jar This let flow templet portable (dev -> prod) Sent from my iPhone > On Aug 18, 2016, at 2:25 PM, Bryan Bende wrote: > > For JDBC, if you are talking about the DBConnectionPool, you should

Re: Query related to ExecuteScript

2016-08-18 Thread Matt Burgess
Koustav, Glad to hear it! Let me know if you run into any other issues. Regards, Matt On Thu, Aug 18, 2016 at 6:05 PM, koustav choudhuri wrote: > I found the issue . Uncommented the parameter java.arg.11 in > bootstrap.conf which resolved the issue. Now the template runs fine. > > > Thanks > K

Re: Query related to ExecuteScript

2016-08-18 Thread koustav choudhuri
I found the issue . Uncommented the parameter java.arg.11 in bootstrap.conf which resolved the issue. Now the template runs fine. Thanks Koustav On Thu, Aug 18, 2016 at 1:57 PM, koustav choudhuri wrote: > Hi Matt > > This is what I did : > > Removed the NIFI directory and killed all the relate

Re: adding dependencies like jdbc drivers to the build

2016-08-18 Thread Bryan Bende
For JDBC, if you are talking about the DBConnectionPool, you should be able to reference a driver as an external file such as file:///var/tmp/mariadb-java-client-1.1.7.jar' If you are talking about something different besides the DBConnectionPool then it depends what processor/component... If you

Re: Query related to ExecuteScript

2016-08-18 Thread koustav choudhuri
Hi Matt This is what I did : Removed the NIFI directory and killed all the related processes. Installed Nifi 0.7 started the service imported your template JythonJsonToJsonExample and started the job This is when the web server stops responding. Errors from bootstrap.log: 2016-08-18 20:49:44,13

adding dependencies like jdbc drivers to the build

2016-08-18 Thread Tom Gullo
If I want to add a jdbc driver or any third party dependency where should I add that dependency in the Maven build for Nifi? Thanks -Tom

Re: PutS3Object Error

2016-08-18 Thread dgm
For now, I’m going to try the following: · Update my host to use the latest Java 1.8 JRE, without JCE or bouncycastle installed · Then I will retest the NiFi PutS3Processor. I have the luxury to have a purpose built NiFi node, so I don’t need to maintain a certainly Java

Re: PutS3Object Error

2016-08-18 Thread James Wing
I think you got it, Joe, it does make sense now. I had wondered about the Unlimited Strength policy, but for... MD5? I couldn't get over that. Now, I am a bit surprised more people haven't run into this. Dan, I'm afraid I don't know anything about configuring the java.security providers. Telli

Re: PutS3Object Error

2016-08-18 Thread Joe Skora
The JDK does not require MessageDigest implementations to implement Cloneable, but the AWS code

Re: NiFI 1.0.0-BETA NullPointerException on template save containing a InvokeHTTP processor

2016-08-18 Thread Mark Payne
Porta, Thanks for reporting this. Looks like this is the issue in JIRA NIFI-2546 [1]. It has been resolved for the 1.0.0 release. Thanks! -Mark [1] https://issues.apache.org/jira/browse/NIFI-2546 > On Aug 18, 2016, at 9:56 AM, Porta Leonard w

NiFI 1.0.0-BETA NullPointerException on template save containing a InvokeHTTP processor

2016-08-18 Thread Porta Leonard
Hello, Under NiFI 1.0.0-BETA I am facing a NullPointerException every time I try to save a template containing a InvokeHTTP processor. May someone help. Thanks Leo Here is the log from nifi-user.log : 2016-08-18 13:36:01,762 ERROR [NiFi Web Server-20] o.a.nifi.web.api.config.ThrowableMapper A

Re: PutS3Object Error

2016-08-18 Thread dgm
James, in addition to using the BC security provider, I was already using the latest JCE Unlimited Strength Jurisdiction Policy Files from Oracle. Thanks, Dan Morris 443-992-2848 From: Daniel Morris Date: Thursday, August 18, 2016 at 7:23 AM To: Subject: Re: PutS3Object Error Than

Re: PutS3Object Error

2016-08-18 Thread dgm
Thanks James.   So when you say the JRE security provider, are you referring to bouncycastle?   If so, I am currently using bcprov-jdk16-1.46.jar. Thanks, Dan M From: James Wing Reply-To: Date: Wednesday, August 17, 2016 at 11:45 PM To: Subject: Re: PutS3Object Error The IllegalSt