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 250461 - java.io.IOException: inputstream is closed
Summary: java.io.IOException: inputstream is closed
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-17 12:55 UTC by ifdru74
Modified: 2015-06-24 15:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215469


Attachments
stacktrace (1.66 KB, text/plain)
2015-02-17 12:55 UTC, ifdru74
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ifdru74 2015-02-17 12:55:07 UTC
This bug was originally marked as duplicate of bug 225479, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
ifdru74: try to establish linux build host, using user with ordinary credentials (no root/no sudo)




Stacktrace: 
java.io.IOException: inputstream is closed
   at com.jcraft.jsch.ChannelSftp.fill(ChannelSftp.java:2667)
   at com.jcraft.jsch.ChannelSftp.header(ChannelSftp.java:2691)
   at com.jcraft.jsch.ChannelSftp.start(ChannelSftp.java:257)
   at com.jcraft.jsch.Channel.connect(Channel.java:152)
   at com.jcraft.jsch.Channel.connect(Channel.java:145)
   at org.netbeans.modules.nativeexecution.api.util.HelperUtility.getPath(HelperUtility.java:169)
Comment 1 ifdru74 2015-02-17 12:55:09 UTC
Created attachment 152029 [details]
stacktrace
Comment 2 Vladimir Kvashin 2015-05-14 10:20:05 UTC
Did it appear once or is it regular? 
In other words are you finally able to work with this host?

And what kind of Linux your remote host runs?
(what is the output of 
#uname -a 
#arch
commands?)
Comment 3 Vladimir Kvashin 2015-05-14 11:02:27 UTC
There is a message in log:
Wrong `id` format
(more details are in log)
I'm not sure it is related however
Comment 4 ilia 2015-06-24 15:26:28 UTC
Provide an output of commands in comment #2, please