JDK-4194559 : jdk118c - Javatest 2.0c will not work with jdk118c on Solaris 2.5.1.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.1.8
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_2.5.1
  • CPU: generic
  • Submitted: 1998-12-03
  • Updated: 1999-07-20
  • Resolved: 1999-07-20
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.1.8 1.1.8Fixed
Related Reports
Relates :  
Description
jdk118c - Javatest 2.0c will not work with jdk118c on Solaris 2.5.1.

Wehn trying to execute Javatest 2.0c using jdk118c under Solaris 2.5.1 exceptions are given and the program fails to launch.

Steps to reproduce:
1. Set up environment (classpath & java_home)
2. launch the javatest tool.

example:
set up environment
------------------man XtGe
Setting JAVA_HOME
### JAVA_HOME: /home/jsl/jdk/jdk1.1.8/solaris
Setting CLASSPATH
### CLASSPATH: /net/tapas/export0/JCK-116a/javatest.jar:.:/home/jsl/jdk/jdk1.1.8/solaris/lib/classes.zip
Setting LD_LIBRARY_PATH
### CLASSPATH: /home/jsl/jck/JCK-116a/lib
/home/jsl 3 % java -fullversion
java full version "JDK1.1.8C"

launch the tool
---------------
/home/jsl 4 % java javasoft.sqe.javatest.tool.Main
ld.so.1: /home/jsl/jdk/jdk1.1.8/solaris/bin/sparc/green_threads/java: fatal: relocation error: symbol not found: XtGetKeyboardFocusWidget: referenced in /home/jsl/jdk/jdk1.1.8/solaris/lib/sparc/green_threads/libawt.so (libawt.so)
java.lang.UnsatisfiedLinkError: no awt in shared library path
        at java.lang.Runtime.loadLibrary(Runtime.java)
        at java.lang.System.loadLibrary(System.java)
        at 
        at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:394)
        at java.awt.Window.getToolkit(Window.java:231)
        at java.awt.Frame.addNotify(Frame.java:203)
        at java.awt.Window.pack(Window.java:124)
        at javasoft.sqe.javatest.tool.Startup.<init>(Startup.java:37)
        at javasoft.sqe.javatest.tool.Main.showTool(Main.java:188)
        at javasoft.sqe.javatest.tool.Main.go(Main.java:138)
        at javasoft.sqe.javatest.Main.run(Main.java:104)
        at javasoft.sqe.javatest.tool.Main.main(Main.java:58)

This only happens on solaris 2.5.1.

this does not happen with jdk117u or previous fcs releases.

this problem does not occur in jdk118b.
john.s.lee@Eng 1998-12-04

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: 1.1.8 FIXED IN: 1.1.8 INTEGRATED IN: 1.1.8 VERIFIED IN: 1.1.8
14-06-2004

EVALUATION will commit to 1.1.8. lara.bunni@Eng 1998-12-03 This seems to be caused by 4157017 fix which uses XtGetKeyboardFocusWidget() that does not exist in the Xt lib on 2.5.1. xianfa.deng@Eng 1998-12-08 Fixed in 1.1.8. xianfa.deng@Eng 1999-01-14 this bug verified as fixed in jdk118f. john.s.lee@Eng 1999-01-25
08-12-1998