Wesley Forti a écrit :
> I checked the default-repository-config.xml and I found this. It could
> be this?
>
> <PersistenceManager
> class="org.apache.jackrabbit.core.state.db.SimpleDbPersistenceManager">
> <param name="driver" value="com.mysql.jdbc.Driver"/>
> <param name="url" value="jdbc:mysql://localhost/nuxeo"/>
> <param name="user" value="root"/>
> <param name="password" value="pwd"/>
> <param name="schema" value="schema"/>
> <param name="schemaObjectPrefix" value="jcr_ver_"/>
> <param name="externalBLOBs" value="false"/>
> </PersistenceManager>
Sure, try
<param name="schema" value="mysql"/>
This should be better.
And don't forget to delete your data directory (or just
data/NXRuntime/repos/default/default.xml) before restarting, or you
configuration changes won't be effectives.
By the way, for performances reasons, you should probably use
MySqlPersistenceManager (see JackRabbit doc).
Tiry
>
>
>
> On Feb 19, 2008 4:28 PM, Wesley Forti <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
>
> Please, see attached file.
>
>
>
> On Feb 19, 2008 4:16 PM, Olivier Grisel <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
>
> Wesley Forti a écrit :
> > here is it.
> >
> >
> > Exception: org.nuxeo.ecm.core.api.ClientException.
> message: Error
> > opening repository Failed to intialize repository: default
> >
>
> This is a problem in the configuration of your document
> repository, not in the
> users directory. Don't you have a "Caused by" stacktrace
> complement in your log?
> This should provide you with more details on the cause of your
> repository
> configuration error.
>
> --
> Olivier
>
> _______________________________________________
> ECM mailing list
> [email protected] <mailto:[email protected]>
> http://lists.nuxeo.com/mailman/listinfo/ecm
>
>
>
>
> --
> Att,
> ---
> Wesley Forti
>
>
>
>
> --
> Att,
> ---
> Wesley Forti
> ------------------------------------------------------------------------
>
> _______________________________________________
> ECM mailing list
> [email protected]
> http://lists.nuxeo.com/mailman/listinfo/ecm
>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm