Uploaded image for project: 'Struts 2'
  1. Struts 2
  2. WW-1820

Struts2 Webapps won't deploy due to filter start error (Tomcat 5.0.28)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Won't Fix
    • 2.0.7
    • 2.0.7
    • None
    • JDK 1.5.0_07, Tomcat 5.0.28, Windows XP SP2

    • Important

    Description

      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 [org.springframework.context.support.DelegatingMessageSource@e265d0]
      2007-03-15 19:37:01,037 INFO (org.springframework.web.context.support.XmlWebApplicationContext:495) - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4ed904]
      2007-03-15 19:37:01,057 INFO (org.springframework.ui.context.support.UiApplicationContextUtils:83) - Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@1706da8]
      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}

      Attachments

        Activity

          People

            rgielen René Gielen
            rgielen René Gielen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: