Class loading problem from ${solr.solr.home}/lib in 5.2.1

2015-07-09 Thread Shawn Heisey
I was having a problem in a 4.x version of Solr and wanted to check 5.2.1 to see if it still had the same problem, so I copied my fieldType into a 5.2.1 example schema. My fieldType uses some ICU analysis classes, so I also put the contrib jars into server/solr/lib. I ran into a problem similar t

Re: SOLR 1.4.1 - Issue with recognition of solr.solr.home system property

2010-07-18 Thread Lance Norskog
Also, if you're using multicore, you can set the property in the main solr.xml. This at least puts everything in one place on that server. On Sun, Jul 18, 2010 at 12:36 PM, Chris Hostetter wrote: > > :  'Alternately: you can specifiy the  solr.data.dir system property at run > time' > : > : shou

Re: SOLR 1.4.1 - Issue with recognition of solr.solr.home system property

2010-07-18 Thread Chris Hostetter
: 'Alternately: you can specifiy the solr.data.dir system property at run time' : : should yield the exact result I'm looking for - runtime configuration of multiple instances. : : Thanks for the full reply. To be clear: solr.data.dir isn't any sort of special setting -- that systemproper

Re: SOLR 1.4.1 - Issue with recognition of solr.solr.home system property

2010-07-18 Thread Tracy Flynn
t; > : > "Used to specify an alternate directory to hold all index data other > : > than the default ./data under the Solr home.". > > I agree, that wording is somwhat confusing -- particularly since the > config then specifies a value which will usualy be the

Re: SOLR 1.4.1 - Issue with recognition of solr.solr.home system property

2010-07-18 Thread Chris Hostetter
e Solr home.". I agree, that wording is somwhat confusing -- particularly since the config then specifies a value which will usualy be the data dir in the default solr home dir if solr.solr.home is *not* specified -- but that value is not the "default" Bottom Line: if you change your

Re: SOLR 1.4.1 - Issue with recognition of solr.solr.home system property

2010-07-18 Thread Mark Miller
I think the history of that might involve back compat issues. - Mark On 7/18/10 7:23 AM, Tracy Flynn wrote: > Koji, > > Thanks for that information. That at least offers a work-around for the > problem. > > When I look at the general description of 'solr.solr

Re: SOLR 1.4.1 - Issue with recognition of solr.solr.home system property

2010-07-18 Thread Tracy Flynn
Koji, Thanks for that information. That at least offers a work-around for the problem. When I look at the general description of 'solr.solr.home' and the specific comments for 'dataDir' in 'solrconfig.xml', the clear implication is that, if nothing is change

Re: SOLR 1.4.1 - Issue with recognition of solr.solr.home system property

2010-07-18 Thread Koji Sekiguchi
/conf, but the data is being managed in ~/example2/solr/data. Is this a bug, or is there another setting I need? Check whether you have element in solrconfig.xml. It comes before your solr.solr.home setting. Koji -- http://www.rondhuit.com/en/

Re: SOLR 1.4.1 - Issue with recognition of solr.solr.home system property

2010-07-17 Thread Tracy Flynn
That's a little telling INFO: Opening new SolrCore at /Users/johndoe/example1/solr/, dataDir=./solr/data/ Since I'm running with ~/example2 as the current working directory, then that would explain it. Schema etc. is found in ~/example1/solr/conf, but the data is being managed in ~/example2/

Re: SOLR 1.4.1 - Issue with recognition of solr.solr.home system property

2010-07-17 Thread Mark Miller
What is your data dir set to? It should say in the start up logging. - Mark http://www.lucidimagination.com (mobile) On Jul 17, 2010, at 8:40 PM, Tracy Flynn wrote: > One more piece of information. I notice that it does look for the schema in > ~/solr_example1/solr/conf. A fatal error is gen

Re: SOLR 1.4.1 - Issue with recognition of solr.solr.home system property

2010-07-17 Thread Tracy Flynn
One more piece of information. I notice that it does look for the schema in ~/solr_example1/solr/conf. A fatal error is generated if ~/solr_example1/solr/conf is removed. So, it appears to be localized to the writing of the index files.

SOLR 1.4.1 - Issue with recognition of solr.solr.home system property

2010-07-17 Thread Tracy Flynn
There appears to be a problem with the recognition of the 'solr.solr.home' property in SOLR 1.4.1 - or else I have a basic misunderstanding of how 'solr.solr.home' is intended to work. Conduct the following experiment. Take the standard SOLR 1.4.1 distribution. Suppose t

Re: solr.solr.home

2010-05-28 Thread Chris Hostetter
: Hi to everyone, I'm really sorry for the s3tupid question I'm doing, but I : didn't understand how to set the java system property solr.solr.home to my : solr home. first off: you don't neccessarily *have* to set the solr.solr.home system property -- there are two other

Re: solr.solr.home

2010-05-27 Thread Marco Martinez
. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42 2010/5/27 Antonello Mangone > But where I have to write this command ??? > > System.setProperty("solr.solr.home", > > "whateverpathyou'dliketosetonyourfilesystem"); > > > > Claudio > > >

Re: solr.solr.home

2010-05-27 Thread Antonello Mangone
But where I have to write this command ??? System.setProperty("solr.solr.home", > "whateverpathyou'dliketosetonyourfilesystem"); > > Claudio >

Re: solr.solr.home

2010-05-27 Thread Claudio Atzori
On 05/27/2010 10:30 AM, Antonello Mangone wrote: Hi to everyone, I'm really sorry for the s3tupid question I'm doing, but I didn't understand how to set the java system property solr.solr.home to my solr home. Can someone help me ? Thanks in advanca it should be

RE: solr.solr.home

2010-05-27 Thread Yuval Feinstein
* Set the java system property solr.solr.home to your solr home. (On linux - use something like export solr.solr.home=/my/solr/home. On Windows - see http://vlaurie.com/computers2/Articles/environment.htm to set an environment variable named solr.solr.home .) (You can also use the two other

solr.solr.home

2010-05-27 Thread Antonello Mangone
Hi to everyone, I'm really sorry for the s3tupid question I'm doing, but I didn't understand how to set the java system property solr.solr.home to my solr home. Can someone help me ? Thanks in advanca

Re: Windows 7 / Java 64bit / solr 1.4 - solr.solr.home problem

2009-12-07 Thread Chris Hostetter
: I tried it on Vista 32 & Java 1.6.0_17-b04 and it works without a problem. : Actually on all other computers in the office there is no problem - I am the : only one using Windows 7 : : I did try with full path and it didn't work as well. Here's the result: by the looks of it, your problem is h

Re: Windows 7 / Java 64bit / solr 1.4 - solr.solr.home problem

2009-12-03 Thread Vladan Popovic
I tried it on Vista 32 & Java 1.6.0_17-b04 and it works without a problem. Actually on all other computers in the office there is no problem - I am the only one using Windows 7 I did try with full path and it didn't work as well. Here's the result: Directory: C:\nginx\solr Mode

Re: Windows 7 / Java 64bit / solr 1.4 - solr.solr.home problem

2009-12-03 Thread Lance Norskog
I just tested this on trunk and it works. Crazy. I'm on Vista 64 & Java 1.6.0_14-b08. I have had security configuration problems and disabled some of it. You might try removing the unpacked solr from example/work/. Have you tried the full path? c:/nginx/... I run this from trunk/example. What dire

Windows 7 / Java 64bit / solr 1.4 - solr.solr.home problem

2009-12-02 Thread Vladan Popovic
Hi, I installed solr 1.4 on Windows7 64bit with Java 1.6.0_17-b04 64bit and when I run the command: java -Dsolr.solr.home=multicore -jar start.jar I get the following error message: PS C:\nginx\solr\jetty> java -Dsolr.solr.home=c:\nginx\solr\solr\multicore -jar start.jar Exception in thread "ma

Re: Multiple Core schemas with single solr.solr.home

2009-04-06 Thread Walter Ferrara
man...@gmail.com> wrote: > On Sat, Apr 4, 2009 at 9:51 PM, Rakesh Sinha >wrote: > > > I am planning to configure a solr server with multiple cores with > > different schema for themselves with a single solr.solr.home . Are > > there any examples in the wiki to the wiki

Re: Multiple Core schemas with single solr.solr.home

2009-04-04 Thread Shalin Shekhar Mangar
On Sat, Apr 4, 2009 at 9:51 PM, Rakesh Sinha wrote: > I am planning to configure a solr server with multiple cores with > different schema for themselves with a single solr.solr.home . Are > there any examples in the wiki to the wiki ( the ones that I see have > a single schema.xml

Multiple Core schemas with single solr.solr.home

2009-04-04 Thread Rakesh Sinha
I am planning to configure a solr server with multiple cores with different schema for themselves with a single solr.solr.home . Are there any examples in the wiki to the wiki ( the ones that I see have a single schema.xml for a given solr.solr.home under schema directory. ). Thanks for helping

RE: Problem with setting solr.solr.home property

2009-02-03 Thread Manupriya
From: Chris Hostetter [mailto:hossman_luc...@fucit.org] > Sent: Tuesday, February 03, 2009 8:31 PM > To: solr-user@lucene.apache.org > Subject: Re: Problem with setting solr.solr.home property > > : Till now I was working with the jetty server bundled with the SOLR > : distributi

RE: Problem with setting solr.solr.home property

2009-02-03 Thread Nicholas Piasecki
, Inc. n...@skiviez.com 804-550-9406 -Original Message- From: Chris Hostetter [mailto:hossman_luc...@fucit.org] Sent: Tuesday, February 03, 2009 8:31 PM To: solr-user@lucene.apache.org Subject: Re: Problem with setting solr.solr.home property : Till now I was working with the jetty s

Re: Problem with setting solr.solr.home property

2009-02-03 Thread Chris Hostetter
e tried following options - : : 1. Added system property on windows as 'solr.solr.home'. I am able to get : its value when I check through command prompt. : http://www.nabble.com/file/p21808987/cmd.gif i don't know much about windows, but i don't think that's the same thin

Re: Problem with setting solr.solr.home property

2009-02-03 Thread Manupriya
> > Greets -Ralf- > > > -- View this message in context: http://www.nabble.com/Problem-with-setting-solr.solr.home-property-tp21808987p21809093.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Problem with setting solr.solr.home property

2009-02-03 Thread Kraus, Ralf | pixelhouse GmbH
Manupriya schrieb: Hi, Till now I was working with the jetty server bundled with the SOLR distribution. But I want to deploy solr.war to another jetty server. Here I am facing some problem with solr/home. Whenever I start the jetty server, I try to extract the solr.war and edit the web.xml ! G

Problem with setting solr.solr.home property

2009-02-03 Thread Manupriya
------- I have tried following options - 1. Added system property on windows as 'solr.solr.home'. I am able to get its value when I check through command prompt. http://www.nabble.com/file/p21808987/cmd.gif 2. I also tried adding vm argument through command pr

Re: Solrj client - CommonsHttpSolrServer - getting solr.solr.home

2008-12-16 Thread Ryan McKinley
- some admin handler ) already present that can retrieve the solr.solr.home for a given CommonsHttpSolrServer instance ( for a given solr endpoint), through an api.

Solrj client - CommonsHttpSolrServer - getting solr.solr.home

2008-12-16 Thread Kay Kay
I am reading the wiki here at - http://wiki.apache.org/solr/Solrj . Is there a requestHandler ( may be - some admin handler ) already present that can retrieve the solr.solr.home for a given CommonsHttpSolrServer instance ( for a given solr endpoint), through an api.

Re: Why solr relies on solr.solr.home???

2008-08-09 Thread Ravish Bhagdev
wrote: > Hi Ravi, > > > On Sat, Aug 9, 2008 at 4:48 AM, Ravish Bhagdev <[EMAIL PROTECTED] > >wrote: > > > Hi, > > > > This may be a naive question but do we really need to have solr.solr.home > > variable for solr installation? It is a bit annoying m

Re: Why solr relies on solr.solr.home???

2008-08-09 Thread Ravish Bhagdev
s may be a naive question but do we really need to have solr.solr.home > > variable for solr installation? It is a bit annoying modifying tomcat > > settings in automated install. If I create a packaged application, how > do > > I > > ensure a normal user would be able

Re: Why solr relies on solr.solr.home???

2008-08-09 Thread Shalin Shekhar Mangar
Hi Ravi, On Sat, Aug 9, 2008 at 4:48 AM, Ravish Bhagdev <[EMAIL PROTECTED]>wrote: > Hi, > > This may be a naive question but do we really need to have solr.solr.home > variable for solr installation? It is a bit annoying modifying tomcat > settings in automated install. I

Re: Why solr relies on solr.solr.home???

2008-08-08 Thread Alexander Ramos Jardim
you can configure its home dir at web.xml 2008/8/8 Ravish Bhagdev <[EMAIL PROTECTED]> > Hi, > > This may be a naive question but do we really need to have solr.solr.home > variable for solr installation? It is a bit annoying modifying tomcat > settings in automated in

Why solr relies on solr.solr.home???

2008-08-08 Thread Ravish Bhagdev
Hi, This may be a naive question but do we really need to have solr.solr.home variable for solr installation? It is a bit annoying modifying tomcat settings in automated install. If I create a packaged application, how do I ensure a normal user would be able to install it without having to