You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steve Rowe (JIRA)" <ji...@apache.org> on 2014/03/25 05:09:43 UTC

[jira] [Updated] (SOLR-5874) Unsafe cast in RouteException

     [ https://issues.apache.org/jira/browse/SOLR-5874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Rowe updated SOLR-5874:
-----------------------------

    Fix Version/s: 4.7.1
                   5.0
                   4.8

> Unsafe cast in RouteException
> -----------------------------
>
>                 Key: SOLR-5874
>                 URL: https://issues.apache.org/jira/browse/SOLR-5874
>             Project: Solr
>          Issue Type: Bug
>          Components: clients - java
>    Affects Versions: 4.6.1
>            Reporter: David Arthur
>            Assignee: Mark Miller
>             Fix For: 4.8, 5.0, 4.7.1
>
>
> When a non-Exception is thrown somewhere in the CloudSolrServer, I get a "XXX cannot be cast to java.lang.Exception"
> {code}
> java.lang.ClassCastException: java.lang.NoClassDefFoundError cannot be cast to java.lang.Exception
> 	at org.apache.solr.client.solrj.impl.CloudSolrServer$RouteException.<init>(CloudSolrServer.java:484)
> 	at org.apache.solr.client.solrj.impl.CloudSolrServer.directUpdate(CloudSolrServer.java:351)
> 	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:510)
> 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
> {code}
> Should probably cast to Throwable, or do a check and wrap non-Exceptions in an Exception first



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org