Hm, this is obviously a bug in the code nobody stumbled over yet I think the runtime is trying to write the line coverage results to the remote machine, where the application you profile resides, instead of the client machine where you had the line coverage initiated. I assume that your client workspace is installed under D:\Eclipse_Workspace. When you collect the line coverage, the llc file is created on the remote machine and then the tool attempts to save it under D:\Eclipse_Workspace \.metadata\..etc under the remote host. This path is not available.
As a workaround ( and assuming this is the actual problem ) you can try to create this path on the remote host : D:\Eclipse_Workspace \.metadata\.plugins\org.eclipse.tptp.platform.llc.core . The write to file exception should go away. This will not completely solve your problem though.. You should somehow move the file over to the host where the client workspace is located so that you can view the content. The file should be located on your local host under D:\Eclipse_Workspace \.metadate\.plugins\org.eclipse.tptp.platform.llc.core Thank you, Valentina Popescu Senior Advisory Analyst IBM Toronto Labs Phone: (905)413-2412 (tie-line 969) Fax: (905) 413-4850 Sky-Flyer <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 01/15/2007 08:42 AM Please respond to TPTP Tracing and Profiling Tools Project developer discussions <tptp-tracing-profiling-tools-dev@eclipse.org> To tptp-tracing-profiling-tools-dev@eclipse.org cc Subject [tptp-tracing-profiling-tools-dev] Problems with line code coverage plugin Hi, I'v tried the additional plugin for line code coverage, but when I want to start an external Java Application on a remote machine I get following error: java.lang.Error: Line Level Coverage runtime error: cannot write to D:\Eclipse_Workspace\.metadata\.plugins\org.eclipse.tptp.platform.llc.core\llc.SwtStarter.ebfe4544-3cbe-42fe-b63b-154c6c3995e6.1168863995562.rawreport Check your com.ibm.ra.llc.rawreport property Cause: D:\Eclipse_Workspace\.metadata\.plugins\org.eclipse.tptp.platform.llc.core\llc.SwtStarter.ebfe4544-3cbe-42fe-b63b-154c6c3995e6.1168863995562.rawreport (Das System kann den angegebenen Pfad nicht finden) at com.ibm.ra.llc.runtime.LLCDumpModule.createIOError(LLCDumpModule.java:110) at com.ibm.ra.llc.runtime.LLCDumpModule.emitCharsetXMLFragment(LLCDumpModule.java:104) at com.ibm.ra.llc.runtime.LLCDumpModule.<init>(LLCDumpModule.java:90) at com.ibm.ra.llc.runtime.LLCDumpModule.getDumpModule(LLCDumpModule.java:48) at com.ibm.ra.llc.runtime.PKLLMCProbe.<clinit>(PKLLMCProbe.java:465) at fueis.test.SwtStarter.<clinit>(SwtStarter.java) Exception in thread "main" Can anyone make something of this? I do not get the error when I start it as local application. I hope someone can help me with this problem! yours Andreas -- View this message in context: http://www.nabble.com/Problems-with-line-code-coverage-plugin-tf3014680.html#a8371697 Sent from the Eclipse - Tracing and Profiling Tools - Dev mailing list archive at Nabble.com. _______________________________________________ tptp-tracing-profiling-tools-dev mailing list tptp-tracing-profiling-tools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-dev
_______________________________________________ tptp-tracing-profiling-tools-dev mailing list tptp-tracing-profiling-tools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-dev