- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
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:
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.
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
i have finally fixed the issue after creating alfresco core using the following api: http://localhost:8983/solr/admin/cores?action=newDefaultIndex&coreName=alfresco
