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<ProjectGroupSummary> 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
i...@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