DevOps Automation

 View Only
Expand all | Collapse all

com.ibm.ws.webcontainer.webapp.WebApp logServletError SRVE0293E: [Servlet Error]-[]: org.springframework.beans.factory.BeanDefinitionStoreException:

  • 1.  com.ibm.ws.webcontainer.webapp.WebApp logServletError SRVE0293E: [Servlet Error]-[]: org.springframework.beans.factory.BeanDefinitionStoreException:

    Posted Thu July 16, 2020 03:39 AM

    000000e7 DispatcherSer E org.springframework.web.servlet.FrameworkServlet initServletBean Context initialization failed

                     org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'mqConnectionFactory' defined in ServletContext resource [/WEB-INF/config/config-mq.xml]: Could not resolve placeholder 'MQ.HOST'

    at org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.processProperties(PropertyPlaceholderConfigurer.java:287)

    at org.springframework.beans.factory.config.PropertyResourceConfigurer.postProcessBeanFactory(PropertyResourceConfigurer.java:75)

    at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:663)

    at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:638)

    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:407)

    at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)

    at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)

    at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)

    at com.ibm.ws.webcontainer.webapp.WebApp.notifyServletContextCreated(WebApp.java:1709)

    at com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:414)

    at com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(WebGroupImpl.java:88)

    at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:170)


    #Support
    #RationalApplicationDeveloper(RAD)
    #SupportMigration


  • 2.  RE: com.ibm.ws.webcontainer.webapp.WebApp logServletError SRVE0293E: [Servlet Error]-[]: org.springframework.beans.factory.BeanDefinitionStoreException:

    Posted Tue August 25, 2020 03:46 PM
    Please confirm if issue is also happening inside RAD application? The error logs seems to be a websphere related issue and you may want to open up a case to the WebSphere team to further investigate on this one if the issue only happens in WAS console. Meanwhile, I checked that BeanDefinitionStoreException occurs when a BeanFactory encounters an invalid bean definition: e.g. in case of incomplete or contradictory bean metadata.


    #Support
    #SupportMigration
    #RationalApplicationDeveloper(RAD)