[jbosstools-issues] [JBoss JIRA] (JBIDE-22153) Closing log of a pod throws an exception

Marián Labuda (JIRA) issues at jboss.org
Mon Apr 11 07:25:00 EDT 2016


Marián Labuda created JBIDE-22153:
-------------------------------------

             Summary: Closing log of a pod throws an exception
                 Key: JBIDE-22153
                 URL: https://issues.jboss.org/browse/JBIDE-22153
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: openshift
    Affects Versions: 4.3.1.CR1
            Reporter: Marián Labuda


When I am trying to close log of a pod (build pod or application pod, does not matter which one) by clicking on gray view tool item Close, I get following exception
{code}
Exception reading pod log inputstream

java.io.IOException: Stream closed
	at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:170)
	at java.io.BufferedInputStream.read(BufferedInputStream.java:336)
	at java.io.SequenceInputStream.read(SequenceInputStream.java:207)
	at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
	at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
	at java.io.FilterInputStream.read(FilterInputStream.java:107)
	at org.jboss.tools.openshift.internal.ui.job.PodLogsJob$ConsoleStreamPipe.runOCBinary(PodLogsJob.java:166)
	at org.jboss.tools.openshift.internal.core.OCBinaryOperation.run(OCBinaryOperation.java:34)
	at org.jboss.tools.openshift.internal.ui.job.PodLogsJob$ConsoleStreamPipe.run(PodLogsJob.java:153)
	at java.lang.Thread.run(Thread.java:745)

{code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the jbosstools-issues mailing list