Thanks Jacques & Sasha,
I don't master this part with Jackrabbit.
Eric
On Wed, 2012-01-25 at 10:02 +0100, Sascha Rodekamp wrote:
> Hm Jackrabbit uses Derby as internal DataStore.
>
> you can find the configuration in the jackrabbit.xml:
>
> <!--
> data store configuration
> -->
> <DataStore class="org.apache.jackrabbit.core.data.FileDataStore" >
> <param name="path" value="${rep.home}/repository/datastore"/>
> <param name="minRecordLength" value="0"/>
> </DataStore>
>
> This could be made configurable to avoid problems. I have to check how
> it works with PostgreSQL .
>
> 2012/1/25 Jacques Le Roux <[email protected]>:
> > This could be the reason why we crossed issues with trunk demo last week.
> > But it seems to work there since 21/01
> >
> > Jacques
> >
> > From: "Eric de Maulde" <[email protected]>
> >
> >> Hi,
> >>
> >> From the trunk 1234563
> >>
> >> My OFBiz shutdowns at start time on PostgreSQL (with my own data) and
> >> doesn't with a configured entity engine on Derby.
> >>
> >> Here is errors :
> >>
> >> ...
> >> 9924 [main] INFO org.apache.jackrabbit.core.RepositoryImpl - Starting
> >> repository...
> >> 9928 [main] INFO org.apache.jackrabbit.core.fs.local.LocalFileSystem -
> >> LocalFileSystem initialized at path runtime/data/jcr/repository
> >> 10112 [main] INFO org.apache.jackrabbit.core.fs.local.LocalFileSystem -
> >> LocalFileSystem initialized at path runtime/data/jcr/version
> >> 12805 [main] INFO org.apache.jackrabbit.core.RepositoryImpl -
> >> initializing workspace 'default'...
> >> 12806 [main] INFO org.apache.jackrabbit.core.fs.local.LocalFileSystem -
> >> LocalFileSystem initialized at path runtime/data/jcr/workspaces/default
> >> 13349 [main] INFO org.apache.jackrabbit.core.RepositoryImpl - workspace
> >> 'default' initialized
> >> 13355 [main] INFO org.apache.jackrabbit.core.RepositoryImpl -
> >> SecurityManager = class
> >> org.apache.jackrabbit.core.security.simple.SimpleSecurityManager
> >> 13355 [main] INFO org.apache.jackrabbit.core.RepositoryImpl -
> >> initializing workspace 'security'...
> >> 13355 [main] INFO org.apache.jackrabbit.core.fs.local.LocalFileSystem -
> >> LocalFileSystem initialized at path runtime/data/jcr/workspaces/security
> >> 13715 [main] INFO org.apache.jackrabbit.core.RepositoryImpl - workspace
> >> 'security' initialized
> >> 13716 [main] INFO
> >> org.apache.jackrabbit.core.security.simple.SimpleSecurityManager - init:
> >> using Repository LoginModule configuration for Jackrabbit
> >> 13722 [main] INFO org.apache.jackrabbit.core.RepositoryImpl - Repository
> >> started (3798ms)
> >> 13722 [main] INFO org.apache.jackrabbit.core.TransientRepository -
> >> Transient repository initialized
> >> 13725 [main] INFO org.ofbiz.service.GenericDispatcher - Creating new
> >> dispatcher [auth-dispatcher] (main)
> >> 13744 [main] INFO org.ofbiz.service.engine.AbstractEngine - Loaded
> >> Service Locations : {main-rmi=rmi://localhost:1099/RMIDispatcher,
> >> main-http=http://localhost:8080/webtools/control/httpService,
> >> entity-sync-rmi=rmi://localhost:1099/RMIDispatcher,
> >> entity-sync-http=http://localhost:8080/webtools/control/httpService,
> >> rita-rmi=rmi://localhost:1099/RMIDispatcher,
> >> eedcc-test=http://localhost:8080/webtools/control/httpService}
> >> 13876 [main] INFO org.ofbiz.base.util.UtilProperties - ResourceBundle
> >> SecurityextUiLabels (en) created in 0.078s with 55 properties
> >> 14007 [main] ERROR org.ofbiz.service.ServiceDispatcher - Error in
> >> Service [userLogin]: The account for user login id "system" has been
> >> disabled.. It is not scheduled to be re-enabled.
> >> 14010 [main] ERROR org.ofbiz.entity.transaction.TransactionUtil - ----
> >> exception report
> >> ----------------------------------------------------------
> >> [TransactionUtil.rollback]
> >> Exception: java.lang.Exception
> >> Message: Stack Trace
> >> ---- stack trace
> >> ---------------------------------------------------------------
> >> java.lang.Exception: Stack Trace
> >>
> >> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:341)
> >>
> >> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:318)
> >> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547)
> >> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226)
> >> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:163)
> >> org.ofbiz.jcr.loader.OFBizLoginModule.login(OFBizLoginModule.java:127)
> >>
> >> org.apache.jackrabbit.core.security.authentication.LocalAuthContext.login(LocalAuthContext.java:86)
> >> org.apache.jackrabbit.core.RepositoryImpl.login(RepositoryImpl.java:1458)
> >>
> >> org.apache.jackrabbit.core.TransientRepository.login(TransientRepository.java:381)
> >>
> >> org.apache.jackrabbit.commons.AbstractRepository.login(AbstractRepository.java:123)
> >>
> >> org.ofbiz.jcr.loader.jackrabbit.JCRFactoryImpl.createSession(JCRFactoryImpl.java:146)
> >>
> >> org.ofbiz.jcr.loader.jackrabbit.JCRFactoryImpl.start(JCRFactoryImpl.java:100)
> >> org.ofbiz.jcr.loader.JCRContainer.start(JCRContainer.java:129)
> >> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:230)
> >> org.ofbiz.base.start.Start.startStartLoaders(Start.java:310)
> >> org.ofbiz.base.start.Start.start(Start.java:289)
> >> org.ofbiz.base.start.Start.main(Start.java:119)
> >> ...
> >>
> >>
> >> Configuration on Derby doesn't load RMI service.
> >>
> >> ...
> >> 14814 [main] INFO org.apache.jackrabbit.core.TransientRepository -
> >> Transient repository initialized
> >> 14817 [main] INFO org.ofbiz.service.GenericDispatcher - Creating new
> >> dispatcher [auth-dispatcher] (main)
> >> 14891 [main] INFO org.apache.jackrabbit.core.TransientRepository -
> >> Session opened
> >> 14893 [main] INFO
> >> org.apache.jackrabbit.ocm.nodemanagement.impl.RepositoryUtil - Setup Jcr
> >> session setup ...
> >> 14900 [main] INFO
> >> org.apache.jackrabbit.ocm.nodemanagement.impl.RepositoryUtil - Jcr
> >> session setup successfull.
> >> 14981 [main] INFO org.ofbiz.jcr.loader.JCRContainer - Repository bound
> >> to JNDI as jcr/local
> >> ...
> >>
> >>
> >> Why RMI service loads here ?
> >> User login "system" isn't valid !!! (Jackrabbit service or RMI
> >> service ?)
> >>
> >> Do you have a line of thought ?
> >>
> >> Thank you very much
> >>
> >> Eric
> >>
> >
>
>
>