2014-03-02 1:34 GMT+04:00 J. Brian Hall <jbrianhall...@me.com>:
> I have installed the OWF webapp in Tomcat and I'm trying to resolve some
> errors I'm finding in the log files.  I have not had much luck getting
> responses to questions on the OWF mailing list, so I'm hoping someone can
> help here.  Here are the details of my setup:
>
>
>
> -Windows 7.
>
> -Tomcat 7.0.42.
>
> -MySQL 5.6.
>
> -JDK 7.51-b13.
>
> -IE 11 browser.
>
>
>
> First, the OWF webapp does start (some features are not working).  The
> webapp is not generating a stacktrace or an initialization log file anymore
> since I resolved earlier errors with help.  There are 3 log files remaining
> that list SEVERE errors.  I will start with the 1 error reported in the
> localhost log.
>
>
>
> Any idea how to resolve the following error?
>
>
>
> Mar 01, 2014 12:19:36 PM org.apache.catalina.core.StandardContext
> filterStart
>
> SEVERE: Exception starting filter springSecurityFilterChain
>
> org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean
> named 'springSecurityFilterChain' is defined
>

>From my knowledge of Spring Framework and Spring Security libraries,

That message means that you have a filter declared in your web.xml
(with name "springSecurityFilterChain"), but there is no such filter
among Java Beans created by a SpringFramework Context.

I cannot say what caused it without knowing what your OWF app is, how
it is configured,
and what INFO messages were earlier in the log files.
I would guess that Spring did not start, or have not found some of its
configuration files (context definition files).

If you broke application in such way (and you say that even logging is
broken), you would better uninstall everything and start over from a
blank page,  documenting your steps,

Unless you provide enough information for others to reproduce your
configuration, not much can be said.

For reference:
http://spring.io/docs
http://docs.spring.io/spring/docs/4.0.2.RELEASE/spring-framework-reference/html/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to