-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
None
-
1.4.1
-
sparc
-
solaris_8
Name: pa48320 Date: 04/12/2002
Trying to run Oracle Applications on solaris using JDK1.4.1 build6
Got the exception below:
java.io.IOException: Failed to get selection targets
at sun.awt.datatransfer.ClipboardTransferable.getClipboardFormats(Native Method)
at sun.awt.datatransfer.ClipboardTransferable.<init>(ClipboardTransferable.java:64)
at sun.awt.datatransfer.SunClipboard.getContents(SunClipboard.java:80)
at oracle.forms.handler.ComponentItem.focusGained(Unknown Source)
at oracle.forms.handler.TextComponentItem.focusGained(Unknown Source)
at oracle.forms.handler.TextFieldItem.focusGained(Unknown Source)
at java.awt.Component.processFocusEvent(Component.java:4983)
at oracle.ewt.lwAWT.LWComponent.processFocusEvent(Unknown Source)
at oracle.ewt.lwAWT.lwText.LWTextComponent.processFocusEvent(Unknown Source)
at oracle.ewt.lwAWT.lwText.LWTextField.processFocusEvent(Unknown Source)
at java.awt.Component.processEvent(Component.java:4868)
at java.awt.Container.processEvent(Container.java:1525)
at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
at oracle.ewt.lwAWT.lwText.LWTextComponent.processEventImpl(Unknown Source)
at oracle.ewt.lwAWT.lwText.LWTextField.processEventImpl(Unknown Source)
at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Component.java:3585)
at java.awt.Container.dispatchEventImpl(Container.java:1582)
at java.awt.Component.dispatchEvent(Component.java:3426)
at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1700)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:703)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:406)
at java.awt.Component.dispatchEventImpl(Component.java:3455)
at java.awt.Container.dispatchEventImpl(Container.java:1582)
at java.awt.Component.dispatchEvent(Component.java:3426)
at java.awt.KeyboardFocusManager.retargetFocusEvent(KeyboardFocusManager.java:2392)
at java.awt.Component.dispatchEventImpl(Component.java:3450)
at java.awt.Container.dispatchEventImpl(Container.java:1582)
at java.awt.Component.dispatchEvent(Component.java:3426)
at java.awt.KeyboardFocusManager.processSynchronousLightweightTransfer(KeyboardFocusManager.java:2063)
at sun.awt.motif.MComponentPeer.processSynchronousLightweightTransfer(Native Method)
at sun.awt.motif.MComponentPeer.requestFocus(MComponentPeer.java:440)
at java.awt.Component.requestFocusHelper(Component.java:6091)
at java.awt.Component.requestFocus(Component.java:5920)
at oracle.ewt.lwAWT.AbstractButton.requestFocus(Unknown Source)
at oracle.forms.handler.DialogThread.doAlert(Unknown Source)
at oracle.forms.handler.DialogThread.run(Unknown Source)
at java.lang.Thread.run(Thread.java:536)
--------------------------------------
Does not happen on windows.
(Review ID: 145309)
======================================================================
- relates to
-
JDK-6421652 Problem run java applet apps with JRE 1.5.0_01, JRE 1.5.0_07 in Solaris 10 environment
- Closed