[ 
https://issues.apache.org/jira/browse/SOLR-5874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13946136#comment-13946136
 ] 

ASF subversion and git services commented on SOLR-5874:
-------------------------------------------------------

Commit 1581220 from [~steve_rowe] in branch 'dev/trunk'
[ https://svn.apache.org/r1581220 ]

SOLR-5874,SOLR-5899: move CHANGES.txt entries to 4.7.1 section

> 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
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to