: at weblogic.servlet.internal.FilterManager.loadFilter( : FilterManager.java:88) : Truncated. see log file for complete stacktrace : >
did you check the log file to see the complete stack trace and if there were any other interesting log messages from Solr? The SolrDispatchFilter is what initializes hte SolrCore (which reads in config files and such) so if there is any sot of problem there and those classes cann't load those errors may be going to the logs while weblgic only shows you the higher level error that trickled up. -Hoss