Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » TPTP execution using RAC fails with CoreException
TPTP execution using RAC fails with CoreException [message #66056] Wed, 12 April 2006 10:27 Go to next message
Eclipse UserFriend
Originally posted by: bharat51.hotmail.com

Hi
I am running a TPTP test on A linux system and it fails with a
CoreException.

On the workbench during a launch it shows this error but continues with
executing tests after which it hangs at 93% on execution. No .execution
files are generated.

At the background on the cmd shell (from where i launched the eclipse) i
get an org.eclipse.core.internal.runtime.AssertionFailedException: null
Argument error @ org.eclipse.core.internal.runtime.Assert.isnotNull for
org.eclipse.core.runtime.Path.Initialize

I have applied all patches described in release notes for tptp 4.1
1. bash --noprofile --norc
2. double checked "JAVA_PATH" (both ways dont work)
3. set the appropriate environ vars
a. JAVA_HOME
b. RASERVER_HOME (although not required for 4.1)
c. PATH
d. LD_LIBRARY_PATH - points to
jre/bin:agent-controller/lib:agentcontroller/bin

I am using linux_ia32 version of agent controller. version 4.1

The other environ setting are:
OS: Linux <macname> 2.4.21-32.ELsmp
Eclipse version 3.1.2
TPTP version 4.1.0.1

I have created a deployment with a location specifiing the localhost and
am using a RAC connection on port 10002. also checked for file server port
10005 which is free and is used when starting the agent controller.

Is there anything that I am missing?

Please do reply ASAP. In deep shit..

Cheers
-B
Re: URGENT: TPTP execution using RAC fails with CoreException [message #66155 is a reply to message #66056] Wed, 12 April 2006 12:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bharat51.hotmail.com

am still stuck with this.. any help is greatly appreciated..
Re: TPTP execution using RAC fails with CoreException [message #66447 is a reply to message #66056] Thu, 13 April 2006 19:33 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 404
Registered: July 2009
Senior Member
What kind of test are you running?
Can you attach your RAC's log file (it's located under
<agent-controller>/config/servicelog.log)

"Brat" <bharat51@hotmail.com> wrote in message
news:4a1533346631b2744cd7565c31eb0cfd$1@www.eclipse.org...
> Hi
> I am running a TPTP test on A linux system and it fails with a
> CoreException.
>
> On the workbench during a launch it shows this error but continues with
> executing tests after which it hangs at 93% on execution. No .execution
> files are generated.
>
> At the background on the cmd shell (from where i launched the eclipse) i
> get an org.eclipse.core.internal.runtime.AssertionFailedException: null
> Argument error @ org.eclipse.core.internal.runtime.Assert.isnotNull for
> org.eclipse.core.runtime.Path.Initialize
>
> I have applied all patches described in release notes for tptp 4.1
> 1. bash --noprofile --norc
> 2. double checked &quot;JAVA_PATH&quot; (both ways dont work)
> 3. set the appropriate environ vars
> a. JAVA_HOME
> b. RASERVER_HOME (although not required for 4.1)
> c. PATH
> d. LD_LIBRARY_PATH - points to
> jre/bin:agent-controller/lib:agentcontroller/bin
>
> I am using linux_ia32 version of agent controller. version 4.1
>
> The other environ setting are:
> OS: Linux <macname> 2.4.21-32.ELsmp
> Eclipse version 3.1.2
> TPTP version 4.1.0.1
>
> I have created a deployment with a location specifiing the localhost and
> am using a RAC connection on port 10002. also checked for file server port
> 10005 which is free and is used when starting the agent controller.
>
> Is there anything that I am missing?
>
> Please do reply ASAP. In deep shit..
>
> Cheers
> -B
>
>
Re: TPTP execution using RAC fails with CoreException [message #66923 is a reply to message #66056] Tue, 18 April 2006 13:42 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Brat,
In addition Ali's requests (Agent Controller's log and test type), can
you attach the <workspace>/.metadata/.log file.

Are you using the same version of the TPTP workbench (e.g. V4.1.0)? If
so, can you move both the TPTP workbench and Agent Controller to V4.1.0.1
( http://www.eclipse.org/tptp/home/downloads/downloads.php?lin k=link1&url=dro
ps/TPTP-4.1.0.1.html)?

If you are launching a Manual Test, we did have a similar problem (see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=75856) that could not be
reproduced. Please feel free to reopen this defect, if applicable.

Paul
"Brat" <bharat51@hotmail.com> wrote in message
news:4a1533346631b2744cd7565c31eb0cfd$1@www.eclipse.org...
> Hi
> I am running a TPTP test on A linux system and it fails with a
> CoreException.
>
> On the workbench during a launch it shows this error but continues with
> executing tests after which it hangs at 93% on execution. No .execution
> files are generated.
>
> At the background on the cmd shell (from where i launched the eclipse) i
> get an org.eclipse.core.internal.runtime.AssertionFailedException: null
> Argument error @ org.eclipse.core.internal.runtime.Assert.isnotNull for
> org.eclipse.core.runtime.Path.Initialize
>
> I have applied all patches described in release notes for tptp 4.1
> 1. bash --noprofile --norc
> 2. double checked &quot;JAVA_PATH&quot; (both ways dont work)
> 3. set the appropriate environ vars
> a. JAVA_HOME
> b. RASERVER_HOME (although not required for 4.1)
> c. PATH
> d. LD_LIBRARY_PATH - points to
> jre/bin:agent-controller/lib:agentcontroller/bin
>
> I am using linux_ia32 version of agent controller. version 4.1
>
> The other environ setting are:
> OS: Linux <macname> 2.4.21-32.ELsmp
> Eclipse version 3.1.2
> TPTP version 4.1.0.1
>
> I have created a deployment with a location specifiing the localhost and
> am using a RAC connection on port 10002. also checked for file server port
> 10005 which is free and is used when starting the agent controller.
>
> Is there anything that I am missing?
>
> Please do reply ASAP. In deep shit..
>
> Cheers
> -B
>
>
Re: TPTP execution using RAC fails with CoreException [message #67049 is a reply to message #66923] Wed, 19 April 2006 12:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bharat51.hotmail.com

Hello Ali and Paul,
I am attaching both the required files as seperate entries on this
thread. I have just createda very very simple JUnit plugin Test. I am
using java1.5 - a point i failed to mention earlier.

Any help is much appreciated
Bharat
Re: TPTP execution using RAC -servicelog.log [message #67086 is a reply to message #67049] Wed, 19 April 2006 12:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bharat51.hotmail.com

<CommonBaseEvent creationTime="2006-04-19T09:57:20.527779Z"
globalInstanceId="A446098000080D59266E8C085FEAB7B9" msg="Service starting"
severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.532075Z"
globalInstanceId="A446098000081E63665A6D8A635316A6" msg="Start processing
plugin: org.eclipse.hyades.test.core_4.1.0" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.532593Z"
globalInstanceId="A44609800008206B6BB5C67E25BCAB28" msg="This plugin is
dependent on org.eclipse.hyades.execution" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.532742Z"
globalInstanceId="A4460980000821043BAC3F36764B654A" msg="Plugin loader:
Plugin: org.eclipse.hyades.execution not found" severity="30"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.532839Z"
globalInstanceId="A44609800008216521489BFC17EF1416" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.533761Z"
globalInstanceId="A4460980000824F873464B5366FCE3A0" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.533929Z"
globalInstanceId="A4460980000825A7319966A9009739F6" msg="Recovery:
succeeded" severity="30" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.533978Z"
globalInstanceId="A4460980000825D8756C2BE0260EEA4A" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.534084Z"
globalInstanceId="A44609800008264260B2FFAF7A569223" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.534138Z"
globalInstanceId="A4460980000826787207591F2F7DF12C" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.534948Z"
globalInstanceId="A44609800008299C1063136A41ACE9BA" msg="This plugin is
dependent on org.eclipse.hyades.execution" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.535061Z"
globalInstanceId="A446098000082A132715D5BA2001FED3" msg="Plugin loader:
Plugin: org.eclipse.hyades.execution not found" severity="30"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.535147Z"
globalInstanceId="A446098000082A696B180F594C163C14" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.535204Z"
globalInstanceId="A446098000082AA103BC3B01106C6482" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.535699Z"
globalInstanceId="A446098000082C8E7B82BD2D769536E1" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.535799Z"
globalInstanceId="A446098000082CF5785D074E6760F0DB" msg="Recovery:
succeeded" severity="30" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.536056Z"
globalInstanceId="A446098000082DF43BF53D044E63A5DD" msg="Plugin loader:
Config file for plugin: org.eclipse.hyades.test.core_4.1.0 loaded
successfully" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.536137Z"
globalInstanceId="A446098000082E477513308A3BA76327" msg="Finished
processing plugin: org.eclipse.hyades.test.core_4.1.0" severity="10"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.536221Z"
globalInstanceId="A446098000082E88192230AF569BA032" msg="Start processing
plugin: org.eclipse.tptp.platform.models_4.1.0.1" severity="10"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.536315Z"
globalInstanceId="A446098000082EF8688C1CC84C148942" msg="Plugin loader:
Config file for plugin: org.eclipse.tptp.platform.models_4.1.0.1 not
found" severity="30" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.536386Z"
globalInstanceId="A446098000082F4021FA0A2F11BFF16A" msg="Finished
processing plugin: org.eclipse.tptp.platform.models_4.1.0.1" severity="10"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.536437Z"
globalInstanceId="A446098000082F72199D430F62571226" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.536517Z"
globalInstanceId="A446098000082FC34F118F3F03B7D80F" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.536567Z"
globalInstanceId="A446098000082FF57033D6353A6ABF12" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.536642Z"
globalInstanceId="A44609800008303F465BC40B17B9D3E2" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.536738Z"
globalInstanceId="A44609800008309F2A80FBE619B53D56" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.536793Z"
globalInstanceId="A4460980000830D76D328EFE6F62DDB4" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.536858Z"
globalInstanceId="A4460980000831172FAB31C4617A92BE" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.537169Z"
globalInstanceId="A44609800008324C15CC87B9307302E4" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.537299Z"
globalInstanceId="A4460980000832D111F5A2A9650BA698" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.537370Z"
globalInstanceId="A4460980000833174B73831F1AFDFE75" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.537612Z"
globalInstanceId="A44609800008340821584E071B701164" msg="This plugin is
dependent on org.eclipse.hyades.execution" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.537684Z"
globalInstanceId="A44609800008345211368E8D71EE09CA" msg="Plugin loader:
Plugin: org.eclipse.hyades.execution not found" severity="30"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.537738Z"
globalInstanceId="A4460980000834887110037126F4FD18" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.537798Z"
globalInstanceId="A4460980000834C3028B2C274D20BF01" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.537849Z"
globalInstanceId="A4460980000834F74CDB54324D9D800D" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.537917Z"
globalInstanceId="A44609800008353B4F7CC24E02C986EA" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.537970Z"
globalInstanceId="A4460980000835707589BD1B108D7C89" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.538029Z"
globalInstanceId="A4460980000835AB3BC6502D4AC2ACA3" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.538554Z"
globalInstanceId="A44609800008379B22546A5B74CEAEEA" msg="Plugin loader:
Config file for plugin:
org.eclipse.tptp.platform.collection.framework_4.1.0 loaded successfully"
severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.538631Z"
globalInstanceId="A44609800008380400A1997321ADD0D1" msg="Recovery:
succeeded" severity="30" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.539749Z"
globalInstanceId="A446098000083C34414C17866DE0346B" msg="Plugin loader:
Config file for plugin: org.eclipse.hyades.perfmon.agents_4.0.0 loaded
successfully" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.539866Z"
globalInstanceId="A446098000083CD76D581B1B2CD6167D" msg="Finished
processing plugin: org.eclipse.hyades.perfmon.agents_4.0.0" severity="10"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.539919Z"
globalInstanceId="A446098000083D0D731DADB844FB7496" msg="Start processing
plugin: org.eclipse.tptp.platform.collection.framework_4.1.0"
severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.540012Z"
globalInstanceId="A446098000083D690DD53B6656520388" msg="Plugin
org.eclipse.tptp.platform.collection.framework_4.1.0 already loaded"
severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.540063Z"
globalInstanceId="A446098000083D9D35A761D36B7DF746" msg="Finished
processing plugin: org.eclipse.tptp.platform.collection.framework_4.1.0"
severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.540141Z"
globalInstanceId="A446098000083DEB35BE46EB0888AECC" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.540876Z"
globalInstanceId="A4460980000840C56F7234E32A165158" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.541016Z"
globalInstanceId="A446098000084155010BECC4109D75D1" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.541094Z"
globalInstanceId="A4460980000841A4683FD8A321CAF1EE" msg="Start processing
plugin: org.junit_3.8.1" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.541170Z"
globalInstanceId="A4460980000841F069EA0BEA51FF1429" msg="Plugin loader:
Config file for plugin: org.junit_3.8.1 not found" severity="30"
version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.541267Z"
globalInstanceId="A446098000084250269B1A1912543A5F" msg="Finished
processing plugin: org.junit_3.8.1" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.541773Z"
globalInstanceId="A44609800008444831DDC39B260A9669" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.542169Z"
globalInstanceId="A4460980000845D35FD9145C572FEABE" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.542303Z"
globalInstanceId="A44609800008465C4EFED8F7270042C4" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.542371Z"
globalInstanceId="A4460980000846A1415B8D7638EA8D06" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.542430Z"
globalInstanceId="A4460980000846DC4C90A3AB1D103145" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.542512Z"
globalInstanceId="A44609800008472D7348FF6402FC28DF" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.542574Z"
globalInstanceId="A44609800008476B6197D3C408A5EDA9" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.542642Z"
globalInstanceId="A4460980000847B00C74EF3A2AE02A0F" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/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-19T09:57:20.542742Z"
globalInstanceId="A446098000084813234D82A509F61CD6" 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="10.77.202.170" locationType="IPV4"
processId="5093"
subComponent="framework/RAServerConfig/RAServerConfigBinding2.cpp "
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation" reasoningScope="INTERNAL" repo
Re: TPTP execution using RAC fails with CoreException [message #67098 is a reply to message #67049] Wed, 19 April 2006 12:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bharat51.hotmail.com

!SESSION 2006-04-19 15:28:45.990
-----------------------------------------------
eclipse.buildId=M20050929-0840
java.version=1.5.0_05
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86

!ENTRY org.eclipse.pde.core 2 1 2006-04-19 15:29:57.610
!MESSAGE Problems encountered while PDE was scanning the Target Platform
!SUBENTRY 1 org.eclipse.tptp.monitoring.profile.server 2 2 2006-04-19
15:29:57.610
!MESSAGE Missing required plug-in: org.eclipse.wst.server.core
!SUBENTRY 1 org.eclipse.tptp.platform.profile.server.wst 2 2 2006-04-19
15:29:57.610
!MESSAGE Missing required plug-in: org.eclipse.jst.server.tomcat.core
!SUBENTRY 1 org.eclipse.tptp.platform.profile.server.wst 2 2 2006-04-19
15:29:57.610
!MESSAGE Missing required plug-in: org.eclipse.jst.server.tomcat.ui
!SUBENTRY 1 org.eclipse.tptp.platform.profile.server.wst 2 2 2006-04-19
15:29:57.611
!MESSAGE Missing required plug-in: org.eclipse.jst.server.generic.core
!SUBENTRY 1 org.eclipse.tptp.platform.profile.server.wst 2 2 2006-04-19
15:29:57.611
!MESSAGE Missing required plug-in: org.eclipse.jst.server.generic.ui
!SUBENTRY 1 org.eclipse.tptp.platform.profile.server.wst 2 2 2006-04-19
15:29:57.612
!MESSAGE Missing required plug-in: org.eclipse.wst.server.core
!SUBENTRY 1 org.eclipse.tptp.monitoring.report.birt.ui 2 2 2006-04-19
15:29:57.612
!MESSAGE Missing required plug-in: org.eclipse.tptp.platform.report.birt.ui
!SUBENTRY 1 org.eclipse.tptp.platform.report.birt.ui 2 2 2006-04-19
15:29:57.612
!MESSAGE Missing required plug-in: org.eclipse.birt.core
!SUBENTRY 1 org.eclipse.tptp.platform.report.birt.ui 2 2 2006-04-19
15:29:57.612
!MESSAGE Missing required plug-in: org.eclipse.birt.report.engine
!SUBENTRY 1 org.eclipse.tptp.platform.report.birt.ui 2 2 2006-04-19
15:29:57.613
!MESSAGE Missing required plug-in: org.eclipse.birt.report.data.oda.xml
!SUBENTRY 1 org.eclipse.tptp.platform.report.birt.ui 2 2 2006-04-19
15:29:57.614
!MESSAGE Missing required plug-in: org.eclipse.datatools.connectivity.oda
!SUBENTRY 1 org.eclipse.tptp.test.report.birt.ui 2 2 2006-04-19
15:29:57.614
!MESSAGE Missing required plug-in: org.eclipse.tptp.platform.report.birt.ui
!SUBENTRY 1 org.eclipse.tptp.trace.report.birt.ui 2 2 2006-04-19
15:29:57.614
!MESSAGE Missing required plug-in: org.eclipse.tptp.platform.report.birt.ui
!SESSION 2006-04-19 16:46:55.578
-----------------------------------------------
eclipse.buildId=M20050929-0840
java.version=1.5.0_05
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86

!ENTRY org.eclipse.pde.core 2 1 2006-04-19 16:47:09.673
!MESSAGE Problems encountered while PDE was scanning the Target Platform
!SUBENTRY 1 org.eclipse.tptp.monitoring.profile.server 2 2 2006-04-19
16:47:09.673
!MESSAGE Missing required plug-in: org.eclipse.wst.server.core
!SUBENTRY 1 org.eclipse.tptp.platform.profile.server.wst 2 2 2006-04-19
16:47:09.673
!MESSAGE Missing required plug-in: org.eclipse.jst.server.tomcat.core
!SUBENTRY 1 org.eclipse.tptp.platform.profile.server.wst 2 2 2006-04-19
16:47:09.674
!MESSAGE Missing required plug-in: org.eclipse.jst.server.tomcat.ui
!SUBENTRY 1 org.eclipse.tptp.platform.profile.server.wst 2 2 2006-04-19
16:47:09.674
!MESSAGE Missing required plug-in: org.eclipse.jst.server.generic.core
!SUBENTRY 1 org.eclipse.tptp.platform.profile.server.wst 2 2 2006-04-19
16:47:09.674
!MESSAGE Missing required plug-in: org.eclipse.jst.server.generic.ui
!SUBENTRY 1 org.eclipse.tptp.platform.profile.server.wst 2 2 2006-04-19
16:47:09.675
!MESSAGE Missing required plug-in: org.eclipse.wst.server.core
!SUBENTRY 1 org.eclipse.tptp.monitoring.report.birt.ui 2 2 2006-04-19
16:47:09.675
!MESSAGE Missing required plug-in: org.eclipse.tptp.platform.report.birt.ui
!SUBENTRY 1 org.eclipse.tptp.platform.report.birt.ui 2 2 2006-04-19
16:47:09.675
!MESSAGE Missing required plug-in: org.eclipse.birt.core
!SUBENTRY 1 org.eclipse.tptp.platform.report.birt.ui 2 2 2006-04-19
16:47:09.676
!MESSAGE Missing required plug-in: org.eclipse.birt.report.engine
!SUBENTRY 1 org.eclipse.tptp.platform.report.birt.ui 2 2 2006-04-19
16:47:09.676
!MESSAGE Missing required plug-in: org.eclipse.birt.report.data.oda.xml
!SUBENTRY 1 org.eclipse.tptp.platform.report.birt.ui 2 2 2006-04-19
16:47:09.676
!MESSAGE Missing required plug-in: org.eclipse.datatools.connectivity.oda
!SUBENTRY 1 org.eclipse.tptp.test.report.birt.ui 2 2 2006-04-19
16:47:09.676
!MESSAGE Missing required plug-in: org.eclipse.tptp.platform.report.birt.ui
!SUBENTRY 1 org.eclipse.tptp.trace.report.birt.ui 2 2 2006-04-19
16:47:09.676
!MESSAGE Missing required plug-in: org.eclipse.tptp.platform.report.birt.ui

!ENTRY org.eclipse.core.runtime 4 2 2006-04-19 16:50:30.180
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.core.runtime".
!STACK 0
java.lang.IllegalStateException: Task already scheduled or cancelled
at java.util.Timer.sched(Timer.java:358)
at java.util.Timer.schedule(Timer.java:222)
at
org.eclipse.hyades.models.common.util.SaveManager.start(Save Manager.java:179)
at
org.eclipse.hyades.test.core.internal.TestCorePreferencesIni tializer$1.propertyChange(TestCorePreferencesInitializer.jav a:40)
at org.eclipse.core.runtime.Preferences$1.run(Preferences.java: 497)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:1044)
at org.eclipse.core.runtime.Platform.run(Platform.java:783)
at
org.eclipse.core.runtime.Preferences.firePropertyChangeEvent (Preferences.java:500)
at
org.eclipse.core.internal.preferences.PreferenceForwarder.se tValue(PreferenceForwarder.java:565)
at
org.eclipse.hyades.test.ui.internal.preference.TestPreferenc ePage.storeValues(TestPreferencePage.java:185)
at
org.eclipse.hyades.test.ui.internal.preference.TestPreferenc ePage.performOk(TestPreferencePage.java:170)
at
org.eclipse.jface.preference.PreferencePage.performApply(Pre ferencePage.java:426)
at
org.eclipse.jface.preference.PreferencePage$2.widgetSelected (PreferencePage.java:280)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:90)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1021)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2867)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2572)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:809 )
at org.eclipse.jface.window.Window.open(Window.java:787)
at
org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPrefer encesAction.java:66)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:996 )
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:538)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:488)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:400)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1021)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2867)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2572)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)

!ENTRY org.eclipse.hyades.test.tools.core 1 0 2006-04-19 17:03:44.627
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.getBrandingPlugin(Workben chExecutionDeploymentAdapter.java:577)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.makeConfigurationArea(Wor kbenchExecutionDeploymentAdapter.java:378)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.makeConfigurationAreas(Wo rkbenchExecutionDeploymentAdapter.java:350)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.collectDeployableFiles(Wo rkbenchExecutionDeploymentAdapter.java:108)
at
org.eclipse.hyades.execution.harness.JavaExecutionDeployment Adapter.deployTestAssets(JavaExecutionDeploymentAdapter.java :468)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.deployTestAssets(Workbenc hExecutionDeploymentAdapter.java:102)
at
org.eclipse.hyades.execution.harness.util.ExecutionAdapterUt ilities.adaptExecutionDeployment(ExecutionAdapterUtilities.j ava:159)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness.la unchTestExecution(TestExecutionHarness.java:1988)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness.ac cess$2(TestExecutionHarness.java:1856)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness$2. run(TestExecutionHarness.java:692)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

!ENTRY org.eclipse.hyades.test.core 1 0 2006-04-19 17:03:44.769
!MESSAGE org.eclipse.core.internal.runtime.AssertionFailedException: null
argument:
!STACK 0
org.eclipse.core.internal.runtime.AssertionFailedException: null argument:
at org.eclipse.core.internal.runtime.Assert.isNotNull(Assert.ja va:82)
at org.eclipse.core.internal.runtime.Assert.isNotNull(Assert.ja va:69)
at org.eclipse.core.runtime.Path.initialize(Path.java:574)
at org.eclipse.core.runtime.Path.<init>(Path.java:162)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutableObjectAdapter.computeCommandLine(Workbench ExecutableObjectAdapter.java:118)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutableObjectAdapter.setupExecutableObject(Workbe nchExecutableObjectAdapter.java:62)
at
org.eclipse.hyades.execution.harness.util.ExecutionAdapterUt ilities.adaptExecutableObject(ExecutionAdapterUtilities.java :91)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness.la unchTestExecution(TestExecutionHarness.java:2008)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness.ac cess$2(TestExecutionHarness.java:1856)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness$2. run(TestExecutionHarness.java:692)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

!ENTRY org.eclipse.hyades.test.core 4 0 2006-04-19 17:03:44.776
!MESSAGE IWAT4039E The Test Execution Harness reported the following
problems:java.lang.IllegalStateException
!STACK 0
java.lang.IllegalStateException: Task already scheduled or cancelled
at java.util.Timer.sched(Timer.java:358)
at java.util.Timer.schedule(Timer.java:222)
at
org.eclipse.hyades.models.common.util.SaveManager.start(Save Manager.java:179)
at
org.eclipse.hyades.test.core.launch.delegates.BasicTestLaunc hConfigurationDelegate2.invokeTestExecutionHarness(BasicTest LaunchConfigurationDelegate2.java:190)
at
org.eclipse.hyades.test.core.launch.delegates.AbstractLaunch ConfigurationDelegate2.launch(AbstractLaunchConfigurationDel egate2.java:175)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:590)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:515)
at
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.java:733)
at
org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlu gin.java:931)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

!ENTRY org.eclipse.hyades.test.tools.core 1 0 2006-04-19 17:06:10.945
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.getBrandingPlugin(Workben chExecutionDeploymentAdapter.java:577)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.makeConfigurationArea(Wor kbenchExecutionDeploymentAdapter.java:378)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.makeConfigurationAreas(Wo rkbenchExecutionDeploymentAdapter.java:350)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.collectDeployableFiles(Wo rkbenchExecutionDeploymentAdapter.java:108)
at
org.eclipse.hyades.execution.harness.JavaExecutionDeployment Adapter.deployTestAssets(JavaExecutionDeploymentAdapter.java :468)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.deployTestAssets(Workbenc hExecutionDeploymentAdapter.java:102)
at
org.eclipse.hyades.execution.harness.util.ExecutionAdapterUt ilities.adaptExecutionDeployment(ExecutionAdapterUtilities.j ava:159)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness.la unchTestExecution(TestExecutionHarness.java:1988)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness.ac cess$2(TestExecutionHarness.java:1856)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness$2. run(TestExecutionHarness.java:692)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

!ENTRY org.eclipse.hyades.test.core 1 0 2006-04-19 17:06:11.90
!MESSAGE org.eclipse.core.internal.runtime.AssertionFailedException: null
argument:
!STACK 0
org.eclipse.core.internal.runtime.AssertionFailedException: null argument:
at org.eclipse.core.internal.runtime.Assert.isNotNull(Assert.ja va:82)
at org.eclipse.core.internal.runtime.Assert.isNotNull(Assert.ja va:69)
at org.eclipse.core.runtime.Path.initialize(Path.java:574)
at org.eclipse.core.runtime.Path.<init>(Path.java:162)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutableObjectAdapter.computeCommandLine(Workbench ExecutableObjectAdapter.java:118)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutableObjectAdapter.setupExecutableObject(Workbe nchExecutableObjectAdapter.java:62)
at
org.eclipse.hyades.execution.harness.util.ExecutionAdapterUt ilities.adaptExecutableObject(ExecutionAdapterUtilities.java :91)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness.la unchTestExecution(TestExecutionHarness.java:2008)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness.ac cess$2(TestExecutionHarness.java:1856)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness$2. run(TestExecutionHarness.java:692)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

!ENTRY org.eclipse.hyades.test.core 4 0 2006-04-19 17:06:11.94
!MESSAGE IWAT4039E The Test Execution Harness reported the following
problems:java.lang.IllegalStateException
!STACK 0
java.lang.IllegalStateException: Task already scheduled or cancelled
at java.util.Timer.sched(Timer.java:358)
at java.util.Timer.schedule(Timer.java:222)
at
org.eclipse.hyades.models.common.util.SaveManager.start(Save Manager.java:179)
at
org.eclipse.hyades.test.core.launch.delegates.BasicTestLaunc hConfigurationDelegate2.invokeTestExecutionHarness(BasicTest LaunchConfigurationDelegate2.java:190)
at
org.eclipse.hyades.test.core.launch.delegates.AbstractLaunch ConfigurationDelegate2.launch(AbstractLaunchConfigurationDel egate2.java:175)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:590)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:515)
at
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.java:733)
at
org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlu gin.java:931)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

!ENTRY org.eclipse.hyades.test.tools.core 1 0 2006-04-19 17:10:47.42
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.getBrandingPlugin(Workben chExecutionDeploymentAdapter.java:577)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.makeConfigurationArea(Wor kbenchExecutionDeploymentAdapter.java:378)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.makeConfigurationAreas(Wo rkbenchExecutionDeploymentAdapter.java:350)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.collectDeployableFiles(Wo rkbenchExecutionDeploymentAdapter.java:108)
at
org.eclipse.hyades.execution.harness.JavaExecutionDeployment Adapter.deployTestAssets(JavaExecutionDeploymentAdapter.java :468)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.deployTestAssets(Workbenc hExecutionDeploymentAdapter.java:102)
at
org.eclipse.hyades.execution.harness.util.ExecutionAdapterUt ilities.adaptExecutionDeployment(ExecutionAdapterUtilities.j ava:159)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness.la unchTestExecution(TestExecutionHarness.java:1988)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness.ac cess$2(TestExecutionHarness.java:1856)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness$2. run(TestExecutionHarness.java:692)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

!ENTRY org.eclipse.hyades.test.core 1 0 2006-04-19 17:10:47.189
!MESSAGE org.eclipse.core.internal.runtime.AssertionFailedException: null
argument:
!STACK 0
org.eclipse.core.internal.runtime.AssertionFailedException: null argument:
at org.eclipse.core.internal.runtime.Assert.isNotNull(Assert.ja va:82)
at org.eclipse.core.internal.runtime.Assert.isNotNull(Assert.ja va:69)
at org.eclipse.core.runtime.Path.initialize(Path.java:574)
at org.eclipse.core.runtime.Path.<init>(Path.java:162)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutableObjectAdapter.computeCommandLine(Workbench ExecutableObjectAdapter.java:118)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutableObjectAdapter.setupExecutableObject(Workbe nchExecutableObjectAdapter.java:62)
at
org.eclipse.hyades.execution.harness.util.ExecutionAdapterUt ilities.adaptExecutableObject(ExecutionAdapterUtilities.java :91)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness.la unchTestExecution(TestExecutionHarness.java:2008)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness.ac cess$2(TestExecutionHarness.java:1856)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness$2. run(TestExecutionHarness.java:692)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

!ENTRY org.eclipse.hyades.test.core 4 0 2006-04-19 17:10:47.194
!MESSAGE IWAT4039E The Test Execution Harness reported the following
problems:java.lang.IllegalStateException
!STACK 0
java.lang.IllegalStateException: Task already scheduled or cancelled
at java.util.Timer.sched(Timer.java:358)
at java.util.Timer.schedule(Timer.java:222)
at
org.eclipse.hyades.models.common.util.SaveManager.start(Save Manager.java:179)
at
org.eclipse.hyades.test.core.launch.delegates.BasicTestLaunc hConfigurationDelegate2.invokeTestExecutionHarness(BasicTest LaunchConfigurationDelegate2.java:190)
at
org.eclipse.hyades.test.core.launch.delegates.AbstractLaunch ConfigurationDelegate2.launch(AbstractLaunchConfigurationDel egate2.java:175)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:590)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:515)
at
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.java:733)
at
org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlu gin.java:931)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

!ENTRY org.eclipse.hyades.test.tools.core 1 0 2006-04-19 17:12:21.311
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.getBrandingPlugin(Workben chExecutionDeploymentAdapter.java:577)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.makeConfigurationArea(Wor kbenchExecutionDeploymentAdapter.java:378)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.makeConfigurationAreas(Wo rkbenchExecutionDeploymentAdapter.java:350)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.collectDeployableFiles(Wo rkbenchExecutionDeploymentAdapter.java:108)
at
org.eclipse.hyades.execution.harness.JavaExecutionDeployment Adapter.deployTestAssets(JavaExecutionDeploymentAdapter.java :468)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.deployTestAssets(Workbenc hExecutionDeploymentAdapter.java:102)
at
org.eclipse.hyades.execution.harness.util.ExecutionAdapterUt ilities.adaptExecutionDeployment(ExecutionAdapterUtilities.j ava:159)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness.la unchTestExecution(TestExecutionHarness.java:1988)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness.ac cess$2(TestExecutionHarness.java:1856)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness$2. run(TestExecutionHarness.java:692)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

!ENTRY org.eclipse.hyades.test.core 1 0 2006-04-19 17:12:21.458
!MESSAGE org.eclipse.core.internal.runtime.AssertionFailedException: null
argument:
!STACK 0
org.eclipse.core.internal.runtime.AssertionFailedException: null argument:
at org.eclipse.core.internal.runtime.Assert.isNotNull(Assert.ja va:82)
at org.eclipse.core.internal.runtime.Assert.isNotNull(Assert.ja va:69)
at org.eclipse.core.runtime.Path.initialize(Path.java:574)
at org.eclipse.core.runtime.Path.<init>(Path.java:162)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutableObjectAdapter.computeCommandLine(Workbench ExecutableObjectAdapter.java:118)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutableObjectAdapter.setupExecutableObject(Workbe nchExecutableObjectAdapter.java:62)
at
org.eclipse.hyades.execution.harness.util.ExecutionAdapterUt ilities.adaptExecutableObject(ExecutionAdapterUtilities.java :91)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness.la unchTestExecution(TestExecutionHarness.java:2008)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness.ac cess$2(TestExecutionHarness.java:1856)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness$2. run(TestExecutionHarness.java:692)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

!ENTRY org.eclipse.hyades.test.core 4 0 2006-04-19 17:12:21.463
!MESSAGE IWAT4039E The Test Execution Harness reported the following
problems:java.lang.IllegalStateException
!STACK 0
java.lang.IllegalStateException: Task already scheduled or cancelled
at java.util.Timer.sched(Timer.java:358)
at java.util.Timer.schedule(Timer.java:222)
at
org.eclipse.hyades.models.common.util.SaveManager.start(Save Manager.java:179)
at
org.eclipse.hyades.test.core.launch.delegates.BasicTestLaunc hConfigurationDelegate2.invokeTestExecutionHarness(BasicTest LaunchConfigurationDelegate2.java:190)
at
org.eclipse.hyades.test.core.launch.delegates.AbstractLaunch ConfigurationDelegate2.launch(AbstractLaunchConfigurationDel egate2.java:175)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:590)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:515)
at
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.java:733)
at
org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlu gin.java:931)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

!ENTRY org.eclipse.hyades.test.tools.core 1 0 2006-04-19 17:15:47.351
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.getBrandingPlugin(Workben chExecutionDeploymentAdapter.java:577)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.makeConfigurationArea(Wor kbenchExecutionDeploymentAdapter.java:378)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.makeConfigurationAreas(Wo rkbenchExecutionDeploymentAdapter.java:350)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.collectDeployableFiles(Wo rkbenchExecutionDeploymentAdapter.java:108)
at
org.eclipse.hyades.execution.harness.JavaExecutionDeployment Adapter.deployTestAssets(JavaExecutionDeploymentAdapter.java :468)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutionDeploymentAdapter.deployTestAssets(Workbenc hExecutionDeploymentAdapter.java:102)
at
org.eclipse.hyades.execution.harness.util.ExecutionAdapterUt ilities.adaptExecutionDeployment(ExecutionAdapterUtilities.j ava:159)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness.la unchTestExecution(TestExecutionHarness.java:1988)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness.ac cess$2(TestExecutionHarness.java:1856)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness$2. run(TestExecutionHarness.java:692)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

!ENTRY org.eclipse.hyades.test.core 1 0 2006-04-19 17:15:47.519
!MESSAGE org.eclipse.core.internal.runtime.AssertionFailedException: null
argument:
!STACK 0
org.eclipse.core.internal.runtime.AssertionFailedException: null argument:
at org.eclipse.core.internal.runtime.Assert.isNotNull(Assert.ja va:82)
at org.eclipse.core.internal.runtime.Assert.isNotNull(Assert.ja va:69)
at org.eclipse.core.runtime.Path.initialize(Path.java:574)
at org.eclipse.core.runtime.Path.<init>(Path.java:162)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutableObjectAdapter.computeCommandLine(Workbench ExecutableObjectAdapter.java:118)
at
org.eclipse.hyades.test.tools.core.internal.plugin.harness.W orkbenchExecutableObjectAdapter.setupExecutableObject(Workbe nchExecutableObjectAdapter.java:62)
at
org.eclipse.hyades.execution.harness.util.ExecutionAdapterUt ilities.adaptExecutableObject(ExecutionAdapterUtilities.java :91)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness.la unchTestExecution(TestExecutionHarness.java:2008)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness.ac cess$2(TestExecutionHarness.java:1856)
at
org.eclipse.hyades.execution.harness.TestExecutionHarness$2. run(TestExecutionHarness.java:692)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

!ENTRY org.eclipse.hyades.test.core 4 0 2006-04-19 17:15:47.523
!MESSAGE IWAT4039E The Test Execution Harness reported the following
problems:java.lang.IllegalStateException
!STACK 0
java.lang.IllegalStateException: Task already scheduled or cancelled
at java.util.Timer.sched(Timer.java:358)
at java.util.Timer.schedule(Timer.java:222)
at
org.eclipse.hyades.models.common.util.SaveManager.start(Save Manager.java:179)
at
org.eclipse.hyades.test.core.launch.delegates.BasicTestLaunc hConfigurationDelegate2.invokeTestExecutionHarness(BasicTest LaunchConfigurationDelegate2.java:190)
at
org.eclipse.hyades.test.core.launch.delegates.AbstractLaunch ConfigurationDelegate2.launch(AbstractLaunchConfigurationDel egate2.java:175)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:590)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:515)
at
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.java:733)
at
org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlu gin.java:931)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
Re: TPTP execution using RAC -servicelog.log [message #67128 is a reply to message #67086] Wed, 19 April 2006 16:52 Go to previous messageGo to next message
Randy D. Smith is currently offline Randy D. SmithFriend
Messages: 394
Registered: July 2009
Senior Member
bharat wrote:
....
<CommonBaseEvent creationTime="2006-04-19T11:16:12.270654Z"
globalInstanceId="A4461BFC0004213B7952BC7F56FE970B" msg="Cannot create
master named pipe: ramaster. Make sure the named pipe is free and no
other Agent Controller is using the same named pipe." severity="55"
version="1.0.1">
....



Sorry, I don't have an answer for you... I expect one of the Toronto
guys will respond with something for you based on the servicelog, as it
looks (to me) like there are missing dependencies, and I guess that
could mean that something tried to access the dependency assuming it was
there...

I'm just trying to come up to speed on reading the RAC's logfile... so I
have a question as well for them... Is the above item an indication that
the RAC is NOT running correctly?? Or is this "normal" in the
interaction between the IAC and RAC negotiating who got there first??

(And yes, I'm more than willing to admit a great deal of ignorance ...
STILL... so anything wrong/incorrect in the above, feel free to correct
me guys... I can take it! :-) )

--
RDS

Randy D. Smith randy (dot) d (dot) smith (at) intel (dot) com
Eclipse TPTP Committer, Platform Proj (data collection/agent controller)
Re: TPTP execution using RAC -servicelog.log [message #67148 is a reply to message #67128] Thu, 20 April 2006 05:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bharat51.hotmail.com

Hi,
Actually the RAC is running fine, that error message that you pointed out
is absolutely the right one, but, that was due to my mis configuration.
The ramaster file now gets created successfully but the problem still
persists.

the missing dependencies are actually to do with the BIRT report ui, which
according to my knowledge, is basically for using BIRT reports. Is that
not true?

I am in a mayem myself, so I hope I get some answers quickly from the guys
in toronto or my entire POC is in a major problem.. :-)

Btw, I could get this running successfully on windows xp.

Cheers
-B
Re: TPTP execution using RAC -servicelog.log [message #67310 is a reply to message #67148] Fri, 21 April 2006 14:33 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 404
Registered: July 2009
Senior Member
Is JUnit plug-in the only test type that you're having problems with? Can
you try to run TPTP JUnit as opposed to a TPTP JUnit plug-in to see if the
problem persists.

If the problem is reproducible using other types of test suites, then make
sure that the AC's serviceconfig.xml file and the workbench's JRE are
compatible. The test execution harness deploys class files that have been
compiled by the workbench to a temporary directory. If these class files
are compiled using Java 1.5 and AC is pointing to Java 1.4, then the test
runner can't run the files.

If on the other hand you are only able to reproduce this problem with JUnit
plug-in, then the problem is being caused by it's respective runner. I
believe Julien Canches is responsible for that test type. You can try
contacting him at julien.canches@fr.ibm.com or emailing the test discussion
mailing list
( http://www.eclipse.org/tptp/home/project_info/general/mailne ws.html).

You also note in your first post that you are using a deployment file. What
happens if you select the local deployment that is available by default?

"Bharat" <bharat51@hotmail.com> wrote in message
news:8918ad9b8fd5a6b41e2bd27750ea48f5$1@www.eclipse.org...
> Hi,
> Actually the RAC is running fine, that error message that you pointed out
> is absolutely the right one, but, that was due to my mis configuration.
> The ramaster file now gets created successfully but the problem still
> persists.
>
> the missing dependencies are actually to do with the BIRT report ui, which
> according to my knowledge, is basically for using BIRT reports. Is that
> not true?
>
> I am in a mayem myself, so I hope I get some answers quickly from the guys
> in toronto or my entire POC is in a major problem.. :-)
>
> Btw, I could get this running successfully on windows xp.
>
> Cheers
> -B
>
>
Re: TPTP execution using RAC -servicelog.log [message #68834 is a reply to message #67310] Thu, 27 April 2006 12:23 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bharat51.hotmail.com

Hi
The problem persists when using tptp. Even with normal junit tests I have
the same problem.

I am now trying with the Local Direct Conenction with the default
deployment. Even then its the same problem. Works at 60% of Launching for
about a minute and then goes to "executing tests" and hangs indefinately
at 93%.

I have tried with various version and havent been able to even run one
simple test on Linux.

I have double checked with the JRE version and the other items from the
release notes. Deleted the IBMRAC as well before starting EClipse, set my
LD_LIBARARY_PATH to the so files unders hyades.execution/os/linux/x86/lib.

I am at my wits ends trying to get this running. Even a simple thing is
not working.

Please do look into this and guide me. Any help is much appreciated.

Regards
Bharat
Re: TPTP execution using RAC fails with CoreException [message #68909 is a reply to message #66056] Thu, 27 April 2006 13:55 Go to previous messageGo to next message
Holger Machens is currently offline Holger MachensFriend
Messages: 57
Registered: July 2009
Member
Hi all,


does anybody know, if HyadesJUnitRunner still uses hcjbnd in Version 4.1.0.1 ?
If yes, please have a look at this bug report
https://bugs.eclipse.org/bugs/show_bug.cgi?id=138889
and try 4.1.0 instead - this might fix it.

Hope this helps you ;)


Holger



Brat wrote:
> Hi
> I am running a TPTP test on A linux system and it fails with a
> CoreException.
>
> On the workbench during a launch it shows this error but continues with
> executing tests after which it hangs at 93% on execution. No .execution
> files are generated.
>
> At the background on the cmd shell (from where i launched the eclipse) i
> get an org.eclipse.core.internal.runtime.AssertionFailedException: null
> Argument error @ org.eclipse.core.internal.runtime.Assert.isnotNull for
> org.eclipse.core.runtime.Path.Initialize
>
> I have applied all patches described in release notes for tptp 4.1
> 1. bash --noprofile --norc
> 2. double checked &quot;JAVA_PATH&quot; (both ways dont work)
> 3. set the appropriate environ vars
> a. JAVA_HOME
> b. RASERVER_HOME (although not required for 4.1)
> c. PATH
> d. LD_LIBRARY_PATH - points to
> jre/bin:agent-controller/lib:agentcontroller/bin
>
> I am using linux_ia32 version of agent controller. version 4.1
>
> The other environ setting are:
> OS: Linux <macname> 2.4.21-32.ELsmp
> Eclipse version 3.1.2
> TPTP version 4.1.0.1
>
> I have created a deployment with a location specifiing the localhost and
> am using a RAC connection on port 10002. also checked for file server
> port 10005 which is free and is used when starting the agent controller.
>
> Is there anything that I am missing?
> Please do reply ASAP. In deep shit..
> Cheers
> -B
>
>
Re: TPTP execution using RAC fails with CoreException [message #69371 is a reply to message #68909] Thu, 04 May 2006 07:50 Go to previous message
Eclipse UserFriend
Originally posted by: bharat51.hotmail.com

Hi,
Thank you very much for the tip. Version 4.1.0 seems to work now. Phew!!

Again, Thank you very much for all the help on this.

It is much appreciated

Regards
-B
Previous Topic:"No data is available for display" message
Next Topic:Eclipse TPTP Java Profiler Summit
Goto Forum:
  


Current Time: Tue Apr 16 06:55:44 GMT 2024

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

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

Back to the top