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 141609 - NullPointerException at com.jcraft.jsch.Session.disconnect
Summary: NullPointerException at com.jcraft.jsch.Session.disconnect
Status: REOPENED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@versioncontrol
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-24 20:37 UTC by dcherk
Modified: 2009-03-27 09:12 UTC (History)
3 users (show)

See Also:
Issue Type: TASK
Exception Reporter: 2004


Attachments
stacktrace (460 bytes, text/plain)
2008-08-26 08:45 UTC, kelahcim
Details
stacktrace (460 bytes, text/plain)
2008-08-26 08:46 UTC, kelahcim
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dcherk 2008-07-24 20:37:34 UTC
Build: NetBeans IDE 6.1 (Build 200807020101)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05, Java(TM) SE Runtime Environment, 1.6.0_03-b05
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at com.jcraft.jsch.Session.disconnect(Session.java:0)
        at org.netbeans.modules.versioning.system.cvss.SSHConnection.close(SSHConnection.java:162)
        at org.netbeans.modules.versioning.system.cvss.CommandRunnable.run(CommandRunnable.java:100)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 Milos Kleint 2008-07-25 09:03:57 UTC
reassigning to cvs. was only assigned to maven because the maven embedder jar contains com.jcraft.jsch as well.
Comment 2 Maros Sandor 2008-07-31 09:31:59 UTC
Probably a bug in JSch, we will update the library once it is fixed.
https://sourceforge.net/tracker/index.php?func=detail&aid=1701473&group_id=64920&atid=509122
Comment 3 Maros Sandor 2008-08-01 09:06:47 UTC
*** Issue 142506 has been marked as a duplicate of this issue. ***
Comment 4 Jesse Glick 2008-08-01 20:49:09 UTC
Why is this not a DEFECT?
Comment 5 Maros Sandor 2008-08-04 09:00:30 UTC
This issue IS a defect but not in our code base, this is a reminder for us to integrate the fix later.
Comment 6 Jesse Glick 2008-08-06 15:43:03 UTC
Higher-priority issue opened with the same request.

*** This issue has been marked as a duplicate of 142949 ***
Comment 7 Maros Sandor 2008-08-07 08:59:17 UTC
This issues is about upgrading jsch once they fix their NPE.
Comment 8 Jesse Glick 2008-08-07 21:53:32 UTC
Sorry, thought the new version had the NPE fix.
Comment 9 kelahcim 2008-08-26 08:45:47 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Linux, 2.6.24-21-generic, i386

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at com.jcraft.jsch.Session.disconnect(Session.java:0)
        at org.netbeans.modules.versioning.system.cvss.SSHConnection.close(SSHConnection.java:162)
        at org.netbeans.modules.versioning.system.cvss.CommandRunnable.run(CommandRunnable.java:102)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
Comment 10 kelahcim 2008-08-26 08:45:51 UTC
Created attachment 68313 [details]
stacktrace
Comment 11 kelahcim 2008-08-26 08:46:47 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Linux, 2.6.24-21-generic, i386

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at com.jcraft.jsch.Session.disconnect(Session.java:0)
        at org.netbeans.modules.versioning.system.cvss.SSHConnection.close(SSHConnection.java:162)
        at org.netbeans.modules.versioning.system.cvss.CommandRunnable.run(CommandRunnable.java:102)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
Comment 12 kelahcim 2008-08-26 08:46:50 UTC
Created attachment 68314 [details]
stacktrace