Lets keep this communication on the list so others can benefit and chime in.
What about the filter-dispatched-requests-enabled setting? Perhaps it
doesn't use the weblogic.xml file anymore and you'll need to find the new
way to configure that setting? From what I can see, that setting will
default to true now if you are using a web.xml defined as 2.4 (according to
weblogic 9 docs). Solr is using 2.3 at the moment - you might try changing
the web.xml to 2.4 from 2.3, or figure out how to adjust that setting
(filter-dispatched-requests-enabled) with your current container. It will
default to true with a web.xml < 2.4 for back compat.

- Mark

On Wed, Jul 22, 2009 at 10:35 AM, Hall, David <dh...@vermeer.com> wrote:

> Mark --- Thanks for the info - I took a look at the two urls and even
> though it is not true Weblogic - ie - this is the Oracle OC4J not the
> Weblogic Java Containers from the pre-oracle acquisition. I have tried to
> remove the encoding from the header and created the weblogic.xml, bounced
> the container and re-tried. However this did not fix the issue. I think this
> is the correct direction....maybe just a little different. Maybe it needs to
> be put in the web.xml. (I am not using weblogic (Oracle Portal Replacment)
> directly - just the Oracle Java Container. I don't know if that makes any
> difference.) Here are my observations on this issue.... When I hit
> solr/admin - I do get a page - it is just missing the pretty stuff.
> Statistics totally do not work. I get a stackoverflow errors in the opmn/log
> for this container. Below is what I can see from Paros... solr-admin.css
> HTTP/1.1 500 Internal Server Error Date: Wed, 22 Jul 2009 14:21:22 GMT
> Server: Oracle-Application-Server-10g/10.1.3.4.0 Oracle-HTTP-Server
> Content-Location: https://testportalapp.vermeer.com/solr/admin/solr-admin.css
> Content-Type<https://testportalapp.vermeer.com/solr/admin/solr-admin.cssContent-Type>:
> text/html Connection: close 500 Internal Server Errornull
> java.lang.StackOverflowError at
> java.security.AccessController.doPrivileged(Native Method) at
> java.io.PrintWriter.(PrintWriter.java:77) at
> java.io.PrintWriter.(PrintWriter.java:61) at
> org.apache.solr.servlet.SolrDispatchFilter.sendError(SolrDispatchFilter.java:316)
> at
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:281)
> at
> com.evermind.server.http.FileRequestDispatcher.handleWithFilter(FileRequestDispatcher.java:135)
> at
> com.evermind.server.http.FileRequestDispatcher.unprivileged_forwardInternal(FileRequestDispatcher.java:283)
> at
> com.evermind.server.http.FileRequestDispatcher.access$100(FileRequestDispatcher.java:29)
> at
> com.evermind.server.http.FileRequestDispatcher$2.oc4jRun(FileRequestDispatcher.java:254)
> at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284) at
> com.evermind.server.http.FileRequestDispatcher.forwardInternal(FileRequestDispatcher.java:259)
> at
> com.evermind.server.http.FileRequestDispatcher.forward(FileRequestDispatcher.java:346)
> at
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:273)
> at
> com.evermind.server.http.FileRequestDispatcher.handleWithFilter(FileRequestDispatcher.java:135)
> at
> com.evermind.server.http.FileRequestDispatcher.unprivileged_forwardInternal(FileRequestDispatcher.java:283)
> at
> com.evermind.server.http.FileRequestDispatcher.access$100(FileRequestDispatcher.java:29)
> at
> com.evermind.server.http.FileRequestDispatcher$2.oc4jRun(FileRequestDispatcher.java:254)
> at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284) at
> com.evermind.server.http.FileRequestDispatcher.forwardInternal(FileRequestDispatcher.java:259)
> at
> com.evermind.server.http.FileRequestDispatcher.forward(FileRequestDispatcher.java:346)
> at
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:273)
> at
> com.evermind.server.http.FileRequestDispatcher.handleWithFilter(FileRequestDispatcher.java:135)
> at
> com.evermind.server.http.FileRequestDispatcher.unprivileged_forwardInternal(FileRequestDispatcher.java:283)
> at
> com.evermind.server.http.FileRequestDispatcher.access$100(FileRequestDispatcher.java:29)
> at
> com.evermind.server.http.FileRequestDispatcher$2.oc4jRun(FileRequestDispatcher.java:254)
> at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284) at
> com.evermind.server.http.FileRequestDispatcher.forwardInternal(FileRequestDispatcher.java:259)
> at
> com.evermind.server.http.FileRequestDispatcher.forward(FileRequestDispatcher.java:346)
> at
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:273)
> at
> com.evermind.server.http.FileRequestDispatcher.handleWithFilter(FileRequestDispatcher.java:135)
> at
> com.evermind.server.http.FileRequestDispatcher.unprivileged_forwardInternal(FileRequestDispatcher.java:283)
> at
> com.evermind.server.http.FileRequestDispatcher.access$100(FileRequestDispatcher.java:29)
> at




-- 
-- 
- Mark

http://www.lucidimagination.com

Reply via email to