Sorry, please disregard my last post. I forgot that I'm using
nuxeo-dm-5.3.2. Instead, what I did is:

------ nuxeo.conf -----------

# General parameters
nuxeo.force.generation=true
nuxeo.template=postgresql
nuxeo.bind.address=0.0.0.0
nuxeo.url=http://localhost:8080/nuxeo
org.nuxeo.ecm.contextPath=/nuxeo
nuxeo.db.name=nuxeo
nuxeo.db.user=postgres
nuxeo.db.password=
nuxeo.db.host=localhost
nuxeo.db.port=5432
nuxeo.db.min-pool-size=5
nuxeo.db.max-pool-size=20
nuxeo.vcs.min-pool-size=0
nuxeo.vcs.max-pool-size=20


------- config/default-repository-config.xml -------------

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.core.storage.sql.config">
  <extension target="org.nuxeo.ecm.core.repository.RepositoryService"
    point="repository">
    <repository name="default"

 factory="org.nuxeo.ecm.core.storage.sql.coremodel.SQLRepositoryFactory">
      <repository name="default">
        <indexing>
          <!-- configuration for PostgreSQL -->
          <fulltext analyzer="english"/>
        </indexing>

      </repository>
    </repository>
  </extension>
</component>


When I ran nuxeo, the error says:

22:12:01,312 ERROR [OSGiRuntimeService] Nuxeo EP Started
======================================================================
= Nuxeo EP Started
======================================================================
= Component Loading Status: Pending: 1 / Unstarted: 0 / Total: 357
  * service:org.nuxeo.ecm.platform.convert.oooDaemon.config.default requires
[service:org.nuxeo.ecm.platform.convert.oooserver.OOoDaemonManagerComponent]
======================================================================
22:12:01,317 INFO  [J2EEContainerDescriptor] Detected Jetty host
22:12:05,380 INFO  [JettyComponent] jetty-6.1H.7
22:12:05,413 INFO  [JettyComponent] Opened
/opt/nuxeo-dm/bin/log/2010_08_31.request.log
22:12:05,526 INFO  [JettyComponent] No Transaction manager found - if your
webapp requires one, please configure one.
22:12:10,234 INFO  [SeamConfigurator] Deactivate Seam transaction support
(no tx manager)
22:12:10,250 INFO  [GuiceContextListener] GuiceContextListener
contextInitialized
22:12:10,270 INFO  [GuiceContextListener] GuiceContextListener getModuleList
22:12:10,271 INFO  [GuiceContextListener] GuiceContextListener
createInjector
22:12:19,190 INFO  [JettyComponent] Started {}
22:12:19,196 INFO  [PublisherServiceImpl] Publisher Service initialization
22:12:19,294 INFO  [DefaultBinaryManager] Repository 'default' using binary
store: /opt/nuxeo-dm/binaries
22:12:19,302 ERROR [PublisherServiceImpl] Unable to register pending
descriptors
org.nuxeo.ecm.core.api.ClientException: Failed to load repository default
        at
org.nuxeo.ecm.core.api.local.LocalSession.createSession(LocalSession.java:102)
        at
org.nuxeo.ecm.core.api.local.LocalSession.getSession(LocalSession.java:154)
        at
org.nuxeo.ecm.core.api.AbstractSession.connect(AbstractSession.java:188)
        at
org.nuxeo.ecm.core.api.repository.Repository.open(Repository.java:149)
        at
org.nuxeo.ecm.core.api.repository.Repository.open(Repository.java:115)
        at
org.nuxeo.ecm.core.api.UnrestrictedSessionRunner.runUnrestricted(UnrestrictedSessionRunner.java:141)
        at
org.nuxeo.ecm.platform.publisher.impl.service.DomainsFinder.getDomains(DomainsFinder.java:61)
        at
org.nuxeo.ecm.platform.publisher.impl.service.PublisherServiceImpl.registerPendingDescriptors(PublisherServiceImpl.java:673)
        at
org.nuxeo.ecm.platform.publisher.impl.service.PublisherServiceImpl.frameworkEvent(PublisherServiceImpl.java:659)
        at
org.nuxeo.osgi.OSGiAdapter.fireFrameworkEvent(OSGiAdapter.java:203)
        at
org.nuxeo.osgi.application.StandaloneApplication.start(StandaloneApplication.java:144)
        at
org.nuxeo.osgi.application.StandaloneApplication.main(StandaloneApplication.java:338)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.nuxeo.osgi.application.Main.main(Main.java:64)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.nuxeo.runtime.launcher.Main.main(Main.java:88)
Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception:
org.nuxeo.ecm.core.storage.StorageException. message:
java.lang.NullPointerException
        at
org.nuxeo.ecm.core.storage.sql.RepositoryImpl.createBackend(RepositoryImpl.java:193)
        at
org.nuxeo.ecm.core.storage.sql.RepositoryImpl.<init>(RepositoryImpl.java:121)
        at
org.nuxeo.ecm.core.storage.sql.coremodel.SQLRepository.<init>(SQLRepository.java:65)
        at
org.nuxeo.ecm.core.storage.sql.coremodel.SQLRepositoryFactory.createRepository(SQLRepositoryFactory.java:37)
        at
org.nuxeo.ecm.core.repository.RepositoryDescriptor.create(RepositoryDescriptor.java:139)
        at
org.nuxeo.ecm.core.repository.RepositoryManager$Ref.get(RepositoryManager.java:201)
        at
org.nuxeo.ecm.core.repository.RepositoryManager.getRepository(RepositoryManager.java:81)
        at
org.nuxeo.ecm.core.api.local.LocalSession.lookupRepository(LocalSession.java:130)
        at
org.nuxeo.ecm.core.api.local.LocalSession.createSession(LocalSession.java:98)
        ... 21 more
Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception:
java.lang.NullPointerException. message: null
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at
org.nuxeo.ecm.core.storage.sql.jdbc.JDBCBackend.initialize(JDBCBackend.java:64)
        at
org.nuxeo.ecm.core.storage.sql.RepositoryImpl.createBackend(RepositoryImpl.java:188)
        ... 29 more
22:12:19,305 INFO  [StandaloneApplication] Framework started in 27 sec.

Please help....


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