Re: getmongo processor exception

2015-11-18 Thread Subhash Parise
Yes sure Oleg. Could you please let me know if you need additional information. On Wed, Nov 18, 2015 at 10:29 PM, Oleg Zhurakousky < ozhurakou...@hortonworks.com> wrote: > Subhash > > Indeed raise a jira and I'll grab it. Have worked with mongo extensively > in the past > > Oleg > > > > On Nov

Re: getmongo processor exception

2015-11-18 Thread Joe Witt
Subhash, I don't think enough folks are familiar here to help. Please feel free to file a JIRA for that mongo processor to add support for this option. Thanks Joe On Tue, Nov 17, 2015 at 3:19 AM, Subhash Parise wrote: > Hi NiFi experts, > > Do any one know how to

Re: getmongo processor exception

2015-11-17 Thread Subhash Parise
Hi NiFi experts, Do any one know how to pass --sslInvalidCertifcates option to mongodb URI getmongo processor ?? On Mon, Nov 16, 2015 at 8:52 PM, 林家銘 wrote: > Hi > > I am sorry that, I am not familiar with enable the SSL in MongoDB, > but I find the documents, > >

Re: getmongo processor exception

2015-11-16 Thread 林家銘
Hi I am sorry that, I am not familiar with enable the SSL in MongoDB, but I find the documents, http://mongodb.github.io/mongo-java-driver/3.0/driver/reference/connecting/ssl/?_ga=1.178196645.1092355907.1447682441 It seems that one can only specify the flag "sslInvalidHostNameAllowed" in source

Re: getmongo processor exception

2015-11-16 Thread Subhash Parise
Hi robin, thank you for replying my post. Mongodb is listening with 27017 port. But in my environment ssl is configured. Could you please let me know how to make mongodb URI with --sslAllowInvalidCertificates option. On Mon, Nov 16, 2015 at 4:44 PM, 林家銘 wrote: > Hi > >

getmongo processor exception

2015-11-16 Thread Subhash Parise
Hi Team, I am very new to Apache NiFi and i am trying to create some sample flows using getmongo, putmongo processors. In my env i am getting fallowing exception. 2015-11-16 09:54:43,413 ERROR [Timer-Driven Process Thread-1] o.a.nifi.processors.mongodb.GetMongo

Re: getmongo processor exception

2015-11-16 Thread 林家銘
Hi I think you need to check the MongoDB is listening to the port 27017 at your Nifi host. On the Nofi host, if you are using Linux system, use the command below to check "netstat -nlp | grep 27017" On 16/11/2015, Subhash Parise wrote: > Hi Team, > > I am very new to