Registering

2018-02-19 Thread Graham Berends
Hi Solr/Lucene My name is Graham Berends. Just installed Solr on my Linux machine: solr-7.2.1 Regards Graham Processor - MemTotal: 4040920 kB model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz 64 bit cpu cores : 4 architecture : 64bit system

Re: solrcloud nodes registering as 127.0.1.1

2015-01-12 Thread Michael Della Bitta
Another way of doing it is by setting the -Dhost=$hostname parameter when you start Solr. Michael Della Bitta Senior Software Engineer o: +1 646 532 3062 appinions inc. “The Science of Influence Marketing” 18 East 41st Street New York, NY 10017 t: @appinions

Re: solrcloud nodes registering as 127.0.1.1

2015-01-12 Thread Matteo Grolla
Solved! ubuntu has an entry like this in /etc/hosts 127.0.1.1 to properly run solrcloud one must substitute 127.0.1.1 with a real (possibly permanent) ip address Il giorno 12/gen/2015, alle ore 12:47, Matteo Grolla ha scritto: > Hi, > hope someone can help me troubleshoo

solrcloud nodes registering as 127.0.1.1

2015-01-12 Thread Matteo Grolla
Hi, hope someone can help me troubleshoot this issue. I'm trying to setup a solrcloud cluster with -zookeeper on 192.168.1.8 (osx mac) -solr1 on 192.168.1.10 (virtualized ubuntu running on mac) -solr2 on 192.168.1.3 (ubuntu on another pc) the problem is th

Re: Solr 4.3 Startup with Multiple Cores Hangs on "Registering Core"

2013-10-18 Thread Jonatan Fournier
lr.core.SolrCore – [foo-20130912] Registered new searcher Searcher@5c43ecf0main{StandardDirectoryReader(segments_3:23 _9(4.4):C57862)} 2420 [coreLoadExecutor-3-thread-3] INFO org.apache.solr.core.CoreContainer – registering core: foo-20130912 --- NO HANG EmbeddedSolrServer (firstSearcher qu

RE: Solr 4.3 Startup with Multiple Cores Hangs on "Registering Core"

2013-09-06 Thread Austin Rasmussen
found that if I cut it down to 56, it was able to load successfully (without any of the above config changed). If I cut it down to 57 cores, it doesn't hang at "registering core" any more, it actually gets as far as " QuerySenderListener sending requests to Searcher@2f28849

RE: Solr 4.3 Startup with Multiple Cores Hangs on "Registering Core"

2013-09-06 Thread Chris Hostetter
: Sorry for the multi-post, seems like the .tdump files didn't get : attached. I've tried attaching them as .txt files this time. Interesting ... it looks like 2 of your cores are blocked in loaded while waiting for the searchers to open ... not clera if it's a deaklock or why though - in bot

Re: Solr 4.3 Startup with Multiple Cores Hangs on "Registering Core"

2013-09-06 Thread Erick Erickson
bq: I'm actually not using the transaction log (or the NRTCachingDirectoryFactory); it's currently set up to use the MMapDirectoryFactory, This isn't relevant to whether you're using the update log or not, this is just how the index is handled. Look for something in your solrconfig.xml like:

RE: Solr 4.3 Startup with Multiple Cores Hangs on "Registering Core"

2013-09-06 Thread Austin Rasmussen
"tlog" in the name of them. -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Friday, September 06, 2013 9:18 AM To: solr-user@lucene.apache.org Subject: Re: Solr 4.3 Startup with Multiple Cores Hangs on "Registering Core" bq: I'm act

Re: Solr 4.3 Startup with Multiple Cores Hangs on "Registering Core"

2013-09-05 Thread Chris Hostetter
: hangs at "org.apache.solr.core.CoreContainer; registering core: ..." : without any type of error message in the log. The process still exists : at this point, but doesn't make any progress even if left for a period : of time. Prior to the restart, Solr continues to function norm

Solr 4.3 Startup with Multiple Cores Hangs on "Registering Core"

2013-09-05 Thread Austin Rasmussen
hangs at "org.apache.solr.core.CoreContainer; registering core: ..." without any type of error message in the log. The process still exists at this point, but doesn't make any progress even if left for a period of time. Prior to the restart, Solr continues to function normally, an

Re: 'Registering' a query / Percolation

2011-03-16 Thread Chris Hostetter
: I.E. Instruct Solr that you are interested in documents that match a : given query and then have Solr notify you (through whatever callback : mechanism is specified) if and when a document appears that matches the : query. : : We are planning on writing some software that will effectively grind

'Registering' a query / Percolation

2011-03-02 Thread Baillie, Robert
Hi, I wondered if anyone knew if there are capabilities in Solr to 'register' a query much like Elasticsearch's 'percolation' functionality. I.E. Instruct Solr that you are interested in documents that match a given query and then have Solr notify you (through whatever callback mechanism is speci

Re: Errors when registering MBeans

2010-01-16 Thread Chris Hostetter
: MBeans. I have tried to deploy it without generating MBeans but with : no luck. First off, a quick solution: if you don't care about using JMX to monitor Solr, just completley remove the "" config option from solrconfig.xml. that should eliminate all attempts by Solr to register MBeans at a

Re: Errors when registering MBeans

2010-01-15 Thread Lance Norskog
Does WAS have a custom security model? This might interfere with registering MBeans. On Fri, Jan 15, 2010 at 2:39 PM, Daniel Persson wrote: > Hi again Solr users. > > I forgot to describe environment and version. > > I'm running a 1.4.0 without any changes to the war file di

Re: Errors when registering MBeans

2010-01-15 Thread Daniel Persson
Hi again Solr users. I forgot to describe environment and version. I'm running a 1.4.0 without any changes to the war file directly deployed to a IBM WAS 7 in a windows environment. I have checked the code and the line that breaks is public SolrInfoMBean put(String key, SolrInfoMBean infoBean)

Errors when registering MBeans

2010-01-15 Thread Daniel Persson
Hi. I'm running solr in a IBM WAS 7 server. I get alot of errors in the log and what I could read out from them its a problem when adding MBeans. I have tried to deploy it without generating MBeans but with no luck. Anyone know a good fix for this. The service works fine but alot of extra junk in

Re: Simplest way of registering new solr core!

2009-05-18 Thread KK
Thanks in appreciation. > > > > --KK > > > > On Mon, May 18, 2009 at 12:48 PM, KK wrote: > > > >> Hi, > >> What is the simplest way of registering a new solr core? Do we have to > use > >> some standard APIs for this, or making a Ajax get call

Re: Simplest way of registering new solr core!

2009-05-18 Thread Noble Paul നോബിള്‍ नोब्ळ्
t; >> Hi, >> What is the simplest way of registering a new solr core? Do we have to use >> some standard APIs for this, or making a Ajax get call to >> http://localhost:8983/solr/admin/cores >> >> with proper request parameter lik these, >> >>

Re: Simplest way of registering new solr core!

2009-05-18 Thread KK
Do we have to extend the CoreAdminHandler class and use some methods therein to register a new core? Thanks in appreciation. --KK On Mon, May 18, 2009 at 12:48 PM, KK wrote: > Hi, > What is the simplest way of registering a new solr core? Do we have to use > some standard APIs for

Simplest way of registering new solr core!

2009-05-18 Thread KK
Hi, What is the simplest way of registering a new solr core? Do we have to use some standard APIs for this, or making a Ajax get call to http://localhost:8983/solr/admin/cores with proper request parameter lik these, [?action=CREATE&name=coreX&instanceDir=path_to_instance_director