You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Mark Miller (JIRA)" <ji...@apache.org> on 2009/06/09 14:24:07 UTC

[jira] Commented: (SOLR-1211) Casting exception when xpath returns an unexpected type with distrib search

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

Mark Miller commented on SOLR-1211:
-----------------------------------

see http://www.lucidimagination.com/search/document/36ded9e193c55ec2/solr_distributed_search_example_exception

> Casting exception when xpath returns an unexpected type with distrib search
> ---------------------------------------------------------------------------
>
>                 Key: SOLR-1211
>                 URL: https://issues.apache.org/jira/browse/SOLR-1211
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>            Reporter: Mark Miller
>             Fix For: 1.4
>
>
> SEVERE: Could not start SOLR. Check solr/home property
> >> java.lang.ClassCastException: java.util.ArrayList cannot be cast to
> >> org.w3c.dom.NodeList
> >>   at
> >> org.apache.solr.search.CacheConfig.getMultipleConfigs(CacheConfig.java:61)
> >>   at org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:131)
> >>   at org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:70)
> >>   at
> >>
> >> org.apache.solr.core.CoreContainer$Initializer.initialize(CoreContainer.java:117)
> >>   at
> >>
> >> org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:69)
> >>   at org.mortbay.jetty.servlet.FilterHolder.doStart(FilterHolder.java:99)
> >>   at
> >> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
> >>   at

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.