mike bayer commented on Bug JENKINS-20769

just to update, I'm running "Jenkins ver. 1.558-SNAPSHOT (rc-04/01/2014 04:22 GMT-kohsuke)" which I assume includes this fix, I now see this in my logs:

SEVERE: Failed to execute command Pipe.Flush(10) (channel general (i-34cf7b17))
java.lang.ClassCastException: java.io.OutputStreamWriter cannot be cast to java.io.OutputStream
        at hudson.remoting.ProxyWriter$Flush.execute(ProxyWriter.java:285)
        at hudson.remoting.Channel$2.handle(Channel.java:461)
        at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)

Apr 01, 2014 3:55:54 PM hudson.remoting.Channel$2 handle
SEVERE: This command is created here
Apr 01, 2014 3:57:13 PM hudson.remoting.Channel$2 handle
SEVERE: Failed to execute command Pipe.Flush(10) (channel general (i-6ac87c49))
java.lang.ClassCastException: java.io.OutputStreamWriter cannot be cast to java.io.OutputStream
        at hudson.remoting.ProxyWriter$Flush.execute(ProxyWriter.java:285)
        at hudson.remoting.Channel$2.handle(Channel.java:461)
        at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)

not sure if this is related to the fix or not.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to