问题
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.
Link for alfresco log file: https://drive.google.com/open?id=0BzmMymYRd2jwemFZSU5lV2MzMlk
Thanks in advance.
回答1:
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(SSLSessionImpl.java:431) . How is ur SOLR is configured and does your SOLR is running correctly ?
Refer this post, SSLPeerUnverifiedException During attempted upload
来源:https://stackoverflow.com/questions/41707985/not-able-to-select-a-tag-in-alfresco-community-5-0-d