Query errors are not logged

cancel
Showing results for 
Search instead for 
Did you mean: 
mundifaber
Member II

Query errors are not logged

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
sanjaybandhniya
Intermediate

Re: Query errors are not logged

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

Please provide query which you are executing.

mundifaber
Member II

Re: Query errors are not logged


@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.