Not able to select a tag in Alfresco Community 5.0.d

1.6k Views Asked by At

I am using Alfresco Community 5.0.d and when I go to edit properties then click on select tag, I get below error in view.

org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 00170047

Below is error in console.

"status": {
"code": 500,
"name": "Internal Error",
"description": "An error inside the HTTP server which prevented it from fulfilling the request."
},
"message": "org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 00170049 ",
"exception": "",
"callstack": [],
"server": "Community v5.0.0 (d r99759-b2) schema 8,022",
"time": "Jan 17, 2017 10:14:59 PM"
}

Below is screenshot of the view.

tag issue

Link for alfresco log file: https://drive.google.com/open?id=0BzmMymYRd2jwemFZSU5lV2MzMlk

Thanks in advance.

1

There are 1 best solutions below

0
On BEST ANSWER

Based on your log file information, there is an issue with your SOLR.

Caused by: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at sun.security.ssl.SSLSessionImpl.getPeerCertificates(SSLSessi‌​onImpl.java:431) . How is ur SOLR is configured and does your SOLR is running correctly ?

Refer this post, SSLPeerUnverifiedException During attempted upload