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 239681 - 4: Received message is too long: 1027423544
Summary: 4: Received message is too long: 1027423544
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
: 257973 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-12-20 09:33 UTC by Exceptions Reporter
Modified: 2016-02-15 09:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 202141


Attachments
stacktrace (1.53 KB, text/plain)
2013-12-20 09:33 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-12-20 09:33:37 UTC
This issue was reported manually by vv159170.
It already has 1 duplicates 


Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) Client VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Windows 7

User Comments:
GUEST: connect to remote host with ssh




Stacktrace: 
4: Received message is too long: 1027423544
   at com.jcraft.jsch.ChannelSftp.start(ChannelSftp.java:245)
   at com.jcraft.jsch.Channel.connect(Channel.java:208)
   at com.jcraft.jsch.Channel.connect(Channel.java:145)
   at org.netbeans.modules.nativeexecution.api.util.HelperUtility.getPath(HelperUtility.java:157)
   at org.netbeans.modules.nativeexecution.support.hostinfo.impl.UnixHostInfoProvider.getRemoteUserEnvironment(UnixHostInfoProvider.java:272)
   at org.netbeans.modules.nativeexecution.support.hostinfo.impl.UnixHostInfoProvider.getHostInfo(UnixHostInfoProvider.java:115)
Comment 1 Exceptions Reporter 2013-12-20 09:33:38 UTC
Created attachment 143363 [details]
stacktrace
Comment 3 Quality Engineering 2014-02-04 03:07:24 UTC
Integrated into 'main-silver', will be available in build *201402040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/42ee9cd1055a
User: Ilia Gromov <ilia@netbeans.org>
Log: fixed Bug #239681 - 4: Received message is too long: 1027423544
Comment 4 Quality Engineering 2014-11-22 05:51:59 UTC
Integrated into 'main-silver', will be available in build *201411220001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e08ee039319f
User: Maria Dalmatova <mromashova@netbeans.org>
Log: fixed bz#248353    4: Received message is too long: 774778395
it's a known jsch bug
 http://www.snailbook.com/faq/sftp-corruption.auto.html
we needed to hangle it correctly
see also bz#239681 (the fix was not complete, worked for unit tests only mode)
Comment 5 ilia 2016-02-15 09:27:12 UTC
*** Bug 257973 has been marked as a duplicate of this bug. ***