JDK-6465863 : oracle application hang with jre 1.5 with sun.awt.X11.XToolkit
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 5.0u7
  • Priority: P2
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: solaris_10
  • CPU: sparc
  • Submitted: 2006-08-31
  • Updated: 2014-02-27
  • Resolved: 2008-06-13
Related Reports
Relates :  
Description
Finance division in Sun Australia is running some Oracle tests.. They encounter oracle applicatoin hang when they open staroffice spreadsheet and cut and paste something in spreadsheet.

The problem can be consistently reporduced on my sunray in Sydney. I am attaching the steps to reproduce the problem to this bug as: suntea_oracle_duplication_steps
steps to reproduce are:
1. Launch Java ControlPanel:

/usr/jdk/instances/jdk1.5.0/jre/bin/ControlPanel

2. Go to "Java" tab, then push "View" button in "Java Applet Runtime Settings" group.

3. In "Java Runtime Parameters" text field type:

   -Dawt.toolkit=sun.awt.X11.XToolkit

4. Commit the change with "Ok".

5.Access the following URL from a mozilla browser:
http://steel.singapore.sun.com:8035/OA_HTML/US/ICXINDEX_APFINDEV_steel.htm

login: hh116528
passwd: gordon123

6. Fixed Assests Manager shows up:

7. Select View Financial Information --> Click Open.

8. Find Assests shows up:
Click -->  Find by Book.
Enter CORP_NZ  for Book
Click --> Find.

9. Assest shows up:
Select any row in there.

10. Open Staroffice spreadsheet:

11.Enter something in the columns

12. Do a cut and paste operation:

13. Go back to oracle: now you'll see that he oracle application is hung.

Comments
EVALUATION After a no. of discussions with the SunIT and PTS folks, it turns out that the problem is not reproduceable anymore. Jim Pang has given his consent to close out the escalation. It looks like after they pointed to the latest 5.0 jdk, the problem wasn't reproduceable anymore. Closing out the bug as not reproduceable.
13-06-2008

EVALUATION I looked through attached logs pstack_22826_..._hang. And looks like the logs does not contain any traces related to java clipboard.
02-02-2007

EVALUATION Looks like I can reproduce the problem on my Linux Gentoo host with Gnome as a window manager. I used 1.5.0u10 jre.
02-02-2007

EVALUATION based on the stack dump we have it is not a deadlock :( There are three possible reasons of the hang: 1. toolkit thread stops event processing for some reason (need to verify with logging) 2. Plugin tries to read something 3. the applet tries to read/write something to sockets
14-09-2006

EVALUATION acording to steps to reproduce, problem only occurs with -Dawt.toolkit=sun.awt.X11.XToolkit since problem does not occur with default toolkit, am reassigning to awt.
31-08-2006