[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.hyades] Re: can't connect to RASERVER

I installed the hyades data collection engine on c:\hyades. I set the environment variable RASERVER_HOME and put C:\hyades\bin in the System PATH.

This is the content of the C:\hyades\config\serviceconfig.xml file. Where should I put this file?

<?xml version="1.0" encoding="UTF-8"?>
<AgentControllerConfiguration activeConfiguration="default" loggingDetail="LOW" loggingLevel="INFORMATION" port="10002" securedPort="10003" version="3.1.0" filePort="10005" processPolling="true" jvm="C:\j2sdk1.4.2_04\jre\bin\server\jvm.dll">
<AgentControllerEnvironment configuration="default">
<Variable name="JAVA_PATH" value="c:\j2sdk1.4.2_04\jre\bin\java.exe" position="replace"/>
<Variable name="RASERVER_HOME" value="C:\hyades" position="replace"/>
<Variable name="PATH" value="%RASERVER_HOME%\bin" position="prepend"/>
<Variable name="SYS_TEMP_DIR" value="C:\DOCUME~1\MAZZOL~1\IMPOST~1\Temp" position="replace"/>
<Variable name="LOCAL_AGENT_TEMP_DIR" value="%SYS_TEMP_DIR%" position="replace"/>
<Variable name="CLASSPATH" value="%RASERVER_HOME%\lib\commons-logging.jar" position="append"/>
<Variable name="CLASSPATH" value="%RASERVER_HOME%\lib\hcframe.jar" position="append"/>
<Variable name="CLASSPATH" value="%RASERVER_HOME%\lib\hexcore.jar" position="append"/>
<Variable name="CLASSPATH" value="%RASERVER_HOME%\lib\hexl.jar" position="append"/>
<Variable name="CLASSPATH" value="%RASERVER_HOME%\lib\hexr.jar" position="append"/>
<Variable name="CLASSPATH" value="%RASERVER_HOME%\lib\hl14.jar" position="append"/>
<Variable name="CLASSPATH" value="%RASERVER_HOME%\lib\hlcommons.jar" position="append"/>
<Variable name="CLASSPATH" value="%RASERVER_HOME%\lib\hlcore.jar" position="append"/>
<Variable name="CLASSPATH" value="%RASERVER_HOME%\lib\hlevents.jar" position="append"/>
<Variable name="CLASSPATH" value="%RASERVER_HOME%\lib\hlcbe101.jar" position="append"/>
<Variable name="CLASSPATH" value="%RASERVER_HOME%\lib\ecore.jar" position="append"/>
<Variable name="CLASSPATH" value="%RASERVER_HOME%\lib\common.jar" position="append"/>
</AgentControllerEnvironment>
<Application configuration="default" executable="java.exe" path="%JAVA_PATH%" location="%SYS_TEMP_DIR%"/>
<Host configuration="default">
<Allow host="ALL"/>
</Host>
<Plugin path="%RASERVER_HOME%\plugins"/>
</AgentControllerConfiguration>



Samson Wai wrote:

Hi,

Can you please append the content of the file "config/serviceconfig.xml"
under the hyades data collection engine's installation directory? It should
be generated after you run "bin/SetConfig.bat" and contain information on
host access.


"Andrea " <andrea@xxxxxxxx> wrote in message
news:cni009$41m$1@xxxxxxxxxxxxxxxxxx
I've installed hyades 3.1 on eclipse 3.0.1 on Windows 2k. My PC is in LAN.
Even if the RASERVER is running, the test connection doesn't work. I get:
Connection Failed on host localhost.
Reason:
IWAT0016E The agent controller is not availabel on host localhost.
Any ideas?