Re: about the debug of nifi

2016-01-09 Thread Oleg Zhurakousky
Did you go through the last step in the README of identifying ‘main’? There are no sources since what you are running is ‘org.apache.nifi.NiFi’. Cheers Oleg On Jan 5, 2016, at 1:51 AM, 522250...@qq.com wrote: i want to debug nifi ,and i find the guidence in wiki.Then

FAQ : about the debug of nifi

2016-01-07 Thread 522250...@qq.com
I have two questions: 1) i want to debug nifi ,and i find the guidence in wiki.Then i use gradle following https://github.com/olegz/nifi-ide-integration .But after i run the command "./gradlew clean idea" ,i just can not find any source in the folder " nifi-ide-integration " Here is the

Re: about the debug of nifi

2016-01-06 Thread Joe Skora
+1 for remote debug. It has always worked great with IntelliJ. I originally had full integration, starting NiFi from within the IDE, working a while back in May/June. But, I think bootstrap changes at some point broke it and with remote debug working so well I haven't felt a need to investigate

Re: about the debug of nifi

2016-01-05 Thread Bryan Bende
Hello, The nifi-ide-integration project will not have any src, it just generates the project files for Eclipse or IntelliJ (in your case the .iml, .ipr, and .iws files). You will need to have the nifi source code somewhere else, and the remainder of the instructions here [1] explain how to link

Re: about the debug of nifi

2016-01-05 Thread Matt Gilman
Another alternative is to enable remote debugging in your NiFi instance and simply attach to it with your IDE. More specifically, you'll want to uncomment the following line in conf/bootstrap.conf java.arg.debug=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000 Then in your IDE

about the debug of nifi

2016-01-05 Thread 522250...@qq.com
i want to debug nifi ,and i find the guidence in wiki.Then i use gradle following https://github.com/olegz/nifi-ide-integration/. But after i run the command "./gradlew clean idea" ,i just can not find any source in the folder " nifi-ide-integration " Here is the total contents of my folder