cancel
Showing results for 
Search instead for 
Did you mean: 

Query errors are not logged

mundifaber
Champ in-the-making
Champ in-the-making

Hello,

When I enter a CMIS query using the node browser in the Alfresco Share. I get an error at the frontend.

00031041409 Solr request failed with 500 /solr/alfresco/cmis?wt=json&fl=DBID%2Cscore&rows=100&df=TEXT&start=0&locale=en_GB&alternativeDic=DEFAULT_DICTIONARY&fq=%7B%21afts%7DAUTHORITY_FILTER_FROM_JSON&fq=%7B%21afts%7DTENANT_FILTER_FROM_JSON

Unfortunately I can't debug because I can't see any error in my catalina.out file.
Nevertheless the query is logged when it has no error.

Does anyone has an idea what I can change to get the query error in my log?

Greetings,
André

2 REPLIES 2

sanjaybandhaniya
Elite Collaborator
Elite Collaborator

It could be issue of Query syntax or solr is not working properly.

Please provide query which you are executing.


@sanjaybandhniya wrote:

It could be issue of Query syntax or solr is not working properly.

Please provide query which you are executing.


Hello,

Sorry for the late reply.

This is for all wrong queries.
Let's say I write

select cmis:nme from cmis:document

where I wrote cmis:nme instead of cmis:name I get the error

0108990260 Solr request failed with 500 /solr/alfresco/cmis?wt=json&fl=DBID%2Cscore&rows=100&df=TEXT&start=0&locale=en_GB&alternativeDic=DEFAULT_DICTIONARY&fq=%7B%21afts%7DAUTHORITY_FILTER_FROM_JSON&fq=%7B%21afts%7DTENANT_FILTER_FROM_JSON
 
But when I look at the log (catalina.out) I do not see any further information about what's wrong with the query.