[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.hyades] Re: Data Collection Engine - HP-UX jdk to use

Hi,
 wrote:
Luca,

The HP JVM has been tested and the documentation describes the exact level's
required.  We test on avariety of JVM's, and not only those produced by IBM.
There are many JVM's and we cannot test them all.  We will work with teh
community to help address issues on JVM's we do not have in our core
testbucket today.  Opening bugzilla defects will help drive closure on
outstanding issues.



if you use HP jdk DON'T add
export LD_PRELOAD=/opt/java1.4/jre/lib/PA_RISC/server/libjvm.sl
else RAServer starts, accepts connections but is not able to start your profilings


bye,

Luca


"Luca Di Stefano" <luca.distefano@xxxxxxxxxxxxxxxxxx> wrote in message news:ck3gqe$lbi$1@xxxxxxxxxxxxxx

Hi,

obvoiusly for the second question the answer is:
read at least 2 times the documentation, and if something is going bad
read it 2 times again:

Add the <unzip directory>/lib directory to the system's SHLIB_PATH
environment variable.

thanks,

Luca

Luca Di Stefano wrote:

Some questions about hyades on hpux box.

1)
on hp can be used only IBM jdk?

can it work with:
java version "1.4.2.03"
Java(TM) 2 Runtime Environment, Standard Edition (build
1.4.2.03-040401-16:07)
Java HotSpot(TM) Server VM (build 1.4.2 1.4.2.03-040401-18:59-PA_RISC2.0
PA2.0 (aCC_AP), mixed mode)

2)
to start the server I use a the following script:

#!/bin/sh

export RASERVER_HOME=/testing/luca/hyades.rac.hp
## BUILD: PA_RISC | PA_RISC2.0 | PA_RISC2.0W
#export BUILD=PA_RISC2.0
export BUILD=PA_RISC
export


SHLIB_PATH=$JAVA_HOME/jre/lib/$BUILD/server:$JAVA_HOME/jre/lib/$BUILD:$SHLIB _PATH

export LD_PRELOAD=$JAVA_HOME/jre/lib/$BUILD/server/libjvm.sl
echo $SHLIB_PATH
echo $LD_PRELOAD
$RASERVER_HOME/bin/RAServer


when I start the server I get:

bash-2.05$ ./raserver.hpux.sh


SHLIB_PATH=/opt/java1.4/jre/lib/PA_RISC/server:/opt/java1.4/jre/lib/PA_RISC: /usr/lib:/etc/opt/resmon/lib:/opt/mx/lib:/opt/mx/jre/lib/PA_RISC/native_thre ads

LD_PRELOAD=/opt/java1.4/jre/lib/PA_RISC/server/libjvm.sl

/usr/lib/dld.sl: Can't find path for shared library: libhcclsm.sl
/usr/lib/dld.sl: No such file or directory
./raserver.hpux.sh[11]: 16883 Abort(coredump)


any idea? some workarounds?

thanks for help,

Luca