| [News.eclipse.test-and-performance] Re: problems with profiling tools |
Hi,
Thank you very much for the bug report.
Sincerely,
David
Hi David,
Looking closely at your serviceconfig.xml, I see a few problems with the way the paths are written. For example, jvm="C:Program FilesJavaj2re1.4.2_06binclientjvm.dll". Note the lack of slashes here. I'm assuming you used the SetConfig.bat setup script to configure the agent controller (as opposed to writing the file yourself).
If my understanding of the data collection side of things is correct (correct me if I'm wrong), running in standalone refers to the JVMPI agent running without the agent controller, so the serviceconfig.xml would not be used in this case. This would probably explain why it works in standalone mode and not with the agent controller.
I've opened a bug on your behalf (https://bugs.eclipse.org/bugs/show_bug.cgi?id=80334); feel free to add yourself to the CC list to get notification of when it's fixed. I marked it as critical - we can't release 3.2 with something like this. Thanks for reporting this. In the meantime, you can try adding the slashes manually and see how it goes.
Thanks, Curt