I follow this documentation and I have this error in my log

Caused by: com.hp.hpl.jena.db.RDFRDBException: Failure to instantiate DB
Driver:Postgresql java.lang.ClassNotFoundException: No ClassLoaders found
for: com.hp.hpl.jena.db.impl.Driver_Postgresql
        at com.hp.hpl.jena.db.DBConnection.getDriver(DBConnection.java:296)
        at
com.hp.hpl.jena.db.DBConnection.containsModel(DBConnection.java:226)
        at
org.nuxeo.ecm.platform.relations.jena.JenaGraph.openGraph(JenaGraph.java:245)
        at
org.nuxeo.ecm.platform.relations.jena.JenaGraph.openGraph(JenaGraph.java:180)
        at
org.nuxeo.ecm.platform.relations.jena.JenaGraph.size(JenaGraph.java:821)
        ... 17 more
Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for:
com.hp.hpl.jena.db.impl.Driver_Postgresql
        at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:306)
        at
org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:521)
        at
org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:415)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:169)
        at com.hp.hpl.jena.db.DBConnection.getDriver(DBConnection.java:291)
        ... 21 more

2009/5/22 Stefan Dimov <[email protected]>

>  Hi,
> It seems like your repository is configured to run with JCR. From version
> 5.2 the default repository is VCS - sql based and you need to do some
> procedures to run nuxeo against jcr.
> You can take a look at
> http://www.nuxeo.org/xwiki/bin/view/FAQ/Nuxeo52JcrPostgreSQL/
> especially  in part(cite):
> *
> Drop following JARs in server/default/deploy/nuxeo.ear/system: *
>
>    - 
> *nuxeo-core-jca-1.5.0-RC1.rar<http://maven.nuxeo.org/nexus/service/local/repositories/nuxeo-release/content/org/nuxeo/ecm/core/nuxeo-core-jca/1.5.0-RC1/nuxeo-core-jca-1.5.0-RC1.jar>(rename
>  the file downloaded from nuxeo-core-jca-1.5.0-RC1.jar into
>    nuxeo-core-jca-1.5.0-RC1.rar)*
>    - 
> *nuxeo-core-jcr-connector-1.5.0-RC1.jar<http://maven.nuxeo.org/nexus/service/local/repositories/nuxeo-release/content/org/nuxeo/ecm/core/nuxeo-core-jcr-connector/1.5.0-RC1/nuxeo-core-jcr-connector-1.5.0-RC1.jar>
>    *
>
> Till 5.2 JCR jars are not distributed (copied) by default - that is the
> reason for this exception and you have to manual copy them.
> On the other hand, I see that the rest of exceptions are because your
> database is not supporting language "plpgsql". What version of PostgreSQL
> you are using?
> After you create nuxeo database you should run "create language plpgsql;"
> on this database. Nuxeo uses this language for its procedures.
> Can you attach the configurations - I'm little bit confusing of using both
> of VCS and JCR.
> Regards,
> Stefan
>
> Jean-Louis BARROIS wrote:
>
> Hi every boby,
>
> I'm trying the  5.2 version and I have the same configuration and the same
> problem
> that Jesus.
>
> The first error in the file server.log is :
>
> 2009-05-22 11:51:42,393 ERROR [org.nuxeo.runtime.model.RegistrationInfo]
> Failed to instantiate component:
> org.nuxeo.ecm.core.repository.jcr.versioning.Versioning
> java.lang.ClassNotFoundException: No ClassLoaders found for:
> org.nuxeo.ecm.core.repository.jcr.versioning.Versioning
>         at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:306)
>         at
> org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:521)
>         at
> org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:415)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
>         at
> org.nuxeo.runtime.jboss.adapter.deployment.JBossRuntimeContext.loadClass(JBossRuntimeContext.java:67)
>         at
> org.nuxeo.runtime.model.impl.ComponentInstanceImpl.<init>(ComponentInstanceImpl.java:58)
>         at
> org.nuxeo.runtime.model.impl.RegistrationInfoImpl.createComponentInstance(RegistrationInfoImpl.java:239)
>         at
> org.nuxeo.runtime.model.impl.RegistrationInfoImpl.activate(RegistrationInfoImpl.java:257)
>         at
> org.nuxeo.runtime.model.impl.RegistrationInfoImpl.resolve(RegistrationInfoImpl.java:337)
>         at
> org.nuxeo.runtime.model.impl.ComponentManagerImpl._register(ComponentManagerImpl.java:185)
>         at
> org.nuxeo.runtime.model.impl.ComponentManagerImpl.register(ComponentManagerImpl.java:142)
>         at
> org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:92)
>         at
> org.nuxeo.runtime.jboss.adapter.deployment.XMLComponentDeployer.start(XMLComponentDeployer.java:94)
>         at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
>         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
>         at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at
> org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
>         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
>         at
> org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
>
>
> and the rest in the attachment ...
>
>
>
> Thank you for your help
>
>
> Regards
>
> Jean-Louis Barrois
> Université Paris V René Descartes UFR Math-Info
>
>
>
> ------------------------------
>
> _______________________________________________
> ECM mailing [email protected]http://lists.nuxeo.com/mailman/listinfo/ecm
> To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
>
>
>
> --
> [image: Setelis Ltd] <http://www.setelis.com>
>
> Stefan Dimov
> tel/fax : +359 2 987 08 15
> mobile: +359 888 52 54 88
> web : http://www.setelis.com
>
>
>
>
>
> _______________________________________________
> ECM mailing list
> [email protected]
> http://lists.nuxeo.com/mailman/listinfo/ecm
> To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
>
>

<<Logo.gif>>

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to