Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Pointers for Getting Started
Pointers for Getting Started [message #18051] Wed, 18 May 2005 15:57 Go to next message
Eclipse UserFriend
Originally posted by: eeide.cs.utah.edu

Hello, all! I'd like to investigate using the TPTP software base for building
some test, performance, and monitoring tools. (Newbie alert.)

I've scanned the material on the TPTP Web site, and frankly, I'm a little
disoriented. I'm overwhelmed by the amount of information about the management
and scope of TPTP, and at the same time, I'm underwhelmed by the amount of
"getting started" advice that I've been able to find.

My initial exploratory project would be to collect some simple monitoring data
from a non-Eclipse-based process running on a remote machine. This is a
learning exercise for me, so I'm not fussy about just what data I gather or
from what process :-). Currently, I just want to demonstrate and understand a
proof of concept.

So, can somebody offer me a "getting started" roadmap, or at least some advice?
I need some advice as to which version to TPTP I should start with, too! Note
that I'm not familiar with the Hyades project, either --- my apologies if my
cluelessness seems extraordinary :-).

Thanks! ---

Eric.

--
------------------------------------------------------------ -------------------
Eric Eide <eeide@cs.utah.edu> . University of Utah School of Computing
http://www.cs.utah.edu/~eeide/ . +1 (801) 585-5512 voice, +1 (801) 581-5843 FAX
Re: Pointers for Getting Started [message #18080 is a reply to message #18051] Thu, 19 May 2005 11:54 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Eric,
The best place to start would be with the 2005 EclipseCon tutorials
(http://www.eclipse.org/tptp/ >> Documenation). These three tutorials and
optional source code provide a hands-on approach to learning about and
extending TPTP. For your specific scenario, I would suggest the tutorial
titled 'Using TPTP Logging and Monitoring Tools' and its source code.

Paul

"Eric Eide" <eeide@cs.utah.edu> wrote in message
news:ywrzmuso7bf.fsf@peoa.flux.utah.edu...
> Hello, all! I'd like to investigate using the TPTP software base for
building
> some test, performance, and monitoring tools. (Newbie alert.)
>
> I've scanned the material on the TPTP Web site, and frankly, I'm a little
> disoriented. I'm overwhelmed by the amount of information about the
management
> and scope of TPTP, and at the same time, I'm underwhelmed by the amount of
> "getting started" advice that I've been able to find.
>
> My initial exploratory project would be to collect some simple monitoring
data
> from a non-Eclipse-based process running on a remote machine. This is a
> learning exercise for me, so I'm not fussy about just what data I gather
or
> from what process :-). Currently, I just want to demonstrate and
understand a
> proof of concept.
>
> So, can somebody offer me a "getting started" roadmap, or at least some
advice?
> I need some advice as to which version to TPTP I should start with, too!
Note
> that I'm not familiar with the Hyades project, either --- my apologies if
my
> cluelessness seems extraordinary :-).
>
> Thanks! ---
>
> Eric.
>
> --
> ------------------------------------------------------------ --------------
-----
> Eric Eide <eeide@cs.utah.edu> . University of Utah School of
Computing
> http://www.cs.utah.edu/~eeide/ . +1 (801) 585-5512 voice, +1 (801)
581-5843 FAX
Re: Pointers for Getting Started [message #18618 is a reply to message #18080] Thu, 19 May 2005 14:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eeide.cs.utah.edu

"Paul" == Paul Slauenwhite <paules@ca.ibm.com> writes:

Paul> The best place to start would be with the 2005 EclipseCon
Paul> tutorials (http://www.eclipse.org/tptp/ >> Documenation). These
Paul> three tutorials and optional source code provide a hands-on
Paul> approach to learning about and extending TPTP. For your specific
Paul> scenario, I would suggest the tutorial titled 'Using TPTP Logging
Paul> and Monitoring Tools' and its source code.

Thank you very much! I'll look at these today.

BTW, yesterday I got as far as installing TPTP 3.3.0 (stable, April 10) in a
fresh Eclispe 3.0.2, failing to build the IIOP client-server example (missing
Hyades packages?), eventually discovering that I needed the EMF and XSD
plug-ins, installing those, and finally bringing up the "Profiling and
Debugging" perspective. I hope that the tutorial materials will take me
further, faster :-).

The download/installation instructions really should mention the EMF and XSD
plug-in requirements.

Eric.

PS --- The 3.3.0 installation instruction Web page
< http://eclipse.org/tptp/home/downloads/installguide/InstallG uide33.html> links
to the *3.2.0* release notes.

--
------------------------------------------------------------ -------------------
Eric Eide <eeide@cs.utah.edu> . University of Utah School of Computing
http://www.cs.utah.edu/~eeide/ . +1 (801) 585-5512 voice, +1 (801) 581-5843 FAX
Re: Pointers for Getting Started [message #18646 is a reply to message #18618] Fri, 20 May 2005 12:38 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Eric,
Please consult the Requirements section of the TPTP download page for
the project's dependencies. Also, ten Installation Guide and Release Notes
on the same download page may be of interest to you. Finally, the 'Using
TPTP Logging and Monitoring Tools' tutorial has a slide specifying the
tutorial's requirements.

Paul

"Eric Eide" <eeide@cs.utah.edu> wrote in message
news:ywrbr772sfi.fsf@peoa.flux.utah.edu...
> "Paul" == Paul Slauenwhite <paules@ca.ibm.com> writes:
>
> Paul> The best place to start would be with the 2005 EclipseCon
> Paul> tutorials (http://www.eclipse.org/tptp/ >> Documenation). These
> Paul> three tutorials and optional source code provide a hands-on
> Paul> approach to learning about and extending TPTP. For your specific
> Paul> scenario, I would suggest the tutorial titled 'Using TPTP Logging
> Paul> and Monitoring Tools' and its source code.
>
> Thank you very much! I'll look at these today.
>
> BTW, yesterday I got as far as installing TPTP 3.3.0 (stable, April 10) in
a
> fresh Eclispe 3.0.2, failing to build the IIOP client-server example
(missing
> Hyades packages?), eventually discovering that I needed the EMF and XSD
> plug-ins, installing those, and finally bringing up the "Profiling and
> Debugging" perspective. I hope that the tutorial materials will take me
> further, faster :-).
>
> The download/installation instructions really should mention the EMF and
XSD
> plug-in requirements.
>
> Eric.
>
> PS --- The 3.3.0 installation instruction Web page
> < http://eclipse.org/tptp/home/downloads/installguide/InstallG uide33.html>
links
> to the *3.2.0* release notes.
>
> --
> ------------------------------------------------------------ --------------
-----
> Eric Eide <eeide@cs.utah.edu> . University of Utah School of
Computing
> http://www.cs.utah.edu/~eeide/ . +1 (801) 585-5512 voice, +1 (801)
581-5843 FAX
Re: Pointers for Getting Started [message #19241 is a reply to message #18080] Mon, 06 June 2005 22:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eeide.cs.utah.edu

"Paul" == Paul Slauenwhite <paules@ca.ibm.com> writes:

Paul> The best place to start would be with the 2005 EclipseCon
Paul> tutorials (http://www.eclipse.org/tptp/ >> Documenation). These
Paul> three tutorials and optional source code provide a hands-on
Paul> approach to learning about and extending TPTP. For your specific
Paul> scenario, I would suggest the tutorial titled 'Using TPTP Logging
Paul> and Monitoring Tools' and its source code.

Hello again! I'm working through the above-mentioned tutorial --- without a
tutor by my side, unfortunately --- and I seem to be stuck on getting the Agent
Controller to run properly. The behavior I'm seeing is that the AC writes a
bunch of good-looking log records and then exits. I was hoping it would stick
around and answer some queries from the TPTP workbench (which will be run on
another computer).

I followed the Agent Controller for Linux/IA-32 configuration/installation
instructions in the `getting_started.html' document that is included in the
Agent Controller distribution (`hyades.rac.linux_3.3.0_20050410_1154.zip').

After setting things up, I can run the Agent Controller but it terminates
immediately. (I am running the server as root. The AC does not detach and
become a daemon; there are no `RAServer' processes running.) It writes several
log records to its `servicelog.log' file, which I've attached below. The log
records look like it's all system go, until the last one when the AC suddenly
stops! What's going on?

If you recall, my initial TPTP experiment is simply to collect some system
statistics from a Linux computer and display/moniot that data on a separate
computer (a laptop running Windows, FWIW).

For the Agent Controller host, I'm using the last stable 3.3.0 release, on
Fedora Core 2, with the Sun JDK 1.4.2_05.

Thanks again for any help you can offer ---

Eric.

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

<CommonBaseEvent creationTime="2005-06-06T22:25:04.000000Z" globalInstanceId="k2
A4CD40000631A62891B6CE4D59DBB6" msg="Service starting" severity="10" version="1.
0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="A
pplication" location="155.98.36.151" locationType="IPV4" processId="1829" subCom
ponent="framework/RAServerConfig/RAServerConfigBinding2.cpp " componentType="Ecli
pse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta
nce" xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2005-06-06T22:25:04.000000Z" globalInstanceId="k2
A4CD40000661B56BAF69E53FF4124D" msg="Successfully loaded plugin: org.eclipse.hya
des.datacollection" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="A
pplication" location="155.98.36.151" locationType="IPV4" processId="1829" subCom
ponent="framework/RAServerConfig/RAServerConfigBinding2.cpp " componentType="Ecli
pse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta
nce" xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2005-06-06T22:25:04.000000Z" globalInstanceId="k2
A4CD40000668E62E16D76B38F68CD1" msg="Successfully loaded plugin: org.eclipse.hya
des.logging.parsers" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="A
pplication" location="155.98.36.151" locationType="IPV4" processId="1829" subCom
ponent="framework/RAServerConfig/RAServerConfigBinding2.cpp " componentType="Ecli
pse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta
nce" xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2005-06-06T22:25:04.000000Z" globalInstanceId="k2
A4CD40000671D63E3BCD0956B88FA2" msg="Successfully loaded plugin: org.eclipse.hya
des.test" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="A
pplication" location="155.98.36.151" locationType="IPV4" processId="1829" subCom
ponent="framework/RAServerConfig/RAServerConfigBinding2.cpp " componentType="Ecli
pse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta
nce" xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2005-06-06T22:25:04.000000Z" globalInstanceId="k2
A4CD4000067AFB54C9BBCA0820AD09" msg="Successfully loaded plugin: org.eclipse.hya
des.perfmon.jmxagent" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="A
pplication" location="155.98.36.151" locationType="IPV4" processId="1829" subCom
ponent="framework/RAServerConfig/RAServerConfigBinding2.cpp " componentType="Ecli
pse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta
nce" xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2005-06-06T22:25:04.000000Z" globalInstanceId="k2
A4CD4000067F5A17871EB36C5A3BCF" msg="Successfully loaded plugin: org.eclipse.hya
des.perfmon.linux" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="A
pplication" location="155.98.36.151" locationType="IPV4" processId="1829" subCom
ponent="framework/RAServerConfig/RAServerConfigBinding2.cpp " componentType="Ecli
pse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta
nce" xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2005-06-06T22:25:04.000000Z" globalInstanceId="k2
A4CD40000680A972401DFA54700CD4" msg="Active configuration set to: default" sever
ity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="A
pplication" location="155.98.36.151" locationType="IPV4" processId="1829" subCom
ponent="framework/RAServerConfig/RAServerConfigBinding2.cpp " componentType="Ecli
pse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta
nce" xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2005-06-06T22:25:04.000000Z" globalInstanceId="k2
A4CD400006836F35418A9B4F6EA835" msg="Loaded configuration: default" severity="10
" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="A
pplication" location="155.98.36.151" locationType="IPV4" processId="1829" subCom
ponent="framework/RAServerConfig/RAServerConfigBinding2.cpp " componentType="Ecli
pse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta
nce" xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2005-06-06T22:25:04.000000Z" globalInstanceId="k2
A4CD40000683FC5DABDE7E2C58DE8A" msg="Service started successfully" severity="10"
version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="A
pplication" location="155.98.36.151" locationType="IPV4" processId="1829" subCom
ponent="framework/RAServerConfig/RAServerConfigBinding2.cpp " componentType="Ecli
pse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta
nce" xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>
<CommonBaseEvent creationTime="2005-06-06T22:25:04.000000Z" globalInstanceId="k2
A4CD400006DAA2193DEA8B6119B858" msg="Server stopping" severity="10" version="1.0
..1">
<sourceComponentId component="Data Collection Engine" componentIdType="A
pplication" location="155.98.36.151" locationType="IPV4" processId="1829" subCom
ponent="framework/RAServer/RACommS.c" componentType="Eclipse_TPTP"/>
<situation categoryName="ReportSituation">
<situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta
nce" xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
</situation>
</CommonBaseEvent>

--
------------------------------------------------------------ -------------------
Eric Eide <eeide@cs.utah.edu> . University of Utah School of Computing
http://www.cs.utah.edu/~eeide/ . +1 (801) 585-5512 voice, +1 (801) 581-5843 FAX
Re: Pointers for Getting Started [message #19312 is a reply to message #19241] Tue, 07 June 2005 12:46 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Eric,
Since this is a supported configuration (2.6 kernal), this appears to be
defect. Can you increase the loggingLevel of the Agent Controller in the
serviceconfig.xml file to DEBUG, rerun your scenario and send the resulting
servicelog.log file?

Thanks,
Paul

"Eric Eide" <eeide@cs.utah.edu> wrote in message
news:ywrd5qzhzud.fsf@peoa.flux.utah.edu...
> "Paul" == Paul Slauenwhite <paules@ca.ibm.com> writes:
>
> Paul> The best place to start would be with the 2005 EclipseCon
> Paul> tutorials (http://www.eclipse.org/tptp/ >> Documenation). These
> Paul> three tutorials and optional source code provide a hands-on
> Paul> approach to learning about and extending TPTP. For your specific
> Paul> scenario, I would suggest the tutorial titled 'Using TPTP Logging
> Paul> and Monitoring Tools' and its source code.
>
> Hello again! I'm working through the above-mentioned tutorial --- without
a
> tutor by my side, unfortunately --- and I seem to be stuck on getting the
Agent
> Controller to run properly. The behavior I'm seeing is that the AC writes
a
> bunch of good-looking log records and then exits. I was hoping it would
stick
> around and answer some queries from the TPTP workbench (which will be run
on
> another computer).
>
> I followed the Agent Controller for Linux/IA-32 configuration/installation
> instructions in the `getting_started.html' document that is included in
the
> Agent Controller distribution
(`hyades.rac.linux_3.3.0_20050410_1154.zip').
>
> After setting things up, I can run the Agent Controller but it terminates
> immediately. (I am running the server as root. The AC does not detach
and
> become a daemon; there are no `RAServer' processes running.) It writes
several
> log records to its `servicelog.log' file, which I've attached below. The
log
> records look like it's all system go, until the last one when the AC
suddenly
> stops! What's going on?
>
> If you recall, my initial TPTP experiment is simply to collect some system
> statistics from a Linux computer and display/moniot that data on a
separate
> computer (a laptop running Windows, FWIW).
>
> For the Agent Controller host, I'm using the last stable 3.3.0 release, on
> Fedora Core 2, with the Sun JDK 1.4.2_05.
>
> Thanks again for any help you can offer ---
>
> Eric.
>
> ------------------------------------------------------------ --------------
-----
>
> <CommonBaseEvent creationTime="2005-06-06T22:25:04.000000Z"
globalInstanceId="k2
> A4CD40000631A62891B6CE4D59DBB6" msg="Service starting" severity="10"
version="1.
> 0.1">
> <sourceComponentId component="Data Collection Engine"
componentIdType="A
> pplication" location="155.98.36.151" locationType="IPV4" processId="1829"
subCom
> ponent="framework/RAServerConfig/RAServerConfigBinding2.cpp "
componentType="Ecli
> pse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta
> nce" xsi:type="ReportSituation" reasoningScope="INTERNAL"
reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2005-06-06T22:25:04.000000Z"
globalInstanceId="k2
> A4CD40000661B56BAF69E53FF4124D" msg="Successfully loaded plugin:
org.eclipse.hya
> des.datacollection" severity="10" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
componentIdType="A
> pplication" location="155.98.36.151" locationType="IPV4" processId="1829"
subCom
> ponent="framework/RAServerConfig/RAServerConfigBinding2.cpp "
componentType="Ecli
> pse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta
> nce" xsi:type="ReportSituation" reasoningScope="INTERNAL"
reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2005-06-06T22:25:04.000000Z"
globalInstanceId="k2
> A4CD40000668E62E16D76B38F68CD1" msg="Successfully loaded plugin:
org.eclipse.hya
> des.logging.parsers" severity="10" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
componentIdType="A
> pplication" location="155.98.36.151" locationType="IPV4" processId="1829"
subCom
> ponent="framework/RAServerConfig/RAServerConfigBinding2.cpp "
componentType="Ecli
> pse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta
> nce" xsi:type="ReportSituation" reasoningScope="INTERNAL"
reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2005-06-06T22:25:04.000000Z"
globalInstanceId="k2
> A4CD40000671D63E3BCD0956B88FA2" msg="Successfully loaded plugin:
org.eclipse.hya
> des.test" severity="10" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
componentIdType="A
> pplication" location="155.98.36.151" locationType="IPV4" processId="1829"
subCom
> ponent="framework/RAServerConfig/RAServerConfigBinding2.cpp "
componentType="Ecli
> pse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta
> nce" xsi:type="ReportSituation" reasoningScope="INTERNAL"
reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2005-06-06T22:25:04.000000Z"
globalInstanceId="k2
> A4CD4000067AFB54C9BBCA0820AD09" msg="Successfully loaded plugin:
org.eclipse.hya
> des.perfmon.jmxagent" severity="10" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
componentIdType="A
> pplication" location="155.98.36.151" locationType="IPV4" processId="1829"
subCom
> ponent="framework/RAServerConfig/RAServerConfigBinding2.cpp "
componentType="Ecli
> pse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta
> nce" xsi:type="ReportSituation" reasoningScope="INTERNAL"
reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2005-06-06T22:25:04.000000Z"
globalInstanceId="k2
> A4CD4000067F5A17871EB36C5A3BCF" msg="Successfully loaded plugin:
org.eclipse.hya
> des.perfmon.linux" severity="10" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
componentIdType="A
> pplication" location="155.98.36.151" locationType="IPV4" processId="1829"
subCom
> ponent="framework/RAServerConfig/RAServerConfigBinding2.cpp "
componentType="Ecli
> pse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta
> nce" xsi:type="ReportSituation" reasoningScope="INTERNAL"
reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2005-06-06T22:25:04.000000Z"
globalInstanceId="k2
> A4CD40000680A972401DFA54700CD4" msg="Active configuration set to: default"
sever
> ity="10" version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
componentIdType="A
> pplication" location="155.98.36.151" locationType="IPV4" processId="1829"
subCom
> ponent="framework/RAServerConfig/RAServerConfigBinding2.cpp "
componentType="Ecli
> pse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta
> nce" xsi:type="ReportSituation" reasoningScope="INTERNAL"
reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2005-06-06T22:25:04.000000Z"
globalInstanceId="k2
> A4CD400006836F35418A9B4F6EA835" msg="Loaded configuration: default"
severity="10
> " version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
componentIdType="A
> pplication" location="155.98.36.151" locationType="IPV4" processId="1829"
subCom
> ponent="framework/RAServerConfig/RAServerConfigBinding2.cpp "
componentType="Ecli
> pse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta
> nce" xsi:type="ReportSituation" reasoningScope="INTERNAL"
reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2005-06-06T22:25:04.000000Z"
globalInstanceId="k2
> A4CD40000683FC5DABDE7E2C58DE8A" msg="Service started successfully"
severity="10"
> version="1.0.1">
> <sourceComponentId component="Data Collection Engine"
componentIdType="A
> pplication" location="155.98.36.151" locationType="IPV4" processId="1829"
subCom
> ponent="framework/RAServerConfig/RAServerConfigBinding2.cpp "
componentType="Ecli
> pse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta
> nce" xsi:type="ReportSituation" reasoningScope="INTERNAL"
reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
> <CommonBaseEvent creationTime="2005-06-06T22:25:04.000000Z"
globalInstanceId="k2
> A4CD400006DAA2193DEA8B6119B858" msg="Server stopping" severity="10"
version="1.0
> .1">
> <sourceComponentId component="Data Collection Engine"
componentIdType="A
> pplication" location="155.98.36.151" locationType="IPV4" processId="1829"
subCom
> ponent="framework/RAServer/RACommS.c" componentType="Eclipse_TPTP"/>
> <situation categoryName="ReportSituation">
> <situationType
xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta
> nce" xsi:type="ReportSituation" reasoningScope="INTERNAL"
reportCategory="LOG"/>
> </situation>
> </CommonBaseEvent>
>
> --
> ------------------------------------------------------------ --------------
-----
> Eric Eide <eeide@cs.utah.edu> . University of Utah School of
Computing
> http://www.cs.utah.edu/~eeide/ . +1 (801) 585-5512 voice, +1 (801)
581-5843 FAX
Re: Pointers for Getting Started [message #19500 is a reply to message #19312] Tue, 07 June 2005 19:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eeide.cs.utah.edu

--=-=-=

"Paul" == Paul Slauenwhite <paules@ca.ibm.com> writes:

Paul> Since this is a supported configuration (2.6 kernal), this
Paul> appears to be defect. Can you increase the loggingLevel of the
Paul> Agent Controller in the serviceconfig.xml file to DEBUG, rerun
Paul> your scenario and send the resulting servicelog.log file?

I did that, and separately, I think I figured out what I had previously done
wrong. After figuring that out, I managed to collect and graph some stats!

As far as the log goes, the interesting part that was revealed by DEBUG are
these events (abbreviated here for legibility; full log attached at end):

<CommonBaseEvent ... msg="Resolved entrypoint for JNI_CreateJavaVM" .../>
<CommonBaseEvent ... msg="Recieving signal 11" severity="5" .../>

After obtaining this log, I tried a little experiment. I changed the value of
my `LD_LIBRARY_PATH' from this:

/opt/tptp/lib:
/usr/java/j2sdk1.4.2_05/jre/lib/i386/client:
/usr/java/j2sdk1.4.2_05/jre/lib/i386

to the following, which refers to the *server* version of `libjvm.so':

/opt/tptp/lib:
/usr/java/j2sdk1.4.2_05/jre/lib/i386/server:
/usr/java/j2sdk1.4.2_05/jre/lib/i386

That change did the trick! The Linux IA-32 `RAServer' started properly and
became a daemon. After much futzing with the UI in the workbench, I managed to
collect some Linux system statistics (CPU, network, etc.) and graph them in
real-time on a Windows laptop. Hooray!

Thank you very much for your help! Now that I've got some of the basics under
my belt, I'm excited to try some more sophisticated experiments!

Eric.


--=-=-=
Content-Disposition: attachment; filename=servicelog.log
Content-Description: servicelog.log

<CommonBaseEvent creationTime="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002575A25EC814D33066F78" msg="Service starting" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC000285AB0AC577871C109013" msg="Parsing plugin file: /opt/tptp/plugins/org.eclipse.hyades.datacollection/config/p luginconfig.xml " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC00028784232EF209271F083B" msg="Started processing Configuration /opt/tptp/plugins/org.eclipse.hyades.datacollection/config/p luginconfig.xml " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC00028B84264D9ABC75ADCB3B" msg="Completed processing Configuration /opt/tptp/plugins/org.eclipse.hyades.datacollection/config/p luginconfig.xml " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC00028CF15C2E1CB746B5E1C8" msg="Successfully loaded plugin: org.eclipse.hyades.datacollection" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC00028DAD2B70CF3C0F4C096F" msg="Parsing plugin file: /opt/tptp/plugins/org.eclipse.hyades.logging.parsers/config/ pluginconfig.xml " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC00028EC41FDFFBE33414582F" msg="Started processing Configuration /opt/tptp/plugins/org.eclipse.hyades.logging.parsers/config/ pluginconfig.xml " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002948F12CE8125254A607F" msg="Completed processing Configuration /opt/tptp/plugins/org.eclipse.hyades.logging.parsers/config/ pluginconfig.xml " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC000296445D6FCA2D40A629FE" msg="Successfully loaded plugin: org.eclipse.hyades.logging.parsers" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC000296E32678C0126E9336BF" msg="Parsing plugin file: /opt/tptp/plugins/org.eclipse.hyades.test/config/pluginconfi g.xml " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC000297D8189CC89A017C69A1" msg="Started processing Configuration /opt/tptp/plugins/org.eclipse.hyades.test/config/pluginconfi g.xml " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC00029E7F358423F13AE31FE7" msg="Completed processing Configuration /opt/tptp/plugins/org.eclipse.hyades.test/config/pluginconfi g.xml " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002A028256F4CB418BE96CF" msg="Successfully loaded plugin: org.eclipse.hyades.test" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002A0C65897ECF20CEA6D8A" msg="Parsing plugin file: /opt/tptp/plugins/org.eclipse.hyades.perfmon.jmxagent/config /pluginconfig.xml " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002A25E0B554ECF32D3A497" msg="Started processing Configuration /opt/tptp/plugins/org.eclipse.hyades.perfmon.jmxagent/config /pluginconfig.xml " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002A99B76F2F09C561D0D31" msg="Completed processing Configuration /opt/tptp/plugins/org.eclipse.hyades.perfmon.jmxagent/config /pluginconfig.xml " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002AB2C542A5A663F111603" msg="Successfully loaded plugin: org.eclipse.hyades.perfmon.jmxagent" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002ABCB0CD105FA5563EE14" msg="Parsing plugin file: /opt/tptp/plugins/org.eclipse.hyades.perfmon.linux/config/pl uginconfig.xml " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002ACFE1CCAE2A32236FB66" msg="Started processing Configuration /opt/tptp/plugins/org.eclipse.hyades.perfmon.linux/config/pl uginconfig.xml " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002AFE051E5C2F2279CC874" msg="Completed processing Configuration /opt/tptp/plugins/org.eclipse.hyades.perfmon.linux/config/pl uginconfig.xml " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002B1614F911CFD02623A47" msg="Successfully loaded plugin: org.eclipse.hyades.perfmon.linux" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002B20F7BDC7CB56488C097" msg="Active configuration set to: default" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002B3543D99A3FC5D0B29EA" msg="Successfully set LD_LIBRARY_PATH = /opt/tptp/lib:/opt/tptp/lib:/usr/java/j2sdk1.4.2_05/jre/lib/ i386/client:/usr/java/j2sdk1.4.2_05/jre/lib/i386 " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002B41C3A9A9D525217FF61" msg="Successfully set CLASSPATH = :/opt/tptp/lib/commons-logging.jar" severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002B4EC6C10441806BD2E77" msg="Successfully set CLASSPATH = :/opt/tptp/lib/commons-logging.jar:/opt/tptp/lib/hcframe.jar " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002B587298080662A87FA8C" msg="Successfully set CLASSPATH = :/opt/tptp/lib/commons-logging.jar:/opt/tptp/lib/hcframe.jar :/opt/tptp/lib/hexcore.jar " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002B6277B2974BF7A149CCA" msg="Successfully set CLASSPATH = :/opt/tptp/lib/commons-logging.jar:/opt/tptp/lib/hcframe.jar :/opt/tptp/lib/hexcore.jar:/opt/tptp/lib/hexl.jar " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002B6CC133628EE612BC684" msg="Successfully set CLASSPATH = :/opt/tptp/lib/commons-logging.jar:/opt/tptp/lib/hcframe.jar :/opt/tptp/lib/hexcore.jar:/opt/tptp/lib/hexl.jar:/opt/tptp/ lib/hexr.jar " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002B7784AF31F765ADAD0D6" msg="Successfully set CLASSPATH = :/opt/tptp/lib/commons-logging.jar:/opt/tptp/lib/hcframe.jar :/opt/tptp/lib/hexcore.jar:/opt/tptp/lib/hexl.jar:/opt/tptp/ lib/hexr.jar:/opt/tptp/lib/hl14.jar " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002B84147D4423D71916BE2" msg="Successfully set CLASSPATH = :/opt/tptp/lib/commons-logging.jar:/opt/tptp/lib/hcframe.jar :/opt/tptp/lib/hexcore.jar:/opt/tptp/lib/hexl.jar:/opt/tptp/ lib/hexr.jar:/opt/tptp/lib/hl14.jar:/opt/tptp/lib/hlcommons. jar " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002B9186EEF7717376D00B6" msg="Successfully set CLASSPATH = :/opt/tptp/lib/commons-logging.jar:/opt/tptp/lib/hcframe.jar :/opt/tptp/lib/hexcore.jar:/opt/tptp/lib/hexl.jar:/opt/tptp/ lib/hexr.jar:/opt/tptp/lib/hl14.jar:/opt/tptp/lib/hlcommons. jar:/opt/tptp/lib/hlcore.jar " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002B9E5348EFE0862ACDA82" msg="Successfully set CLASSPATH = :/opt/tptp/lib/commons-logging.jar:/opt/tptp/lib/hcframe.jar :/opt/tptp/lib/hexcore.jar:/opt/tptp/lib/hexl.jar:/opt/tptp/ lib/hexr.jar:/opt/tptp/lib/hl14.jar:/opt/tptp/lib/hlcommons. jar:/opt/tptp/lib/hlcore.jar:/opt/tptp/lib/hlevents.jar " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002BABF7E96C1387498F652" msg="Successfully set CLASSPATH = :/opt/tptp/lib/commons-logging.jar:/opt/tptp/lib/hcframe.jar :/opt/tptp/lib/hexcore.jar:/opt/tptp/lib/hexl.jar:/opt/tptp/ lib/hexr.jar:/opt/tptp/lib/hl14.jar:/opt/tptp/lib/hlcommons. jar:/opt/tptp/lib/hlcore.jar:/opt/tptp/lib/hlevents.jar:/opt /tptp/lib/hlcbe101.jar " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002BBA7678F819F4B60B443" msg="Successfully set CLASSPATH = :/opt/tptp/lib/commons-logging.jar:/opt/tptp/lib/hcframe.jar :/opt/tptp/lib/hexcore.jar:/opt/tptp/lib/hexl.jar:/opt/tptp/ lib/hexr.jar:/opt/tptp/lib/hl14.jar:/opt/tptp/lib/hlcommons. jar:/opt/tptp/lib/hlcore.jar:/opt/tptp/lib/hlevents.jar:/opt /tptp/lib/hlcbe101.jar:/opt/tptp/lib/ecore.jar " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002BCC8428913AC4F6379AA" msg="Successfully set CLASSPATH = :/opt/tptp/lib/commons-logging.jar:/opt/tptp/lib/hcframe.jar :/opt/tptp/lib/hexcore.jar:/opt/tptp/lib/hexl.jar:/opt/tptp/ lib/hexr.jar:/opt/tptp/lib/hl14.jar:/opt/tptp/lib/hlcommons. jar:/opt/tptp/lib/hlcore.jar:/opt/tptp/lib/hlevents.jar:/opt /tptp/lib/hlcbe101.jar:/opt/tptp/lib/ecore.jar:/opt/tptp/lib /common.jar " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002BDE00381B43630C6C95A" msg="Successfully set CLASSPATH = :/opt/tptp/lib/commons-logging.jar:/opt/tptp/lib/hcframe.jar :/opt/tptp/lib/hexcore.jar:/opt/tptp/lib/hexl.jar:/opt/tptp/ lib/hexr.jar:/opt/tptp/lib/hl14.jar:/opt/tptp/lib/hlcommons. jar:/opt/tptp/lib/hlcore.jar:/opt/tptp/lib/hlevents.jar:/opt /tptp/lib/hlcbe101.jar:/opt/tptp/lib/ecore.jar:/opt/tptp/lib /common.jar:/opt/tptp/plugins/org.eclipse.hyades.test/lib/ju nit.jar " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002BF0B2A872823475ED5C2" msg="Successfully set CLASSPATH = :/opt/tptp/lib/commons-logging.jar:/opt/tptp/lib/hcframe.jar :/opt/tptp/lib/hexcore.jar:/opt/tptp/lib/hexl.jar:/opt/tptp/ lib/hexr.jar:/opt/tptp/lib/hl14.jar:/opt/tptp/lib/hlcommons. jar:/opt/tptp/lib/hlcore.jar:/opt/tptp/lib/hlevents.jar:/opt /tptp/lib/hlcbe101.jar:/opt/tptp/lib/ecore.jar:/opt/tptp/lib /common.jar:/opt/tptp/plugins/org.eclipse.hyades.test/lib/ju nit.jar:/opt/tptp/plugins/org.eclipse.hyades.perfmon.jmxagen t/lib/jmxagent.jar " severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002C0591FA76062649DC053" msg="Loaded configuration: default" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002C0DD275987ED67F4822A" msg="Service started successfully" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002EC22001EBA9F10DF03A6" msg="Loaded JVM library /usr/java/j2sdk1.4.2_05/jre/lib/i386/server/libjvm.so" severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" subComponent="framework/RAServer/java.c" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC0002ED5A1FBF71DB45EB9B29" msg="Resolved entrypoint for JNI_CreateJavaVM" severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" subComponent="framework/RAServer/java.c" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC00031CDD7D997F0D0C57AEF2" msg="Recieving signal 11" severity="5" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" subComponent="framework/RAServer/RAServer.c" 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="2005-06-07T16:02:04.000000Z" globalInstanceId="k2A5C4FC00031DB06C72FC4669267286" msg="Server stopping" severity="10" version="1.0.1">
<sourceComponentId component="Data Collection Engine" componentIdType="Application" location="155.98.36.112" locationType="IPV4" processId="1695" subComponent="framework/RAServer/RACommS.c" 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>

--=-=-=


--
------------------------------------------------------------ -------------------
Eric Eide <eeide@cs.utah.edu> . University of Utah School of Computing
http://www.cs.utah.edu/~eeide/ . +1 (801) 585-5512 voice, +1 (801) 581-5843 FAX

--=-=-=--
Re: Pointers for Getting Started [message #19590 is a reply to message #19500] Wed, 08 June 2005 13:25 Go to previous message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Eric,
Glad to hear that you were able to solve the problem. Stating in Hyades
3.3 (i3) and TPTP 4.0 (i3), this manual step will not be required. For more
information, please see the following defects:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=95941
https://bugs.eclipse.org/bugs/show_bug.cgi?id=90847

Paul

"Eric Eide" <eeide@cs.utah.edu> wrote in message
news:ywrfyvu3rit.fsf@peoa.flux.utah.edu...
> "Paul" == Paul Slauenwhite <paules@ca.ibm.com> writes:
>
> Paul> Since this is a supported configuration (2.6 kernal), this
> Paul> appears to be defect. Can you increase the loggingLevel of the
> Paul> Agent Controller in the serviceconfig.xml file to DEBUG, rerun
> Paul> your scenario and send the resulting servicelog.log file?
>
> I did that, and separately, I think I figured out what I had previously
done
> wrong. After figuring that out, I managed to collect and graph some
stats!
>
> As far as the log goes, the interesting part that was revealed by DEBUG
are
> these events (abbreviated here for legibility; full log attached at end):
>
> <CommonBaseEvent ... msg="Resolved entrypoint for JNI_CreateJavaVM"
..../>
> <CommonBaseEvent ... msg="Recieving signal 11" severity="5" .../>
>
> After obtaining this log, I tried a little experiment. I changed the
value of
> my `LD_LIBRARY_PATH' from this:
>
> /opt/tptp/lib:
> /usr/java/j2sdk1.4.2_05/jre/lib/i386/client:
> /usr/java/j2sdk1.4.2_05/jre/lib/i386
>
> to the following, which refers to the *server* version of `libjvm.so':
>
> /opt/tptp/lib:
> /usr/java/j2sdk1.4.2_05/jre/lib/i386/server:
> /usr/java/j2sdk1.4.2_05/jre/lib/i386
>
> That change did the trick! The Linux IA-32 `RAServer' started properly
and
> became a daemon. After much futzing with the UI in the workbench, I
managed to
> collect some Linux system statistics (CPU, network, etc.) and graph them
in
> real-time on a Windows laptop. Hooray!
>
> Thank you very much for your help! Now that I've got some of the basics
under
> my belt, I'm excited to try some more sophisticated experiments!
>
> Eric.
>
>


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


>
> --
> ------------------------------------------------------------ --------------
-----
> Eric Eide <eeide@cs.utah.edu> . University of Utah School of
Computing
> http://www.cs.utah.edu/~eeide/ . +1 (801) 585-5512 voice, +1 (801)
581-5843 FAX
>
Previous Topic:Relative path to datapool
Next Topic:org.eclipse.tptp.platform.execution plug-in
Goto Forum:
  


Current Time: Fri Apr 19 08:00:37 GMT 2024

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

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

Back to the top