cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco 23.4: Solr 6 Indexing issue

mag
Champ on-the-rise
Champ on-the-rise

Hello guys,

i need your help to fix this issue below.

I have installed Alfresco Community 23.4 and Alfresco Search Services 2.0.14 on Kubernetes. However, I am experiencing an issue with the search feature. Please find the error message from Share below.

capture from Share:

mag_0-1744743425980.png

Message error:

JavaException: org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 03151027 Request failed 404 /solr/alfresco/alfresco?wt=json&fl=DBID%2Cscore&rows=1000&df=TEXT&start=0&locale=fr_FR&alternativeDic=DEFAULT_DICTIONARY&fq=%7B%21afts%7DAUTHORITY_FILTER_FROM_JSON&fq=%7B%21afts%7DTENANT_FILTER_FROM_JSON.

Thanks in advance.

 

1 ACCEPTED ANSWER

mag
Champ on-the-rise
Champ on-the-rise

after investigation it seems core alfresco and archive are not created.find below core status (curl -v "http://localhost:8983/solr/admin/cores?action=STATUS")output 

Trying ::1:8983...
* Connected to localhost (::1) port 8983 (#0)
> GET /solr/admin/cores?action=STATUS HTTP/1.1
> Host: localhost:8983
> User-Agent: curl/7.76.1
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Content-Type: application/xml; charset=UTF-8
< Content-Length: 193
<
<?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><lst name="initFailures"/><lst name="status"/>
</response>
* Connection #0 to host localhost left intact

 
 

 

View answer in original post

2 REPLIES 2

mag
Champ on-the-rise
Champ on-the-rise

after investigation it seems core alfresco and archive are not created.find below core status (curl -v "http://localhost:8983/solr/admin/cores?action=STATUS")output 

Trying ::1:8983...
* Connected to localhost (::1) port 8983 (#0)
> GET /solr/admin/cores?action=STATUS HTTP/1.1
> Host: localhost:8983
> User-Agent: curl/7.76.1
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Content-Type: application/xml; charset=UTF-8
< Content-Length: 193
<
<?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><lst name="initFailures"/><lst name="status"/>
</response>
* Connection #0 to host localhost left intact

 
 

 

mag
Champ on-the-rise
Champ on-the-rise

i have finally fixed the issue after creating alfresco core using the following api: http://localhost:8983/solr/admin/cores?action=newDefaultIndex&coreName=alfresco