Questions tagged [jackrabbit-oak]

Questions related specifically to Jackrabbit Oak, as opposed to generic Jackrabbit questions.

Jackrabbit Oak is an effort to implement a scalable and performant hierarchical content repository for use as the foundation of modern world-class web sites and other demanding content applications.

120 questions
0
votes
1 answer

Create TransientRepository from oak segmentstore

I have an old file based Apache Jackrabbit repository which I have converted to Apache Oak repo using the oak-migrate utility. The old code is using org.apache.jackrabbit.core.TransientRepository class to deal with the repository and in new…
UmeshPathak
  • 145
  • 1
  • 2
  • 13
0
votes
1 answer

Use file system Oak repository

I have migrated Apache Jackrabbit file repository to Oak using oak-upgrade utility in order to replace the jackrabbit with Oak. How can I use the new oak repository ? The segmentstore folder contains below files data00000a.tar journal.log…
UmeshPathak
  • 145
  • 1
  • 2
  • 13
0
votes
1 answer

AEM 6.2 OAK Indexing Behavior

As mentioned in adobe docs - OAK does not index anything by default & custom indexes need to be created when necessary. But OOTB lucene index under /oak:index/lucene index all content text & binary by default which is 180 degree shift to above…
Finn
  • 912
  • 1
  • 16
  • 53
0
votes
0 answers

Simultaneous Session Logons in AEM & Jackrabbit Oak

I was asked to address "Simultaneous Session Logons" problem in AEM (https://www.owasp.org/index.php/Session_Management_Cheat_Sheet#Simultaneous_Session_Logons). I'm looking for a ready solution in OAK for preventing a user account being logged…
0
votes
2 answers

Which tools to use when migrating bounded data?

I recently started working on a content repository migration project between two different content management systems. We have around 11 petabytes of documents in a source repository. We want to migrate all of them one document at a time by…
0
votes
0 answers

Why moving the OAK repo to MongoDB is a challenge for the Publish instance of AEM

As we have seen that Adobe Experience Manager comes with a bundled installer for the JCR and it keeps the Content Repository along with the Framework and it is doesn't provide option to decouple the content repo from the CMS framework by allowing it…
Rahul Mohan
  • 101
  • 1
  • 2
  • 6
0
votes
2 answers

Apache Jackrabbit Oak 1.8 Indexing - Lucene does not index binary properties in aggregated node

I have following index: oak:index jcr:primaryType = nt:unstructured dms-lucene-fulltext-index compatVersion = 2 async = async jcr:primaryType = oak:QueryIndexDefinition evaluatePathRestrictions = true …
0
votes
0 answers

Explain Query Tool in AEM 6.1 is showing Oak Indexes being used as blank

I am using the Explain Query Tool to understand which tool is being used by AEM to run my query. Though the tool is showing a lot of information, it is not showing the Oak:Index being used. Please see the screenshot below: I want to know which…
Karttik Mishra
  • 150
  • 2
  • 14
0
votes
1 answer

JCR Implementations - transparent storage

We are exploring the usability of JCR API for our application, while searching the web I came across this article, from Nuxeo, where they mentioned the below point as the main reason for them to drop JCR. Opacity of the in-database storage. We…
msmani
  • 730
  • 1
  • 7
  • 24
0
votes
2 answers

open source DMS Jackrabbit/modeshape/nuxeo

I'm looking for open source DMS/EDM solution. So i'm seeing : Jackrabbit project seems dead Modeshape: The documentation seems quite good But the project is dead ? I haven't seen push in master since 9 month ago :…
0
votes
1 answer

How to invalidate a JCR session based on user inactivity in AEM?

I am designing a solution for the use case where I am logging into my website in AEM 6.3 and would like to logout the user from the website after a definite time of inactivity. However, I did not find any such method in the javax.jcr.session API…
Karttik Mishra
  • 150
  • 2
  • 14
0
votes
0 answers

Error running Apache Jackrabbit GarbageCollector

I am trying to run a GarbageCollector on my DataStore using the method given in this link : https://wiki.apache.org/jackrabbit/DataStore I am using Jackrabbit 2.6 public void runGC(){ LOG.info("Inside runGC() method :: START "); …
Prerak Tiwari
  • 3,436
  • 4
  • 34
  • 64
0
votes
0 answers

AEM 6.1 - Memory leak by Jackrabbit Oak

I'm using AEM 6.1 with JR 2.10 and JR Oak 1.2 All system is working well until I run a job which inserts a huge of content and publish them automatically. After that, content updating is really slow and sometimes makes the server down. This is the…
Dat Hoang
  • 1
  • 2
0
votes
2 answers

JackRabbit setup on WAS for one of our REST application

We are trying to setup JackRabbit Oak on one of our Linux machine with IBM WAS application server and facing some issues starting the sever on WAS. The Apache JackRabbit is a content repository which is a hierarchical content store with support for…
vipin.huddar
  • 91
  • 1
  • 1
  • 6
0
votes
1 answer

Sling / Jackrabbit - resolver / session lifetime and its concurrent consistency

I have a osgi component which works with JCR (for example, CRUD). @Component @Service public class SomeServiceImpl implements SomeService { @Reference private ResourceResolverFactory resourceResolverFactory; private ResourceResolver…
Alex
  • 139
  • 2
  • 8