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

NPE pasting unprintable chars into text boxes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • 1.0_build36
    • core-libs
    • None

      By mistake I pasted some UTF-8 data into a text box of the console and got a nasty error. I suspect this happens with all server consoles though, not just IdSync.

      The data was ???lin?? ?ndr??

      Exception occurred during event dispatching:
      java.lang.NullPointerException
              at sun.io.ByteToCharCOMPOUND_TEXT.flushConverter(ByteToCharCOMPOUND_TEXT.java:655)
              at sun.io.ByteToCharCOMPOUND_TEXT.nonStandardBytes(ByteToCharCOMPOUND_TEXT.java:280)
              at sun.io.ByteToCharCOMPOUND_TEXT.handleByte(ByteToCharCOMPOUND_TEXT.java:128)
              at sun.io.ByteToCharCOMPOUND_TEXT.convert(ByteToCharCOMPOUND_TEXT.java:112)
              at sun.nio.cs.StreamDecoder$ConverterSD.convertInto(StreamDecoder.java:245)
              at sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java:295)
              at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:180)
              at java.io.InputStreamReader.read(InputStreamReader.java:167)
              at java.io.BufferedReader.fill(BufferedReader.java:136)
              at java.io.BufferedReader.read(BufferedReader.java:157)
              at sun.awt.datatransfer.DataTransferer$ReencodingInputStream.read(DataTransferer.java:1704)
              at java.io.InputStream.read(InputStream.java:162)
              at java.io.InputStream.read(InputStream.java:88)
              at sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java:283)
              at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:180)
              at java.io.InputStreamReader.read(InputStreamReader.java:167)
              at javax.swing.plaf.basic.BasicTextUI$TextTransferHandler.handleReaderImport(BasicTextUI.java:2147)
              at javax.swing.plaf.basic.BasicTextUI$TextTransferHandler.importData(BasicTextUI.java:2304)
              at javax.swing.text.DefaultCaret.mouseClicked(DefaultCaret.java:318)
              at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:208)
              at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:207)
              at java.awt.Component.processMouseEvent(Component.java:5096)
              at java.awt.Component.processEvent(Component.java:4890)
              at java.awt.Container.processEvent(Container.java:1566)
              at java.awt.Component.dispatchEventImpl(Component.java:3598)
              at java.awt.Container.dispatchEventImpl(Container.java:1623)
              at java.awt.Component.dispatchEvent(Component.java:3439)
              at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3450)
              at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3174)
              at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3095)
              at java.awt.Container.dispatchEventImpl(Container.java:1609)
              at java.awt.Window.dispatchEventImpl(Window.java:1585)
              at java.awt.Component.dispatchEvent(Component.java:3439)
              at java.awt.EventQueue.dispatchEvent(EventQueue.java:450)
              at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
              at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
              at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:140)
              at java.awt.Dialog.show(Dialog.java:538)
              at com.netscape.management.client.util.AbstractDialog.show(Unknown Source)
              at com.netscape.management.client.util.AbstractDialog.showModal(Unknown Source)
              at com.sun.directory.wps.ui.gui.view.WindowsCreationAttributesView$WindowsCreationDefaultsPanel.editCreationAttribute(WindowsCreationAttributesView.java:687)
              at com.sun.directory.wps.ui.gui.view.WindowsCreationAttributesView$WindowsCreationDefaultsPanel.specifyCreationAttribute(WindowsCreationAttributesView.java:634)
              at com.sun.directory.wps.ui.gui.view.WindowsCreationAttributesView$WindowsCreationDefaultsPanel.access$100(WindowsCreationAttributesView.java:431)
              at com.sun.directory.wps.ui.gui.view.WindowsCreationAttributesView$3.actionPerformed(WindowsCreationAttributesView.java:554)
              at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1764)
              at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1817)
              at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:419)
              at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257)
              at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
              at java.awt.Component.processMouseEvent(Component.java:5093)
              at java.awt.Component.processEvent(Component.java:4890)
              at java.awt.Container.processEvent(Container.java:1566)
              at java.awt.Component.dispatchEventImpl(Component.java:3598)
              at java.awt.Container.dispatchEventImpl(Container.java:1623)
              at java.awt.Component.dispatchEvent(Component.java:3439)
              at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3450)
              at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3165)
              at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3095)
              at java.awt.Container.dispatchEventImpl(Container.java:1609)
              at java.awt.Window.dispatchEventImpl(Window.java:1585)
              at java.awt.Component.dispatchEvent(Component.java:3439)
              at java.awt.EventQueue.dispatchEvent(EventQueue.java:450)
              at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
              at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
              at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:140)
              at java.awt.Dialog.show(Dialog.java:538)
              at com.netscape.management.client.util.AbstractDialog.show(Unknown Source)
              at com.netscape.management.client.util.AbstractDialog.showModal(Unknown Source)
              at com.sun.directory.wps.ui.gui.view.WindowsCreationAttributesView.specifyCreationAttributes(WindowsCreationAttributesView.java:59)
              at com.sun.directory.wps.ui.gui.view.CreationFlowView$3.actionPerformed(CreationFlowView.java:158)
              at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1764)
              at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1817)
              at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:419)
              at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257)
              at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
              at java.awt.Component.processMouseEvent(Component.java:5093)
              at java.awt.Component.processEvent(Component.java:4890)
              at java.awt.Container.processEvent(Container.java:1566)
              at java.awt.Component.dispatchEventImpl(Component.java:3598)
              at java.awt.Container.dispatchEventImpl(Container.java:1623)
              at java.awt.Component.dispatchEvent(Component.java:3439)
              at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3450)
              at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3165)
              at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3095)
              at java.awt.Container.dispatchEventImpl(Container.java:1609)
              at java.awt.Window.dispatchEventImpl(Window.java:1585)
              at java.awt.Component.dispatchEvent(Component.java:3439)
              at java.awt.EventQueue.dispatchEvent(EventQueue.java:450)
              at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
              at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
              at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
              at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
              at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)

      ###@###.### 2003-10-08
      ###@###.### 2004-01-23

            sherman Xueming Shen
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: