Re: OWF webapp log errors

2014-03-02 Thread Konstantin Kolinko
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



OWF webapp log errors

2014-03-01 Thread J. Brian Hall
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)