RE: Error when executing NiFi REST API PUT /processors/{id} call

2018-03-15 Thread Vitaly Krivoy
, March 13, 2018 3:09 PM To: users@nifi.apache.org Subject: Re: Error when executing NiFi REST API PUT /processors/{id} call Vitaly, I believe that error is being generated by Jackson which handles the JSON (de)serialization. Often times there is additional information that gets logged to your logs

Re: Error when executing NiFi REST API PUT /processors/{id} call

2018-03-13 Thread Daniel Chaffelson
Hi Vitaly, To give a more detailed example of what Matt is saying, here's the Python version of what you are doing from the NiPyApi test suite. In this test we change the scheduling period of a processor to 3s: processor = nipyapi.canvas.get_processor('someprocessor') update =

Re: Error when executing NiFi REST API PUT /processors/{id} call

2018-03-13 Thread Matt Gilman
Vitaly, I believe that error is being generated by Jackson which handles the JSON (de)serialization. Often times there is additional information that gets logged to your logs/nifi-user.log. Check there to see if there is anything helpful. By any chance, are you attempting to pass the status back