java.io.IOException: Stream closed
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 807593, 1 year ago
via Oracle Community by 843834, 1 year ago
via Oracle Community by 806557, 1 year ago
via Oracle Community by 807595, 1 year ago
via Oracle Community by 807594, 1 year ago
via Oracle Community by 807594, 1 year ago
java.io.IOException: Stream closed
at java.io.BufferedInputStream.ensureOpen(BufferedInputStream.java:120)
at java.io.BufferedInputStream.read(BufferedInputStream.java:270)
at sun.nio.cs.StreamDecoder$CharsetSD.readBytes(StreamDecoder.java:404)
at sun.nio.cs.StreamDecoder$CharsetSD.implRead(StreamDecoder.java:442)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:179)
at java.io.InputStreamReader.read(InputStreamReader.java:167)
at java.io.BufferedReader.fill(BufferedReader.java:136)
at java.io.BufferedReader.readLine(BufferedReader.java:299)
at java.io.BufferedReader.readLine(BufferedReader.java:362)
at java.util.Properties.load(Properties.java:192)
at org.apache.xalan.templates.OutputProperties.loadPropertiesFile(OutputProperties.java:212)
at org.apache.xalan.templates.OutputProperties.getDefaultMethodProperties(OutputProperties.java:320)
at org.apache.xalan.templates.OutputProperties.
(OutputProperties.java:130) at org.apache.xalan.templates.OutputProperties.
(OutputProperties.java:105) at org.apache.xalan.processor.ProcessorOutputElem.startElement(ProcessorOutputElem.java:231)
at org.apache.xalan.processor.StylesheetHandler.startElement(StylesheetHandler.java:656)
at org.apache.xml.utils.TreeWalker.startNode(TreeWalker.java:346)
at org.apache.xml.utils.TreeWalker.traverse(TreeWalker.java:167)
at org.apache.xalan.processor.TransformerFactoryImpl.processFromNode(TransformerFactoryImpl.java:225)
at org.apache.xalan.processor.TransformerFactoryImpl.processFromNode(TransformerFactoryImpl.java:324)
at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:868)
at org.apache.xalan.processor.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:750)
at CellNode.transferToHTML(CellNode.java:385)
at XPanelHTML.
(XPanelHTML.java:30) at XTabbedPane.
(XTabbedPane.java:19) at XMLEditorAPPLET.init(XMLEditorAPPLET.java:18)
at sun.applet.AppletPanel.run(AppletPanel.java:341)
at java.lang.Thread.run(Thread.java:536)