Operating System - HP-UX
1753682 Members
5839 Online
108799 Solutions
New Discussion юеВ

Problem with GUI opening using java 1.4 plugin

 
SOLVED
Go to solution
Sathiyanarayanan M
Occasional Contributor

Problem with GUI opening using java 1.4 plugin

Hello All,

I am facing a problem with a java based web-GUI opening using java 1.4.When I open GUI with 1.4 java plugin I get the following error:

/usr/lib/dld.sl: Invalid version for shared library: /opt/java1.4/jre/lib/PA_RISC/libjava.sl
/usr/lib/dld.sl: Exec format error
INTERNAL ERROR on Browser End: Could not read ack from browser
System error?:: Operation would block

But the same GUI is opening without any problem in windows PC where the java plugin is 1.4 version.

Note: The GUI is opened successfully with java1.5 plugin in HP-UX server but the inside contents are not loaded which is supported by java 1.4 and I am getting loading Java... for a long time.

Please provide your ideas if you have already faced this issue.
5 REPLIES 5
TY 007
Honored Contributor
Solution

Re: Problem with GUI opening using java 1.4 plugin

Hello,

Possible some of the dependent shared libraries were built on older os version or built with a very old linker version.

Install Latest HP-UX Version of Java 1.4.2.14:
http://www.hp.com/products1/unix/java/java2/sdkrte14/index.html

Thanks
whiteknight
Honored Contributor

Re: Problem with GUI opening using java 1.4 plugin

Hi Sathiyanarayanan M,


I would recommend if you perform the java first pass(Problem Report Checklist)

http://docs.hp.com/en/5992-0551/ch03s01.html

Collect the information, and submit a support case to Response Center.
Problem never ends, you must know how to fix it
Sathiyanarayanan M
Occasional Contributor

Re: Problem with GUI opening using java 1.4 plugin

Answer of ShaolinTY has solved the issue.I am able to open the GUI with 1.4.2.14 version of java JRE and JPI and all the contents are visible properly.
TY 007
Honored Contributor

Re: Problem with GUI opening using java 1.4 plugin

Hello,

Assume OS is HP-UX 11.11

For Java 1.4.2.14 to work as expected, the following (or newer) patches is advisable to be installed:
http://h18012.www1.hp.com/java/patches/g-11.11-1.4-1111.0000.html

PHCO_25452 libc cumulative patch
PHCO_29960 Pthread enhancement and fixes
PHKL_24253 thread nostop patch supporting NFS
PHKL_24255 thread nostop patch supporting NFS
PHKL_24751 preserve IPSW W-bit and GR31 lower bits
PHKL_25468 eventport (/dev/poll) pseudo driver
PHKL_25614 VM-JFS deadlock, mmap, perf thread creation
PHKL_25729 signals,threads enhancement,Psets Enablement
PHKL_25842 Thread Abort
PHKL_27091 Core PM, vPar, Psets Cumulative, slpq1 perf
PHKL_27092 Thread NOSTOP, Abort; Psets
PHKL_28489 copyin EFAULT, LDCD access type
PHKL_32457 SPP fragmentation;AIO;EVP;ufalloc;dup2 race
PHKL_32927 PA-8800 Fix Java (64-bit JVM) process hang
PHKL_34534 vPar,callout, abstime, sync perf, wakeup
PHNE_23502 ONC/NFS General Release/Performance Patch
PHNE_25084 Cumulative STREAMS Patch
PHNE_29887 cumulative ARPA Transport patch
PHSS_25881 X/Motif Runtime JAN2002 Periodic Patch
PHSS_30049 ld(1) and linker tools cumulative patch

If applicable:
PHSS_24932 Japanese TrueType font patch
PHSS_24934 Korean TrueType font patch
PHSS_24936 Chinese-S TrueType font patch for 11.11

Thanks
Dennis Handly
Acclaimed Contributor

Re: Problem with GUI opening using java 1.4 plugin

Typically this occurs if you have built this on an older OS, like 10.20 as Shaolin said.

This can also happen if the bill of materials of dependent shlibs is changed. I've seen that happen when using anything that depends on libc and libcl.

The particular dld error has to due with high water marks for evil intra shared lib versioning.