On 2018-04-10 08:05, Julian Reschke wrote:
On 2018-04-10 06:54, [email protected] wrote:
Thanks Julian for your quick reply. There is no error but below is the log which tells there is something missing.

10.04.2018 10:19:47.809 *INFO* [localhost-startStop-1] org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService DataSource use enabled. DocumentNodeStoreService would be initialized when DataSource would be available (currently available: nodes: null, blobs: null)

Please find the log as attachment.

Regards,
Sudhir

You don't seem to have a datasource configured...

FWIW, I recently tried a setup with Postgres and a local file data store, ant the following worked for me:

org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore.config:

(empty, all defaults)

org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.config:

documentStoreType="RDB"
customBlobStore=B"true"


Best regards, Julian



Reply via email to