On 27/11/2017 08:09, Techie Technical wrote: > Hi, > > Can someone help me understand why following warning occurs on every time > when I call: > > Jcr jcr = new Jcr(new Oak(documentNodeStore)).with(getSecurityProvider()); > Repository repository = jcr.createRepository(); >
Could you post the full log messages somewhere? It could be that you're not defining any index for jcr:primaryType which is part of our InitialContent https://github.com/apache/jackrabbit-oak/blob/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/InitialContent.java#L114 HTH Davide
