You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org> on 2006/03/29 16:23:44 UTC

[jira] Updated: (CONTINUUM-642) Error when retrieving list of projects through xmlrpc

     [ http://jira.codehaus.org/browse/CONTINUUM-642?page=all ]

Emmanuel Venisse updated CONTINUUM-642:
---------------------------------------

    Fix Version: 1.0.3

Personally, i have this error : 

jvm 1    | org.apache.maven.continuum.ContinuumException: Error retrieving the requested project
jvm 1    |      at org.apache.maven.continuum.DefaultContinuum.getProjectWithAllDetails(DefaultContinuum.java:2165)
jvm 1    |      at org.apache.maven.continuum.xmlrpc.DefaultContinuumXmlRpc.getProject(DefaultContinuumXmlRpc.java:81)
jvm 1    |      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
jvm 1    |      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
jvm 1    |      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
jvm 1    |      at java.lang.reflect.Method.invoke(Method.java:585)
jvm 1    |      at org.apache.xmlrpc.Invoker.execute(Unknown Source)
jvm 1    |      at org.apache.xmlrpc.XmlRpcWorker.invokeHandler(Unknown Source)
jvm 1    |      at org.apache.xmlrpc.XmlRpcWorker.execute(Unknown Source)
jvm 1    |      at org.apache.xmlrpc.XmlRpcServer.execute(Unknown Source)
jvm 1    |      at org.apache.xmlrpc.XmlRpcServer.execute(Unknown Source)
jvm 1    |      at org.apache.xmlrpc.WebServer$Connection.run(Unknown Source)
jvm 1    |      at org.apache.xmlrpc.WebServer$Runner.run(Unknown Source)
jvm 1    |      at java.lang.Thread.run(Thread.java:595)
jvm 1    | Caused by: org.apache.maven.continuum.store.ContinuumStoreException: Error handling JDO
jvm 1    |      at org.apache.maven.continuum.store.JdoContinuumStore.getObjectById(JdoContinuumStore.java:578)
jvm 1    |      at org.apache.maven.continuum.store.JdoContinuumStore.getProjectWithAllDetails(JdoContinuumStore.java:94
8)
jvm 1    |      at org.apache.maven.continuum.DefaultContinuum.getProjectWithAllDetails(DefaultContinuum.java:2157)
jvm 1    |      ... 13 more
jvm 1    | Caused by: org.codehaus.plexus.jdo.PlexusStoreException: Error handling JDO
jvm 1    |      at org.codehaus.plexus.jdo.PlexusJdoUtils.getObjectById(PlexusJdoUtils.java:147)
jvm 1    |      at org.apache.maven.continuum.store.JdoContinuumStore.getObjectById(JdoContinuumStore.java:570)
jvm 1    |      ... 15 more
jvm 1    | Caused by: org.jpox.exceptions.ClassNotResolvedException: Class javax.jdo.identity.IntIdentity was not found
in the CLASSPATH. Please check your specification and your CLASSPATH.
jvm 1    |      at org.jpox.JDOClassLoaderResolver.classForName(JDOClassLoaderResolver.java:169)
jvm 1    |      at org.jpox.JDOClassLoaderResolver.classForName(JDOClassLoaderResolver.java:317)
jvm 1    |      at org.jpox.AbstractPersistenceManager.newObjectIdInstance(AbstractPersistenceManager.java:2351)
jvm 1    |      at org.codehaus.plexus.jdo.PlexusJdoUtils.getObjectById(PlexusJdoUtils.java:131)
jvm 1    |      ... 16 more

> Error when retrieving list of projects through xmlrpc
> -----------------------------------------------------
>
>          Key: CONTINUUM-642
>          URL: http://jira.codehaus.org/browse/CONTINUUM-642
>      Project: Continuum
>         Type: Bug

>     Versions: 1.0.3
>  Environment: Netbeans + mevenide's continuum integration
>     Reporter: Milos Kleint
>     Priority: Blocker
>      Fix For: 1.0.3

>
>
> when trying to retrieve the list of projects both from my local install and teh ci.codehaus.org server I get this exception sent to me by the server.
> I'm using the mevenide's own rpc client code (that I contributed to continuum) but that makes no difference IMHO.
> key=result failure
> key=stackTrace org.jpox.exceptions.ClassNotResolvedException: Class org.apache.maven.continuum.model.project.Project was not found in the CLASSPATH. Please check your specification and your CLASSPATH.
>         at org.jpox.JDOClassLoaderResolver.classForName(JDOClassLoaderResolver.java:169)
>         at org.jpox.JDOClassLoaderResolver.classForName(JDOClassLoaderResolver.java:317)
>         at org.jpox.store.rdbms.extent.ClassTableExtent$1.getType(ClassTableExtent.java:210)
>         at org.jpox.store.query.UnionIteratorStatement.<init>(UnionIteratorStatement.java:186)
>         at org.jpox.store.query.UnionIteratorStatement.<init>(UnionIteratorStatement.java:160)
>         at org.jpox.store.rdbms.extent.ClassTableExtent.newQueryStatement(ClassTableExtent.java:198)
>         at org.jpox.store.query.JDOQLQuery$Compiler.executionCompile(JDOQLQuery.java:806)
>         at org.jpox.store.query.JDOQLQuery.performExecute(JDOQLQuery.java:447)
>         at org.jpox.store.query.Query.executeWithMap(Query.java:1113)
>         at org.jpox.store.query.Query.executeWithArray(Query.java:1086)
>         at org.jpox.store.query.Query.execute(Query.java:1009)
>         at org.apache.maven.continuum.store.JdoContinuumStore.getAllObjectsDetached(JdoContinuumStore.java:1146)
>         at org.apache.maven.continuum.store.JdoContinuumStore.getAllProjectsWithAllDetails(JdoContinuumStore.java:1069)
>         at org.apache.maven.continuum.DefaultContinuum.getAllProjectsWithAllDetails(DefaultContinuum.java:2149)
>         at org.apache.maven.continuum.xmlrpc.DefaultContinuumXmlRpc.getProjects(DefaultContinuumXmlRpc.java:96)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at org.apache.xmlrpc.Invoker.execute(Unknown Source)
>         at org.apache.xmlrpc.XmlRpcWorker.invokeHandler(Unknown Source)
>         at org.apache.xmlrpc.XmlRpcWorker.execute(Unknown Source)
>         at org.apache.xmlrpc.XmlRpcServer.execute(Unknown Source)
>         at org.apache.xmlrpc.XmlRpcServer.execute(Unknown Source)
>         at org.apache.xmlrpc.WebServer$Connection.run(Unknown Source)
>         at org.apache.xmlrpc.WebServer$Runner.run(Unknown Source)
>         at java.lang.Thread.run(Thread.java:595)
> key=message Class org.apache.maven.continuum.model.project.Project was not found in the CLASSPATH. Please check your specification and your CLASSPATH.
> key=method ContinuumXmlRpc.getProjects()

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