1831071 Members
2447 Online
110019 Solutions
New Discussion

RTE error message

 
Dorantes Aguilar Oscar
Occasional Contributor

RTE error message

SDK & RTE 1.4.1_06 has been installed on HP-UX 11

When run de command for verify the versión installed of JAVA RTE
/opt/java1.4/jre/bin/java -fullversion

The error message is :

Cannot exec - /opt/java1.4/jre/bin/PA_RISC2.0/java
execvp(): No such file or directory

I have all patches listed on the HP Java web site installed

Please help me, I don't know what to do !
Thanks in advanc
3 REPLIES 3
T G Manikandan
Honored Contributor

Re: RTE error message

Steven E. Protter
Exalted Contributor

Re: RTE error message

I'd check the state of those patches and see if swverify has any issues.

Also, I'd see if SHLIB_PATH is set and see if that meets guidelines

swverify \*

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Robert-Jan Goossens
Honored Contributor

Re: RTE error message

Hi,

Have you got the java install dir in your PATH.

# whereis java
java: /opt/java1.4/bin/java /opt/java1.4/man/man1/java.1
# cd /opt/java1.4/bin
# ls -la java
-r-xr-xr-x 1 bin bin 81592 Oct 16 01:41 java
# ./java -fullversion
java full version "1.4.2.00-031015-16:52-PA_RISC2.0"

HTH,
Robert-Jan