Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » RAServer failed to start 2
RAServer failed to start 2 [message #63745] Tue, 04 April 2006 10:10 Go to next message
Eclipse UserFriend
Originally posted by: javaaka.gmail.com

Dear Group,

I am unable to start the RASServer by executing the RAServer.exe
On executing RAServer.exe nothing happens and the program simply doesn't
prints anything on the console and exits. I opened my servicelog.log file
and found the following entry with a severity of "55":

"Cannot create master named pipe: ramaster. Make sure the named pipe is
free and no other Agent Controller is using the same named pipe."

I found a post at this link
" http://dev.eclipse.org/newslists/news.eclipse.tptp/msg01394. html" which
is similar to my problem. However the solution suggested does not seem to
work on my PC (Windows XP with SP2). I have not found any other article on
net related to this particular problem. I have attached the contents of my
"serviceconfig.xml" and "servicelog.log" files below to help the group
understand/pin-point the problem.

I have configured my PATH env variable to point to the bin folder of my
agent controller installation so thats not a problem. I think something
else is missing. Also no folder/file is created in the "temp" folder :(

Please help.

My "serviceconfig.xml" looks like this:
***************************************
<?xml version="1.0" encoding="UTF-8"?>
<AgentControllerConfiguration activeConfiguration="default"
filePort="10005" isDataMultiplexed="false"
jvm="D:\java\jdk15\jre\bin\server\jvm.dll" loggingDetail="LOW"
loggingLevel="DEBUG" port="10002" processPolling="true"
securedPort="10003" version="4.1.0">
<AgentControllerEnvironment configuration="default">
<Variable name="JAVA_PATH" position="replace"
value="D:\java\jdk15\bin\java.exe"/>
<Variable name="RASERVER_HOME" position="replace"
value="D:\tools\TPTP_Agent_Controller"/>
<Variable name="PLUGINS_HOME" position="replace"
value="%RASERVER_HOME%\plugins"/>
<Variable name="PATH" position="prepend" value="%RASERVER_HOME%\bin"/>
<Variable name="SYS_TEMP_DIR" position="replace"
value="C:\DOCUME~1\ABHINA~1.ELE\LOCALS~1\Temp"/>
<Variable name="LOCAL_AGENT_TEMP_DIR" position="replace"
value="%SYS_TEMP_DIR%"/>
<Variable name="CLASSPATH_ORG_APACHE_JAKARTA_COMMONS_LOGGING"
position="append"
value=" %PLUGINS_HOME%\org.apache.jakarta_commons_logging_1.0.3\comm ons-logging.jar "/>
<Variable name="CLASSPATH_ORG_ECLIPSE_CORE_RUNTIME" position="append"
value="%PLUGINS_HOME%\org.eclipse.core.runtime_3.1.0.jar"/ >
<Variable name="CLASSPATH_ORG_ECLIPSE_EMF_COMMON" position="append"
value="%PLUGINS_HOME%\org.eclipse.emf.common_2.1.0.jar"/>
<Variable name="CLASSPATH_ORG_ECLIPSE_EMF_ECORE" position="append"
value="%PLUGINS_HOME%\org.eclipse.emf.ecore_2.1.0.jar"/>
<Variable name="CLASSPATH_ORG_ECLIPSE_EMF_ECORE_XMI" position="append"
value="%PLUGINS_HOME%\org.eclipse.emf.ecore.xmi_2.1.0.jar"/ >
<Variable name="CLASSPATH_ORG_ECLIPSE_TPTP_PLATFORM_MODELS"
position="append"
value=" %PLUGINS_HOME%\org.eclipse.tptp.platform.models_4.1.0.1\tptp -models.jar "/>
<Variable name="CLASSPATH_ORG_ECLIPSE_TPTP_PLATFORM_MODELS"
position="append"
value=" %PLUGINS_HOME%\org.eclipse.tptp.platform.models.nl1_4.1.0\or g.eclipse.tptp.platform.models.nl1.jar "/>
<Variable name="CLASSPATH_ORG_JUNIT" position="append"
value="%PLUGINS_HOME%\org.junit_3.8.1\junit.jar"/>
<Variable name="CLASSPATH_ORG_ECLIPSE_CORE_COMMANDS" position="append"
value="%PLUGINS_HOME%\org.eclipse.core.commands_3.1.0.jar"/ >
<Variable name="CLASSPATH_ORG_ECLIPSE_JFACE" position="append"
value="%PLUGINS_HOME%\org.eclipse.jface_3.1.0.jar"/>
<Variable name="CLASSPATH_ORG_ECLIPSE_SWT" position="append"
value="%PLUGINS_HOME%\swt.jar"/>
<Variable name="CLASSPATH" position="append"
value="%CLASSPATH_ORG_ECLIPSE_CORE_RUNTIME%"/>
</AgentControllerEnvironment>
<Application configuration="default" executable="java.exe"
location="%SYS_TEMP_DIR%" path="%JAVA_PATH%"/>
<Hosts configuration="default">
<Allow host="ALL"/>
</Hosts>
<Plugin path="%PLUGINS_HOME%"/>
</AgentControllerConfiguration>

This is content of the "servicelog.log" file after running the
RASServer.exe
************************************************************ ****************
<CommonBaseEvent creationTime="2006-04-04T10:11:45.885000Z"
globalInstanceId="A74C79B0B2744C53934524245CA98953" msg="Service starting"
severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="AB13E2B3691E4701B30EB3CB3CF47199" msg="Using plugin
directory D:\tools\TPTP_Agent_Controller\plugins" severity="5"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A509E623C9264F1495A3494C5FC1B7A0" msg="Adding
org.apache.jakarta_commons_logging_1.0.3 to the available list of loadable
plugins" severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="AF0A7C19216E47E4BBD3C48C9D6EFEF5" msg="Adding
org.eclipse.hyades.execution_4.1.0.1 to the available list of loadable
plugins" severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A30E928A054744AEB53CD10C20F60AE2" msg="Adding
org.eclipse.hyades.logging.adapter_4.1.0 to the available list of loadable
plugins" severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A71F9C95DE61451D9DB470F1B88757A4" msg="Adding
org.eclipse.hyades.logging.core_4.1.0.1 to the available list of loadable
plugins" severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A62630B3287340FC833D0939A0C1A3CE" msg="Adding
org.eclipse.hyades.logging.parsers_4.1.0 to the available list of loadable
plugins" severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A111797A3FB84F428B7C6DC8A3774754" msg="Adding
org.eclipse.hyades.perfmon.agents_4.0.0 to the available list of loadable
plugins" severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="AF75DE7BD48C49EAB200C827DEA50245" msg="Adding
org.eclipse.hyades.test.core_4.1.0 to the available list of loadable
plugins" severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="AD652140DAC54633A4F0F31A2C31D3D7" msg="Adding
org.eclipse.hyades.test.tools.core_4.1.0 to the available list of loadable
plugins" severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A88D58BAC7864685A1850E8FF2CE16C1" msg="Adding
org.eclipse.tptp.platform.collection.framework_4.1.0 to the available list
of loadable plugins" severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A13D3C04F4A04E5B86A04E03E490AE87" msg="Adding
org.eclipse.tptp.platform.models_4.1.0.1 to the available list of loadable
plugins" severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A27DA8E079234688AF92B47E97B138A1" msg="Adding
org.junit_3.8.1 to the available list of loadable plugins" severity="5"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="ADCA79A763E049D19BD03CC511D8B6D2" msg="Start processing
plugin: org.apache.jakarta_commons_logging_1.0.3" severity="10"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="AACF3F4380714F0DBEEFC82C56FEB187" msg="Plugin loader:
Config file for plugin: org.apache.jakarta_commons_logging_1.0.3 not
found" severity="30" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A8CBF52C740F4DB5A44C7621D4A25648" msg="Finished
processing plugin: org.apache.jakarta_commons_logging_1.0.3" severity="10"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A39647C1078D4E2384B23C8E544FC5C0" msg="Start processing
plugin: org.eclipse.hyades.execution_4.1.0.1" severity="10"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="AB516FED83A049268387BB5993244933" msg="Started
processing Configuration
D:\tools\TPTP_Agent_Controller\plugins\org.eclipse.hyades.ex ecution_4.1.0.1\config\pluginconfig.xml "
severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="AB3DD43BA75B42C3A8E6F664B4927466" msg="Completed
processing Configuration
D:\tools\TPTP_Agent_Controller\plugins\org.eclipse.hyades.ex ecution_4.1.0.1\config\pluginconfig.xml "
severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A6764352E8A946D5A50D781CD17620E8" msg="Plugin loader:
Config file for plugin: org.eclipse.hyades.execution_4.1.0.1 loaded
successfully" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="AC2DA3EFC14C4593BB888096AF86A1AD" msg="Finished
processing plugin: org.eclipse.hyades.execution_4.1.0.1" severity="10"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A52AA286123C49C6B0011D49BEAA3E11" msg="Start processing
plugin: org.eclipse.hyades.logging.adapter_4.1.0" severity="10"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="AB97ACE319EB4BFC963EADA23541F3E4" msg="Started
processing Configuration
D:\tools\TPTP_Agent_Controller\plugins\org.eclipse.hyades.lo gging.adapter_4.1.0\config\pluginconfig.xml "
severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A3998E2F3E0E44BB9FFE74FEFCE69F6D" msg="Completed
processing Configuration
D:\tools\TPTP_Agent_Controller\plugins\org.eclipse.hyades.lo gging.adapter_4.1.0\config\pluginconfig.xml "
severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A552BE2F83F2425DBD62DE140F51E789" msg="Plugin loader:
Config file for plugin: org.eclipse.hyades.logging.adapter_4.1.0 loaded
successfully" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="AD8389860F9F43CFB9F292CB3175485B" msg="Finished
processing plugin: org.eclipse.hyades.logging.adapter_4.1.0" severity="10"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A8C01657163B40ABA3C00DAC5F5FB850" msg="Start processing
plugin: org.eclipse.hyades.logging.core_4.1.0.1" severity="10"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A308B9FD006C4D13AC5A9B6C70F792CE" msg="Started
processing Configuration
D:\tools\TPTP_Agent_Controller\plugins\org.eclipse.hyades.lo gging.core_4.1.0.1\config\pluginconfig.xml "
severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="AD4E0188C3EE40B380F679661DB1E1C0" msg="This plugin is
dependent on org.eclipse.hyades.execution" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigHandler2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A01F33F570DE4732A2894D233CFD6291" msg="Plugin loader:
Plugin: org.eclipse.hyades.execution not found" severity="30"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A7BA261FCAA944CE88D82F5782F25DF7" msg="Recovery: since
there is no version requirement, trying to load plugin instead:
org.eclipse.hyades.execution_4.1.0.1" severity="30" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigHandler2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="AF54BF8618CD4BF6A9A2E1BCCEDF9FEF" msg="Plugin
org.eclipse.hyades.execution_4.1.0.1 already loaded" severity="10"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A6BDB0341BEA4E5FA29F3B0FE6F6D0F5" msg="Completed
processing Configuration
D:\tools\TPTP_Agent_Controller\plugins\org.eclipse.hyades.lo gging.core_4.1.0.1\config\pluginconfig.xml "
severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="AA5BBD02D16843D490F41989F1CE574C" msg="Plugin loader:
Config file for plugin: org.eclipse.hyades.logging.core_4.1.0.1 loaded
successfully" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="AFCE5E62E46A494BA7D26C3AC811B62C" msg="Finished
processing plugin: org.eclipse.hyades.logging.core_4.1.0.1" severity="10"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="AFFD833E1D864983AFEED63A11F0C3E6" msg="Start processing
plugin: org.eclipse.hyades.logging.parsers_4.1.0" severity="10"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="AB53EE005FE44B149AD34316515468EF" msg="Started
processing Configuration
D:\tools\TPTP_Agent_Controller\plugins\org.eclipse.hyades.lo gging.parsers_4.1.0\config\pluginconfig.xml "
severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A4E2DF6150FE46A88BE3AFC069325C5B" msg="This plugin is
dependent on org.eclipse.hyades.logging.core" severity="10"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigHandler2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A50B3B60B0AD4A6B8FB9A2AA92690ECF" msg="Plugin loader:
Plugin: org.eclipse.hyades.logging.core not found" severity="30"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="AAA5543AD7A345B59472282CA54919B4" msg="Recovery: since
there is no version requirement, trying to load plugin instead:
org.eclipse.hyades.logging.core_4.1.0.1" severity="30" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigHandler2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="AEE27D82777D4739A813B55B6BAAF293" msg="Plugin
org.eclipse.hyades.logging.core_4.1.0.1 already loaded" severity="10"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="AD9B513C3E164BA182BC63323B961330" msg="This plugin is
dependent on org.eclipse.hyades.logging.adapter" severity="10"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigHandler2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="AC072E5E98084F68B8C5AE01B8AD359F" msg="Plugin loader:
Plugin: org.eclipse.hyades.logging.adapter not found" severity="30"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A1BF8B8F52F84B679B2715BE04B31FAE" msg="Recovery: since
there is no version requirement, trying to load plugin instead:
org.eclipse.hyades.logging.adapter_4.1.0" severity="30" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigHandler2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="AF8EE3306AFB424BB53793FD5DD26DB7" msg="Plugin
org.eclipse.hyades.logging.adapter_4.1.0 already loaded" severity="10"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A5F89953FA234CC998FF606D2CEC1E7A" msg="Completed
processing Configuration
D:\tools\TPTP_Agent_Controller\plugins\org.eclipse.hyades.lo gging.parsers_4.1.0\config\pluginconfig.xml "
severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="AF5D894C80CC40A6BE18050247F3E7DA" msg="Plugin loader:
Config file for plugin: org.eclipse.hyades.logging.parsers_4.1.0 loaded
successfully" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A42AC4890A1545328776A4F00C6DBADD" msg="Finished
processing plugin: org.eclipse.hyades.logging.parsers_4.1.0" severity="10"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="AC9FFBC1F4B34384A29483216D41E15B" msg="Start processing
plugin: org.eclipse.hyades.perfmon.agents_4.0.0" severity="10"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A676C9CD23054DC0B1B6AF1EE209B7EE" msg="Started
processing Configuration
D:\tools\TPTP_Agent_Controller\plugins\org.eclipse.hyades.pe rfmon.agents_4.0.0\config\pluginconfig.xml "
severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
globalInstanceId="A0AD77D038AE415298D1615DBC9FDF57" msg="This plugin is
dependent on org.eclipse.tptp.platform.collection.framework" severity="10"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigHandler2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.948000Z"
globalInstanceId="A189A8629C1C4EE594A137451BD3D43D" msg="Plugin loader:
Plugin: org.eclipse.tptp.platform.collection.framework not found"
severity="30" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.948000Z"
globalInstanceId="A7951739E8CA42DEB6AB801A1B79B1F0" msg="Recovery: since
there is no version requirement, trying to load plugin instead:
org.eclipse.tptp.platform.collection.framework_4.1.0" severity="30"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigHandler2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.948000Z"
globalInstanceId="A4CF7F2BE04C4C3082E9EE9310766EE3" msg="Started
processing Configuration
D:\tools\TPTP_Agent_Controller\plugins\org.eclipse.tptp.plat form.collection.framework_4.1.0\config\pluginconfig.xml "
severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.948000Z"
globalInstanceId="A6BD6E8D1DBB42C3AB528CB48BC0344A" msg="This plugin is
dependent on org.eclipse.hyades.execution" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="192.168.0.51" locationType="IPV4"
processId="3560"
subComponent="..\RAServerConfig\RAServerConfigHandler2.cpp"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2006-04-04T10:11:45.948000Z&quo
Re: RAServer failed to start 2 [message #63858 is a reply to message #63745] Tue, 04 April 2006 13:25 Go to previous messageGo to next message
Samson Wai is currently offline Samson WaiFriend
Messages: 46
Registered: July 2009
Member
Hello,

Do you have Eclipse/TPTP workbench up and running? If so, have you
perform any profiling or logging scenario prior to starting the Agent
Controller? I am asking these questions because if that's the case then
the Integrated Agent Controller (IAC) might have been already started
implicitly by the Eclipse/TPTP workbench and is using the master named
pipe for communication between agents and the Agent Controller.

Also, you might want to take a look at Windows task manager and see if
there is a process called "RAService.exe" already running. If that's the
case then the Agent Controller might have been installed as a system
service and will be started automatically. You can turn this service on
and off from Windows Services dialog.

Regards,

Samson


Abhinav Anand wrote:
> Dear Group,
>
> I am unable to start the RASServer by executing the RAServer.exe
> On executing RAServer.exe nothing happens and the program simply doesn't
> prints anything on the console and exits. I opened my servicelog.log
> file and found the following entry with a severity of "55":
>
> "Cannot create master named pipe: ramaster. Make sure the named pipe is
> free and no other Agent Controller is using the same named pipe."
>
> I found a post at this link
> " http://dev.eclipse.org/newslists/news.eclipse.tptp/msg01394. html" which
> is similar to my problem. However the solution suggested does not seem
> to work on my PC (Windows XP with SP2). I have not found any other
> article on net related to this particular problem. I have attached the
> contents of my "serviceconfig.xml" and "servicelog.log" files below to
> help the group understand/pin-point the problem.
>
> I have configured my PATH env variable to point to the bin folder of my
> agent controller installation so thats not a problem. I think something
> else is missing. Also no folder/file is created in the "temp" folder :(
>
> Please help.
>
> My "serviceconfig.xml" looks like this:
> ***************************************
> <?xml version="1.0" encoding="UTF-8"?>
> <AgentControllerConfiguration activeConfiguration="default"
> filePort="10005" isDataMultiplexed="false"
> jvm="D:\java\jdk15\jre\bin\server\jvm.dll" loggingDetail="LOW"
> loggingLevel="DEBUG" port="10002" processPolling="true"
> securedPort="10003" version="4.1.0">
> <AgentControllerEnvironment configuration="default">
> <Variable name="JAVA_PATH" position="replace"
> value="D:\java\jdk15\bin\java.exe"/>
> <Variable name="RASERVER_HOME" position="replace"
> value="D:\tools\TPTP_Agent_Controller"/>
> <Variable name="PLUGINS_HOME" position="replace"
> value="%RASERVER_HOME%\plugins"/>
> <Variable name="PATH" position="prepend"
> value="%RASERVER_HOME%\bin"/>
> <Variable name="SYS_TEMP_DIR" position="replace"
> value="C:\DOCUME~1\ABHINA~1.ELE\LOCALS~1\Temp"/>
> <Variable name="LOCAL_AGENT_TEMP_DIR" position="replace"
> value="%SYS_TEMP_DIR%"/>
> <Variable name="CLASSPATH_ORG_APACHE_JAKARTA_COMMONS_LOGGING"
> position="append"
> value=" %PLUGINS_HOME%\org.apache.jakarta_commons_logging_1.0.3\comm ons-logging.jar "/>
>
> <Variable name="CLASSPATH_ORG_ECLIPSE_CORE_RUNTIME"
> position="append"
> value="%PLUGINS_HOME%\org.eclipse.core.runtime_3.1.0.jar"/ >
> <Variable name="CLASSPATH_ORG_ECLIPSE_EMF_COMMON"
> position="append" value="%PLUGINS_HOME%\org.eclipse.emf.common_2.1.0.jar"/>
> <Variable name="CLASSPATH_ORG_ECLIPSE_EMF_ECORE"
> position="append" value="%PLUGINS_HOME%\org.eclipse.emf.ecore_2.1.0.jar"/>
> <Variable name="CLASSPATH_ORG_ECLIPSE_EMF_ECORE_XMI"
> position="append"
> value="%PLUGINS_HOME%\org.eclipse.emf.ecore.xmi_2.1.0.jar"/ >
> <Variable name="CLASSPATH_ORG_ECLIPSE_TPTP_PLATFORM_MODELS"
> position="append"
> value=" %PLUGINS_HOME%\org.eclipse.tptp.platform.models_4.1.0.1\tptp -models.jar "/>
>
> <Variable name="CLASSPATH_ORG_ECLIPSE_TPTP_PLATFORM_MODELS"
> position="append"
> value=" %PLUGINS_HOME%\org.eclipse.tptp.platform.models.nl1_4.1.0\or g.eclipse.tptp.platform.models.nl1.jar "/>
>
> <Variable name="CLASSPATH_ORG_JUNIT" position="append"
> value="%PLUGINS_HOME%\org.junit_3.8.1\junit.jar"/>
> <Variable name="CLASSPATH_ORG_ECLIPSE_CORE_COMMANDS"
> position="append"
> value="%PLUGINS_HOME%\org.eclipse.core.commands_3.1.0.jar"/ >
> <Variable name="CLASSPATH_ORG_ECLIPSE_JFACE" position="append"
> value="%PLUGINS_HOME%\org.eclipse.jface_3.1.0.jar"/>
> <Variable name="CLASSPATH_ORG_ECLIPSE_SWT" position="append"
> value="%PLUGINS_HOME%\swt.jar"/>
> <Variable name="CLASSPATH" position="append"
> value="%CLASSPATH_ORG_ECLIPSE_CORE_RUNTIME%"/>
> </AgentControllerEnvironment>
> <Application configuration="default" executable="java.exe"
> location="%SYS_TEMP_DIR%" path="%JAVA_PATH%"/>
> <Hosts configuration="default">
> <Allow host="ALL"/>
> </Hosts>
> <Plugin path="%PLUGINS_HOME%"/>
> </AgentControllerConfiguration>
>
> This is content of the "servicelog.log" file after running the
> RASServer.exe
> ************************************************************ ****************
>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.885000Z"
> globalInstanceId="A74C79B0B2744C53934524245CA98953" msg="Service
> starting" severity="10" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="AB13E2B3691E4701B30EB3CB3CF47199" msg="Using plugin
> directory D:\tools\TPTP_Agent_Controller\plugins" severity="5"
> version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A509E623C9264F1495A3494C5FC1B7A0" msg="Adding
> org.apache.jakarta_commons_logging_1.0.3 to the available list of
> loadable plugins" severity="5" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="AF0A7C19216E47E4BBD3C48C9D6EFEF5" msg="Adding
> org.eclipse.hyades.execution_4.1.0.1 to the available list of loadable
> plugins" severity="5" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A30E928A054744AEB53CD10C20F60AE2" msg="Adding
> org.eclipse.hyades.logging.adapter_4.1.0 to the available list of
> loadable plugins" severity="5" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A71F9C95DE61451D9DB470F1B88757A4" msg="Adding
> org.eclipse.hyades.logging.core_4.1.0.1 to the available list of
> loadable plugins" severity="5" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A62630B3287340FC833D0939A0C1A3CE" msg="Adding
> org.eclipse.hyades.logging.parsers_4.1.0 to the available list of
> loadable plugins" severity="5" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A111797A3FB84F428B7C6DC8A3774754" msg="Adding
> org.eclipse.hyades.perfmon.agents_4.0.0 to the available list of
> loadable plugins" severity="5" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="AF75DE7BD48C49EAB200C827DEA50245" msg="Adding
> org.eclipse.hyades.test.core_4.1.0 to the available list of loadable
> plugins" severity="5" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="AD652140DAC54633A4F0F31A2C31D3D7" msg="Adding
> org.eclipse.hyades.test.tools.core_4.1.0 to the available list of
> loadable plugins" severity="5" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A88D58BAC7864685A1850E8FF2CE16C1" msg="Adding
> org.eclipse.tptp.platform.collection.framework_4.1.0 to the available
> list of loadable plugins" severity="5" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A13D3C04F4A04E5B86A04E03E490AE87" msg="Adding
> org.eclipse.tptp.platform.models_4.1.0.1 to the available list of
> loadable plugins" severity="5" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A27DA8E079234688AF92B47E97B138A1" msg="Adding
> org.junit_3.8.1 to the available list of loadable plugins" severity="5"
> version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="ADCA79A763E049D19BD03CC511D8B6D2" msg="Start
> processing plugin: org.apache.jakarta_commons_logging_1.0.3"
> severity="10" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="AACF3F4380714F0DBEEFC82C56FEB187" msg="Plugin loader:
> Config file for plugin: org.apache.jakarta_commons_logging_1.0.3 not
> found" severity="30" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A8CBF52C740F4DB5A44C7621D4A25648" msg="Finished
> processing plugin: org.apache.jakarta_commons_logging_1.0.3"
> severity="10" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A39647C1078D4E2384B23C8E544FC5C0" msg="Start
> processing plugin: org.eclipse.hyades.execution_4.1.0.1" severity="10"
> version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="AB516FED83A049268387BB5993244933" msg="Started
> processing Configuration
> D:\tools\TPTP_Agent_Controller\plugins\org.eclipse.hyades.ex ecution_4.1.0.1\config\pluginconfig.xml "
> severity="5" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="AB3DD43BA75B42C3A8E6F664B4927466" msg="Completed
> processing Configuration
> D:\tools\TPTP_Agent_Controller\plugins\org.eclipse.hyades.ex ecution_4.1.0.1\config\pluginconfig.xml "
> severity="5" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A6764352E8A946D5A50D781CD17620E8" msg="Plugin loader:
> Config file for plugin: org.eclipse.hyades.execution_4.1.0.1 loaded
> successfully" severity="10" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="AC2DA3EFC14C4593BB888096AF86A1AD" msg="Finished
> processing plugin: org.eclipse.hyades.execution_4.1.0.1" severity="10"
> version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A52AA286123C49C6B0011D49BEAA3E11" msg="Start
> processing plugin: org.eclipse.hyades.logging.adapter_4.1.0"
> severity="10" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="AB97ACE319EB4BFC963EADA23541F3E4" msg="Started
> processing Configuration
> D:\tools\TPTP_Agent_Controller\plugins\org.eclipse.hyades.lo gging.adapter_4.1.0\config\pluginconfig.xml "
> severity="5" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A3998E2F3E0E44BB9FFE74FEFCE69F6D" msg="Completed
> processing Configuration
> D:\tools\TPTP_Agent_Controller\plugins\org.eclipse.hyades.lo gging.adapter_4.1.0\config\pluginconfig.xml "
> severity="5" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A552BE2F83F2425DBD62DE140F51E789" msg="Plugin loader:
> Config file for plugin: org.eclipse.hyades.logging.adapter_4.1.0 loaded
> successfully" severity="10" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="AD8389860F9F43CFB9F292CB3175485B" msg="Finished
> processing plugin: org.eclipse.hyades.logging.adapter_4.1.0"
> severity="10" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A8C01657163B40ABA3C00DAC5F5FB850" msg="Start
> processing plugin: org.eclipse.hyades.logging.core_4.1.0.1"
> severity="10" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A308B9FD006C4D13AC5A9B6C70F792CE" msg="Started
> processing Configuration
> D:\tools\TPTP_Agent_Controller\plugins\org.eclipse.hyades.lo gging.core_4.1.0.1\config\pluginconfig.xml "
> severity="5" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="AD4E0188C3EE40B380F679661DB1E1C0" msg="This plugin is
> dependent on org.eclipse.hyades.execution" severity="10" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigHandler2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A01F33F570DE4732A2894D233CFD6291" msg="Plugin loader:
> Plugin: org.eclipse.hyades.execution not found" severity="30"
> version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A7BA261FCAA944CE88D82F5782F25DF7" msg="Recovery: since
> there is no version requirement, trying to load plugin instead:
> org.eclipse.hyades.execution_4.1.0.1" severity="30" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigHandler2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="AF54BF8618CD4BF6A9A2E1BCCEDF9FEF" msg="Plugin
> org.eclipse.hyades.execution_4.1.0.1 already loaded" severity="10"
> version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A6BDB0341BEA4E5FA29F3B0FE6F6D0F5" msg="Completed
> processing Configuration
> D:\tools\TPTP_Agent_Controller\plugins\org.eclipse.hyades.lo gging.core_4.1.0.1\config\pluginconfig.xml "
> severity="5" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="AA5BBD02D16843D490F41989F1CE574C" msg="Plugin loader:
> Config file for plugin: org.eclipse.hyades.logging.core_4.1.0.1 loaded
> successfully" severity="10" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="AFCE5E62E46A494BA7D26C3AC811B62C" msg="Finished
> processing plugin: org.eclipse.hyades.logging.core_4.1.0.1"
> severity="10" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="AFFD833E1D864983AFEED63A11F0C3E6" msg="Start
> processing plugin: org.eclipse.hyades.logging.parsers_4.1.0"
> severity="10" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="AB53EE005FE44B149AD34316515468EF" msg="Started
> processing Configuration
> D:\tools\TPTP_Agent_Controller\plugins\org.eclipse.hyades.lo gging.parsers_4.1.0\config\pluginconfig.xml "
> severity="5" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A4E2DF6150FE46A88BE3AFC069325C5B" msg="This plugin is
> dependent on org.eclipse.hyades.logging.core" severity="10"
> version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigHandler2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A50B3B60B0AD4A6B8FB9A2AA92690ECF" msg="Plugin loader:
> Plugin: org.eclipse.hyades.logging.core not found" severity="30"
> version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="AAA5543AD7A345B59472282CA54919B4" msg="Recovery: since
> there is no version requirement, trying to load plugin instead:
> org.eclipse.hyades.logging.core_4.1.0.1" severity="30" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigHandler2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="AEE27D82777D4739A813B55B6BAAF293" msg="Plugin
> org.eclipse.hyades.logging.core_4.1.0.1 already loaded" severity="10"
> version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="AD9B513C3E164BA182BC63323B961330" msg="This plugin is
> dependent on org.eclipse.hyades.logging.adapter" severity="10"
> version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigHandler2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="AC072E5E98084F68B8C5AE01B8AD359F" msg="Plugin loader:
> Plugin: org.eclipse.hyades.logging.adapter not found" severity="30"
> version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A1BF8B8F52F84B679B2715BE04B31FAE" msg="Recovery: since
> there is no version requirement, trying to load plugin instead:
> org.eclipse.hyades.logging.adapter_4.1.0" severity="30" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigHandler2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="AF8EE3306AFB424BB53793FD5DD26DB7" msg="Plugin
> org.eclipse.hyades.logging.adapter_4.1.0 already loaded" severity="10"
> version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A5F89953FA234CC998FF606D2CEC1E7A" msg="Completed
> processing Configuration
> D:\tools\TPTP_Agent_Controller\plugins\org.eclipse.hyades.lo gging.parsers_4.1.0\config\pluginconfig.xml "
> severity="5" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="AF5D894C80CC40A6BE18050247F3E7DA" msg="Plugin loader:
> Config file for plugin: org.eclipse.hyades.logging.parsers_4.1.0 loaded
> successfully" severity="10" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A42AC4890A1545328776A4F00C6DBADD" msg="Finished
> processing plugin: org.eclipse.hyades.logging.parsers_4.1.0"
> severity="10" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="AC9FFBC1F4B34384A29483216D41E15B" msg="Start
> processing plugin: org.eclipse.hyades.perfmon.agents_4.0.0"
> severity="10" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
> componentIdType="Application" location="192.168.0.51"
> locationType="IPV4" processId="3560"
> subComponent="..\RAServerConfig\RAServerConfigBinding2.cpp"
> componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2006-04-04T10:11:45.932000Z"
> globalInstanceId="A676C9CD23054DC0B1B6AF1EE209B7EE" msg="Started
> processing Configuration
> D:\tools\TPTP_Agent_Controller\plugins\org.eclipse.hyades.pe rfmon.agents_4.0.0\config\plu
Re: RAServer failed to start 2 [message #64251 is a reply to message #63858] Wed, 05 April 2006 08:44 Go to previous message
Eclipse UserFriend
Originally posted by: javaaka.gmail.com

Dear Samson,

Thanks so much for the help. You predicted the problem straight away.

Yes I used eclipse with TPTP (profiling & logging) workbench to profile my
application via execution with sources. However I then decided to profile
the production jars with the "External Java Process" profile option of
TPTP and I faced the problem.

As you mentioned in your posting I stopped the RAServer.exe process and
then started it again as an application and viola the RAServer.exe started
working. So now I can profile external java processes also.

Thank you very much.
Previous Topic:TPTP profiling of WTP
Next Topic:testing tools : java.lang.NumberFormatException: For input string: "p"
Goto Forum:
  


Current Time: Thu Apr 25 13:29:27 GMT 2024

Powered by FUDForum. Page generated in 0.04093 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top