Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6421652

Problem run java applet apps with JRE 1.5.0_01, JRE 1.5.0_07 in Solaris 10 environment

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P2
    • 5.0u12
    • 5.0u1
    • client-libs
    • None
    • sparc
    • solaris_10

    Description

      Background
      ========
      APAC and EMEA has implemented Oracle Financials 11i and went live in 2001/2002.

      Oracle application is mainly developed from Oracle developer 6i development toolkit, which produce java applet applications.

      Normally, Oracle provide a plug in called Jinitiator which is based on JRE 1.3.1. This Jinitiator will only run in PC Windows. Oracle does not provide support to any non Window client.

      This forced Sun (on Solaris) to use standard JRE plug in to Mozilla browser.

      During 2001/2002, we had a lot of issue with the old JRE plug in 1.4.0_01 build 2 or prior.
      The symptom was from the client side (user), after using the app for about 15 mins, eventually, it will lose mouse click focus (can't land cursor on a field). Tab key will work.

      Sun java engineering team (headed by Jim Melvin) worked with Oracle team, and eventually solved the problem with JRE 1.4.0_01 build 3)

      Since then, Sun has got thru new version of JRE 1.4.x (on Solaris 8 and 9), and we have never seen the problem (lost focus) re-occur in both EMEA and APAC for the last 4 years).


      New problem with Sunray JDS 3.0 upgrade
      ==============================
       A number of offices in APACA, EMEA and US have been upgraded to JDS 3.0 on Sunray since Monday 13th March, and as I am based in Sydney, I have been able to identified the root cause about the known issues about Oracle Financials 11i running in Mozilla 1.7. In fact, it turns out that Suntea suffers the similar problems, and I also received confirmation from one of the engineer in Java software team regarding a known bug in JRE 1.5.0_01 which leads me to believe all issues are contributed from the JRE java plugin associated with Mozilla 1.7 in the JDS 3.0 rollout. Please also note that the exact same event/problem occurs in EMEA sunray and EMEA 11i instance as well.

      JDS 3.0 configration
      ---------------------
      Solaris 10,
      Mozilla 1.7,
      JRE 1.5.0_01-b08

      Symptoms - Oracle Financials 11i
      -----------------------------------
      At random, when user navigate thru the 11i screens doing both mouse click and keyboard data entry, screen form will stop responding to mouse click on screen buttons while typing is still possible. The user can not change screen, can not exit from screen. This condition can also be triggered consistently by doing copy from staroffice spreadsheet and paste to 11i screen. The pasting would not occur, and the screen will then get to the above condition.

      Symptoms - Suntea
      --------------------
      Randomly, after user invokes the suntea login screen by typing suntea.singapore, the SunID and password fields does not accept any input. User also can not quit the login form. On other occassion, at random, while user is doing data entry in suntea screen (Audit forms), suntea screen will stop accepting keyboard entry, but screen forms navigation is still possible to go from one screen to another.

      Other apps
      -----------
      There are reported incident with a couple other applications experience similar symptoms, and they are also applet based application. This includes Sun professional service timecard app and CAMS. I haven't done any failure analysis on that, so I can't confirm if this is same issue or not.

      Application in common
      -----------------------
      Both Oracle Financials 11i and Suntea use AWT java components on client side.

      Known issues in JRE 1.5.0_01
      -------------------------------

      According to ###@###.###


      "This problem is related to a bug in earlier version of
      JRE 1.5.0_01/1.5.0_02. It was fixed in 1.5.0_03-b07 moving forward.
      I suggest you to use the latest 1.5.0_07 build (for 1.5.0_xx train), and
      your problem will go away. This may also help you with the hang problem
      in your Oracle Financails 11i application.


      For your information, here's the related bug:
      5095117: [Cinnabar17] On X86, suntea login page can't be input

      Hope it helps. And please use JRE 1.5.0_07.


      Jim Pang's conclusion
      ----------------------
      Based on the above information, the problems exhibited in Oracle 11i and Suntea would be contributed by the known bug in JRE 1.5.0_01. The bug may well affect all other applications written in java (client) using AWT components.


      Another attempt with JRE 1.5.0_07, but still problem with slightly different symptoms
      --------------------------------------------------------------------------------------
      In mid April 2006, we have tried another attempt using the following combination of Sunray.

      JDS 3.0 configration
      ---------------------
      Solaris 10,
      Mozilla 1.7,
      JRE 1.5.0_07 (current build)

      However, still problem

      The symptoms did surface differently when using Oracle 11i. (haven't tried much on Suntea and other apps)

      Here are the symptoms.

      o Occassionally, mouse click on a field didn't land the cursor on the field, use TAB keys to navigate to the field is fine.

      o When user typing thing on a pop up window field, nothing appear on the screen. However, if mouse click to another window (outside 11i), and then click 11i window again, the data that the users just typed will appear.

      o When problem occur, java console logs some errors. I will send the error log to Hung Nguyen after this email.

      o In one occassion, an application window pop up with two button for user to choose OK or Cancel, the OK button work, but if click on Cancel button, nothing happened.

      o When the above problem occur (mouse click on a field, but didn't really land the cursor), user can still click the 'x' quit button on window top right to quit the window (previous problem with 1.5.0_01, when problem occur, mouse click anything won't respond.

      o On some screen forms where there are enterable data field and buttons, mouse click to button has no respond, but mouse click to data field will land the cursor there, and user can type. (again, previous 1.5.0_01 problem would fail mouse click on anything on the form)

      o For one user having problem on a particulary screen/field/action, another user does not have the same problem performing the same action.

      o When the problem occur, it will continue to occur until quit the browser.

      o For the user having the problem, simply quit the browser, restart the app, hence re-launch java runtime, then no problem for many hours.


      Sample Java console error log when problem occur (JRE 1.5.0_01) - also JRE 1.5.0_07 shown after this
      =============================================
      Exception in thread "AWT-EventQueue-2" java.lang.NoClassDefFoundError
          at sun.awt.motif.MDataTransferer.getPlatformMappingsForNative(MDataTransferer.java:263)
          at java.awt.datatransfer.SystemFlavorMap.nativeToFlavorLookup(SystemFlavorMap.java:485)
          at java.awt.datatransfer.SystemFlavorMap.getFlavorsForNative(SystemFlavorMap.java:780)
          at sun.awt.datatransfer.DataTransferer.getFlavorsForFormats(DataTransferer.java:830)
          at sun.awt.datatransfer.ClipboardTransferable.<init>(ClipboardTransferable.java:72)
          at sun.awt.datatransfer.SunClipboard.getContents(SunClipboard.java:130)
          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:5377)
          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:5244)
          at java.awt.Container.processEvent(Container.java:1966)
          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:3955)
          at java.awt.Container.dispatchEventImpl(Container.java:2024)
          at java.awt.Component.dispatchEvent(Component.java:3803)
          at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1810)
          at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:827)
          at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:478)
          at java.awt.Component.dispatchEventImpl(Component.java:3841)
          at java.awt.Container.dispatchEventImpl(Container.java:2024)
          at java.awt.Component.dispatchEvent(Component.java:3803)
          at java.awt.KeyboardFocusManager.processSynchronousLightweightTransfer(KeyboardFocusManager.java:2196)
          at sun.awt.motif.MComponentPeer.processSynchronousLightweightTransfer(Native Method)
          at sun.awt.motif.MComponentPeer.requestFocus(MComponentPeer.java:523)
          at java.awt.Component.requestFocusHelper(Component.java:6567)
          at java.awt.Component.requestFocus(Component.java:6370)
          at oracle.ewt.lwAWT.lwText.LWTextComponent.requestFocus(Unknown Source)
          at oracle.ewt.lwAWT.lwText.LWTextField.processMouseEvent(Unknown Source)
          at java.awt.Component.processEvent(Component.java:5253)
          at java.awt.Container.processEvent(Container.java:1966)
          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.event.tracking.GlassMouseGrabProvider$Disp._redispatchEvent(Unknown Source)
          at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp.mousePressed(Unknown Source)
          at java.awt.Component.processMouseEvent(Component.java:5485)
          at oracle.ewt.lwAWT.LWComponent.processMouseEvent(Unknown Source)
          at java.awt.Component.processEvent(Component.java:5253)
          at java.awt.Container.processEvent(Container.java:1966)
          at oracle.ewt.lwAWT.LWComponent.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:3955)
          at java.awt.Container.dispatchEventImpl(Container.java:2024)
          at java.awt.Component.dispatchEvent(Component.java:3803)
          at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
          at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3889)
          at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
          at java.awt.Container.dispatchEventImpl(Container.java:2010)
          at java.awt.Window.dispatchEventImpl(Window.java:1766)
          at java.awt.Component.dispatchEvent(Component.java:3803)
          at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
          at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
          at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
          at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
          at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
          at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
      Exception in thread "AWT-EventQueue-2" java.lang.NoClassDefFoundError
          at sun.awt.motif.MDataTransferer.getPlatformMappingsForNative(MDataTransferer.java:263)
          at java.awt.datatransfer.SystemFlavorMap.nativeToFlavorLookup(SystemFlavorMap.java:485)
          at java.awt.datatransfer.SystemFlavorMap.getFlavorsForNative(SystemFlavorMap.java:780)
          at sun.awt.datatransfer.DataTransferer.getFlavorsForFormats(DataTransferer.java:830)
          at sun.awt.datatransfer.ClipboardTransferable.<init>(ClipboardTransferable.java:72)
          at sun.awt.datatransfer.SunClipboard.getContents(SunClipboard.java:130)
          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:5377)
          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:5244)
          at java.awt.Container.processEvent(Container.java:1966)
          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:3955)
          at java.awt.Container.dispatchEventImpl(Container.java:2024)
          at java.awt.Component.dispatchEvent(Component.java:3803)
          at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1810)
          at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:827)
          at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:478)
          at java.awt.Component.dispatchEventImpl(Component.java:3841)
          at java.awt.Container.dispatchEventImpl(Container.java:2024)
          at java.awt.Component.dispatchEvent(Component.java:3803)
          at java.awt.KeyboardFocusManager.processSynchronousLightweightTransfer(KeyboardFocusManager.java:2196)
          at sun.awt.motif.MComponentPeer.processSynchronousLightweightTransfer(Native Method)
          at sun.awt.motif.MComponentPeer.requestFocus(MComponentPeer.java:523)
          at java.awt.Component.requestFocusHelper(Component.java:6567)
          at java.awt.Component.requestFocus(Component.java:6370)
          at oracle.ewt.lwAWT.lwText.LWTextComponent.requestFocus(Unknown Source)
          at oracle.ewt.lwAWT.lwText.LWTextField.processMouseEvent(Unknown Source)
          at java.awt.Component.processEvent(Component.java:5253)
          at java.awt.Container.processEvent(Container.java:1966)
          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.event.tracking.GlassMouseGrabProvider$Disp._redispatchEvent(Unknown Source)
          at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp.mousePressed(Unknown Source)
          at java.awt.Component.processMouseEvent(Component.java:5485)
          at oracle.ewt.lwAWT.LWComponent.processMouseEvent(Unknown Source)
          at java.awt.Component.processEvent(Component.java:5253)
          at java.awt.Container.processEvent(Container.java:1966)
          at oracle.ewt.lwAWT.LWComponent.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:3955)
          at java.awt.Container.dispatchEventImpl(Container.java:2024)
          at java.awt.Component.dispatchEvent(Component.java:3803)
          at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
          at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3889)
          at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
          at java.awt.Container.dispatchEventImpl(Container.java:2010)
          at java.awt.Window.dispatchEventImpl(Window.java:1766)
          at java.awt.Component.dispatchEvent(Component.java:3803)
          at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
          at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
          at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
          at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
          at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
          at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
      Exception in thread "AWT-EventQueue-2" java.lang.NoClassDefFoundError
          at sun.awt.motif.MDataTransferer.getPla
      Reposting the java console error messages for both JRE 1.5.0_01 as the previous description was truncated off due to buffer size of copy and paste.

      (my next note will have the JRE 1.5.0_07 error message)


      Sample Java console error log when problem occur (JRE 1.5.0_01)
      ===============================================================
      Exception in thread "AWT-EventQueue-2" java.lang.NoClassDefFoundError
          at sun.awt.motif.MDataTransferer.getPlatformMappingsForNative(MDataTransferer.java:263)
          at java.awt.datatransfer.SystemFlavorMap.nativeToFlavorLookup(SystemFlavorMap.java:485)
          at java.awt.datatransfer.SystemFlavorMap.getFlavorsForNative(SystemFlavorMap.java:780)
          at sun.awt.datatransfer.DataTransferer.getFlavorsForFormats(DataTransferer.java:830)
          at sun.awt.datatransfer.ClipboardTransferable.<init>(ClipboardTransferable.java:72)
          at sun.awt.datatransfer.SunClipboard.getContents(SunClipboard.java:130)
          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:5377)
          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:5244)
          at java.awt.Container.processEvent(Container.java:1966)
          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:3955)
          at java.awt.Container.dispatchEventImpl(Container.java:2024)
          at java.awt.Component.dispatchEvent(Component.java:3803)
          at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1810)
          at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:827)
          at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:478)
          at java.awt.Component.dispatchEventImpl(Component.java:3841)
          at java.awt.Container.dispatchEventImpl(Container.java:2024)
          at java.awt.Component.dispatchEvent(Component.java:3803)
          at java.awt.KeyboardFocusManager.processSynchronousLightweightTransfer(KeyboardFocusManager.java:2196)
          at sun.awt.motif.MComponentPeer.processSynchronousLightweightTransfer(Native Method)
          at sun.awt.motif.MComponentPeer.requestFocus(MComponentPeer.java:523)
          at java.awt.Component.requestFocusHelper(Component.java:6567)
          at java.awt.Component.requestFocus(Component.java:6370)
          at oracle.ewt.lwAWT.lwText.LWTextComponent.requestFocus(Unknown Source)
          at oracle.ewt.lwAWT.lwText.LWTextField.processMouseEvent(Unknown Source)
          at java.awt.Component.processEvent(Component.java:5253)
          at java.awt.Container.processEvent(Container.java:1966)
          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.event.tracking.GlassMouseGrabProvider$Disp._redispatchEvent(Unknown Source)
          at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp.mousePressed(Unknown Source)
          at java.awt.Component.processMouseEvent(Component.java:5485)
          at oracle.ewt.lwAWT.LWComponent.processMouseEvent(Unknown Source)
          at java.awt.Component.processEvent(Component.java:5253)
          at java.awt.Container.processEvent(Container.java:1966)
          at oracle.ewt.lwAWT.LWComponent.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:3955)
          at java.awt.Container.dispatchEventImpl(Container.java:2024)
          at java.awt.Component.dispatchEvent(Component.java:3803)
          at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
          at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3889)
          at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
          at java.awt.Container.dispatchEventImpl(Container.java:2010)
          at java.awt.Window.dispatchEventImpl(Window.java:1766)
          at java.awt.Component.dispatchEvent(Component.java:3803)
          at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
          at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
          at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
          at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
          at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
          at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
      Exception in thread "AWT-EventQueue-2" java.lang.NoClassDefFoundError
          at sun.awt.motif.MDataTransferer.getPlatformMappingsForNative(MDataTransferer.java:263)
          at java.awt.datatransfer.SystemFlavorMap.nativeToFlavorLookup(SystemFlavorMap.java:485)
          at java.awt.datatransfer.SystemFlavorMap.getFlavorsForNative(SystemFlavorMap.java:780)
          at sun.awt.datatransfer.DataTransferer.getFlavorsForFormats(DataTransferer.java:830)
          at sun.awt.datatransfer.ClipboardTransferable.<init>(ClipboardTransferable.java:72)
          at sun.awt.datatransfer.SunClipboard.getContents(SunClipboard.java:130)
          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:5377)
          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:5244)
          at java.awt.Container.processEvent(Container.java:1966)
          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:3955)
          at java.awt.Container.dispatchEventImpl(Container.java:2024)
          at java.awt.Component.dispatchEvent(Component.java:3803)
          at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1810)
          at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:827)
          at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:478)
          at java.awt.Component.dispatchEventImpl(Component.java:3841)
          at java.awt.Container.dispatchEventImpl(Container.java:2024)
          at java.awt.Component.dispatchEvent(Component.java:3803)
          at java.awt.KeyboardFocusManager.processSynchronousLightweightTransfer(KeyboardFocusManager.java:2196)
          at sun.awt.motif.MComponentPeer.processSynchronousLightweightTransfer(Native Method)
          at sun.awt.motif.MComponentPeer.requestFocus(MComponentPeer.java:523)
          at java.awt.Component.requestFocusHelper(Component.java:6567)
          at java.awt.Component.requestFocus(Component.java:6370)
          at oracle.ewt.lwAWT.lwText.LWTextComponent.requestFocus(Unknown Source)
          at oracle.ewt.lwAWT.lwText.LWTextField.processMouseEvent(Unknown Source)
          at java.awt.Component.processEvent(Component.java:5253)
          at java.awt.Container.processEvent(Container.java:1966)
          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.event.tracking.GlassMouseGrabProvider$Disp._redispatchEvent(Unknown Source)
          at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp.mousePressed(Unknown Source)
          at java.awt.Component.processMouseEvent(Component.java:5485)
          at oracle.ewt.lwAWT.LWComponent.processMouseEvent(Unknown Source)
          at java.awt.Component.processEvent(Component.java:5253)
          at java.awt.Container.processEvent(Container.java:1966)
          at oracle.ewt.lwAWT.LWComponent.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:3955)
          at java.awt.Container.dispatchEventImpl(Container.java:2024)
          at java.awt.Component.dispatchEvent(Component.java:3803)
          at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
          at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3889)
          at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
          at java.awt.Container.dispatchEventImpl(Container.java:2010)
          at java.awt.Window.dispatchEventImpl(Window.java:1766)
          at java.awt.Component.dispatchEvent(Component.java:3803)
          at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
          at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
          at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
          at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
          at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
          at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
      Exception in thread "AWT-EventQueue-2" java.lang.NoClassDefFoundError
          at sun.awt.motif.MDataTransferer.getPlatformMappingsForNative(MDataTransferer.java:263)
          at java.awt.datatransfer.SystemFlavorMap.nativeToFlavorLookup(SystemFlavorMap.java:485)
          at java.awt.datatransfer.SystemFlavorMap.getFlavorsForNative(SystemFlavorMap.java:780)
          at sun.awt.datatransfer.DataTransferer.getFlavorsForFormats(DataTransferer.java:830)
          at sun.awt.datatransfer.ClipboardTransferable.<init>(ClipboardTransferable.java:72)
          at sun.awt.datatransfer.SunClipboard.getContents(SunClipboard.java:130)
          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:5377)
          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:5244)
          at java.awt.Container.processEvent(Container.java:1966)
          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:3955)
          at java.awt.Container.dispatchEventImpl(Container.java:2024)
          at java.awt.Component.dispatchEvent(Component.java:3803)
          at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1810)
          at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:827)
          at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:478)
          at java.awt.Component.dispatchEventImpl(Component.java:3841)
          at java.awt.Container.dispatchEventImpl(Container.java:2024)
          at java.awt.Component.dispatchEvent(Component.java:3803)
          at java.awt.KeyboardFocusManager.processSynchronousLightweightTransfer(KeyboardFocusManager.java:2196)
          at sun.awt.motif.MComponentPeer.processSynchronousLightweightTransfer(Native Method)
          at sun.awt.motif.MComponentPeer.requestFocus(MComponentPeer.java:523)
          at java.awt.Component.requestFocusHelper(Component.java:6567)
          at java.awt.Component.requestFocus(Component.java:6370)
          at oracle.ewt.lwAWT.lwText.LWTextComponent.requestFocus(Unknown Source)
          at oracle.ewt.lwAWT.lwText.LWTextField.processMouseEvent(Unknown Source)
          at java.awt.Component.processEvent(Component.java:5253)
          at java.awt.Container.processEvent(Container.java:1966)
          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.event.tracking.GlassMouseGrabProvider$Disp._redispatchEvent(Unknown Source)
          at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp.mousePressed(Unknown Source)
          at java.awt.Component.processMouseEvent(Component.java:5485)
          at oracle.ewt.lwAWT.LWComponent.processMouseEvent(Unknown Source)
          at java.awt.Component.processEvent(Component.java:5253)
          at java.awt.Container.processEvent(Container.java:1966)
          at oracle.ewt.lwAWT.LWComponent.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:3955)
          at java.awt.Container.dispatchEventImpl(Container.java:2024)
          at java.awt.Component.dispatchEvent(Component.java:3803)
          at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
          at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3889)
          at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)

      Forms Applet version is : 60818
      /usr/share/themes/Simple/gtk-2.0/gtkrc:50: Engine "thinice" is unsupported, ignoring
      /usr/share/themes/Simple/gtk-2.0/gtkrc:57: Engine "redmond95" is unsupported, ignoring
      /usr/share/themes/Simple/gtk-2.0/gtkrc:61: Engine "redmond95" is unsupported, ignoring
      com.sun.java.swing.plaf.gtk.GTKLookAndFeel/icons/Inform.gif not found.
      /usr/share/themes/Simple/gtk-2.0/gtkrc:50: Engine "thinice" is unsupported, ignoring
      /usr/share/themes/Simple/gtk-2.0/gtkrc:57: Engine "redmond95" is unsupported, ignoring
      /usr/share/themes/Simple/gtk-2.0/gtkrc:61: Engine "redmond95" is unsupported, ignoring
      java.awt.IllegalComponentStateException: This component must have a parent in order to determine its locale
         at java.awt.Component.getLocale(Component.java:1569)
         at java.awt.Component.getLocale(Component.java:1571)
         at java.applet.Applet.getLocale(Applet.java:340)
         at b.c(DashoA8378)
         at COM.sun.ir.suntea.client.SunteaApplet.a(DashoA8378)
         at b.init(DashoA8378)
         at COM.sun.ir.suntea.client.SunteaApplet.init(DashoA8378)
         at sun.applet.AppletPanel.run(AppletPanel.java:373)
         at java.lang.Thread.run(Thread.java:595)
      /usr/share/themes/Simple/gtk-2.0/gtkrc:50: Engine "thinice" is unsupported, ignoring
      /usr/share/themes/Simple/gtk-2.0/gtkrc:57: Engine "redmond95" is unsupported, ignoring
      /usr/share/themes/Simple/gtk-2.0/gtkrc:61: Engine "redmond95" is unsupported, ignoring
      Memory: 26,760K Free: 12,587K (47%) ... completed.
      Sample Java console error log when problem occur (JRE 1.5.0_07)
      =============================================

      Exception in thread "AWT-EventQueue-5" java.lang.ClassCastException:
      java.util.Vector
         at oracle.forms.engine.KeyBinder.getKeySequence(Unknown Source)
         at oracle.apps.fnd.ui.AOLKey.hasKeyBindings(AOLKey.java:144)
         at oracle.apps.fnd.ui.AOLKey.canGenerallyMoveFocus(AOLKey.java:384)
         at
      oracle.apps.fnd.ui.CommonDialog.handleKeyEventFragments(CommonDialog.java:1522)
         at
      oracle.apps.fnd.ui.FormButton.handleKeyEventFragments(FormButton.java:169)
         at oracle.apps.fnd.ui.FormButton.keyTyped(FormButton.java:289)
         at java.awt.Component.processKeyEvent(Unknown Source)
         at oracle.ewt.lwAWT.AbstractButton.processKeyEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
         at oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown
      Source)
         at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown
      Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
      Exception in thread "AWT-EventQueue-5" java.lang.ClassCastException:
      java.util.Vector
         at oracle.forms.engine.KeyBinder.getKeySequence(Unknown Source)
         at oracle.apps.fnd.ui.AOLKey.hasKeyBindings(AOLKey.java:144)
         at oracle.apps.fnd.ui.AOLKey.canGenerallyMoveFocus(AOLKey.java:384)
         at
      oracle.apps.fnd.ui.CommonDialog.handleKeyEventFragments(CommonDialog.java:1522)
         at
      oracle.apps.fnd.ui.FormButton.handleKeyEventFragments(FormButton.java:169)
         at oracle.apps.fnd.ui.FormButton.keyReleased(FormButton.java:307)
         at java.awt.Component.processKeyEvent(Unknown Source)
         at oracle.ewt.lwAWT.AbstractButton.processKeyEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
         at oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown
      Source)
         at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown
      Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
      Exception in thread "AWT-EventQueue-5" java.lang.ClassCastException:
      java.util.Vector
         at oracle.forms.engine.KeyBinder.getKeySequence(Unknown Source)
         at oracle.apps.fnd.ui.AOLKey.hasKeyBindings(AOLKey.java:144)
         at oracle.apps.fnd.ui.AOLKey.canGenerallyMoveFocus(AOLKey.java:384)
         at
      oracle.apps.fnd.ui.CommonDialog.handleKeyEventFragments(CommonDialog.java:1522)
         at
      oracle.apps.fnd.ui.FormButton.handleKeyEventFragments(FormButton.java:169)
         at oracle.apps.fnd.ui.FormButton.keyReleased(FormButton.java:307)
         at java.awt.Component.processKeyEvent(Unknown Source)
         at oracle.ewt.lwAWT.AbstractButton.processKeyEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
         at oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown
      Source)
         at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown
      Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
      network: Connecting
      http://silver.singapore.sun.com:8000/OA_JAVA/oracle/ewt/alert/resource/AlertBundle_en_AU.class
      with proxy=HTTP @ webcache.aus.sun.com/129.158.96.34:8080
      network: Connecting
      http://silver.singapore.sun.com:8000/OA_JAVA/oracle/ewt/alert/resource/AlertBundle_en_AU.class
      with cookie "location=US; SUN_ID=129.147.158.22:153154895634610;
      gold_apfin11i=FB9406940851D51322848E1162ACC1AD;
      nfSettings=112%7CMET%7Cen%7C; basicEdition=NO"
      network: Connecting
      http://silver.singapore.sun.com:8000/OA_JAVA/oracle/ewt/alert/resource/AlertBundle_en_AU.properties
      with proxy=HTTP @ webcache.aus.sun.com/129.158.96.34:8080
      network: Connecting
      http://silver.singapore.sun.com:8000/OA_JAVA/oracle/ewt/alert/resource/AlertBundle_en_AU.properties
      with cookie "location=US; SUN_ID=129.147.158.22:153154895634610;
      gold_apfin11i=FB9406940851D51322848E1162ACC1AD;
      nfSettings=112%7CMET%7Cen%7C; basicEdition=NO"
      basic: Loaded image:
      http://silver.singapore.sun.com:8000/OA_JAVA/oracle/apps/media/afapps.gif
      basic: Loaded image:
      http://silver.singapore.sun.com:8000/OA_JAVA/oracle/apps/media/FNDIEROR.gif
      Exception in thread "AWT-EventQueue-5" java.lang.ClassCastException:
      java.util.Vector
         at oracle.forms.engine.KeyBinder.getKeySequence(Unknown Source)
         at oracle.apps.fnd.ui.AOLKey.hasKeyBindings(AOLKey.java:144)
         at oracle.apps.fnd.ui.AOLKey.canGenerallyMoveFocus(AOLKey.java:384)
         at
      oracle.apps.fnd.ui.CommonDialog.handleKeyEventFragments(CommonDialog.java:1522)
         at
      oracle.apps.fnd.ui.FormButton.handleKeyEventFragments(FormButton.java:169)
         at oracle.apps.fnd.ui.FormButton.keyTyped(FormButton.java:289)
         at java.awt.Component.processKeyEvent(Unknown Source)
         at oracle.ewt.lwAWT.AbstractButton.processKeyEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
         at oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown
      Source)
         at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown
      Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
      Exception in thread "AWT-EventQueue-5" java.lang.ClassCastException:
      java.util.Vector
         at oracle.forms.engine.KeyBinder.getKeySequence(Unknown Source)
         at oracle.apps.fnd.ui.AOLKey.hasKeyBindings(AOLKey.java:144)
         at oracle.apps.fnd.ui.AOLKey.canGenerallyMoveFocus(AOLKey.java:384)
         at
      oracle.apps.fnd.ui.CommonDialog.handleKeyEventFragments(CommonDialog.java:1522)
         at
      oracle.apps.fnd.ui.FormButton.handleKeyEventFragments(FormButton.java:169)
         at oracle.apps.fnd.ui.FormButton.keyReleased(FormButton.java:307)
         at java.awt.Component.processKeyEvent(Unknown Source)
         at oracle.ewt.lwAWT.AbstractButton.processKeyEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
         at oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown
      Source)
         at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown
      Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
      basic: Loaded image:
      http://silver.singapore.sun.com:8000/OA_JAVA/oracle/apps/media/afapps.gif
      basic: Loaded image:
      http://silver.singapore.sun.com:8000/OA_JAVA/oracle/apps/media/FNDIEROR.gif
      basic: Loaded image:
      http://silver.singapore.sun.com:8000/OA_JAVA/oracle/apps/media/afapps.gif
      basic: Loaded image:
      http://silver.singapore.sun.com:8000/OA_JAVA/oracle/apps/media/FNDIEROR.gif
      basic: Loaded image:
      http://silver.singapore.sun.com:8000/OA_JAVA/oracle/apps/media/afapps.gif
      basic: Loaded image:
      http://silver.singapore.sun.com:8000/OA_JAVA/oracle/apps/media/FNDIWARN.gif
      basic: New window ID: 0
      basic: Stopping applet ...
      basic: Finding information ...
      basic: Releasing classloader: sun.plugin.ClassLoaderInfo@40627c, refcount=0
      basic: Caching classloader: sun.plugin.ClassLoaderInfo@40627c
      basic: Current classloader cache size: 2
      basic: Done ...
      basic: Joining applet thread ...
      basic: Destroying applet ...
      basic: Disposing applet ...
      basic: Quiting applet ...
      basic: Joined applet thread ...
      basic: New window ID: a1d9d0
      basic: Value of xembed: 16777216
      basic: setWindow: call before applet exists:a1d9d0
      b

      Attachments

        Issue Links

          Activity

            People

              kbalasubsunw Kannan Balasubramanian (Inactive)
              duke J. Duke
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: