Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » RAServer log error
RAServer log error [message #67577] Fri, 21 April 2006 20:15 Go to next message
Eclipse UserFriend
Originally posted by: r.morgan.verizonbusiness.com

When I start the RAServer, everything looks fine. But when I look at the
servicelog.log, I see this: <CommonBaseEvent
creationTime="2006-04-21T20:08:34.577059Z"
globalInstanceId="A4493BC20008CE142A1854AB58C41289" msg="Couldn&apos;t
load JVM library %JAVA_PATH%" severity="30" version="1.0.1">
<sourceComponentId component="Data Collection Engine"
componentIdType="Application" location="146.1.199.27" locationType="IPV4"
processId="16742" 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>


It appears to me the JAVA_PATH has no definition, but in the
serviceconfig.xml file I see: <Variable name="JAVA_PATH"
position="replace" value="/opt/java1.5/jre/bin/java"/>.

So doesn't that mean it's defined? So why is the other log saying it
can't load the JVM? And if that's true, how come the thing doesn't crash,
since there's no JVM?
Re: RAServer log error [message #67619 is a reply to message #67577] Fri, 21 April 2006 21:11 Go to previous messageGo to next message
Thayaparan Shanmugaratnam is currently offline Thayaparan ShanmugaratnamFriend
Messages: 12
Registered: July 2009
Junior Member
Hi Rick,

In the serviceconfig.xml what value is placed in the jvm attribute?

<AgentControllerConfiguration activeConfiguration="default"
filePort="10005" isDataMultiplexed="false" jvm="<************************>"

Which platform are you using?
Which TPTP version do you have?

This may help me understand the situation a bit more.

Regards,
Thay Shanmugaratnam
Re: RAServer log error [message #67687 is a reply to message #67619] Sat, 22 April 2006 21:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: user.domain.invalid

Thay Shanmugaratnam wrote:
> Hi Rick,
> In the serviceconfig.xml what value is placed in the jvm attribute?
>
> <AgentControllerConfiguration activeConfiguration="default"
> filePort="10005" isDataMultiplexed="false" jvm="<************************>"
>
> Which platform are you using?
> Which TPTP version do you have?
>
> This may help me understand the situation a bit more.
>
> Regards, Thay Shanmugaratnam
>
>

this is running on an HPUX system and the config file says:

<AgentControllerConfiguration activeConfiguration="default"
filePort="10005" isDataMultiplexed="false" jvm="%JAVA_PATH%" ...
version="4.1.0">

then down below and hierarchically within that tag there is
<AgentControllerEnvironment configuration="default">

and within that there is:

<Variable name="JAVA_PATH" position="replace"
value="/opt/java1.5/jre/bin/java"/>


thanks,
Rick
Re: RAServer log error [message #67707 is a reply to message #67687] Sun, 23 April 2006 18:07 Go to previous messageGo to next message
Thayaparan Shanmugaratnam is currently offline Thayaparan ShanmugaratnamFriend
Messages: 12
Registered: July 2009
Junior Member
rkm wrote:

> this is running on an HPUX system and the config file says:

> <AgentControllerConfiguration activeConfiguration="default"
> filePort="10005" isDataMultiplexed="false" jvm="%JAVA_PATH%" ...
> version="4.1.0">

> then down below and hierarchically within that tag there is
> <AgentControllerEnvironment configuration="default">

> and within that there is:

> <Variable name="JAVA_PATH" position="replace"
> value="/opt/java1.5/jre/bin/java"/>


> thanks,
> Rick

Hi Rick,

Since jvm="%JAVA_PATH% it shows that the Agent controller was not able to
identify the location of the jvm. Please veryify that libjvm.sl exists in
/opt/java1.5/...

for example, on ourHPUX machine the jvm is located in
jvm="/opt/java1.4/jre/lib/PA_RISC/server/libjvm.sl"

For a temporary fix, if you can find the location of your jvm, insert the
location in the serviceconfig.xml under the variable jvm.

I beleive this problem is cuased by Java 1.5, we are currenly testing with
java 1.4 on our HPUX machine. Please reply back with location of the JVM,
and I will open a bug if we need to.

Thank You.

Thay Shanmugaratnam
Re: RAServer log error [message #67727 is a reply to message #67707] Mon, 24 April 2006 00:47 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: user.domain.invalid

Thay Shanmugaratnam wrote:
> rkm wrote:
>
>> this is running on an HPUX system and the config file says:
>
> Hi Rick,
> Since jvm="%JAVA_PATH% it shows that the Agent controller was not able
> to identify the location of the jvm. Please veryify that libjvm.sl
> exists in /opt/java1.5/...
>
> for example, on ourHPUX machine the jvm is located in
> jvm="/opt/java1.4/jre/lib/PA_RISC/server/libjvm.sl"
>
> For a temporary fix, if you can find the location of your jvm, insert
> the location in the serviceconfig.xml under the variable jvm.
> I beleive this problem is cuased by Java 1.5, we are currenly testing
> with java 1.4 on our HPUX machine. Please reply back with location of
> the JVM, and I will open a bug if we need to.
> Thank You.
>
> Thay Shanmugaratnam
>

Hi Thay,
on our system we have 1.4 and 1.5 installed. I searched the 1.4 install
and found the libjvm.sl in the same location as on your system.
However, for 1.5, libjvm.sl doesn't exist. In fact the only lib*.sl
file I can find under java1.5 is libfontmanager_v2.sl. Maybe Java 1.5
for HPUX isn't ready yet (or there was a bad install?) Sounds like the
workaround is to use 1.4, which I can do. If there's anything else I can
add, let me know. Thanks for your help Thay.

Rick
Re: RAServer log error [message #67829 is a reply to message #67727] Mon, 24 April 2006 14:29 Go to previous message
Thayaparan Shanmugaratnam is currently offline Thayaparan ShanmugaratnamFriend
Messages: 12
Registered: July 2009
Junior Member
rkm wrote:

> Hi Thay,
> on our system we have 1.4 and 1.5 installed. I searched the 1.4 install
> and found the libjvm.sl in the same location as on your system.
> However, for 1.5, libjvm.sl doesn't exist. In fact the only lib*.sl
> file I can find under java1.5 is libfontmanager_v2.sl. Maybe Java 1.5
> for HPUX isn't ready yet (or there was a bad install?) Sounds like the
> workaround is to use 1.4, which I can do. If there's anything else I can
> add, let me know. Thanks for your help Thay.

> Rick

Hi Rick,
I am glad you were able to use the 1.4 JDK. However if you still want to
use the 1.5 JDK, try searching for *jvm* rather than lib*.sl as you have
done previously. I currently do not have access to a 1.5 JDK on HP-UX,
otherwise I would have a better answer for you.

Good Luck.

Thay Shanmugaratnam
Previous Topic:Load Test with TPTP
Next Topic:Agent Controller on AIX
Goto Forum:
  


Current Time: Fri Apr 26 02:48:43 GMT 2024

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

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

Back to the top