Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD3B062AD for ; Tue, 14 Jun 2011 16:08:11 +0000 (UTC) Received: (qmail 5292 invoked by uid 500); 14 Jun 2011 16:08:10 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 5228 invoked by uid 500); 14 Jun 2011 16:08:10 -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 5221 invoked by uid 99); 14 Jun 2011 16:08:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 16:08:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 16:08:08 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5708E4154F7 for ; Tue, 14 Jun 2011 16:07:47 +0000 (UTC) Date: Tue, 14 Jun 2011 16:07:47 +0000 (UTC) From: "Hoss Man (JIRA)" To: dev@lucene.apache.org Message-ID: <439295602.3048.1308067667353.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <553123127.965.1307891703191.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (SOLR-2588) Solr doesn't work without Velocity on classpath MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-2588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13049247#comment-13049247 ] Hoss Man commented on SOLR-2588: -------------------------------- bq. With some small changes, Velocity could be optional. Velocity (and the velocitywriter) were optional before, and a conscious and deliberate choice was made to promote it into a core dependency so that admin code (and users) could start expecting it to reliable always work. if we want to re-consider i'm fine with having that discussion, but it shouldn't be an "optional core" feature ... either it's a core feature and dependency, or it's an optional contrib. It's not a bug that code in solr has a direct dependency on jars in the lib dir. > Solr doesn't work without Velocity on classpath > ----------------------------------------------- > > Key: SOLR-2588 > URL: https://issues.apache.org/jira/browse/SOLR-2588 > Project: Solr > Issue Type: Bug > Affects Versions: 3.2 > Reporter: Gunnar Wagenknecht > Fix For: 3.3 > > > In 1.4. it was fine to run Solr without Velocity on the classpath. However, in 3.2. SolrCore won't load because of a hard reference to the Velocity response writer in a static initializer. > {noformat} > ... ERROR org.apache.solr.core.CoreContainer - java.lang.NoClassDefFoundError: org/apache/velocity/context/Context > at org.apache.solr.core.SolrCore.(SolrCore.java:1447) > at org.apache.solr.core.CoreContainer.create(CoreContainer.java:463) > at org.apache.solr.core.CoreContainer.load(CoreContainer.java:316) > at org.apache.solr.core.CoreContainer.load(CoreContainer.java:207) > {noformat} -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org