Re: Issues with debugging

2017-04-27 Thread Tim Zimmerman
rsday, April 27, 2017 1:33:32 AM To: users@nifi.apache.org Subject: Re: Issues with debugging Hi, Dummy question but... are you sure the code of the running NiFi is exactly matching the code where you specified breakpoints? If this is not matching, that could be the reason.

Re: Issues with debugging

2017-04-27 Thread Joe Witt
it again this morning. And I > sincerely appreciate the help. > > > tim > > > > > > > From: Bryan Rosander > Sent: Thursday, April 27, 2017 1:22:24 AM > To: users@nifi.apache.org > Subject: Re: Issues with debugging > > Hey Tim,

Re: Issues with debugging

2017-04-27 Thread Tim Zimmerman
ogize for submitting before I tested it again this morning. And I sincerely appreciate the help. tim From: Bryan Rosander Sent: Thursday, April 27, 2017 1:22:24 AM To: users@nifi.apache.org Subject: Re: Issues with debugging Hey Tim, That's pretty st

Re: Issues with debugging

2017-04-27 Thread Pierre Villard
Hi, Dummy question but... are you sure the code of the running NiFi is exactly matching the code where you specified breakpoints? If this is not matching, that could be the reason.

Re: Issues with debugging

2017-04-27 Thread Bryan Rosander
Hey Tim, That's pretty strange that your breakpoints aren't being hit. In the past when things like that have happened to me, it's usually due to me successfully connecting but to the wrong JVM. If you're trying to debug code related to the bootstrap process itself (RunNiFi or anything it calls)

Issues with debugging

2017-04-27 Thread Tim Zimmerman
Not sure if this is a bug or misunderstanding on my part. I was trying to enable debugging so that I could troubleshoot a problem. I modified bootstrap.conf to enable debugging. I simply uncommented the java.arg.debug line and changed the port to 8187. I was able to attach to the process at 8