Olga: noticing this thread now, are you still having this problem? did you 
find a problem with your configuration?

: However I am getting stack overflow when I try to access solr/admin
: page.
        ...
: java.lang.StackOverflowError javax.servlet.ServletException:
        ...
: org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.j
: ava:273) at

that line is where the SolrDispatchFilter tries to forward the request if 
the path starts with "/admin" and no handler has been registered to deal 
with it.  the fact that you're getting a StackOverflowError suggests that 
i'ts causing an infinite recursion.

knowing exactly what URL you are trying ot hit, what the name of your 
webapp is, whether you are using multiple cores or not, and what your 
solr.xml file (if you have one) looks like would help.

Also: if you try to hit a handler registered with a name thta starts with 
/admin (like "/admin/luke") does that work?


-Hoss

Reply via email to