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

Uwe Schindler commented on SOLR-2160:
-------------------------------------

The problem seems to be one of the solr classes that does some static 
initialization that depends e.g. on a SolrCore be available. If this class is 
initialized before (e.g. in SolrMBeanTest) it fails. The SolrMBean test is not 
the bug its the class that does static initialization. How gets the func QP be 
enabled? is the infor about it cached in a staic var? Something like that 
causes this issue.

> Unknown query type 'func'
> -------------------------
>
>                 Key: SOLR-2160
>                 URL: https://issues.apache.org/jira/browse/SOLR-2160
>             Project: Solr
>          Issue Type: Test
>          Components: Build
>    Affects Versions: 3.1, 4.0
>         Environment: Hudson
>            Reporter: Robert Muir
>             Fix For: 3.1, 4.0
>
>
> Several test methods in TestTrie failed in hudson, with errors such as this:
> Caused by: org.apache.solr.common.SolrException: Unknown query type 'func'

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


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

Reply via email to