Re: Problems installing Solr4 in Jetty9

2013-08-19 Thread Steve Rowe
https://issues.apache.org/jira/browse/SOLR-5173 On Aug 18, 2013, at 8:43 PM, Steve Rowe wrote: > bq. I thought that when Steve moved it from the test module to the core, he > handled it so that it would not go out in the dist. > > Mea culpa. > > @Chris Collins, I think you're talking about Ma

Re: Problems installing Solr4 in Jetty9

2013-08-18 Thread Steve Rowe
bq. I thought that when Steve moved it from the test module to the core, he handled it so that it would not go out in the dist. Mea culpa. @Chris Collins, I think you're talking about Maven dependencies, right? As a workaround, you can exclude dependencies you don't need, including hadoop-hdfs,

Re: Problems installing Solr4 in Jetty9

2013-08-18 Thread Mark Miller
On Aug 17, 2013, at 9:01 AM, Robert Muir wrote: > I think this is only a "test dependency" ? Right - it's only for the hdfs 'test' setup. I thought that when Steve moved it from the test module to the core, he handled it so that it would not go out in the dist. - mark

Re: Problems installing Solr4 in Jetty9

2013-08-17 Thread Robert Muir
On Sat, Aug 17, 2013 at 3:59 AM, Chris Collins wrote: > I am using 4.4 in an embedded mode and found that it has a dependency on > hadoop 2.0.5. alpha that in turn depends on jetty 6.1.26 which I think > pre-dates electricity :-} > I think this is only a "test dependency" ?

Re: Problems installing Solr4 in Jetty9

2013-08-17 Thread Chris Collins
I am using 4.4 in an embedded mode and found that it has a dependency on hadoop 2.0.5. alpha that in turn depends on jetty 6.1.26 which I think pre-dates electricity :-} C On Aug 17, 2013, at 12:44 AM, Tim Vaillancourt wrote: > Try adding 'ext' to your OPTIONS= line for Jetty. > > Tim > > O

Re: Problems installing Solr4 in Jetty9

2013-08-17 Thread Tim Vaillancourt
Try adding 'ext' to your OPTIONS= line for Jetty. Tim On 16/08/13 05:04 AM, Dmitry Kan wrote: Hi, I have the following jar in jetty/lib/ext: log4j-1.2.16.jar slf4j-api-1.6.6.jar slf4j-log4j12-1.6.6.jar jcl-over-slf4j-1.6.6.jar jul-to-slf4j-1.6.6.jar do you? Dmitry On Thu, Aug 8, 2013 at 1

Re: Problems installing Solr4 in Jetty9

2013-08-16 Thread Dmitry Kan
Hi, I have the following jar in jetty/lib/ext: log4j-1.2.16.jar slf4j-api-1.6.6.jar slf4j-log4j12-1.6.6.jar jcl-over-slf4j-1.6.6.jar jul-to-slf4j-1.6.6.jar do you? Dmitry On Thu, Aug 8, 2013 at 12:49 PM, Spadez wrote: > Apparently this is the error: > > 2013-08-08 09:35:19.994:WARN:oejw.Web

Re: Problems installing Solr4 in Jetty9

2013-08-08 Thread Spadez
Apparently this is the error: 2013-08-08 09:35:19.994:WARN:oejw.WebAppContext:main: Failed startup of context o.e.j.w.WebAppContext@64a20878{/solr,file:/tmp/jetty-0.0.0.0-8080-solr.war-_solr-any-/webapp/,STARTING}{/solr.war} org.apache.solr.common.SolrException: Could not find necessary SLF4j log

Re: Problems installing Solr4 in Jetty9

2013-08-08 Thread Rafał Kuć
Hello! Could you look at the logs and post what you find there? -- Regards, Rafał Kuć Sematext :: http://sematext.com/ :: Solr - Lucene - ElasticSearch > I've been unable to install SOLR into Jetty. Jetty seems to be running fine, > and this is the steps I took to install solr: > # SOLR > cd