1833796 Members
4873 Online
110063 Solutions
New Discussion

tzupdater failed

 
Alex Fedyashov
Occasional Advisor

tzupdater failed

I'm using tzupdater to update the installed 1.4 JDK/JRE. I was unsuccessful in my attempt to make the time zone update to the java. Any help would be appreciated.

Thanks,
Alex

find /ora/app/oracle/product/frmrep1012/jdk -fstype nfs -prune -o -fstype auto
fs -prune -o -name java -print -exec {} -jar /tmp/tzupdater/tzupdater.jar -u \;

/ora/app/oracle/product/frmrep1012/jdk/jre/bin/java
/ora/app/oracle/product/frmrep1012/jdk/jre/bin/PA_RISC/java
/usr/lib/dld.sl: Can't open shared library: /CLO/Components/JAVA_12/Src/build/HP
_UX/lib/PA_RISC/server/libjvm.sl
/usr/lib/dld.sl: No such file or directory
/ora/app/oracle/product/frmrep1012/jdk/jre/bin/PA_RISC2.0/java
/usr/lib/dld.sl: Can't open shared library: /CLO/Components/JAVA_12/Src/build/HP
_UX/lib/PA_RISC2.0/server/libjvm.sl
/usr/lib/dld.sl: No such file or directory
/ora/app/oracle/product/frmrep1012/jdk/jre/bin/PA_RISC2.0W/java
/usr/lib/pa20_64/dld.sl: Unable to find library 'libjvm.sl'.
/ora/app/oracle/product/frmrep1012/jdk/bin/java
You have the same version as the embedded one.
/ora/app/oracle/product/frmrep1012/jdk/bin/PA_RISC/java
/usr/lib/dld.sl: Can't open shared library: /CLO/Components/JAVA_12/Src/build/HP
_UX/lib/PA_RISC/server/libjvm.sl
/usr/lib/dld.sl: No such file or directory
/ora/app/oracle/product/frmrep1012/jdk/bin/PA_RISC2.0/java
/usr/lib/dld.sl: Can't open shared library: /CLO/Components/JAVA_12/Src/build/HP
_UX/lib/PA_RISC2.0/server/libjvm.sl
/usr/lib/dld.sl: No such file or directory
/ora/app/oracle/product/frmrep1012/jdk/bin/PA_RISC2.0W/java
/usr/lib/pa20_64/dld.sl: Unable to find library 'libjvm.sl'.
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: tzupdater failed

Shalom,

I suggest the old fashioned way of updating java.

Download the next version from http://wwww.hp.com/go/java

swinstall it.

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
Prashanth.D.S
Honored Contributor

Re: tzupdater failed

Hi Alex,

Try this work around...

Workaround : In /opt/java1.4/jre create a symbolic link named jre to
/opt/java1.4/jre

# cd /opt/java1.4/jre
# ln -s . jre


Best Regards,
Prashanth
Alex Fedyashov
Occasional Advisor

Re: tzupdater failed

It would benefit me if I can somehow use the tzupdater to update the java time zone.
Dennis Handly
Acclaimed Contributor

Re: tzupdater failed

It appears you are willy nilly executing anything that has the name java. In your case you are executing bin/java then bin/PA_RISC/java ...

I think you only want to execute the upper script that sets variables for the real one.

You should follow what SEP suggests.
Alex Fedyashov
Occasional Advisor

Re: tzupdater failed

thanks for the help