You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by con <co...@gmail.com> on 2009/09/10 14:23:30 UTC

Re: Solr: ERRORs at Startup

Hi Giovanni, 

i am facing same issue. Can you share some info on how you solved this
puzzle.. 





hossman wrote:
> 
> 
> : Even setting everything to INFO through
> : http://localhost:8080/solr/admin/logging didn't help.
> : 
> : But considering you do not see any bad issue here, at this time I will
> : ignore those ERROR messages :-)
> 
> i would read up more on how to configure logging in JBoss.
> 
> as far as i can tell, Solr is logging messages, which are getting handled 
> by a logger that writes them to STDERR using a fairly standard format 
> (date, class, method, level, msg) ... except some other piece of code 
> seems to be reading from STDERR, and assuming anything that got written 
> there is an ERROR, so it's loging those writes to stderr using a format 
> with a date, a level (of ERROR), and a group or some other identifier of 
> "STDERR"
> 
> the problem is if you ignore them completely, you're going to miss 
> noticing when you really have a problem.
> 
> Like i said: figure out how to configure logging in JBoss, you might need 
> to change the slf4j adapater jar or something if it can't deal with JUL 
> (which is the default).
> 
> : >> 10:51:20,525 INFO  [TomcatDeployment] deploy, ctxPath=/solr
> : >> 10:51:20,617 ERROR [STDERR] Mar 13, 2009 10:51:20 AM
> : >> org.apache.solr.servlet.SolrDispatchFilter init
> : >> INFO: SolrDispatchFilter.init()
> 
> 
> 
> -Hoss
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Solr%3A-ERRORs-at-Startup-tp22493300p25382340.html
Sent from the Solr - User mailing list archive at Nabble.com.