Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 10179 invoked from network); 21 Oct 2010 14:45:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Oct 2010 14:45:38 -0000 Received: (qmail 38801 invoked by uid 500); 21 Oct 2010 14:45:37 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 38762 invoked by uid 500); 21 Oct 2010 14:45:37 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 38755 invoked by uid 99); 21 Oct 2010 14:45:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Oct 2010 14:45:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Oct 2010 14:45:36 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9LEjG3B006973 for ; Thu, 21 Oct 2010 14:45:16 GMT Message-ID: <25983599.8151287672316300.JavaMail.jira@thor> Date: Thu, 21 Oct 2010 10:45:16 -0400 (EDT) From: "Robert Muir (JIRA)" To: dev@lucene.apache.org Subject: [jira] Commented: (SOLR-2160) Unknown query type 'func' In-Reply-To: <12263812.159751287145712527.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923462#action_12923462 ] Robert Muir commented on SOLR-2160: ----------------------------------- bq. Its not instantiating. SolrMBean only loads the classes! I disagree... unless I'm completely wrong about what Class.newInstance() does! {noformat} for( Class clazz : classes ) { if( SolrInfoMBean.class.isAssignableFrom( clazz ) ) { try { SolrInfoMBean info = (SolrInfoMBean)clazz.newInstance(); //System.out.println( info.getClass() ); assertNotNull( info.getName() ); {noformat} > 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-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org