You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by techie2k <de...@gmail.com> on 2017/12/12 08:13:22 UTC

QueryEngineImpl - No alternatives found

Hi,

Continuously following line is printed in log, while repository login: 


org.apache.jackrabbit.oak.query.QueryEngineImpl - No alternatives found.
Query: 
select [rep:Authorizable].[rep:principalName] as
[rep:Authorizable.rep:principalName], 
[rep:Authorizable].[rep:authorizableId] as
[rep:Authorizable.rep:authorizableId], 
[rep:Authorizable].[jcr:uuid] as [rep:Authorizable.jcr:uuid],
[rep:Authorizable].[jcr:primaryType] as [rep:Authorizable.jcr:primaryType], 
[rep:Authorizable].[jcr:created] as [rep:Authorizable.jcr:created],
[rep:Authorizable].[jcr:createdBy] as [rep:Authorizable.jcr:createdBy] 
from 
[rep:Authorizable] as [rep:Authorizable] where
[rep:Authorizable].[rep:principalName] = $principalName


Is it indicating index should be created?

If so how to create for this generic query?





--
Sent from: http://jackrabbit.510166.n4.nabble.com/Jackrabbit-Users-f510167.html

Re: QueryEngineImpl - No alternatives found

Posted by Thomas Mueller <mu...@adobe.com.INVALID>.
Hi,

This log message is a "trace" level. It is meant for debugging.

> Is it indicating index should be created?

No. You can ignore this. Actually you probably shouldn't enable trace level logging.

Regards,
Thomas


On 12.12.17, 09:13, "techie2k" <de...@gmail.com> wrote:

    Hi,
    
    Continuously following line is printed in log, while repository login: 
    
    
    org.apache.jackrabbit.oak.query.QueryEngineImpl - No alternatives found.
    Query: 
    select [rep:Authorizable].[rep:principalName] as
    [rep:Authorizable.rep:principalName], 
    [rep:Authorizable].[rep:authorizableId] as
    [rep:Authorizable.rep:authorizableId], 
    [rep:Authorizable].[jcr:uuid] as [rep:Authorizable.jcr:uuid],
    [rep:Authorizable].[jcr:primaryType] as [rep:Authorizable.jcr:primaryType], 
    [rep:Authorizable].[jcr:created] as [rep:Authorizable.jcr:created],
    [rep:Authorizable].[jcr:createdBy] as [rep:Authorizable.jcr:createdBy] 
    from 
    [rep:Authorizable] as [rep:Authorizable] where
    [rep:Authorizable].[rep:principalName] = $principalName
    
    
    Is it indicating index should be created?
    
    If so how to create for this generic query?
    
    
    
    
    
    --
    Sent from: http://jackrabbit.510166.n4.nabble.com/Jackrabbit-Users-f510167.html