This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 1578

Summary: IOException in Output tab of executed app
Product: platform Reporter: Jon Koplin <jkoplin>
Component: -- Other --Assignee: Jon Koplin <jkoplin>
Status: CLOSED INVALID    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jon Koplin 1999-04-24 00:52:24 UTC
rite a simple Java app, e.g. "Hello World".  It prints one line and then exits (i.e. System.out.println( "Hello, World!" );

The execution window has line where you can type input to the program.  If you type in that line after running a Hello World (i.e. type into it when the program has terminated) you get the above excep
tion.


java.io.IOException: Read end dead
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Compiled Code)
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Exception.<init>(Compiled Code)
        at java.io.IOException.<init>(Compiled Code)
        at java.io.PipedReader.receive(Compiled Code)
        at java.io.PipedReader.receive(Compiled Code)
        at java.io.PipedWriter.write(PipedWriter.java:124)
        at java.io.Writer.write(Writer.java:154)
        at java.io.Writer.write(Compiled Code)
        at com.netbeans.developer.impl.output.OutputTab$1.actionPerformed(OutputTab.java:128)
        at javax.swing.JTextField.fireActionPerformed(Compiled Code)
        at javax.swing.JTextField.postActionEvent(JTextField.java:443)
        at javax.swing.JTextField$NotifyAction.actionPerformed(JTextField.java:537)
        at javax.swing.text.JTextComponent.mapEventToAction(Compiled Code)
        at javax.swing.text.JTextComponent.processComponentKeyEvent(Compiled Code)
        at javax.swing.JComponent.processKeyEvent(Compiled Code)
        at java.awt.Component.processEvent(Compiled Code)
        at java.awt.Container.processEvent(Compiled Code)
        at java.awt.Component.dispatchEventImpl(Compiled Code)
        at java.awt.Container.dispatchEventImpl(Compiled Code)

        at java.awt.Component.dispatchEvent(Compiled Code)
        at java.awt.LightweightDispatcher.processKeyEvent(Compiled Code)
        at java.awt.LightweightDispatcher.dispatchEvent(Compiled Code)
        at java.awt.Container.dispatchEventImpl(Compiled Code)
Comment 1 Marek Grummich 2000-07-25 09:18:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 14:54:41 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.
Comment 3 Quality Engineering 2003-07-02 15:16:43 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.