You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Gervais Mickaël (JIRA)" <ji...@codehaus.org> on 2008/04/24 16:49:46 UTC

[jira] Created: (MRELEASE-339) Exception AuthenticationException during release:prepare phase when committing versioned POMs

Exception AuthenticationException during release:prepare phase when committing versioned POMs
---------------------------------------------------------------------------------------------

                 Key: MRELEASE-339
                 URL: http://jira.codehaus.org/browse/MRELEASE-339
             Project: Maven 2.x Release Plugin
          Issue Type: Bug
          Components: scm
         Environment: Windows XP
CVS hosted on linux fedora
maven 2.0.8
            Reporter: Gervais Mickaël
            Priority: Blocker


I try to use release:prepare plugin.
1st phase: changing pom version is ok
2nd phase: building and deploying new version is ok
3rd phase: commiting POMs fails with this exception:

org.netbeans.lib.cvsclient.connection.AuthenticationException: Authentication failed. Response from server was: "error 0 :/c".
at org.netbeans.lib.cvsclient.connection.PServerConnection.openConnection(PServerConnection.java:238)
at org.netbeans.lib.cvsclient.connection.PServerConnection.open(PServerConnection.java:326)
at org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.connect(CvsConnection.java:164)
at org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.processCommand(CvsConnection.java:475)

I didn't find cvsclient-20060125.jar (which is a netbean API) sources with are used in the maven plugin. So I've download the lastest from netbean web site,  I've packaged the new version and replace the cvsclient-20060125.jar with the new one. 
I've relaunched release:prepare and everything is ok...
Is this a bug? Did I do something wrong?
Thanks


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

       

[jira] (MRELEASE-339) Exception AuthenticationException during release:prepare phase when committing versioned POMs

Posted by "Robert Scholte (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MRELEASE-339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte closed MRELEASE-339.
-----------------------------------

    Resolution: Won't Fix
      Assignee: Robert Scholte

Like you discovered yourself: it doesn't seem to be a maven-release-plugin bug.
There doesn't seem to exist a newer version (http://search.maven.org/#search%7Cga%7C1%7Ccvsclient). If there was a newer version, it should be fixed in the [SCM Project#cvs|https://jira.codehaus.org/browse/SCM/component/11190].
So there's nothing we can do here.
                
> Exception AuthenticationException during release:prepare phase when committing versioned POMs
> ---------------------------------------------------------------------------------------------
>
>                 Key: MRELEASE-339
>                 URL: https://jira.codehaus.org/browse/MRELEASE-339
>             Project: Maven 2.x Release Plugin
>          Issue Type: Bug
>          Components: scm
>         Environment: Windows XP
> CVS hosted on linux fedora
> maven 2.0.8
>            Reporter: Gervais Mickaël
>            Assignee: Robert Scholte
>            Priority: Blocker
>
> I try to use release:prepare plugin.
> 1st phase: changing pom version is ok
> 2nd phase: building and deploying new version is ok
> 3rd phase: commiting POMs fails with this exception:
> org.netbeans.lib.cvsclient.connection.AuthenticationException: Authentication failed. Response from server was: "error 0 :/c".
> at org.netbeans.lib.cvsclient.connection.PServerConnection.openConnection(PServerConnection.java:238)
> at org.netbeans.lib.cvsclient.connection.PServerConnection.open(PServerConnection.java:326)
> at org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.connect(CvsConnection.java:164)
> at org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.processCommand(CvsConnection.java:475)
> I didn't find cvsclient-20060125.jar (which is a netbean API) sources with are used in the maven plugin. So I've download the lastest from netbean web site,  I've packaged the new version and replace the cvsclient-20060125.jar with the new one. 
> I've relaunched release:prepare and everything is ok...
> Is this a bug? Did I do something wrong?
> Thanks

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira