Actions
Bug #6876
closedMetacatUI get an exception in the search interface
Start date:
11/04/2015
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
When I tried to open the search interface on metacatui, I got an exception:
<error detailCode="Solr server error" errorCode="500" name="ServiceFailure">
<description>
org.apache.solr.client.solrj.SolrServerException: java.lang.NullPointerException
</description>
</error>
Updated by Lauren Walker about 9 years ago
- Project changed from Metacat to MetacatUI
- Assignee changed from Jing Tao to Lauren Walker
- Target version changed from 2.5.0 to 1.8.0
Updated by Jing Tao about 9 years ago
The reason is the url has a "?" and Metacat thinks the query part is after that symbol. If we use /query/solr/?q=..., it works.
Updated by Lauren Walker about 9 years ago
- Status changed from New to Resolved
The AppModel now has a setting for "use jsonp" which when set to true, will add a "?" to the end of the query service url
Actions