Re: launchpad with FileDataStore

2016-10-12 Thread Julian Sedding
Hi Mike > I can load the /system/console, but not the .explorer.html app. If I > set customBlobStore=B"false" it works correctly again. Are you referring to (a) configuration being changed in a running system? (b) configuration changed in previously initialised system and a subsequent restart?

Re: launchpad with FileDataStore

2016-10-11 Thread Robert Munteanu
On Thu, 2016-10-06 at 09:19 -0500, Mike Nimer wrote: > One problem when I  make this change Sling will not start correctly. > When I try to load an html page from my content bundle or the default > app I get this message > > "AuthenticationSupport service missing. Cannot authenticate request." >

Re: launchpad with FileDataStore

2016-10-06 Thread Mike Nimer
One problem when I make this change Sling will not start correctly. When I try to load an html page from my content bundle or the default app I get this message "AuthenticationSupport service missing. Cannot authenticate request." I can load the /system/console, but not the .explorer.html app.

Re: launchpad with FileDataStore

2016-10-03 Thread Robert Munteanu
Hi Mike, On Tue, 2016-09-06 at 19:26 -0500, Mike Nimer wrote: > If I want to use the FileDataStore for blobs, with the > SegmentNodeStore.  What dependencies do I need to add to my > provisioning txt files, for launched 9-SNAPSHOT? > > Config: > > [configurations

launchpad with FileDataStore

2016-09-06 Thread Mike Nimer
If I want to use the FileDataStore for blobs, with the SegmentNodeStore. What dependencies do I need to add to my provisioning txt files, for launched 9-SNAPSHOT? Config: [configurations runModes=oak_tar] org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService

Re: Sling Launchpad 8 - FileDataStore configuration

2016-02-18 Thread Robert Munteanu
On Tue, 2016-02-16 at 14:47 +, Andrei Dulceanu wrote: > Hi, > > I’m trying to configure DocumentNodeStore to use FileDataStore with > Sling Launchpad 8, as advised in [0]. > For this I created in ${sling.home}/install the following &

Sling Launchpad 8 - FileDataStore configuration

2016-02-16 Thread Andrei Dulceanu
Hi, I’m trying to configure DocumentNodeStore to use FileDataStore with Sling Launchpad 8, as advised in [0]. For this I created in ${sling.home}/install the following configurations: org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.cfg customBlobStore=true