[
https://issues.apache.org/jira/browse/SOLR-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500885
]
Yonik Seeley commented on SOLR-252:
-----------------------------------
The stack trace:
java.lang.AbstractMethodError:
org.apache.jsp.admin.analysis_jsp$2.compare(Ljava/lang/Object;Ljava/lang/Object;)I
at java.util.Arrays.mergeSort(Arrays.java:1284)
at java.util.Arrays.sort(Arrays.java:1223)
at
org.apache.jsp.admin.analysis_jsp.writeTokens(org.apache.jsp.admin.analysis_jsp:199)
We ran into a very similar problem in Tomcat a while back - something due to
the wrong language level in the JSP compiler, etc.
The workaround is to use a non-generics version of the comparator.
> analysis.jsp page throws exception
> ----------------------------------
>
> Key: SOLR-252
> URL: https://issues.apache.org/jira/browse/SOLR-252
> Project: Solr
> Issue Type: Bug
> Reporter: Yonik Seeley
>
> On Jetty 6.1.3, if more than one word is entered, an exception is thrown.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.