You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "fabrizio giustina (JIRA)" <ji...@codehaus.org> on 2007/02/24 17:05:14 UTC

[jira] Commented: (WAGONSSH-49) NullPointerException in jsch ChannelSession when deploying

    [ http://jira.codehaus.org/browse/WAGONSSH-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88434 ] 

fabrizio giustina commented on WAGONSSH-49:
-------------------------------------------

Under java 6 on windows I have this same error at each deploy.
Looks like a problem in jsch 1.0.27 and I can confirm that it's fixed by upgrading to 1.0.31. By simply replacing the jsch jar in maven libs (maven 2.0.5) this error goes away.
Wagon dependency should be upgraded to 1.0.31 asap...

> NullPointerException in jsch ChannelSession when deploying
> ----------------------------------------------------------
>
>                 Key: WAGONSSH-49
>                 URL: http://jira.codehaus.org/browse/WAGONSSH-49
>             Project: wagon-ssh
>          Issue Type: Bug
>    Affects Versions: 1.0-alpha-7
>            Reporter: Carlos Sanchez
>            Priority: Minor
>
> While deploying maven-surefire-plugin for instance
> I don't know if it really affects the deploy or not, everything looks fine
> [INFO] [deploy:deploy]
> [INFO] Retrieving previous build number from apache.snapshots
> [DEBUG] adding permissions to wagon connection: 664 775
> Uploading: scp://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-surefire-plugin/2.3-SNAPSHOT/maven-surefire-plugin-2.3-20060701.160450-2.jar
> 12K uploaded
> Exception in thread "Exec thread minotaur.apache.org" java.lang.NullPointerException
>         at com.jcraft.jsch.ChannelSession.run(Unknown Source)
>         at java.lang.Thread.run(Thread.java:619)
> [INFO] Retrieving previous metadata from apache.snapshots
> [DEBUG] project information for maven-surefire-plugin 2.3-20060701.160450-2 could not be found on repository: apache.snapshots
> [INFO] Uploading project information for maven-surefire-plugin 2.3-20060701.160450-2
> [DEBUG] adding permissions to wagon connection: 664 775

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira