On 2007-09-27, Yuri Nadestin <[EMAIL PROTECTED]> wrote:
> Got it, thanks.
>
> There is one small problem though,
>
> If I leave <mbean> declaration in the -ds.xml file uncommented:

I was having the same problem, and followed the instructions in this
thread.  I commented out the <mbean> part, but now I'm getting the below
error.  I can't seem to figure out how to get more info from it.

Caused by: org.nuxeo.ecm.core.api.ClientException:
org.nuxeo.ecm.core.api.WrappedException: Exception: 
org.nuxeo.ecm.core.api.ClientException. message:
Error op
ening repository Failed to load repository ExcelRepo
        at
org.nuxeo.ecm.platform.ui.web.shield.NuxeoErrorInterceptor.invokeAndW
rapExceptions(NuxeoErrorInterceptor.java:80)
        at sun.reflect.GeneratedMethodAccessor204.invoke(Unknown Source)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jboss.seam.util.Reflections.invoke(Reflections.java:18)

I am also seeing many of these:

2007-09-27 16:14:47,976 WARN
[org.nuxeo.ecm.webapp.delegate.DocumentManagerBusinessDelegate] documentManager 
could not be retrieved because location is null

Plus some exceptions related to Sun faces, but I was seeing the faces
stuff before even on the demo HSQL repo.

I also found that I had to create a hibernate.properties file with this
in it:

hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect

to prevent errors about needing an explicit dialog.  This also wasn't in
any docs.

The docs about the datasource/ dir were a bit vague.  I eventually wound
up editing every file for PostgreSQL stuff, pointing each at a different
database (can I point them all at the same DB?), and preserving the
unique id at the top of the file.  I wasn't sure if I should edit every
file or not, but this seemed the sensible route.

I can see Nuxeo connecting to the DB and creating tables and whatnot,
but then it crashes here.  Any ideas?

-- John

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to