H Maurice, On Wed, Oct 2, 2013 at 4:45 AM, Maurice Lawler <maurice.law...@me.com>wrote:
> Ssh executed failed My guess is that sshSession.getExitStatus() returns (Integer) null which can't be cast to int. I've seen this happen with return values of jsch, before. Probably the trilead implementation has a similar problem. The only other pointer at this line is sshSession which has been used before and hence is not the problem. I am not sure if we can interpret null as 0 or ok but it seems it is in your case. regards, Daan