You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Warner Piñero (JIRA)" <ji...@codehaus.org> on 2010/09/07 07:12:32 UTC

[jira] Created: (CONTINUUM-2568) Exception when calling 'continuumXmlRpcClient.getReleaseResultsForProjectGroup(projectGroupId)'

Exception when calling  'continuumXmlRpcClient.getReleaseResultsForProjectGroup(projectGroupId)'
------------------------------------------------------------------------------------------------

                 Key: CONTINUUM-2568
                 URL: http://jira.codehaus.org/browse/CONTINUUM-2568
             Project: Continuum
          Issue Type: Bug
          Components: XMLRPC Interface
    Affects Versions: 1.4.0 (Beta)
         Environment: Ubuntu 10.04
            Reporter: Warner Piñero


Exception is not visible when trying to retrieve release results for a project group.
You need to perform release and then try to get release results using xmlrpc  'continuumXmlRpcClient.getReleaseResultsForProjectGroup(projectGroupId)'
*************************************************************************

HTTP ERROR 500

Caused by: org.apache.xmlrpc.XmlRpcException: Failed to invoke method getReleaseResultsForProjectGroup in class org.apache.maven.continuum.xmlrpc.server.ContinuumServiceImpl: java.lang.reflect.InvocationTargetException
	at org.apache.xmlrpc.client.XmlRpcStreamTransport.readResponse(XmlRpcStreamTransport.java:186)
	at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:145)
	at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(XmlRpcHttpTransport.java:94)
	at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(XmlRpcSunHttpTransport.java:44)
	at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:53)
	at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:166)
	at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:136)
	at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:125)
	at org.apache.xmlrpc.client.util.ClientFactory$1.invoke(ClientFactory.java:132)
	at $Proxy47.getReleaseResultsForProjectGroup(Unknown Source)
	at org.apache.maven.continuum.xmlrpc.client.ContinuumXmlRpcClient.getReleaseResultsForProjectGroup(ContinuumXmlRpcClient.java:564)

-- 
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] Assigned: (CONTINUUM-2568) Exception when calling 'continuumXmlRpcClient.getReleaseResultsForProjectGroup(projectGroupId)'

Posted by "Maria Catherine Tan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Catherine Tan reassigned CONTINUUM-2568:
----------------------------------------------

    Assignee: Maria Catherine Tan

> Exception when calling  'continuumXmlRpcClient.getReleaseResultsForProjectGroup(projectGroupId)'
> ------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2568
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2568
>             Project: Continuum
>          Issue Type: Bug
>          Components: XMLRPC Interface
>    Affects Versions: 1.4.0 (Beta)
>         Environment: Ubuntu 10.04
>            Reporter: Warner Piñero
>            Assignee: Maria Catherine Tan
>         Attachments: continuum.log
>
>
> Exception is not visible when trying to retrieve release results for a project group.
> You need to perform release and then try to get release results using xmlrpc  'continuumXmlRpcClient.getReleaseResultsForProjectGroup(projectGroupId)'
> *************************************************************************
> HTTP ERROR 500
> Caused by: org.apache.xmlrpc.XmlRpcException: Failed to invoke method getReleaseResultsForProjectGroup in class org.apache.maven.continuum.xmlrpc.server.ContinuumServiceImpl: java.lang.reflect.InvocationTargetException
> 	at org.apache.xmlrpc.client.XmlRpcStreamTransport.readResponse(XmlRpcStreamTransport.java:186)
> 	at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:145)
> 	at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(XmlRpcHttpTransport.java:94)
> 	at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(XmlRpcSunHttpTransport.java:44)
> 	at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:53)
> 	at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:166)
> 	at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:136)
> 	at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:125)
> 	at org.apache.xmlrpc.client.util.ClientFactory$1.invoke(ClientFactory.java:132)
> 	at $Proxy47.getReleaseResultsForProjectGroup(Unknown Source)
> 	at org.apache.maven.continuum.xmlrpc.client.ContinuumXmlRpcClient.getReleaseResultsForProjectGroup(ContinuumXmlRpcClient.java:564)

-- 
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] Commented: (CONTINUUM-2568) Exception when calling 'continuumXmlRpcClient.getReleaseResultsForProjectGroup(projectGroupId)'

Posted by "Warner Piñero (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-2568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=234387#action_234387 ] 

Warner Piñero commented on CONTINUUM-2568:
------------------------------------------

Correction: *Exception is not visible when trying to retrieve empty release result for a project group.

> Exception when calling  'continuumXmlRpcClient.getReleaseResultsForProjectGroup(projectGroupId)'
> ------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2568
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2568
>             Project: Continuum
>          Issue Type: Bug
>          Components: XMLRPC Interface
>    Affects Versions: 1.4.0 (Beta)
>         Environment: Ubuntu 10.04
>            Reporter: Warner Piñero
>
> Exception is not visible when trying to retrieve release results for a project group.
> You need to perform release and then try to get release results using xmlrpc  'continuumXmlRpcClient.getReleaseResultsForProjectGroup(projectGroupId)'
> *************************************************************************
> HTTP ERROR 500
> Caused by: org.apache.xmlrpc.XmlRpcException: Failed to invoke method getReleaseResultsForProjectGroup in class org.apache.maven.continuum.xmlrpc.server.ContinuumServiceImpl: java.lang.reflect.InvocationTargetException
> 	at org.apache.xmlrpc.client.XmlRpcStreamTransport.readResponse(XmlRpcStreamTransport.java:186)
> 	at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:145)
> 	at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(XmlRpcHttpTransport.java:94)
> 	at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(XmlRpcSunHttpTransport.java:44)
> 	at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:53)
> 	at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:166)
> 	at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:136)
> 	at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:125)
> 	at org.apache.xmlrpc.client.util.ClientFactory$1.invoke(ClientFactory.java:132)
> 	at $Proxy47.getReleaseResultsForProjectGroup(Unknown Source)
> 	at org.apache.maven.continuum.xmlrpc.client.ContinuumXmlRpcClient.getReleaseResultsForProjectGroup(ContinuumXmlRpcClient.java:564)

-- 
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] Closed: (CONTINUUM-2568) Exception when calling 'continuumXmlRpcClient.getReleaseResultsForProjectGroup(projectGroupId)'

Posted by "Maria Catherine Tan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Catherine Tan closed CONTINUUM-2568.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4.1 (Beta)

fixed in r994981.

> Exception when calling  'continuumXmlRpcClient.getReleaseResultsForProjectGroup(projectGroupId)'
> ------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2568
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2568
>             Project: Continuum
>          Issue Type: Bug
>          Components: XMLRPC Interface
>    Affects Versions: 1.4.0 (Beta)
>         Environment: Ubuntu 10.04
>            Reporter: Warner Piñero
>            Assignee: Maria Catherine Tan
>             Fix For: 1.4.1 (Beta)
>
>         Attachments: continuum.log
>
>
> Exception is not visible when trying to retrieve release results for a project group.
> You need to perform release and then try to get release results using xmlrpc  'continuumXmlRpcClient.getReleaseResultsForProjectGroup(projectGroupId)'
> *************************************************************************
> HTTP ERROR 500
> Caused by: org.apache.xmlrpc.XmlRpcException: Failed to invoke method getReleaseResultsForProjectGroup in class org.apache.maven.continuum.xmlrpc.server.ContinuumServiceImpl: java.lang.reflect.InvocationTargetException
> 	at org.apache.xmlrpc.client.XmlRpcStreamTransport.readResponse(XmlRpcStreamTransport.java:186)
> 	at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:145)
> 	at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(XmlRpcHttpTransport.java:94)
> 	at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(XmlRpcSunHttpTransport.java:44)
> 	at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:53)
> 	at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:166)
> 	at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:136)
> 	at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:125)
> 	at org.apache.xmlrpc.client.util.ClientFactory$1.invoke(ClientFactory.java:132)
> 	at $Proxy47.getReleaseResultsForProjectGroup(Unknown Source)
> 	at org.apache.maven.continuum.xmlrpc.client.ContinuumXmlRpcClient.getReleaseResultsForProjectGroup(ContinuumXmlRpcClient.java:564)

-- 
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] Updated: (CONTINUUM-2568) Exception when calling 'continuumXmlRpcClient.getReleaseResultsForProjectGroup(projectGroupId)'

Posted by "Warner Piñero (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Warner Piñero updated CONTINUUM-2568:
-------------------------------------

    Attachment: continuum.log

See attached file for additional logs.

> Exception when calling  'continuumXmlRpcClient.getReleaseResultsForProjectGroup(projectGroupId)'
> ------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2568
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2568
>             Project: Continuum
>          Issue Type: Bug
>          Components: XMLRPC Interface
>    Affects Versions: 1.4.0 (Beta)
>         Environment: Ubuntu 10.04
>            Reporter: Warner Piñero
>         Attachments: continuum.log
>
>
> Exception is not visible when trying to retrieve release results for a project group.
> You need to perform release and then try to get release results using xmlrpc  'continuumXmlRpcClient.getReleaseResultsForProjectGroup(projectGroupId)'
> *************************************************************************
> HTTP ERROR 500
> Caused by: org.apache.xmlrpc.XmlRpcException: Failed to invoke method getReleaseResultsForProjectGroup in class org.apache.maven.continuum.xmlrpc.server.ContinuumServiceImpl: java.lang.reflect.InvocationTargetException
> 	at org.apache.xmlrpc.client.XmlRpcStreamTransport.readResponse(XmlRpcStreamTransport.java:186)
> 	at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:145)
> 	at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(XmlRpcHttpTransport.java:94)
> 	at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(XmlRpcSunHttpTransport.java:44)
> 	at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:53)
> 	at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:166)
> 	at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:136)
> 	at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:125)
> 	at org.apache.xmlrpc.client.util.ClientFactory$1.invoke(ClientFactory.java:132)
> 	at $Proxy47.getReleaseResultsForProjectGroup(Unknown Source)
> 	at org.apache.maven.continuum.xmlrpc.client.ContinuumXmlRpcClient.getReleaseResultsForProjectGroup(ContinuumXmlRpcClient.java:564)

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