[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[News.eclipse.test-and-performance] problems with profiling tools

Dear all,

I have problem with eclipse profiling tools on WinXP. I am able to start RAServer, monitor it with perfmonagent and generate trace logs in the command line, like

java -XrunpiAgent:server=standalone -classpath "." cz.komanek.test03.Test

(Test.class is a simple "HelloWorld" app with no special imports)

But for some reason eclipse is not able to communicate with the RAServer at both my workplace and home boxes. The message sounds:

IWAT0113E Error launching application.
Reason: IWAT0113E Configuration error on agent controller. Error exists in agent controller configuration file: serviceconfig.xml
Make sure the agent controller installation is correctly configured.


I followed the guide about RASERVER_PATH etc., tried various Java JDK versions, but with no success. What seems to be the point is that manually launched profiling works fine, so I do not expect the problem is really in serviceconfig.xml

When I try to import the profiling file (from the manual attempt) from the disk, it gets the data without problems.

Am I missing something basic or is there a known bug ?

Eclipse 3.0.1
Hyades - build from last Friday
Windows XP Pro SP2
All tested software resides in C:\Program files\elipse
serviceconfig.xml is attached bellow

Please, do you have some advice for me (except the one I should not touch eclipse with my poo rknowledge about it :-)

Sincerely,

 David Komanek


<?xml version="1.0" encoding="UTF-8"?>
<AgentControllerConfiguration activeConfiguration="default" filePort="10005" jvm="C:\Program Files\Java\j2re1.4.2_06\bin\client\jvm.dll" loggingDetail="LOW" loggingLevel="INFORMATION" port="10002" processPolling="true" securedPort="10003" version="3.1.0">
<AgentControllerEnvironment configuration="default">
<Variable name="JAVA_PATH" position="replace" value="C:\Program Files\Java\j2re1.4.2_06\bin\java.exe"/>
<Variable name="RASERVER_HOME" position="replace" value="C:\Program Files\eclipse\hyades_rac"/>
<Variable name="PATH" position="prepend" value="%RASERVER_HOME%\bin"/>
<Variable name="SYS_TEMP_DIR" position="replace" value="C:\DOCUME~1\Komanek\LOCALS~1\Temp"/>
<Variable name="LOCAL_AGENT_TEMP_DIR" position="replace" value="%SYS_TEMP_DIR%"/>
<Variable name="CLASSPATH" position="append" value="%RASERVER_HOME%\lib\commons-logging.jar"/>
<Variable name="CLASSPATH" position="append" value="%RASERVER_HOME%\lib\hcframe.jar"/>
<Variable name="CLASSPATH" position="append" value="%RASERVER_HOME%\lib\hexcore.jar"/>
<Variable name="CLASSPATH" position="append" value="%RASERVER_HOME%\lib\hexl.jar"/>
<Variable name="CLASSPATH" position="append" value="%RASERVER_HOME%\lib\hexr.jar"/>
<Variable name="CLASSPATH" position="append" value="%RASERVER_HOME%\lib\hl14.jar"/>
<Variable name="CLASSPATH" position="append" value="%RASERVER_HOME%\lib\hlcommons.jar"/>
<Variable name="CLASSPATH" position="append" value="%RASERVER_HOME%\lib\hlcore.jar"/>
<Variable name="CLASSPATH" position="append" value="%RASERVER_HOME%\lib\hlevents.jar"/>
<Variable name="CLASSPATH" position="append" value="%RASERVER_HOME%\lib\hlcbe101.jar"/>
<Variable name="CLASSPATH" position="append" value="%RASERVER_HOME%\lib\ecore.jar"/>
<Variable name="CLASSPATH" position="append" value="%RASERVER_HOME%\lib\common.jar"/>
</AgentControllerEnvironment>
<Application configuration="default" executable="java.exe" location="%SYS_TEMP_DIR%" path="%JAVA_PATH%"/>
<Hosts configuration="default">
<Allow host="LOCAL"/>
</Hosts>
<Plugin path="%RASERVER_HOME%\plugins"/>
</AgentControllerConfiguration>