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 171939 - NullPointerException at com.jcraft.jsch.Buffer.putString
Summary: NullPointerException at com.jcraft.jsch.Buffer.putString
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milos Kleint
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-10 15:08 UTC by dsifter
Modified: 2009-11-02 10:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 158230


Attachments
stacktrace (2.69 KB, text/plain)
2009-09-10 15:09 UTC, dsifter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dsifter 2009-09-10 15:08:56 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-92, Java(TM) SE Runtime Environment, 1.6.0_15-b03-226
OS: Mac OS X, 10.5.8, x86_64

User Comments:
dsifter: Downloading libraries into a local Maven repository

GUEST: Downloading libraries to resolve dependency artifcats in a local Maven respository.



Stacktrace: 
java.lang.NullPointerException
        at com.jcraft.jsch.Buffer.putString(Buffer.java:59)
        at com.jcraft.jsch.UserAuthKeyboardInteractive.start(UserAuthKeyboardInteractive.java:185)
        at com.jcraft.jsch.Session.connect(Session.java:418)
        at com.jcraft.jsch.Session.connect(Session.java:149)
        at org.apache.maven.wagon.providers.ssh.jsch.AbstractJschWagon.openConnectionInternal(AbstractJschWagon.java:231)
        at org.apache.maven.wagon.AbstractWagon.openConnection(AbstractWagon.java:105)
Comment 1 dsifter 2009-09-10 15:09:01 UTC
Created attachment 87442 [details]
stacktrace
Comment 2 Milos Kleint 2009-09-16 07:20:32 UTC
a bug in 3rd party component used by 3rd party component. could only be possibly resolved by upgrading to newer maven
embedder binaries. marked as resolve/later as we don't plan any upgrades in near future. Feel free to file against
apache maven's wagon component
Comment 3 Quality Engineering 2009-11-02 10:59:50 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX