Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 5431 invoked from network); 21 Jul 2009 19:35:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jul 2009 19:35:16 -0000 Received: (qmail 5638 invoked by uid 500); 21 Jul 2009 19:36:22 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 5589 invoked by uid 500); 21 Jul 2009 19:36:21 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 5579 invoked by uid 99); 21 Jul 2009 19:36:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2009 19:36:21 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2009 19:36:11 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 99B5614A81F1 for ; Tue, 21 Jul 2009 14:35:50 -0500 (CDT) Message-ID: <23782754.35061248204950626.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Tue, 21 Jul 2009 14:35:50 -0500 (CDT) From: "Kalyan Buddala (JIRA)" To: issues@continuum.apache.org Subject: [jira] Created: (CONTINUUM-2304) ClassNotFoundException: org.apache.maven.continuum.buildqueue.BuildProjectTask MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org ClassNotFoundException: org.apache.maven.continuum.buildqueue.BuildProjectTask ------------------------------------------------------------------------------ Key: CONTINUUM-2304 URL: http://jira.codehaus.org/browse/CONTINUUM-2304 Project: Continuum Issue Type: Bug Affects Versions: 1.3.3 Environment: Windows Reporter: Kalyan Buddala Hi, Iam trying to execute a sample program to get all the project groups from the continuum. private static ContinuumXmlRpcClient client; client = new ContinuumXmlRpcClient(new URL(args[0]), args[1], args[2]); List groups = client.getAllProjectGroups(); the information of url, user id and password is given the pom.xml When i am executing this program. Iam able to get the object of ContinuumXmlRpcClient . But it throws exception [INFO] client **** is org.apache.maven.continuum.xmlrpc.client.ContinuumXmlRpcCl ient@32fb4f [INFO] Today is Tue Jul 21 12:25:52 MST 2009 [INFO] Purging build results older than Sat Jun 06 12:25:52 MST 2009 [INFO] org.apache.xmlrpc.XmlRpcException: Failed to invoke method getAllProjectG roups in class org.apache.maven.continuum.xmlrpc.server.ContinuumServiceImpl: ja va.lang.ClassNotFoundException: org.apache.maven.continuum.buildqueue.BuildProje ctTask [INFO] at org.apache.xmlrpc.client.XmlRpcStreamTransport.readResponse(XmlRpcStr eamTransport.java:197) [INFO] at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStre amTransport.java:156) [INFO] at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(XmlRpcHttpTr ansport.java:115) [INFO] at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(XmlRpcSun HttpTransport.java:69) [INFO] at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(XmlRpcClientWorke r.java:56) [INFO] at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:167) [INFO] at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:137) [INFO] at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:126) [INFO] at org.apache.xmlrpc.client.util.ClientFactory$1.invoke(ClientFactory.ja va:135) [INFO] at $Proxy0.getAllProjectGroups(Unknown Source) [INFO] at org.apache.maven.continuum.xmlrpc.client.ContinuumXmlRpcClient.getAll ProjectGroups(ContinuumXmlRpcClient.java:172) [INFO] at org.apache.maven.continuum.xmlrpc.client.BuildResultsPurge.main(Build ResultsPurge.java:70) Iam using the version 1.3.3 Please let me know if iam doing any thing wrong here. Please look into this issue immediately. -- 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