Re: Logging fails when starting Solr in Windows using solr.cmd

2019-01-15 Thread Oskar
I faced the same issue as jakob with solr-7.6.0, eclipse-2018-12 (4.10.0), Java 1.8.0_191: *Solution:* In eclipse Run Configuration run-solr remove "file:" from Argument -Dlog4j.configurationFile="file:${workspace_loc:solr-7.6.0}/solr/server/resources/log4j2.xml" -- Sent from: http://lucene.47

Re: Logging fails when starting Solr in Windows using solr.cmd

2018-09-17 Thread Erick Erickson
The file:/// change was made in: https://issues.apache.org/jira/browse/SOLR-12538, how to reconcile these two? On Sun, Sep 16, 2018 at 10:54 PM marcostocch...@gmail.com wrote: > > > > On 2018/07/03 08:53:20, ja...@jafurrer.ch wrote: > > Hi, > > > > I was intending to open an Issue in Jira when I r

Re: Logging fails when starting Solr in Windows using solr.cmd

2018-09-17 Thread Shawn Heisey
On 9/16/2018 3:05 PM, marcostocch...@gmail.com wrote: I experienced the same issue on Windows 10 professional. I don't think the OS version is important. The solr version might. I have solr-7.4.0. The problem has been fixed in the source code and the next version of Solr (7.5.0) won't experie

Re: Logging fails when starting Solr in Windows using solr.cmd

2018-09-16 Thread marcostocchi77
On 2018/07/03 08:53:20, ja...@jafurrer.ch wrote: > Hi, > > I was intending to open an Issue in Jira when I read that I'm supposed > to first contact this mailinglist. > > Problem description > == > > System: Microsoft Windows 10 Enterprise Version 10.0.16299 Build 16299 > >

Re: Logging fails when starting Solr in Windows using solr.cmd

2018-07-08 Thread zac
I did it success by remove 'file:' -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Logging fails when starting Solr in Windows using solr.cmd

2018-07-03 Thread Erick Erickson
Shawn: Yeah, the best I've been able to come up with so far is to have exactly two, both in server/resources log4j2.xml - the standard configuration for running Solr log4j2-console.xml Used by the startup scripts (_not_ running Solr). See the last two comments on SOLR-12008 for more detail. Eric

Re: Logging fails when starting Solr in Windows using solr.cmd

2018-07-03 Thread Shawn Heisey
On 7/3/2018 2:53 AM, ja...@jafurrer.ch wrote: > I was intending to open an Issue in Jira when I read that I'm supposed > to first contact this mailinglist. > > Problem description > == > > System: Microsoft Windows 10 Enterprise Version 10.0.16299 Build 16299 > > Steps to reproduce

Re: Logging fails when starting Solr in Windows using solr.cmd

2018-07-03 Thread Erick Erickson
Jakob: I don't have Windows so rely on people who do to vet changes. But I'm working on https://issues.apache.org/jira/browse/SOLR-12008 which seeks to get rid of the confusing number of log4j config files and solr.cmd has a lot of paths to change. So if you do get agreement that you should raise

Logging fails when starting Solr in Windows using solr.cmd

2018-07-03 Thread jakob
Hi, I was intending to open an Issue in Jira when I read that I'm supposed to first contact this mailinglist. Problem description == System: Microsoft Windows 10 Enterprise Version 10.0.16299 Build 16299 Steps to reproduce the problem: 1) Download solr-7.4.0.tgz 2) Unzip to C

Re: DataImportHandler - Automatic scheduling of delta imports in Solr in windows 7

2016-03-08 Thread B Weber
ish it? > > Thanks a lot in advance. > > -- > View this message in context: http://lucene.472066.n3.nabble.com/DataImportHandler-Automatic- scheduling-of-delta-imports-in-Solr-in-windows-7-tp4130565.html > Sent from the Solr - User mailing list archive at Nabble.com. > >

Re: DataImportHandler - Automatic scheduling of delta imports in Solr in windows 7

2014-04-11 Thread harshrossi
-delta-imports-in-Solr-in-windows-7-tp4130565p4130635.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: DataImportHandler - Automatic scheduling of delta imports in Solr in windows 7

2014-04-10 Thread William Bell
e > scheduler. > > Can someone provide me the code and the steps to accomplish it? > > Thanks a lot in advance. > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/DataImportHandler-Automatic-scheduling-of-delta-imports-in-Sol

Re: DataImportHandler - Automatic scheduling of delta imports in Solr in windows 7

2014-04-10 Thread Alexandre Rafalovitch
://lucene.472066.n3.nabble.com/DataImportHandler-Automatic-scheduling-of-delta-imports-in-Solr-in-windows-7-tp4130565.html > Sent from the Solr - User mailing list archive at Nabble.com.

DataImportHandler - Automatic scheduling of delta imports in Solr in windows 7

2014-04-10 Thread harshrossi
ler-Automatic-scheduling-of-delta-imports-in-Solr-in-windows-7-tp4130565.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2012-03-16 Thread danchoithuthiet
this message in context: http://lucene.472066.n3.nabble.com/Solr-in-Windows-XP-JDK-5-Tomcat-6-0-13-tp484010p3831908.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-28 Thread Alejandro Valdez
>> >> > --- > >> >> > HTTP Status 404 - /solr/admin > >> >> > type Status report > >> >> > message /solr/admin > >> >> > description The requested resource (/solr/admin) is not > >> available. > >> >> > Apache Tomcat/6.0.13 > >> >> > --- > >> >> > > >> >> > > >> >> > Someone should fix the page > >> http://wiki.apache.org/solr/SolrTomcat, > >> >> > there says that should be used -Dsolr.solr.home=... : > >> >> > >> >> solr.solr.home is the correct variable. > >> >> Try putting the solr home (the contents of solr/example) outside the > >> >> webapps directory. Only solr.war should go inside webapps. > >> >> > >> >> You could also try the "simple example install" from here: > >> >> > >> >> > >> >> http://wiki.apache.org/solr/SolrTomcat > >> >> > >> >> -Yonik > >> >> > >> > > >> > > > > > > > -- > View this message in context: > http://www.nabble.com/Solr-in-Windows-XP-%2B-JDK-5-%2B-Tomcat-6.0.13-tp15570591p15735974.html > Sent from the Solr - User mailing list archive at Nabble.com. > >

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-28 Thread newBea
>> >> > type Status report >> >> > message /solr/admin >> >> > description The requested resource (/solr/admin) is not >> available. >> >> > Apache Tomcat/6.0.13 >> >> > --- >> >> > &

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-21 Thread David Pratt
Hi Alejandro. Your summary is good and it should be of benefit to others. Thank you for taking the time to prepare it. Regards, David Alejandro Valdez wrote: Hello, yes of course. I followed the instructions from http://wiki.apache.org/solr/SolrTomcat (see below) but instead of copy the examp

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-21 Thread Alejandro Valdez
Hello, yes of course. I followed the instructions from http://wiki.apache.org/solr/SolrTomcat (see below) but instead of copy the example configuration files into the directory c:\web\solr\ as is explained in that page, I did it into c:\tomcat\webapps\solr and started Tomcat with: -Dsolr.solr.home

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-21 Thread David Pratt
Hi Alejandro. Since this was a bit of trouble for you could you post the steps you used to get it to work (and/or any deviation from the wiki) to summarize this thread. It has been some days that I have seen the thread on the list and it would leave something useful other than I got it running

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-21 Thread Alejandro Valdez
Thanks a lot, it's running right now. It seems that solr.solr.home should not point into the webapps directory, maybe this tip should be included in the installation guide... Thanks again. On Wed, Feb 20, 2008 at 10:50 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > On Wed, Feb 20, 2008 at 5:32 P

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-20 Thread Yonik Seeley
On Wed, Feb 20, 2008 at 5:32 PM, Alejandro Valdez <[EMAIL PROTECTED]> wrote: > Hi, I changed that line to: > > set JAVA_OPTS=-Dsolr.home=C:\xampp\tomcat\webapps\solr -Duser.language=en > > But It STILL isn't working...I almost give up :-( > > When I try to open http://localhost:8080/solr/admin,

RE: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-20 Thread Paul Treszczotko
Try -Dsolr.solr.home instead of -Dsolr.home -Original Message- From: Alejandro Valdez [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 20, 2008 5:33 PM To: solr-user@lucene.apache.org Subject: Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13 Hi, I changed that line to: set JAVA_OPTS

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-20 Thread Alejandro Valdez
s this just a copy and paste error? > > Jens > > -Ursprüngliche Nachricht- > Von: Alejandro Valdez [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 19. Februar 2008 20:37 > An: solr-user@lucene.apache.org > Betreff: Re: Solr in Windows XP + JDK 5 + Tomcat 6.

AW: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-20 Thread Hausherr, Jens
is that your SOLR home is incorrect. You're making > > > -Dsolr.solr.home point to the deployed solr webapp inside solr. It > > > should actually point to a directory which contains conf folder > > > containing solrconfig.xml and schema.xml. > > > > > &g

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-19 Thread Alejandro Valdez
t. You're making > > > -Dsolr.solr.home point to the deployed solr webapp inside solr. It > > > should actually point to a directory which contains conf folder > > > containing solrconfig.xml and schema.xml. > > > > > > For an example configuration fo

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-19 Thread Shalin Shekhar Mangar
; > For an example configuration folder see example/solr supplied with solr > > builds. > > > > > > On Feb 19, 2008 10:02 PM, Alejandro Valdez <[EMAIL PROTECTED]> wrote: > > > Hello, I'm trying to install Solr in Windows but it's not worki

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-19 Thread Alejandro Valdez
r > builds. > > > On Feb 19, 2008 10:02 PM, Alejandro Valdez <[EMAIL PROTECTED]> wrote: > > Hello, I'm trying to install Solr in Windows but it's not working. > > > > I followed the instructions at http://wiki.apache.org/solr/SolrTomcat for &

Re: Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-19 Thread Shalin Shekhar Mangar
plied with solr builds. On Feb 19, 2008 10:02 PM, Alejandro Valdez <[EMAIL PROTECTED]> wrote: > Hello, I'm trying to install Solr in Windows but it's not working. > > I followed the instructions at http://wiki.apache.org/solr/SolrTomcat for > configuring Solr in Win

Solr in Windows XP + JDK 5 + Tomcat 6.0.13

2008-02-19 Thread Alejandro Valdez
Hello, I'm trying to install Solr in Windows but it's not working. I followed the instructions at http://wiki.apache.org/solr/SolrTomcat for configuring Solr in Windows. If I open the localhost tomcat URL (http://localhost:8080/) it shows the tomcat page. If I open the localhost

Re: Solr in Windows

2007-04-26 Thread Bertrand Delacretaz
On 4/26/07, guruprasad <[EMAIL PROTECTED]> wrote: ...Is it only for Linux or can I install Solr on my Windows Desktop too?... Solr itself should run fine on any JVM 1.5, including Windows (and several Solr developers are working on Windows IIUC). Some of our docs refer to auxiliary scripts th

Solr in Windows

2007-04-26 Thread guruprasad
Hi, Just found out about Solr recently. Is it only for Linux or can I install Solr on my Windows Desktop too? Thanks. Regards, Guruprasad -- View this message in context: http://www.nabble.com/Solr-in-Windows-tf3650353.html#a10196493 Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to run solr in windows & Tomcat5

2006-05-29 Thread Chris Hostetter
: Oh.I'v tried run tomcat with the precompiled solr.war.When visit : http://localhost:8080/solr/admin/ always show the page: : root cause : : java.lang.NoClassDefFoundError : org.apache.jsp.admin.index_jsp._jspService(index_jsp.java:67) ...did you look at the tomcat logs directory to see i

Re: how to run solr in windows & Tomcat5

2006-05-28 Thread tlw_ray
a:802) --- -- View this message in context: http://www.nabble.com/how+to+run+solr+in+windows+-+Tomcat5-t1658550.html#a4605354 Sent from the Solr - User forum at Nabble.com.

Re: how to run solr in windows & Tomcat5

2006-05-21 Thread Chris Hostetter
: From: tlw_ray <[EMAIL PROTECTED]> : Reply-To: solr-user@lucene.apache.org : To: solr-user@lucene.apache.org : Subject: Re: how to run solr in windows & Tomcat5 : : : thank you Chris Hostetter,I'm fresher in j2ee develop;I write a servlet : test;it show : : package org.apache.solr.ser

Re: how to run solr in windows & Tomcat5

2006-05-21 Thread tlw_ray
.schema.IndexSchema readConfig 信息: Reading Solr Schema 2006-5-22 10:40:32 org.apache.solr.schema.IndexSchema readConfig 信息: Schema name=example StandardWrapperValve[debugjsp]: Servlet.service() for servlet debugjsp threw exception org.apache.solr.core.SolrException: Error loading class &#x

Re: how to run solr in windows & Tomcat5

2006-05-21 Thread Chris Hostetter
48 -0700 (PDT) : From: tlw_ray <[EMAIL PROTECTED]> : Reply-To: solr-user@lucene.apache.org : To: solr-user@lucene.apache.org : Subject: how to run solr in windows & Tomcat5 : : : I input all the source code in winxp sp2 & tomcat 5 in jBuilder . when I : debug

how to run solr in windows & Tomcat5

2006-05-21 Thread tlw_ray
t?D:OTHERS?... Thanks! -- View this message in context: http://www.nabble.com/how+to+run+solr+in+windows+-+Tomcat5-t1658550.html#a4492962 Sent from the Solr - User forum at Nabble.com.