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

                at
org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean
Definition(DefaultListableBeanFactory.java:527)

                at
org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocal
BeanDefinition(AbstractBeanFactory.java:1083)

                at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(Abst
ractBeanFactory.java:274)

                at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Abstra
ctBeanFactory.java:194)

                at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(Abst
ractBeanFactory.java:266)

                at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Abstra
ctBeanFactory.java:194)

                at
org.springframework.context.support.AbstractApplicationContext.getBean(Abstr
actApplicationContext.java:1079)

                at
org.springframework.web.filter.DelegatingFilterProxy.initDelegate(Delegating
FilterProxy.java:217)

                at
org.springframework.web.filter.DelegatingFilterProxy.initFilterBean(Delegati
ngFilterProxy.java:145)

                at
org.springframework.web.filter.GenericFilterBean.init(GenericFilterBean.java
:179)

                at
org.apache.catalina.core.ApplicationFilterConfig.initFilter(ApplicationFilte
rConfig.java:281)

                at
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilter
Config.java:262)

                at
org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterCon
fig.java:107)

                at
org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:47
75)

                at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:
5452)

                at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)

                at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:9
01)

                at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)

                at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)

                at
org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:976)

                at
org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1653)

                at
java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)

                at java.util.concurrent.FutureTask.run(Unknown Source)

                at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown
Source)

                at
java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

                at java.lang.Thread.run(Unknown Source)

Reply via email to