You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Nicolas Lalevée (JIRA)" <ji...@apache.org> on 2009/01/07 10:00:49 UTC

[jira] Commented: (IVYDE-130) IvyConsole:java.io.IOException: Output Stream is closed

    [ https://issues.apache.org/jira/browse/IVYDE-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661493#action_12661493 ] 

Nicolas Lalevée commented on IVYDE-130:
---------------------------------------

Finally I was able to reproduce it. Actually this bug was introduced with IVYDE-123.
Closing the IvyConsole close the streams but IvyDE still try to log into it.

> IvyConsole:java.io.IOException: Output Stream is closed
> -------------------------------------------------------
>
>                 Key: IVYDE-130
>                 URL: https://issues.apache.org/jira/browse/IVYDE-130
>             Project: IvyDE
>          Issue Type: Bug
>    Affects Versions: 2.0.0.alpha1
>            Reporter: qxo
>             Fix For: 2.0.0.final
>
>
> {code}
> java.io.IOException: Output Stream is closed
> 	at org.eclipse.ui.console.IOConsoleOutputStream.encodedWrite(IOConsoleOutputStream.java:229)
> 	at org.eclipse.ui.console.IOConsoleOutputStream.write(IOConsoleOutputStream.java:224)
> 	at org.eclipse.ui.console.MessageConsoleStream.print(MessageConsoleStream.java:55)
> 	at org.eclipse.ui.console.MessageConsoleStream.println(MessageConsoleStream.java:80)
> 	at org.apache.ivyde.eclipse.ui.console.IvyConsole.appendLine(IvyConsole.java:172)
> 	at org.apache.ivyde.eclipse.ui.console.IvyConsole.log(IvyConsole.java:81)
> 	at org.apache.ivyde.eclipse.ui.console.IvyConsole.verbose(IvyConsole.java:236)
> 	at org.apache.ivy.util.MessageLoggerEngine.verbose(MessageLoggerEngine.java:195)
> 	at org.apache.ivy.util.Message.verbose(Message.java:91)
> 	at org.apache.ivy.plugins.resolver.BasicResolver.download(BasicResolver.java:721)
> 	at org.apache.ivy.plugins.resolver.RepositoryResolver.download(RepositoryResolver.java:245)
> 	at org.apache.ivy.core.resolve.ResolveEngine.downloadArtifacts(ResolveEngine.java:348)
> 	at org.apache.ivy.core.resolve.ResolveEngine.resolve(ResolveEngine.java:291)
> 	at org.apache.ivy.Ivy.resolve(Ivy.java:512)
> 	at org.apache.ivyde.eclipse.cpcontainer.IvyResolveJob$1.run(IvyResolveJob.java:283)
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.