Struts2 Webapps won't deploy due to filter start error
------------------------------------------------------

                 Key: WW-1820
                 URL: https://issues.apache.org/struts/browse/WW-1820
             Project: Struts 2
          Issue Type: Bug
          Components: Configuration, Examples
    Affects Versions: 2.0.7
         Environment: JDK  1.5.0_07, Tomcat 5.0.28, Windows XP SP2
            Reporter: Rene Gielen
            Priority: Blocker
             Fix For: 2.0.7


Currently, any given 2.0.7-SNAPSHOT servlet based webapp seems to not deploy, 
at least in described environment . 
For example, the showcase log ouput:


2007-03-15 19:36:59,625  WARN 
(org.apache.myfaces.shared_impl.util.LocaleUtils:52) - Locale name in 
faces-config.xml null or empty, setting locale to default locale : de_DE
2007-03-15 19:37:00,136  INFO 
(org.springframework.web.context.ContextLoader:174) - Root 
WebApplicationContext: initialization started
2007-03-15 19:37:00,306  INFO (org.springframework.core.CollectionFactory:76) - 
JDK 1.4+ collections available
2007-03-15 19:37:00,316  INFO (org.springframework.core.CollectionFactory:80) - 
Commons Collections 3.x available
2007-03-15 19:37:00,426  INFO 
(org.springframework.beans.factory.xml.XmlBeanDefinitionReader:347) - Loading 
XML bean definitions from ServletContext resource 
[/WEB-INF/applicationContext.xml]
2007-03-15 19:37:00,717  INFO 
(org.springframework.web.context.support.XmlWebApplicationContext:100) - Bean 
factory for application context [Root WebApplicationContext]: 
org.springframework.beans.factory.support.DefaultListableBeanFactory defining 
beans 
[storage,testDataProvider,skillDao,employeeDao,personManager,customFreemarkerManager,customFreemarkerManagerUtil,chatService,chatLoginAction,chatLogoutAction,usersAvailableAction,roomsAvailableAction,crudRoomAction,enterRoomAction,messagesAvailableInRoomAction,sendMessageToRoomAction,usersAvailableInRoomAction,exitRoomAction,hangmanService,startHangmanAction,guessCharacterAction,getUpdatedHangmanAction];
 root of BeanFactory hierarchy
2007-03-15 19:37:00,747  INFO 
(org.springframework.web.context.support.XmlWebApplicationContext:322) - 22 
beans defined in application context [Root WebApplicationContext]
2007-03-15 19:37:00,887  INFO 
(org.springframework.web.context.support.XmlWebApplicationContext:473) - Unable 
to locate MessageSource with name 'messageSource': using default [EMAIL 
PROTECTED]
2007-03-15 19:37:01,037  INFO 
(org.springframework.web.context.support.XmlWebApplicationContext:495) - Unable 
to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': 
using default [EMAIL PROTECTED]
2007-03-15 19:37:01,057  INFO 
(org.springframework.ui.context.support.UiApplicationContextUtils:83) - Unable 
to locate ThemeSource with name 'themeSource': using default [EMAIL PROTECTED]
2007-03-15 19:37:01,057  INFO 
(org.springframework.beans.factory.support.DefaultListableBeanFactory:261) - 
Pre-instantiating singletons in factory 
[org.springframework.beans.factory.support.DefaultListableBeanFactory defining 
beans 
[storage,testDataProvider,skillDao,employeeDao,personManager,customFreemarkerManager,customFreemarkerManagerUtil,chatService,chatLoginAction,chatLogoutAction,usersAvailableAction,roomsAvailableAction,crudRoomAction,enterRoomAction,messagesAvailableInRoomAction,sendMessageToRoomAction,usersAvailableInRoomAction,exitRoomAction,hangmanService,startHangmanAction,guessCharacterAction,getUpdatedHangmanAction];
 root of BeanFactory hierarchy]
2007-03-15 19:37:01,207  INFO 
(org.apache.struts2.showcase.application.TestDataProvider:89) - 
TestDataProvider - [addTestSkills]: Added test skill data.
2007-03-15 19:37:01,207  INFO 
(org.apache.struts2.showcase.application.TestDataProvider:102) - 
TestDataProvider - [addTestEmployees]: Added test employee data.
2007-03-15 19:37:01,367  INFO 
(org.springframework.web.context.ContextLoader:189) - Using context class 
[org.springframework.web.context.support.XmlWebApplicationContext] for root 
WebApplicationContext
2007-03-15 19:37:01,367  INFO 
(org.springframework.web.context.ContextLoader:199) - Root 
WebApplicationContext: initialization completed in 1231 ms
15.03.2007 19:37:10 org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
15.03.2007 19:37:10 org.apache.catalina.core.StandardContext start
SEVERE: Context startup failed due to previous errors
2007-03-15 19:37:10,400  INFO 
(org.springframework.web.context.support.XmlWebApplicationContext:599) - 
Closing application context [Root WebApplicationContext]
2007-03-15 19:37:10,400  INFO 
(org.springframework.beans.factory.support.DefaultListableBeanFactory:272) - 
Destroying singletons in 
{org.springframework.beans.factory.support.DefaultListableBeanFactory defining 
beans 
[storage,testDataProvider,skillDao,employeeDao,personManager,customFreemarkerManager,customFreemarkerManagerUtil,chatService,chatLoginAction,chatLogoutAction,usersAvailableAction,roomsAvailableAction,crudRoomAction,enterRoomAction,messagesAvailableInRoomAction,sendMessageToRoomAction,usersAvailableInRoomAction,exitRoomAction,hangmanService,startHangmanAction,guessCharacterAction,getUpdatedHangmanAction];
 root of BeanFactory hierarchy}


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to