: Here's all the logs printed on the screen after I started jetty solr server.
: I don't see anything suspicious. Is there any other logs that I should
: check? Thanks!

you mentioned that you can still send updates and queries to Solr and
those work ... but i don't see any mention of those in the log you just
sent (the last entry is from Oct23rd, I'm assuming you tried those
queries/updates today)

that suggests to me that maybe this is not the instance of Jetty that's
bound to the port in question? ... at teh very least, something seems to
have gone wrong with the logging: if it's not logging the queries and the
updates, then it's probably not logging the errors either.

:
:
: integ-node-03456.sea3% java -jar start.jar
: java.net.BindException: Address already in use
: WARN: Not listening on monitor port: 8079
: 18:43:29.169 INFO   [main] org.mortbay.log.LogImpl.add(LogImpl.java:109)
: >16> added org.mortbay.log.OutputStreamLog [EMAIL PROTECTED]
: 18:43:29.121 INFO   [main] org.mortbay.util.FileResource.<clinit>(
: FileResource.java:60) >11> Checking Resource alia ses
: 18:43:29.407 INFO   [main] org.mortbay.http.HttpServer.doStart(
: HttpServer.java:684) >10> Version Jetty/5.1.11RC0
: 18:43:29.418 INFO   [main] org.mortbay.util.Container.start(Container.java:74)
: >14> Started org.mortbay.jetty.servl [EMAIL PROTECTED]
: 18:43:29.419 INFO   [main] org.mortbay.util.Container.start(Container.java:74)
: >11> Started ServletHttpContext[/,/]
: 18:43:29.421 INFO   [main] org.mortbay.http.SocketListener.start(
: SocketListener.java:205) >11> Started SocketListen er on 127.0.0.1:8081
: 18:43:29.421 INFO   [main] org.mortbay.util.Container.start(Container.java:74)
: >09> Started org.mortbay.jetty.Serve [EMAIL PROTECTED]
: 18:43:29.474 INFO   [main] org.mortbay.http.HttpServer.setStatsOn(
: HttpServer.java:1130) >18> Statistics on = false for
: [EMAIL PROTECTED]
: 18:43:29.475 INFO   [main] org.mortbay.http.HttpServer.doStart(
: HttpServer.java:684) >10> Version Jetty/5.1.11RC0
: 18:43:29.479 INFO   [main]
: org.mortbay.jetty.servlet.WebApplicationContext.resolveWebApp(
: WebApplicationContext.java :248) >13> Extract
: jar:file:/home/yjin/apps/solr-nightly/example/webapps/solr.war!/ to
: /tmp/Jetty__8983__solr/webap p
: 18:43:30.022 INFO   [main] org.mortbay.util.Container.start(Container.java:74)
: >15> Started org.mortbay.jetty.servl [EMAIL PROTECTED]
: Oct 23, 2006 6:43:30 PM org.apache.solr.servlet.SolrServlet init
: INFO: SolrServlet.init()
: Oct 23, 2006 6:43:30 PM org.apache.solr.servlet.SolrServlet init
: INFO: JNDI not configured for Solr (NoInitialContextEx)
: Oct 23, 2006 6:43:30 PM org.apache.solr.servlet.SolrServlet init
: INFO: user.dir=/home/yjin/apps/solr-nightly/example
: Oct 23, 2006 6:43:30 PM org.apache.solr.core.Config getInstanceDir
: INFO: Solr home defaulted to 'solr/'
: Oct 23, 2006 6:43:30 PM org.apache.solr.core.SolrConfig initConfig
: INFO: Loaded SolrConfig: solrconfig.xml
: Oct 23, 2006 6:43:30 PM org.apache.solr.core.RequestHandlers <init>
: INFO: adding requestHandler standard=solr.StandardRequestHandler
: Oct 23, 2006 6:43:30 PM org.apache.solr.core.RequestHandlers <init>
: INFO: adding requestHandler dismax=solr.DisMaxRequestHandler
: Oct 23, 2006 6:43:30 PM org.apache.solr.core.RequestHandlers <init>
: INFO: adding requestHandler partitioned=solr.DisMaxRequestHandler
: Oct 23, 2006 6:43:30 PM org.apache.solr.core.RequestHandlers <init>
: INFO: adding requestHandler instock=solr.DisMaxRequestHandler
: Oct 23, 2006 6:43:30 PM org.apache.solr.core.SolrCore <init>
: INFO: Opening new SolrCore at solr/, dataDir=solr/data
: Oct 23, 2006 6:43:30 PM org.apache.solr.schema.IndexSchema readConfig
: INFO: Reading Solr Schema
: Oct 23, 2006 6:43:30 PM org.apache.solr.schema.IndexSchema readConfig
: INFO: Schema name=example
: Oct 23, 2006 6:43:30 PM org.apache.solr.schema.IndexSchema readConfig
: INFO: default search field is text
: Oct 23, 2006 6:43:30 PM org.apache.solr.schema.IndexSchema readConfig
: INFO: query parser default operator is OR
: Oct 23, 2006 6:43:30 PM org.apache.solr.schema.IndexSchema readConfig
: INFO: unique key field: id
: Oct 23, 2006 6:43:30 PM org.apache.solr.core.SolrCore parseListener
: INFO: Searching for listeners: //[EMAIL PROTECTED]"firstSearcher"]
: Oct 23, 2006 6:43:30 PM org.apache.solr.core.SolrCore parseListener
: INFO: Searching for listeners: //[EMAIL PROTECTED]"newSearcher"]
: Oct 23, 2006 6:43:30 PM org.apache.solr.core.SolrCore initIndex
: WARNING: Solr index directory 'solr/data/index' doesn't exist. Creating new
: index...
: Oct 23, 2006 6:43:30 PM org.apache.solr.core.SolrCore initWriters
: INFO: adding queryResponseWriter xslt=
: org.apache.solr.request.XSLTResponseWriter
: Oct 23, 2006 6:43:30 PM org.apache.solr.request.XSLTResponseWriter init
: INFO: xsltCacheLifetimeSeconds=5
: Oct 23, 2006 6:43:30 PM org.apache.solr.search.SolrIndexSearcher <init>
: INFO: Opening [EMAIL PROTECTED] main
: Oct 23, 2006 6:43:30 PM org.apache.solr.core.SolrCore registerSearcher
: INFO: Registered new searcher [EMAIL PROTECTED] main
: Oct 23, 2006 6:43:30 PM org.apache.solr.servlet.SolrServlet init
: INFO: SolrServlet.init() done
: Oct 23, 2006 6:43:30 PM org.apache.solr.servlet.SolrUpdateServlet init
: INFO: SolrUpdateServlet.init() done
: 18:43:30.807 INFO   [main] org.mortbay.util.Container.start(Container.java:74)
: >11> Started WebApplicationContext[/ solr,/solr]
: 18:43:30.811 INFO   [main] org.mortbay.http.SocketListener.start(
: SocketListener.java:205) >11> Started SocketListen er on 0.0.0.0:8983
: 18:43:30.811 INFO   [main] org.mortbay.util.Container.start(Container.java:74)
: >09> Started org.mortbay.jetty.Serve [EMAIL PROTECTED]
: Oct 23, 2006 6:46:57 PM org.apache.solr.core.SolrCore execute
: INFO: rows=10&start=0&indent=on&q=solr&stylesheet=&version=2.1 0 61
: 18:46:57.210 INFO   [P1-19] 
org.mortbay.util.Container.start(Container.java:74)
: >08> Started HttpContext[/,/]
: Oct 23, 2006 6:47:31 PM org.apache.solr.update.DirectUpdateHandler2 commit
: INFO: start commit(optimize=false,waitFlush=false,waitSearcher=true)
: Oct 23, 2006 6:47:31 PM org.apache.solr.search.SolrIndexSearcher <init>
: INFO: Opening [EMAIL PROTECTED] main
: Oct 23, 2006 6:47:31 PM org.apache.solr.update.DirectUpdateHandler2 commit
: INFO: end_commit_flush
: Oct 23, 2006 6:47:31 PM org.apache.solr.search.SolrIndexSearcher warm
: INFO: autowarming [EMAIL PROTECTED] main from [EMAIL PROTECTED] main
:         
filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,cumulative_lookups=0,cumulative_hit
: s=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
: Oct 23, 2006 6:47:31 PM org.apache.solr.search.SolrIndexSearcher warm
: INFO: autowarming result for [EMAIL PROTECTED] main
:         
filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,cumulative_lookups=0,cumulative_hit
: s=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
: Oct 23, 2006 6:47:31 PM org.apache.solr.search.SolrIndexSearcher warm
: INFO: autowarming [EMAIL PROTECTED] main from [EMAIL PROTECTED] main
:         
queryResultCache{lookups=1,hits=0,hitratio=0.00,inserts=1,evictions=0,size=1,cumulative_lookups=1,cumulativ
: e_hits=0,cumulative_hitratio=0.00
: ,cumulative_inserts=1,cumulative_evictions=0}
: Oct 23, 2006 6:47:31 PM org.apache.solr.search.SolrIndexSearcher warm
: INFO: autowarming result for [EMAIL PROTECTED] main
:         
queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=1,evictions=0,size=1,cumulative_lookups=1,cumulativ
: e_hits=0,cumulative_hitratio=0.00
: ,cumulative_inserts=1,cumulative_evictions=0}
: Oct 23, 2006 6:47:31 PM org.apache.solr.search.SolrIndexSearcher warm
: INFO: autowarming [EMAIL PROTECTED] main from [EMAIL PROTECTED] main
:         
documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,cumulative_lookups=0,cumulative_h
: its=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
: Oct 23, 2006 6:47:31 PM org.apache.solr.search.SolrIndexSearcher warm
: INFO: autowarming result for [EMAIL PROTECTED] main
:         
documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,cumulative_lookups=0,cumulative_h
: its=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
: Oct 23, 2006 6:47:31 PM org.apache.solr.core.SolrCore registerSearcher
: INFO: Registered new searcher [EMAIL PROTECTED] main
: Oct 23, 2006 6:47:31 PM org.apache.solr.search.SolrIndexSearcher close
: INFO: Closing [EMAIL PROTECTED] main
:         
filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,cumulative_lookups=0,cumulative_hit
: s=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
:         
queryResultCache{lookups=1,hits=0,hitratio=0.00,inserts=1,evictions=0,size=1,cumulative_lookups=1,cumulativ
: e_hits=0,cumulative_hitratio=0.00
: ,cumulative_inserts=1,cumulative_evictions=0}
:         
documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,cumulative_lookups=0,cumulative_h
: its=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
: Oct 23, 2006 6:47:31 PM org.apache.solr.core.SolrCore update
: INFO: commit 0 32
: Oct 23, 2006 6:47:36 PM org.apache.solr.core.SolrCore execute
: INFO: rows=10&start=0&indent=on&q=solr&stylesheet=&version=2.1 0 1
:
:
:
:
:
:
:
:
: On 10/31/06, Chris Hostetter <[EMAIL PROTECTED]> wrote:
: >
: >
: > : However, I can still search and update indexes against the server
: > without
: > : any problem. Any idea what would go wrong with admin page?
: >
: > do any more details show up in your Jetty log files?
: >
: >
: >
: >
: > -Hoss
: >
: >
:
:
: --
: Regards,
:
: -Hui
:



-Hoss

Reply via email to