I am running into the same problem.  I found that I can successfully run the
"ping" request.  For example:  http://localhost:7101/solr/admin/ping

But all other requests to the Admin page fail.



KSY wrote:
> 
> I hit a major roadblock while trying to get Solr 1.3 running on WebLogic
> 10.0.   
> 
> A similar message was posted before - (
> http://www.nabble.com/Solr-1.3-stack-overflow-when-accessing-solr-admin-page-td20157873.html
> http://www.nabble.com/Solr-1.3-stack-overflow-when-accessing-solr-admin-page-td20157873.html
> ) - but it seems like it hasn't been resolved yet, so I'm re-posting here.
> 
> I am sure I configured everything correctly because it's working fine on
> Resin.
> 
> Has anyone successfully run Solr 1.3 on WebLogic 10.0 or higher?   Thanks.
> 
> 
> SUMMARY:
> 
> When accessing /solr/admin page, StackOverflowError occurs due to an
> infinite recursion in SolrDispatchFilter
> 
> 
> ENVIRONMENT SETTING:
> 
> Solr 1.3.0
> WebLogic 10.0
> JRockit JVM 1.5
> 
> 
> ERROR MESSAGE:
> 
> SEVERE: javax.servlet.ServletException: java.lang.StackOverflowError
>       at
> weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:276)
>       at
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:273)
>       at
> weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
>       at
> weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)
>       at
> weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:261)
>       at
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:273)
>       at
> weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
>       at
> weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)
>       at
> weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:261)
>       at
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:273)
>       at
> weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
>       at
> weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)
>       at
> weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:261)
>       at
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:273)
> 
> 

-- 
View this message in context: 
http://www.nabble.com/WebLogic-10-Compatibility-Issue---StackOverflowError-tp21521190p21545253.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to