Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » TPTP 4.5.2 installation problems
TPTP 4.5.2 installation problems [message #142450] Tue, 02 June 2009 16:16 Go to next message
Franck Mising name is currently offline Franck Mising nameFriend
Messages: 92
Registered: July 2009
Location: France
Member
Hi all, I am new to TPTP and I am running into issues trying to setup TPTP
on Ganymede.
I downloaded and installed the 4.5.2 plugins (platform and testing tools)
from the 4.5.2 download page, and I successfully converted an existing
unit test into a TPTP unit test.
In the preferences window both "test connection" button/links report
success. However when I right-click my TPTP junit test and choose Run As
-> Test I get a dialog saying "preparing and deploying", then after a few
minutes an error saying "IWAT4039E The Test Execution Harness reported the
following problems: IWAT0005E The host localhost was not found."
I have included my serviceconfig.xml below, and there is no firewall in
the way.

I could not figure out how to enable debug logging for the integrated
agent. Changing INFORMATION to DEBUG in serviceconfig.xml had no effect,
does that configuration file affect the IAC or only standalone controllers?
Also, I am a bit confused by the preference pages:
- is the "Agent Controller -> Agent Controller Local Port" setting
defining the port the IAC will listen on?
- if so why is the default host in "Agent Controller -> Hosts" defined as
localhost[10002] when the default agent controller local port is 10006?
Test connection fails with 10002, I had to add a 127.0.0.1[10006] host for
the test to succeed
- What does the defined list of hosts in Agent Controller -> Hosts mean? I
assume the TPTP client is configured on the "Test" main preference page, I
entered localhost[10006] on that page and the test succeeds.

Your help would be greatly appreciated, I can't figure out how to
troubleshoot those issues...

Thanks,
Franck

------------------------------------

<?xml version="1.0" encoding="UTF-8"?>
<AgentControllerConfiguration>
<AgentControllerEnvironment configuration="default">
<Variable name="JAVA_PATH" position="replace"
value="C:\jre6\bin\java.exe"/>
<Variable name="RASERVER_HOME" position="replace"
value=" E:\ganymede\plugins\org.eclipse.tptp.platform.ac.win_ia32_4. 4.100.v200902101418\agent_controller "/>
<Variable name="TPTP_AC_HOME" position="replace"
value="%RASERVER_HOME%"/>
<Variable name="TPTP_AC_CONFIG_HOME" position="replace"
value=" E:\eclipse\.metadata\.plugins\org.eclipse.tptp.platform.iac. administrator\config "/>
<Variable name="PLUGINS_HOME" position="replace"
value="E:\ganymede\plugins"/>
<Variable name="PATH" position="prepend" value="%RASERVER_HOME%\bin"/>
<Variable name="SYS_TEMP_DIR" position="replace" value="%TEMP%"/>
<Variable name="LOCAL_AGENT_TEMP_DIR" position="replace"
value="%SYS_TEMP_DIR%"/>
<Variable name="CLASSPATH_ORG_APACHE_COMMONS_LOGGING" position="append"
value=" E:\ganymede\plugins\org.apache.commons.logging_1.0.4.v200806 05-1930.jar "/>
<Variable name="CLASSPATH_ORG_ECLIPSE_CORE_COMMANDS" position="append"
value=" E:\ganymede\plugins\org.eclipse.core.commands_3.4.0.I2008050 9-2000.jar "/>
<Variable name="CLASSPATH_ORG_ECLIPSE_CORE_RUNTIME" position="append"
value=" E:\ganymede\plugins\org.eclipse.core.runtime_3.4.0.v20080512 .jar "/>
<Variable name="CLASSPATH_ORG_ECLIPSE_EQUINOX_COMMON" position="append"
value=" E:\ganymede\plugins\org.eclipse.equinox.common_3.4.0.v200804 21-2006.jar "/>
<Variable name="CLASSPATH_ORG_ECLIPSE_OSGI" position="append"
value=" e:\ganymede\plugins\org.eclipse.osgi_3.4.3.R34x_v20081215-10 30.jar "/>
<Variable name="CLASSPATH_ORG_ECLIPSE_EMF_COMMON" position="append"
value=" E:\ganymede\plugins\org.eclipse.emf.common_2.4.0.v2009021711 15.jar "/>
<Variable name="CLASSPATH_ORG_ECLIPSE_EMF_ECORE" position="append"
value=" E:\ganymede\plugins\org.eclipse.emf.ecore_2.4.2.v20090217111 5.jar "/>
<Variable name="CLASSPATH_ORG_ECLIPSE_EMF_ECORE_XMI" position="append"
value=" E:\ganymede\plugins\org.eclipse.emf.ecore.xmi_2.4.1.v2009021 71115.jar "/>
<Variable name="CLASSPATH_ORG_ECLIPSE_JFACE" position="append"
value=" E:\ganymede\plugins\org.eclipse.jface_3.4.2.M20090107-0800.j ar "/>
<Variable name="CLASSPATH_ORG_ECLIPSE_SWT" position="append"
value=" E:\ganymede\plugins\org.eclipse.swt.win32.win32.x86_3.4.1.v3 452b.jar;E:\ganymede\plugins\org.eclipse.swt_3.4.2.v3452b.ja r "/>
<Variable name="CLASSPATH_ORG_ECLIPSE_TPTP_PLATFORM_MODELS"
position="append"
value=" E:\ganymede\plugins\org.eclipse.tptp.platform.models_4.5.2.v 200901290906\tptp-models.jar "/>
<Variable name="CLASSPATH_ORG_ECLIPSE_TPTP_PLATFORM_MODELS_HIERARCHY"
position="append"
value=" E:\ganymede\plugins\org.eclipse.tptp.platform.models.hierarc hy_4.5.1.v200902180100\tptp-models-hierarchy.jar "/>
<Variable name="CLASSPATH_ORG_JUNIT" position="append"
value=" E:\ganymede\plugins\org.junit_3.8.2.v20080602-1318\junit.jar "/>
<Variable name="CLASSPATH_COM_IBM_ICU" position="append"
value="E:\ganymede\plugins\com.ibm.icu_3.8.1.v20080530.jar"/ >
<Variable name="CLASSPATH_ORG_APACHE_JAKARTA_COMMONS_LOGGING"
position="append" value="%CLASSPATH_ORG_APACHE_COMMONS_LOGGING%"/>
<Variable name="CLASSPATH" position="append"
value=" E:\ganymede\plugins\org.eclipse.core.runtime_3.4.0.v20080512 .jar "/>
<Variable name="CLASSPATH" position="append"
value=" E:\ganymede\plugins\org.eclipse.equinox.common_3.4.0.v200804 21-2006.jar "/>
<Variable name="CLASSPATH" position="append"
value=" e:\ganymede\plugins\org.eclipse.osgi_3.4.3.R34x_v20081215-10 30.jar "/>
</AgentControllerEnvironment>
<ApplicationAliases>
<Application configuration="default" executable="java.exe"
location="%SYS_TEMP_DIR%" path="%JAVA_PATH%">
<Variable name="CLASSPATH" position="append"
value="%CLASSPATH_ORG_ECLIPSE_EQUINOX_COMMON%"/>
<Variable name="PATH" position="prepend" value="%RASERVER_HOME%\bin"/>
</Application>
</ApplicationAliases>
<Plugin path="E:\eclipse\.metadata\.plugins"/>
<Agent path="%TPTP_AC_HOME%\agents"/>
<Jvm location="C:\jre6\bin\client\jvm.dll"/>
<Logging directory="%TPTP_AC_CONFIG_HOME%" format="CBE" level="DEBUG"/>
<ProcessController>%TPTP_AC_HOME%\bin\tptpProcessController.exe </ProcessController>
<Connection name="Dev">
<TransportLayer loadlib="socketTL" type="TPTP_SOCKET">
<Configuration>
<Port>10006</Port>
<SecurityEnabled>false</SecurityEnabled>
</Configuration>
<CommandExtractor>tptpCmdExtr</CommandExtractor>
</TransportLayer>
<TransportLayer loadlib="namedPipeTL" type="TPTP_LOG">
<Configuration>
<PipeName>acmasterlog</PipeName>
</Configuration>
<CommandExtractor>tptpCmdExtr</CommandExtractor>
</TransportLayer>
<TransportLayer loadlib="namedPipeTL" type="TPTP_NAMEDPIPE">
<Configuration>
<PipeName>acmaster</PipeName>
</Configuration>
<CommandExtractor>tptpCmdExtr</CommandExtractor>
</TransportLayer>
<TransportLayer loadlib="sharedMemTL" type="TPTP_SHAREDMEM">
<Configuration>
<MemName>acbuffer</MemName>
</Configuration>
<CommandExtractor>tptpCmdExtr</CommandExtractor>
</TransportLayer>
<TransportLayer loadlib="tptpCCTL" type="TPTP_CCTL">
<Configuration>
<Port>10002</Port>
<SecuredPort>10003</SecuredPort>
<FilePort>10005</FilePort>
<IsDataMultiplexed>false</IsDataMultiplexed>
<ProcessPolling>true</ProcessPolling>
<Version>4.4.1</Version>
<SecurityEnabled>false</SecurityEnabled>
<Hosts configuration="default">
<Allow type="LOCAL"/>
</Hosts>
</Configuration>
<CommandExtractor>tptpCmdExtr</CommandExtractor>
</TransportLayer>
<TransportLayer loadlib="tptpACTL" type="TPTP_ACTL">
<Configuration/>
<CommandExtractor>tptpCmdExtr</CommandExtractor>
</TransportLayer>
</Connection>
<PeerConnectionTransport>TPTP_CCTL</PeerConnectionTransport >
</AgentControllerConfiguration>
Re: TPTP 4.5.2 installation problems [message #142472 is a reply to message #142450] Tue, 02 June 2009 18:31 Go to previous messageGo to next message
Franck Mising name is currently offline Franck Mising nameFriend
Messages: 92
Registered: July 2009
Location: France
Member
I was able to activate logging, and I still get the same error, the log is
included below.
I started the test around 18:21, and the interesting message from the
agent controller seems to be "msg="RAC message was received, so
ignore."... any hint as to what the problem might be?

Thanks!
Franck

============================================
<CommonBaseEvent creationTime="2009-06-02T18:20:03.197000Z"
globalInstanceId="A8B5A625E79F4F24BBDD4A9B7CED4E2F"
msg="createTransportListener (socket)" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\socketTL\socketListener.c,
line 915" instanceId="1000" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Socket TL" threadId="1816"
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="2009-06-02T18:20:03.197000Z"
globalInstanceId="A1DE48CD4F1943E4BB43E703E670BB5E" msg="Successfully
loaded transport layer: socketTL" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\agentController\ConnectionManager.c,
line 184" instanceId="2" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Connection Manager" threadId="1816"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="AB7BD738DA0D4C8A9B9F401BB6FE33F7" msg="Successfully
loaded command extractor: tptpCmdExtr" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\agentController\ConnectionManager.c,
line 235" instanceId="2" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Connection Manager" threadId="1816"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="A6A63AA4753246228127133BB2CFC30E"
msg="createTransportListener (named pipe)." severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\namedPipeTL\namedPipeListener.c,
line 946" instanceId="1001" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Named Pipe TL" threadId="1816"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="A4C3E18DC94943BF8A473025F807B446" msg="Successfully
loaded transport layer: namedPipeTL" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\agentController\ConnectionManager.c,
line 184" instanceId="2" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Connection Manager" threadId="1816"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="A65F2C95987D4532BED8E92B1EBD5207" msg="Successfully
loaded command extractor: tptpCmdExtr" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\agentController\ConnectionManager.c,
line 235" instanceId="2" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Connection Manager" threadId="1816"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="A978FF143B0245DEAF62D67422B797C7"
msg="createTransportListener (named pipe)." severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\namedPipeTL\namedPipeListener.c,
line 946" instanceId="1002" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Named Pipe TL" threadId="1816"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="A41F913C43D64C1FBC38E214477A1FE7" msg="Successfully
loaded transport layer: namedPipeTL" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\agentController\ConnectionManager.c,
line 184" instanceId="2" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Connection Manager" threadId="1816"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="AB1E722734D34FC08466C2DA199B0CCB" msg="Successfully
loaded command extractor: tptpCmdExtr" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\agentController\ConnectionManager.c,
line 235" instanceId="2" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Connection Manager" threadId="1816"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="AF0711F8A5BD4BBC8574AB6F6FA070CF"
msg="createTransportListener (shared memory)." severity="5"
version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\SRC\TRANSPORT\sharedMemTL\sharedMemListener.c,
line 112" instanceId="1003" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Shared Memory TL" threadId="1816"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="A27EDC60C2F14A90A98E8B4C12701D07" msg="Successfully
loaded transport layer: sharedMemTL" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\agentController\ConnectionManager.c,
line 184" instanceId="2" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Connection Manager" threadId="1816"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="A19241E94535413F9A589A03ED31BB84" msg="Successfully
loaded command extractor: tptpCmdExtr" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\agentController\ConnectionManager.c,
line 235" instanceId="2" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Connection Manager" threadId="1816"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="A972F6A8EC3F4AC5B60573538ECBA5E0" msg="Process polling
thread created, tid = 108" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\TPTPClientCompTL\ClientCTL.c,
line 1028" instanceId="1004" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Client Compatibility TL" threadId="1816"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="AFE67482778249DC80E785EAE292B935" msg="Successfully
loaded transport layer: tptpCCTL" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\agentController\ConnectionManager.c,
line 184" instanceId="2" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Connection Manager" threadId="1816"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="AA5150CBDF724F65B348CB1460404B7F" msg="Successfully
loaded command extractor: tptpCmdExtr" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\agentController\ConnectionManager.c,
line 235" instanceId="2" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Connection Manager" threadId="1816"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="AA43663B7A2A415798BB041CFEC7B101" msg="ACTL process
purge thread created, tid = 3932" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\TPTPAgentCompTL\Connect2AC.c,
line 1369" instanceId="1005" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Agent Compatibility TL" threadId="1816"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="A5A5B332986243C0A744C2BD16267CCF" msg="Successfully
loaded transport layer: tptpACTL" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\agentController\ConnectionManager.c,
line 184" instanceId="2" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Connection Manager" threadId="1816"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="A7D3886E75FD4C9E82FC302698A96269" msg="Successfully
loaded command extractor: tptpCmdExtr" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\agentController\ConnectionManager.c,
line 235" instanceId="2" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Connection Manager" threadId="1816"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="A1B64F0A86824DF5B68DE26AF9FD962B" msg="Ready to start
servers" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\agentController\AgentController.c,
line 213" instanceId="0" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Core" threadId="1816"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="A380F2443BBC4E73A6A768FA942A56A7"
msg="startTransportListener (socket)" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\socketTL\socketListener.c,
line 995" instanceId="1000" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Socket TL" threadId="1816"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="A6F6CC0E24EB4C318A85CAE27752ABF8" msg="Named pipe server
is running and listening at &quot;\\.\pipe\IBMAC\acmasterlog&quot; pipe."
severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\namedPipeTL\namedPipeListener.c,
line 920" instanceId="1001" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Named Pipe TL" threadId="516"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="A5A72E4FE4AA47E6808E261424FD1DE0" msg="Ready to accept
next named pipe request." severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\namedPipeTL\namedPipeListener.c,
line 1105" instanceId="1001" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Named Pipe TL" threadId="516"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="AC64DB6D735841B3B9D6B68EFE827959" msg="Named pipe server
is running and listening at &quot;\\.\pipe\IBMAC\acmaster&quot; pipe."
severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\namedPipeTL\namedPipeListener.c,
line 920" instanceId="1002" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Named Pipe TL" threadId="3008"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="A919F9332E4F407F989E3F44A781B6B1" msg="Ready to accept
next named pipe request." severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\namedPipeTL\namedPipeListener.c,
line 1105" instanceId="1002" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Named Pipe TL" threadId="3008"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="AAC9EE34C4EA428D853D1AC428CE12B5" msg="ConnectionManger
- successfully added connectionID 100 for transportID 1004" severity="5"
version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\agentController\ConnectionManager.c,
line 328" instanceId="2" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Connection Manager" threadId="1816"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="A974AA15CC454A6A8C9DA169FBF9FD77" msg="Shared memory
server is running and listening at &quot;acbuffer&quot; name."
severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\SRC\TRANSPORT\sharedMemTL\sharedMemListener.c,
line 326" instanceId="1003" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Shared Memory TL" threadId="496"
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="2009-06-02T18:20:03.213000Z"
globalInstanceId="AFB8F0CF0B6F42D18C8D0C9EE905A04C" msg="Client
compatibility transport layer received a command that that is recognized
(but unsupported). (iid: org.eclipse.tptp.eventProvider cmd:
listenerAccepted)" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\TPTPClientCompTL\Connect2AC.c,
line 2280" instanceId="1004" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Client Compatibility TL" threadId="1816"
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="2009-06-02T18:20:03.228000Z"
globalInstanceId="A38C0DFBD26B4478AB123D7A3F8EEE6D" msg="Native file
server started listening on port 10005" severity="10" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\TPTPClientCompTL\ClientCTL.c,
line 586" instanceId="1004" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Client Compatibility TL" threadId="1816"
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="2009-06-02T18:20:03.228000Z"
globalInstanceId="A71CCF91A3654E2B8A53858E49B63336" msg="Socket server is
running at port number of 10006." severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\socketTL\socketListener.c,
line 827" instanceId="1000" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Socket TL" threadId="1884"
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="2009-06-02T18:20:03.228000Z"
globalInstanceId="A819D0D062D944CB89B87B66EC82CCA2" msg="Ready to accept
next named pipe request." severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\TPTPAgentCompTL\ACTLServer.c,
line 449" instanceId="1005" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Agent Compatibility TL" threadId="980"
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="2009-06-02T18:20:03.228000Z"
globalInstanceId="A52830B84CA64EF5881713AC00ED4044" msg="Starting Process
Controller:E:\ganymede\plugins\org.eclipse.tptp.platform.ac. win_ia32_4.4.100.v200902101418\agent_controller\bin\tptpProc essController.exe "
severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\agentController\AgentManager.c,
line 3095" instanceId="1" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Agent Manager" threadId="1816"
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="2009-06-02T18:20:03.228000Z"
globalInstanceId="A26D3FB3CBA44403936BBFAF227DBE9E" msg="SUCCESSFULLY
started Process Controller (pid=1240)" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\agentController\AgentManager.c,
line 3120" instanceId="1" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Agent Manager" threadId="1816"
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="2009-06-02T18:20:03.228000Z"
globalInstanceId="AD3C18C96E1047C2B4182426DAC2AE99" msg="Everything is
running" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\agentController\AgentController.c,
line 227" instanceId="0" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Core" threadId="1816"
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="2009-06-02T18:20:03.275000Z"
globalInstanceId="AE558652294B445D8F78054DB7A92621" msg="Received(49
bytes)." severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\namedPipeTL\namedPipeListener.c,
line 854" instanceId="1002" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Named Pipe TL" threadId="3008"
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="2009-06-02T18:20:03.275000Z"
globalInstanceId="A86A3546F642473FA19463E6B9ECE9D3" msg="Validated message
of 49 bytes" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\namedPipeTL\namedPipeListener.c,
line 770" instanceId="1002" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Named Pipe TL" threadId="3008"
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="2009-06-02T18:20:03.275000Z"
globalInstanceId="AC866C08507C4692A9780D362EA340D1" msg="ConnectionManger
- successfully added connectionID 101 for transportID 1002" severity="5"
version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\agentController\ConnectionManager.c,
line 328" instanceId="2" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Connection Manager" threadId="3008"
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="2009-06-02T18:20:03.275000Z"
globalInstanceId="A0DE14FE181A419A90E4E801BB1533AE" msg="NamedPipe
getInitRequestDataBlock: returning Connection ID: 101." severity="5"
version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\namedPipeTL\namedPipeListener.c,
line 163" instanceId="1002" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Named Pipe TL" threadId="3008"
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="2009-06-02T18:20:03.275000Z"
globalInstanceId="AF8838E97F7E48B4BFED136E3033A355" msg="UUID:
e7a1a976-c6ea-4a66-abcc-074d3df9137c." severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\namedPipeTL\namedPipeListener.c,
line 441" instanceId="1002" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Named Pipe TL" threadId="3008"
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="2009-06-02T18:20:03.275000Z"
globalInstanceId="A2BCCFDBE0A7433C91E3C7314AA0457D" msg="NamedPipe: Sent
16 bytes on connection ID 101" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\namedPipeTL\namedPipeListener.c,
line 222" instanceId="1002" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Named Pipe TL" threadId="3008"
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="2009-06-02T18:20:03.275000Z"
globalInstanceId="AD6CF23B769C40E0A846B6D661B2C2EF" msg="Ready to accept
next named pipe request." severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\namedPipeTL\namedPipeListener.c,
line 1105" instanceId="1002" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Named Pipe TL" threadId="3008"
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="2009-06-02T18:20:03.275000Z"
globalInstanceId="A61906C72A644720AA29A6C92B5E841F" msg="Received(935
bytes)." severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\namedPipeTL\namedPipeListener.c,
line 854" instanceId="1001" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Named Pipe TL" threadId="516"
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="2009-06-02T18:20:03.275000Z"
globalInstanceId="A5333189D3BF4FC1B526B69D60AEE2BB" msg="Validated message
of 935 bytes" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\namedPipeTL\namedPipeListener.c,
line 770" instanceId="1001" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Named Pipe TL" threadId="516"
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="2009-06-02T18:20:03.275000Z"
globalInstanceId="ABD56D1BFD1C4838A3F64BC3E1D30C3E" msg="Agent's
(ProcessController) connection id is - 101" severity="5" version="1.0.1">
<sourceComponentId component="ProcessController"
componentIdType="TPTPComponent" componentType="Eclipse_TPTP"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\agents\agentBase\BaseAgentImpl.cpp,
line 1002" instanceId="101" location="D5502H3J" locationType="IPV4"
processId="1240" subComponent="ProcessController" threadId="2108"/>
<situation categoryName="ReportSituation">
<situationType reasoningScope="INTERNAL" reportCategory="LOG"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2009-06-02T18:20:03.275000Z"
globalInstanceId="A1E2DA39C5894F50922B5A11D943FE72" msg="Ready to accept
next named pipe request." severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\namedPipeTL\namedPipeListener.c,
line 1105" instanceId="1001" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Named Pipe TL" threadId="516"
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="2009-06-02T18:20:03.275000Z"
globalInstanceId="A5536EB1235943F5B7E7581A67EC13EA" msg="Received(934
bytes)." severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\namedPipeTL\namedPipeListener.c,
line 854" instanceId="1001" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Named Pipe TL" threadId="516"
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="2009-06-02T18:20:03.275000Z"
globalInstanceId="AB22C7A0E3FF461E81EBA217E06C4517" msg="Validated message
of 934 bytes" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\namedPipeTL\namedPipeListener.c,
line 770" instanceId="1001" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Named Pipe TL" threadId="516"
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="2009-06-02T18:20:03.275000Z"
globalInstanceId="A9769A4D7CB34BD1935B025FB2ADD2C6" msg="Agent(101): Bytes
in msg left to be processed: 0 bytes." severity="5" version="1.0.1">
<sourceComponentId component="ProcessController"
componentIdType="TPTPComponent" componentType="Eclipse_TPTP"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\agents\agentBase\BaseAgentImpl.cpp,
line 887" instanceId="101" location="D5502H3J" locationType="IPV4"
processId="1240" subComponent="ProcessController" threadId="2108"/>
<situation categoryName="ReportSituation">
<situationType reasoningScope="INTERNAL" reportCategory="LOG"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2009-06-02T18:20:03.275000Z"
globalInstanceId="A1F3BD4F804B46309B9A7F4BD13B16D7" msg="Ready to accept
next named pipe request." severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\namedPipeTL\namedPipeListener.c,
line 1105" instanceId="1001" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Named Pipe TL" threadId="516"
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="2009-06-02T18:20:03.275000Z"
globalInstanceId="A2C523E3C546448580E8398E7CDAC33C" msg="Received(945
bytes)." severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\namedPipeTL\namedPipeListener.c,
line 854" instanceId="1001" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Named Pipe TL" threadId="516"
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="2009-06-02T18:20:03.275000Z"
globalInstanceId="A349D887092445F18163F95C9C65764A" msg="Validated message
of 945 bytes" severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\namedPipeTL\namedPipeListener.c,
line 770" instanceId="1001" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Named Pipe TL" threadId="516"
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="2009-06-02T18:20:03.275000Z"
globalInstanceId="A65DB44401D6469A8E5A65CEFC9F387C" msg="BaseAgent
registerFunc: Agent (ProcessController) connected to AC " severity="5"
version="1.0.1">
<sourceComponentId component="ProcessController"
componentIdType="TPTPComponent" componentType="Eclipse_TPTP"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\agents\agentBase\BaseAgentImpl.cpp,
line 428" instanceId="101" location="D5502H3J" locationType="IPV4"
processId="1240" subComponent="ProcessController" threadId="3092"/>
<situation categoryName="ReportSituation">
<situationType reasoningScope="INTERNAL" reportCategory="LOG"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="ReportSituation"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2009-06-02T18:20:03.275000Z"
globalInstanceId="AB2E9D62E7B04046BAAB15D5E4A2BE11" msg="Ready to accept
next named pipe request." severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\namedPipeTL\namedPipeListener.c,
line 1105" instanceId="1001" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Named Pipe TL" threadId="516"
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="2009-06-02T18:20:03.275000Z"
globalInstanceId="ABF0FCC6175A4F13941CE1B6A6DED63B" msg="Received(916
bytes)." severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\namedPipeTL\namedPipeListener.c,
line 854" instanceId="1001" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Named Pipe TL" threadId="516"
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="2009-06-02T18:20:03.275000Z"
globalInstanceId="A0EE52113AED48E6A9A9CBA46B7AB1FF" msg="Received(137
bytes)." severity="5" version="1.0.1">
<sourceComponentId component="AgentController"
componentIdType="TPTPComponent"
executionEnvironment=" C:\cygwin\home\build\TPTP\4.5.2\TPTP-4.5.2-200902180100\agnt ctrl\src\transport\namedPipeTL\namedPipeListener.c,
line 854" instanceId="1002" location="D5502H3J" locationType="IPV4"
processId="1584" subComponent="Named Pipe TL" threadId="3008"
componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
&l
Re: TPTP 4.5.2 installation problems [message #142482 is a reply to message #142472] Tue, 02 June 2009 19:26 Go to previous messageGo to next message
Franck Mising name is currently offline Franck Mising nameFriend
Messages: 92
Registered: July 2009
Location: France
Member
One last think, I am beginning to suspect that this is a name lookup
problem. Hopefully the client is not doing an explicit DNS lookup for
localhost, but is using the system calls that will go through the local
hosts file?
Also, I tried to replace localhost with 127.0.0.1 in all the preference
pages and I still get the localhost not found error.

Any help appreciated, I will have to give on TPTP if I can't solve this :(

Franck

E:\>nslookup localhost
*** xxx can't find localhost: Server failed

E:\>ping localhost
Pinging yyy [127.0.0.1] with 32 bytes of data:
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Re: TPTP 4.5.2 installation problems [message #142492 is a reply to message #142482] Tue, 02 June 2009 20:34 Go to previous messageGo to next message
Franck Mising name is currently offline Franck Mising nameFriend
Messages: 92
Registered: July 2009
Location: France
Member
I gave it a last shot, and created a custom deployment with a location
that has 127.0.0.1 as the host; I get the same behavior when using Run as
on my TPTP JUnit test with this message:

IWAT0005E The host 127.0.0.1 was not found

Both the "test connection" link in the location editor and the
SampleClient work fine...

Franck
Re: TPTP 4.5.2 installation problems [message #142500 is a reply to message #142492] Wed, 03 June 2009 10:25 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Franck,
What JVM vendor/version are you using for the workbench and Agent
Controller? I believe you are running into
https://bugs.eclipse.org/bugs/show_bug.cgi?id=278655 or something similar.
Can you confirm if there are any stray java.exe processes running. If so,
kill them, restart TPTP/Agent Controller, and run your test again. There is
no need to create a custom deployment/artifact/location (<right-click your
test> >> Run As >> Test).

Paul
"Franck " <franck102@yahoo.com> wrote in message
news:9249e1f6cab34d56e23d4da91bb3b505$1@www.eclipse.org...
>I gave it a last shot, and created a custom deployment with a location that
>has 127.0.0.1 as the host; I get the same behavior when using Run as on my
>TPTP JUnit test with this message:
> IWAT0005E The host 127.0.0.1 was not found
>
> Both the "test connection" link in the location editor and the
> SampleClient work fine...
>
> Franck
>
>
Re: TPTP 4.5.2 installation problems [message #142511 is a reply to message #142500] Fri, 05 June 2009 13:53 Go to previous messageGo to next message
Franck Mising name is currently offline Franck Mising nameFriend
Messages: 92
Registered: July 2009
Location: France
Member
Paul Slauenwhite wrote:

> Hi Franck,
> What JVM vendor/version are you using for the workbench and Agent
> Controller? I believe you are running into
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=278655 or something similar.
> Can you confirm if there are any stray java.exe processes running. If so,
> kill them, restart TPTP/Agent Controller, and run your test again.

Hi Paul,

Thanks for the help, there was indeed a stray java process left behind,
and even a stray eclipse process as well. Once I kill them the connection
happens and the test completes.
The only remaining issue is that the test takes 5mn to complete when the
method itself should take a few seconds to run, but that is secondary.

Franck
Re: TPTP 4.5.2 installation problems [message #142521 is a reply to message #142511] Fri, 05 June 2009 16:56 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Franck,
Great news. Please add your Bugzilla ID to the CC list for
https://bugs.eclipse.org/bugs/show_bug.cgi?id=278655 if you are interested
in tracking the fix.

As for the slow test execution, what percentage of the test execution
(see the Progress view) takes the longest time? Is security enabled on the
Agent Controller? What JVM vendor/version are you using for the workbench
and Agent Controller?

Paul
"Franck " <franck102@yahoo.com> wrote in message
news:2cf8cf2e04c6f61ef6f2de46da908d46$1@www.eclipse.org...
> Paul Slauenwhite wrote:
>
>> Hi Franck,
>> What JVM vendor/version are you using for the workbench and Agent
>> Controller? I believe you are running into
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=278655 or something
>> similar. Can you confirm if there are any stray java.exe processes
>> running. If so, kill them, restart TPTP/Agent Controller, and run your
>> test again.
>
> Hi Paul,
>
> Thanks for the help, there was indeed a stray java process left behind,
> and even a stray eclipse process as well. Once I kill them the connection
> happens and the test completes.
> The only remaining issue is that the test takes 5mn to complete when the
> method itself should take a few seconds to run, but that is secondary.
>
> Franck
>
Re: TPTP 4.5.2 installation problems [message #142539 is a reply to message #142521] Sat, 06 June 2009 05:46 Go to previous messageGo to next message
Franck Mising name is currently offline Franck Mising nameFriend
Messages: 92
Registered: July 2009
Location: France
Member
Paul Slauenwhite wrote:

> As for the slow test execution, what percentage of the test execution
> (see the Progress view) takes the longest time? Is security enabled on the
> Agent Controller? What JVM vendor/version are you using for the workbench
> and Agent Controller?

The execution remains stuck at 33% most of the time, with little CPU usage
but a very high disk activity. I checked the temporary directories
(LOCAL_AGENT_TEMP_DIR) and I see that TPTP is creating copies of many
plugin libraries and even jre libs - that is over 500M of data and over
30,000 files in my case, so that probably explains the performance.
Not sure if there is any way to avoid that step? I am using Sun's Java SE
(build 1.6.0_12-b04) and security is disabled.

Franck
Re: TPTP 4.5.2 installation problems [message #142567 is a reply to message #142539] Mon, 08 June 2009 10:33 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Franck,
At the this (33%) stage of the test execution, the project/plug-in
dependencies are gathered and deployed to the target host (<temp
directory>/<account user name>/). Unfortunately, there is no optimization
for a local deployment. Your deployment may be taking longer due the number
of dependencies on your project/plug-in's classapth or you may be seeing an
exaggerated case of https://bugs.eclipse.org/bugs/show_bug.cgi?id=253288.

Paul
"Franck " <franck102@yahoo.com> wrote in message
news:186971833477291386bbf8c7e81978a5$1@www.eclipse.org...
> Paul Slauenwhite wrote:
>
>> As for the slow test execution, what percentage of the test execution
>> (see the Progress view) takes the longest time? Is security enabled on
>> the Agent Controller? What JVM vendor/version are you using for the
>> workbench and Agent Controller?
>
> The execution remains stuck at 33% most of the time, with little CPU usage
> but a very high disk activity. I checked the temporary directories
> (LOCAL_AGENT_TEMP_DIR) and I see that TPTP is creating copies of many
> plugin libraries and even jre libs - that is over 500M of data and over
> 30,000 files in my case, so that probably explains the performance.
> Not sure if there is any way to avoid that step? I am using Sun's Java SE
> (build 1.6.0_12-b04) and security is disabled.
>
> Franck
>
Re: TPTP 4.5.2 installation problems [message #142597 is a reply to message #142567] Mon, 08 June 2009 17:35 Go to previous messageGo to next message
Franck Mising name is currently offline Franck Mising nameFriend
Messages: 92
Registered: July 2009
Location: France
Member
Thanks Paul,

That is what I feared, we have fairly large plug-in dependencies because
we are integrating a legacy product into Eclipse, I guess we'll have to
live with the [erformance for now.

I ran into an unrelated issue today while trying to execute a unit test
from a shell script as described in the documentation. Using this command
line:

java -Xms40m -Xmx512m -cp
E:/ganymede/plugins/org.eclipse.hyades.execution_4.4.202.v20 0901200947/tptp-automation-client.jar
org.eclipse.hyades.automation.client.adapters.shell.Automati onClientAdapter
-eclipse "E:/ganymede" -workspace e:/workspace -project project1 -suite
project1/qa/src/test1.testsuite

I get the OutOfMemoryError exception with the stack trace included below
(the NoClassDefFound exceptions I think are all due to the
OutOfMemoryException at the bottom of the stack trace).

The interesting thing is that if I then try to open the workspace using
the ganymede IDE, I get the same exception in the error log. The exception
goes away if I shutdown the IDE and restart it, but any attempt to run a
test from the command line makes it reappear.

Short of putting the client under debugger I have no idea where to start
looking, has anyone seen this before? This is with TPTP 4.5.2 from the
Ganymede update site and Sun's JVM 6 on Windows, and that particular unit
test runs fine using Run As in the IDE.

Franck

---------------------------------------------------

org.eclipse.core.runtime.CoreException: Plug-in
org.eclipse.hyades.test.tools.core was unable to load class org.eclipse.
hyades.test.tools.core.services.TestExecutionService.
at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI .throwException(RegistryStrategyOSGI.java:180)
at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI .createExecutableExtension(RegistryStrategyOSGI.j
ava:162)
at
org.eclipse.core.internal.registry.ExtensionRegistry.createE xecutableExtension(ExtensionRegistry.java:867)
at
org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:2
43)
at
org.eclipse.core.internal.registry.ConfigurationElementHandl e.createExecutableExtension(ConfigurationElementH
andle.java:51)
at
org.eclipse.hyades.automation.server.ServiceProxy.<init>(ServiceProxy.java:87)
at
org.eclipse.hyades.automation.server.AutomationServer.run(Au tomationServer.java:254)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.eclipse.equinox.internal.app.EclipseAppContainer.callMet hodWithException(EclipseAppContainer.java:574)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:195)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Caused by:
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter $TerminatingClassNotFoundException:
An error occu
rred while automatically activating bundle org.eclipse.hyades.test.core
(136).
at
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .postFindLocalClass(EclipseLazyStarter.java:125)
at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClass(ClasspathManager.java:427)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.fin dLocalClass(DefaultClassLoader.java:193)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findLo calClass(BundleLoader.java:370)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl assInternal(BundleLoader.java:446)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:399)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:387)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:87)
at java.lang.ClassLoader.loadClass(Unknown Source)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.loadCl ass(BundleLoader.java:315)
at
org.eclipse.osgi.framework.internal.core.BundleHost.loadClas s(BundleHost.java:227)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.load Class(AbstractBundle.java:1274)
at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI .createExecutableExtension(RegistryStrategyOSGI.j
ava:160)
... 22 more
Caused by: org.osgi.framework.BundleException: Exception in
org.eclipse.hyades.test.core.TestCorePlugin.start() of bundl
e org.eclipse.hyades.test.core.
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:1028)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleContextImpl.java:984)
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:346)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.star t(AbstractBundle.java:265)
at
org.eclipse.osgi.framework.util.SecureAction.start(SecureAct ion.java:400)
at
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .postFindLocalClass(EclipseLazyStarter.java:111)
... 34 more
Caused by: java.lang.NoClassDefFoundError:
org/eclipse/emf/ecore/resource/Resource$Factory$Registry
at
org.eclipse.hyades.test.core.TestCorePlugin.start(TestCorePl ugin.java:247)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:1009)
at java.security.AccessController.doPrivileged(Native Method)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:1003)
... 39 more
Caused by:
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter $TerminatingClassNotFoundException:
An error occu
rred while automatically activating bundle org.eclipse.emf.ecore (71).
at
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .postFindLocalClass(EclipseLazyStarter.java:125)
at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClass(ClasspathManager.java:427)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.fin dLocalClass(DefaultClassLoader.java:193)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findLo calClass(BundleLoader.java:370)
at
org.eclipse.osgi.framework.internal.core.SingleSourcePackage .loadClass(SingleSourcePackage.java:33)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl assInternal(BundleLoader.java:443)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:399)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:387)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:87)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
... 43 more
Caused by: org.osgi.framework.BundleException: Exception in
org.eclipse.emf.ecore.plugin.EcorePlugin$Implementation.star
t() of bundle org.eclipse.emf.ecore.
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:1028)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleContextImpl.java:984)
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:346)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.star t(AbstractBundle.java:265)
at
org.eclipse.osgi.framework.util.SecureAction.start(SecureAct ion.java:400)
at
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .postFindLocalClass(EclipseLazyStarter.java:111)
... 53 more
Caused by: java.lang.NoClassDefFoundError:
org/eclipse/core/resources/ResourcesPlugin
at
org.eclipse.emf.ecore.plugin.EcorePlugin$Implementation.star t(EcorePlugin.java:520)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:1009)
at java.security.AccessController.doPrivileged(Native Method)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:1003)
... 58 more
Caused by:
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter $TerminatingClassNotFoundException:
An error occu
rred while automatically activating bundle org.eclipse.core.resources (51).
at
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .postFindLocalClass(EclipseLazyStarter.java:125)
at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClass(ClasspathManager.java:427)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.fin dLocalClass(DefaultClassLoader.java:193)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findLo calClass(BundleLoader.java:370)
at
org.eclipse.osgi.framework.internal.core.SingleSourcePackage .loadClass(SingleSourcePackage.java:33)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl assInternal(BundleLoader.java:443)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:399)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:387)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:87)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
... 62 more
Caused by: org.osgi.framework.BundleException: Exception in
org.eclipse.core.resources.ResourcesPlugin.start() of bundle
org.eclipse.core.resources.
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:1028)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleContextImpl.java:984)
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:346)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.star t(AbstractBundle.java:265)
at
org.eclipse.osgi.framework.util.SecureAction.start(SecureAct ion.java:400)
at
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .postFindLocalClass(EclipseLazyStarter.java:111)
... 72 more
Caused by: java.lang.OutOfMemoryError: Java heap space
at
org.eclipse.core.internal.resources.Workspace.newElement(Wor kspace.java:1598)
at
org.eclipse.core.internal.resources.SaveManager.readElement( SaveManager.java:493)
at
org.eclipse.core.internal.watson.ElementTreeReader$1.readDat a(ElementTreeReader.java:62)
at
org.eclipse.core.internal.dtree.DataTreeReader.readNode(Data TreeReader.java:80)
at
org.eclipse.core.internal.dtree.DataTreeReader.readNode(Data TreeReader.java:94)
at
org.eclipse.core.internal.dtree.DataTreeReader.readNode(Data TreeReader.java:94)
at
org.eclipse.core.internal.dtree.DataTreeReader.readNode(Data TreeReader.java:94)
at
org.eclipse.core.internal.dtree.DataTreeReader.readNode(Data TreeReader.java:94)
at
org.eclipse.core.internal.dtree.DataTreeReader.readNode(Data TreeReader.java:94)
at
org.eclipse.core.internal.dtree.DataTreeReader.readNode(Data TreeReader.java:94)
at
org.eclipse.core.internal.dtree.DataTreeReader.readNode(Data TreeReader.java:94)
at
org.eclipse.core.internal.dtree.DataTreeReader.readNode(Data TreeReader.java:94)
at
org.eclipse.core.internal.dtree.DataTreeReader.readNode(Data TreeReader.java:94)
at
org.eclipse.core.internal.dtree.DataTreeReader.readNode(Data TreeReader.java:94)
at
org.eclipse.core.internal.dtree.DataTreeReader.readTree(Data TreeReader.java:135)
at
org.eclipse.core.internal.watson.ElementTreeReaderImpl_1.rea dTree(ElementTreeReaderImpl_1.java:102)
at
org.eclipse.core.internal.watson.ElementTreeReader.readTree( ElementTreeReader.java:123)
at
org.eclipse.core.internal.watson.ElementTreeReaderImpl_1.rea dDeltaChain(ElementTreeReaderImpl_1.java:84)
at
org.eclipse.core.internal.watson.ElementTreeReader.readDelta Chain(ElementTreeReader.java:96)
at
org.eclipse.core.internal.resources.WorkspaceTreeReader_1.re adTrees(WorkspaceTreeReader_1.java:226)
at
org.eclipse.core.internal.resources.WorkspaceTreeReader_1.re adTree(WorkspaceTreeReader_1.java:165)
at
org.eclipse.core.internal.resources.SaveManager.restoreTree( SaveManager.java:921)
at
org.eclipse.core.internal.resources.SaveManager.restore(Save Manager.java:647)
at
org.eclipse.core.internal.resources.SaveManager.startup(Save Manager.java:1326)
at
org.eclipse.core.internal.resources.Workspace.startup(Worksp ace.java:1953)
at
org.eclipse.core.internal.resources.Workspace.open(Workspace .java:1716)
at
org.eclipse.core.resources.ResourcesPlugin.start(ResourcesPl ugin.java:376)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:1009)
at java.security.AccessController.doPrivileged(Native Method)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:1003)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleContextImpl.java:984)
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:346)
Re: TPTP 4.5.2 installation problems [message #142632 is a reply to message #142597] Wed, 10 June 2009 10:55 Go to previous message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Franck,
No, we have not seen this behavior. What vendor/version of JVM? We
test the script adapter every iteration using the following test (calls the
same class as automation-client-adapter.bat/cmd/sh):

http://dev.eclipse.org/viewcvs/index.cgi/test-results/test/o rg.eclipse.hyades.test.core.services.tests/src/org/eclipse/h yades/test/core/services/tests/shell/?root=TPTP_Project

I noticed that you are not passing in the service (see
org.eclipse.hyades.test.core.services.tests.shell.ShellAutom ationClientAdapterTest.testExecuteSampleJUnitTestOutOfProces s()):
org.eclipse.hyades.test.tools.core.execute

If the problem persists, please open a defect.

Paul
"Franck " <franck102@yahoo.com> wrote in message
news:88dde31c28841df7f86d89304ebe5492$1@www.eclipse.org...
> Thanks Paul,
>
> That is what I feared, we have fairly large plug-in dependencies because
> we are integrating a legacy product into Eclipse, I guess we'll have to
> live with the [erformance for now.
>
> I ran into an unrelated issue today while trying to execute a unit test
> from a shell script as described in the documentation. Using this command
> line:
>
> java -Xms40m -Xmx512m -cp
> E:/ganymede/plugins/org.eclipse.hyades.execution_4.4.202.v20 0901200947/tptp-automation-client.jar
> org.eclipse.hyades.automation.client.adapters.shell.Automati onClientAdapter
> -eclipse "E:/ganymede" -workspace e:/workspace -project project1 -suite
> project1/qa/src/test1.testsuite
>
> I get the OutOfMemoryError exception with the stack trace included below
> (the NoClassDefFound exceptions I think are all due to the
> OutOfMemoryException at the bottom of the stack trace).
> The interesting thing is that if I then try to open the workspace using
> the ganymede IDE, I get the same exception in the error log. The exception
> goes away if I shutdown the IDE and restart it, but any attempt to run a
> test from the command line makes it reappear.
>
> Short of putting the client under debugger I have no idea where to start
> looking, has anyone seen this before? This is with TPTP 4.5.2 from the
> Ganymede update site and Sun's JVM 6 on Windows, and that particular unit
> test runs fine using Run As in the IDE.
>
> Franck
>
> ---------------------------------------------------
>
> org.eclipse.core.runtime.CoreException: Plug-in
> org.eclipse.hyades.test.tools.core was unable to load class org.eclipse.
> hyades.test.tools.core.services.TestExecutionService.
> at
> org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI .throwException(RegistryStrategyOSGI.java:180)
> at
> org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI .createExecutableExtension(RegistryStrategyOSGI.j
> ava:162)
> at
> org.eclipse.core.internal.registry.ExtensionRegistry.createE xecutableExtension(ExtensionRegistry.java:867)
> at
> org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:2
> 43)
> at
> org.eclipse.core.internal.registry.ConfigurationElementHandl e.createExecutableExtension(ConfigurationElementH
> andle.java:51)
> at
> org.eclipse.hyades.automation.server.ServiceProxy.<init>(ServiceProxy.java:87)
> at
> org.eclipse.hyades.automation.server.AutomationServer.run(Au tomationServer.java:254)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at
> org.eclipse.equinox.internal.app.EclipseAppContainer.callMet hodWithException(EclipseAppContainer.java:574)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:195)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> Caused by:
> org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter $TerminatingClassNotFoundException:
> An error occu
> rred while automatically activating bundle org.eclipse.hyades.test.core
> (136).
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .postFindLocalClass(EclipseLazyStarter.java:125)
> at
> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClass(ClasspathManager.java:427)
> at
> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.fin dLocalClass(DefaultClassLoader.java:193)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findLo calClass(BundleLoader.java:370)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl assInternal(BundleLoader.java:446)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:399)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:387)
> at
> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:87)
> at java.lang.ClassLoader.loadClass(Unknown Source)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.loadCl ass(BundleLoader.java:315)
> at
> org.eclipse.osgi.framework.internal.core.BundleHost.loadClas s(BundleHost.java:227)
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.load Class(AbstractBundle.java:1274)
> at
> org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI .createExecutableExtension(RegistryStrategyOSGI.j
> ava:160)
> ... 22 more
> Caused by: org.osgi.framework.BundleException: Exception in
> org.eclipse.hyades.test.core.TestCorePlugin.start() of bundl
> e org.eclipse.hyades.test.core.
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:1028)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleContextImpl.java:984)
> at
> org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:346)
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.star t(AbstractBundle.java:265)
> at
> org.eclipse.osgi.framework.util.SecureAction.start(SecureAct ion.java:400)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .postFindLocalClass(EclipseLazyStarter.java:111)
> ... 34 more
> Caused by: java.lang.NoClassDefFoundError:
> org/eclipse/emf/ecore/resource/Resource$Factory$Registry
> at
> org.eclipse.hyades.test.core.TestCorePlugin.start(TestCorePl ugin.java:247)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:1009)
> at java.security.AccessController.doPrivileged(Native Method)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:1003)
> ... 39 more
> Caused by:
> org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter $TerminatingClassNotFoundException:
> An error occu
> rred while automatically activating bundle org.eclipse.emf.ecore (71).
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .postFindLocalClass(EclipseLazyStarter.java:125)
> at
> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClass(ClasspathManager.java:427)
> at
> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.fin dLocalClass(DefaultClassLoader.java:193)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findLo calClass(BundleLoader.java:370)
> at
> org.eclipse.osgi.framework.internal.core.SingleSourcePackage .loadClass(SingleSourcePackage.java:33)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl assInternal(BundleLoader.java:443)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:399)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:387)
> at
> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:87)
> at java.lang.ClassLoader.loadClass(Unknown Source)
> at java.lang.ClassLoader.loadClassInternal(Unknown Source)
> ... 43 more
> Caused by: org.osgi.framework.BundleException: Exception in
> org.eclipse.emf.ecore.plugin.EcorePlugin$Implementation.star
> t() of bundle org.eclipse.emf.ecore.
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:1028)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleContextImpl.java:984)
> at
> org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:346)
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.star t(AbstractBundle.java:265)
> at
> org.eclipse.osgi.framework.util.SecureAction.start(SecureAct ion.java:400)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .postFindLocalClass(EclipseLazyStarter.java:111)
> ... 53 more
> Caused by: java.lang.NoClassDefFoundError:
> org/eclipse/core/resources/ResourcesPlugin
> at
> org.eclipse.emf.ecore.plugin.EcorePlugin$Implementation.star t(EcorePlugin.java:520)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:1009)
> at java.security.AccessController.doPrivileged(Native Method)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:1003)
> ... 58 more
> Caused by:
> org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter $TerminatingClassNotFoundException:
> An error occu
> rred while automatically activating bundle org.eclipse.core.resources
> (51).
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .postFindLocalClass(EclipseLazyStarter.java:125)
> at
> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClass(ClasspathManager.java:427)
> at
> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.fin dLocalClass(DefaultClassLoader.java:193)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findLo calClass(BundleLoader.java:370)
> at
> org.eclipse.osgi.framework.internal.core.SingleSourcePackage .loadClass(SingleSourcePackage.java:33)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl assInternal(BundleLoader.java:443)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:399)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:387)
> at
> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:87)
> at java.lang.ClassLoader.loadClass(Unknown Source)
> at java.lang.ClassLoader.loadClassInternal(Unknown Source)
> ... 62 more
> Caused by: org.osgi.framework.BundleException: Exception in
> org.eclipse.core.resources.ResourcesPlugin.start() of bundle
> org.eclipse.core.resources.
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:1028)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleContextImpl.java:984)
> at
> org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:346)
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.star t(AbstractBundle.java:265)
> at
> org.eclipse.osgi.framework.util.SecureAction.start(SecureAct ion.java:400)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .postFindLocalClass(EclipseLazyStarter.java:111)
> ... 72 more
> Caused by: java.lang.OutOfMemoryError: Java heap space
> at
> org.eclipse.core.internal.resources.Workspace.newElement(Wor kspace.java:1598)
> at
> org.eclipse.core.internal.resources.SaveManager.readElement( SaveManager.java:493)
> at
> org.eclipse.core.internal.watson.ElementTreeReader$1.readDat a(ElementTreeReader.java:62)
> at
> org.eclipse.core.internal.dtree.DataTreeReader.readNode(Data TreeReader.java:80)
> at
> org.eclipse.core.internal.dtree.DataTreeReader.readNode(Data TreeReader.java:94)
> at
> org.eclipse.core.internal.dtree.DataTreeReader.readNode(Data TreeReader.java:94)
> at
> org.eclipse.core.internal.dtree.DataTreeReader.readNode(Data TreeReader.java:94)
> at
> org.eclipse.core.internal.dtree.DataTreeReader.readNode(Data TreeReader.java:94)
> at
> org.eclipse.core.internal.dtree.DataTreeReader.readNode(Data TreeReader.java:94)
> at
> org.eclipse.core.internal.dtree.DataTreeReader.readNode(Data TreeReader.java:94)
> at
> org.eclipse.core.internal.dtree.DataTreeReader.readNode(Data TreeReader.java:94)
> at
> org.eclipse.core.internal.dtree.DataTreeReader.readNode(Data TreeReader.java:94)
> at
> org.eclipse.core.internal.dtree.DataTreeReader.readNode(Data TreeReader.java:94)
> at
> org.eclipse.core.internal.dtree.DataTreeReader.readNode(Data TreeReader.java:94)
> at
> org.eclipse.core.internal.dtree.DataTreeReader.readTree(Data TreeReader.java:135)
> at
> org.eclipse.core.internal.watson.ElementTreeReaderImpl_1.rea dTree(ElementTreeReaderImpl_1.java:102)
> at
> org.eclipse.core.internal.watson.ElementTreeReader.readTree( ElementTreeReader.java:123)
> at
> org.eclipse.core.internal.watson.ElementTreeReaderImpl_1.rea dDeltaChain(ElementTreeReaderImpl_1.java:84)
> at
> org.eclipse.core.internal.watson.ElementTreeReader.readDelta Chain(ElementTreeReader.java:96)
> at
> org.eclipse.core.internal.resources.WorkspaceTreeReader_1.re adTrees(WorkspaceTreeReader_1.java:226)
> at
> org.eclipse.core.internal.resources.WorkspaceTreeReader_1.re adTree(WorkspaceTreeReader_1.java:165)
> at
> org.eclipse.core.internal.resources.SaveManager.restoreTree( SaveManager.java:921)
> at
> org.eclipse.core.internal.resources.SaveManager.restore(Save Manager.java:647)
> at
> org.eclipse.core.internal.resources.SaveManager.startup(Save Manager.java:1326)
> at
> org.eclipse.core.internal.resources.Workspace.startup(Worksp ace.java:1953)
> at
> org.eclipse.core.internal.resources.Workspace.open(Workspace .java:1716)
> at
> org.eclipse.core.resources.ResourcesPlugin.start(ResourcesPl ugin.java:376)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:1009)
> at java.security.AccessController.doPrivileged(Native Method)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:1003)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleContextImpl.java:984)
> at
> org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:346)
>
Previous Topic:COmo puedo ayudar al proyecto
Next Topic:4.5.2 - Where is the 'add' button for test cases?
Goto Forum:
  


Current Time: Thu Mar 28 15:08:30 GMT 2024

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

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

Back to the top