Oh wait... Andrew, were you always testing via "ping"?
Check out what the ping query is configured as in solrconfig.xml: <pingQuery> qt=dismax&q=solr&start=3&fq=id:[* TO *]&fq=cat:[* TO *] </pingQuery> Perhaps we should change it to something simple by default??? "q=solr"? That solves the Jetty failure mystery... so it looks like you either have a tomcat setup problem, or a Solr bug that only shows under tomcat. -Yonik On 4/12/07, Chris Hostetter <[EMAIL PROTECTED]> wrote:
: Ahhh, are you using the dismax handler? I was using the standard : request handler with a simple query "solr" That would explain the "SolrException: undefined field text" he got using Jetty, but not the orriginal NullPointerException. that still worries me.... -Hoss