You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Bob Allison (JIRA)" <ji...@codehaus.org> on 2005/08/26 16:49:02 UTC

[jira] Created: (MNG-794) Deploy fails with NPE

Deploy fails with NPE
---------------------

         Key: MNG-794
         URL: http://jira.codehaus.org/browse/MNG-794
     Project: Maven 2
        Type: Bug
    Versions: 2.0-beta-1    
 Environment: SVN revision 240249 on Linux
 Reporter: Bob Allison


Trying to deploy a project (I have tried POM and jar packaging projects) results in:
Uploading: scp://repository.host/home/qadev-home/m2/snapshot/qaccess/data/3.0-SNAPSHOT/data-3.0-20050826.144537-1.jar
java.lang.NullPointerException
        at com.jcraft.jsch.ChannelSession.run()V(Unknown Source)
        at java.lang.Thread.run()V(Unknown Source)
        at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-794) Deploy fails with NPE

Posted by "Bob Allison (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-794?page=comments#action_46981 ] 

Bob Allison commented on MNG-794:
---------------------------------

Retried this with beta-1 and it appears to be working now.  Probably fixed while fixing other deployment issues.

> Deploy fails with NPE
> ---------------------
>
>          Key: MNG-794
>          URL: http://jira.codehaus.org/browse/MNG-794
>      Project: Maven 2
>         Type: Bug
>   Components: maven-artifact
>     Versions: 2.0-beta-1
>  Environment: SVN revision 240249 on Linux
>     Reporter: Bob Allison
>      Fix For: 2.0-beta-2

>
>
> Trying to deploy a project (I have tried POM and jar packaging projects) results in:
> Uploading: scp://repository.host/home/qadev-home/m2/snapshot/qaccess/data/3.0-SNAPSHOT/data-3.0-20050826.144537-1.jar
> java.lang.NullPointerException
>         at com.jcraft.jsch.ChannelSession.run()V(Unknown Source)
>         at java.lang.Thread.run()V(Unknown Source)
>         at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-794) Deploy fails with NPE

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-794?page=all ]

Brett Porter updated MNG-794:
-----------------------------

    Component: maven-artifact

> Deploy fails with NPE
> ---------------------
>
>          Key: MNG-794
>          URL: http://jira.codehaus.org/browse/MNG-794
>      Project: Maven 2
>         Type: Bug
>   Components: maven-artifact
>     Versions: 2.0-beta-1
>  Environment: SVN revision 240249 on Linux
>     Reporter: Bob Allison
>      Fix For: 2.0-beta-2

>
>
> Trying to deploy a project (I have tried POM and jar packaging projects) results in:
> Uploading: scp://repository.host/home/qadev-home/m2/snapshot/qaccess/data/3.0-SNAPSHOT/data-3.0-20050826.144537-1.jar
> java.lang.NullPointerException
>         at com.jcraft.jsch.ChannelSession.run()V(Unknown Source)
>         at java.lang.Thread.run()V(Unknown Source)
>         at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-794) Deploy fails with NPE

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-794?page=all ]
     
Brett Porter closed MNG-794:
----------------------------

      Assign To: Brett Porter
     Resolution: Fixed
    Fix Version:     (was: 2.0-beta-2)
                 2.0-beta-1

great! must have been the jsch upgrade.

> Deploy fails with NPE
> ---------------------
>
>          Key: MNG-794
>          URL: http://jira.codehaus.org/browse/MNG-794
>      Project: Maven 2
>         Type: Bug
>   Components: maven-artifact
>     Versions: 2.0-beta-1
>  Environment: SVN revision 240249 on Linux
>     Reporter: Bob Allison
>     Assignee: Brett Porter
>      Fix For: 2.0-beta-1

>
>
> Trying to deploy a project (I have tried POM and jar packaging projects) results in:
> Uploading: scp://repository.host/home/qadev-home/m2/snapshot/qaccess/data/3.0-SNAPSHOT/data-3.0-20050826.144537-1.jar
> java.lang.NullPointerException
>         at com.jcraft.jsch.ChannelSession.run()V(Unknown Source)
>         at java.lang.Thread.run()V(Unknown Source)
>         at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-794) Deploy fails with NPE

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-794?page=all ]

Brett Porter updated MNG-794:
-----------------------------

    Fix Version: 2.0-beta-2

hard to tell up front as it is not originating directly from our code. will need to check out the jsch lists and as a last resort rebuild with debug info and use that jar to find out the line number in the jsch source code.

> Deploy fails with NPE
> ---------------------
>
>          Key: MNG-794
>          URL: http://jira.codehaus.org/browse/MNG-794
>      Project: Maven 2
>         Type: Bug
>     Versions: 2.0-beta-1
>  Environment: SVN revision 240249 on Linux
>     Reporter: Bob Allison
>      Fix For: 2.0-beta-2

>
>
> Trying to deploy a project (I have tried POM and jar packaging projects) results in:
> Uploading: scp://repository.host/home/qadev-home/m2/snapshot/qaccess/data/3.0-SNAPSHOT/data-3.0-20050826.144537-1.jar
> java.lang.NullPointerException
>         at com.jcraft.jsch.ChannelSession.run()V(Unknown Source)
>         at java.lang.Thread.run()V(Unknown Source)
>         at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org