Hi, all.

I'm getting an NPE at the following, which is probably connection related
and could use a better message:

Caused by: 4: java.lang.NullPointerException
at com.jcraft.jsch.ChannelSftp._put(ChannelSftp.java:577)
at com.jcraft.jsch.ChannelSftp.put(ChannelSftp.java:438)
at com.jcraft.jsch.ChannelSftp.put(ChannelSftp.java:405)
at
org.jclouds.ssh.jsch.JschSshClient$PutConnection.create(JschSshClient.java:300)
at
org.jclouds.ssh.jsch.JschSshClient$PutConnection.create(JschSshClient.java:280)
at org.jclouds.ssh.jsch.JschSshClient.acquire(JschSshClient.java:188)
... 14 more
Caused by: java.lang.NullPointerException
at com.jcraft.jsch.Packet.reset(Packet.java:43)
at com.jcraft.jsch.ChannelSftp.sendOPEN(ChannelSftp.java:2025)
at com.jcraft.jsch.ChannelSftp.sendOPENW(ChannelSftp.java:2019)
at com.jcraft.jsch.ChannelSftp._put(ChannelSftp.java:469)

I'm using:

            <dependency>
                <groupId>com.jcraft</groupId>
                <artifactId>jsch</artifactId>
                <version>0.1.44-1</version>
            </dependency>

Thanks,
-Adrian
jclouds
------------------------------------------------------------------------------
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
_______________________________________________
JSch-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to