SocketException when using Solr and Tomcat

2013-02-04 Thread Ganesh M
Hi I am using Solr 4.0 and i am getting below socket exception very frequently. Could any one have any idea, why this error is generated. Tomcat is running but it it is not accepting any connection. I need to kill the process and restart tomact. INFO: Retrying request Feb 3, 2013 3:58:20 PM org

Re: Cacti monitoring of Solr and Tomcat

2012-11-19 Thread Chris Hostetter
: Is anyone using Cacti to track trends over time in Solr and Tomcat : metrics? We have Nagios set up for alerts, but want to track trends : over time. A key thing to remember is that all of the "stats" you can get from solr via HTTP are also available via JMX... http://wiki.apach

Re: Cacti monitoring of Solr and Tomcat

2012-11-19 Thread Walter Underwood
We (Chegg) are using New Relic, even for the dev systems. It is pretty good, but only reports averages, when we need median and 90th percentile. Our next step is putting something together with the Metrics server from Coda Hale (http://metrics.codahale.com/) and Graphite (http://graphite.wikido

Re: Cacti monitoring of Solr and Tomcat

2012-11-19 Thread Andy Lester
On Nov 19, 2012, at 1:46 PM, Otis Gospodnetic wrote: > My favourite topic ;) See my sig below for SPM for Solr. At my last > company we used Cacti but it felt very 1990s almost. Some ppl use zabbix, > some graphite, some newrelic, some SPM, some nothing! SPM looks mighty tasty, but we must h

Re: Cacti monitoring of Solr and Tomcat

2012-11-19 Thread Otis Gospodnetic
, "Andy Lester" wrote: > Is anyone using Cacti to track trends over time in Solr and Tomcat > metrics? We have Nagios set up for alerts, but want to track trends over > time. > > I've found a couple of examples online, but none have worked completely > for me. I&#

Cacti monitoring of Solr and Tomcat

2012-11-19 Thread Andy Lester
Is anyone using Cacti to track trends over time in Solr and Tomcat metrics? We have Nagios set up for alerts, but want to track trends over time. I've found a couple of examples online, but none have worked completely for me. I'm looking at this one next: http://forums

Re: Solr and Tomcat - problem with unicode characters

2012-08-28 Thread zehoss
n context: http://lucene.472066.n3.nabble.com/Solr-and-Tomcat-problem-with-unicode-characters-tp4003692p4003709.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr and Tomcat - problem with unicode characters

2012-08-28 Thread zehoss
} hits=10 status=0 QTime=35 in jetty logs. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-and-Tomcat-problem-with-unicode-characters-tp4003692p4003697.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr and Tomcat - problem with unicode characters

2012-08-28 Thread François Schiettecatte
hing on the > application site is ok. > And when I start Solr on Jetty I get correct results and in response I get > correct characters. > Only when I start Tomcat there are problems. > > There are no exceptions nor warnings in tomcat logs. > > Could anyone suggest me w

Solr and Tomcat - problem with unicode characters

2012-08-28 Thread zehoss
ceptions nor warnings in tomcat logs. Could anyone suggest me where should I search a problem? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-and-Tomcat-problem-with-unicode-characters-tp4003692.html Sent from the Solr - User mailing list archive at Nabble.com.

embedded solr and tomcat

2011-02-19 Thread Matt Mitchell
I'm considering running an embedded instance of Solr in Tomcat (Amazon's beanstalk). Has anyone done this before? I'd be very interested in how I can instantiate Embedded solr in Tomcat. Do I need a resource loader to instantiate? If so, how? Thanks, Matt

Anyone seen measurable performance improvement using Apache Portable Runtime (APR) with Solr and Tomcat

2011-01-12 Thread Will Milspec
Hi all, Has anyone seen used Apache Portable Runtime (APR) in conjunction with Solr and Tomcat? Has anyone seen (or better, measured) performance improvements when using APR? APR is a library that implements some functionality using Native C (see http://apr.apache.org/ and http

Re: solr and tomcat

2009-03-03 Thread Matthew Runo
I see where your problems come in then. I'm not sure of the answer though =\ We've not had issues running multiple tomcat instances per server. I think at one point a few weeks ago we ran 6 instances per server, on quad core Xeon servers with 16gb of ram. Our use case might be different t

Re: solr and tomcat

2009-03-03 Thread Matt Mitchell
That's exactly what we're doing (setting the value in each config). The main problem with that is we have multiple people working on each of these solr projects, in different environments. Their data.dir path is always the same (relative) value which works fine under Jetty. But running under tomcat

Re: solr and tomcat

2009-03-03 Thread Matthew Runo
Perhaps you could hard code it in the solrconfig.xml file for each solr instance? Other than that, what we did was run multiple instances of Tomcat. That way if something goes bad in one, it doesn't affect the others. Thanks for your time! Matthew Runo Software Engineer, Zappos.com mr...@z

Re: solr and tomcat

2009-03-03 Thread Matt Mitchell
Hi Matthew, The problem is that we have multiple instances of solr running under one tomcat. So setting -Dsolr.data.dir=foo would set the home for every solr. I guess multi-core might solve my problem, but that'd change our app architecture too much, maybe some other day. I *kind* of have a solut

Re: solr and tomcat

2009-03-03 Thread Matthew Runo
It looks like if you set a -Dsolr.data.dir=foo then you could specify where the index would be stored, yes? Are you properly setting your solr.home? I've never had to set the data directory specifically, Solr has always put it under my home. From solrconfig.xml: ${solr.data.dir:./solr/dat

solr and tomcat

2009-03-02 Thread Matt Mitchell
Hi. I'm sorry if this is the second time this message comes through! A few questions here... #1 Does anyone know how to set the user/group and/or permissions on the index that solr creates? It's always the tomcat user. Is it possible to change this in my context file? Help! #2 I'm deploying Solr