Hi,
I am getting below error while starting application server. I have no clue so far how to get rid of it.
Any idea?
[5/30/12 18:36:31:588 IST] 00000012 WebApp E Exception caught while initializing context
org.springframework.beans.factory.access.Bootstrap Exception: Unable to return specified BeanFactory instance: factory key [ear.context], from group with resource name [classpath*:beanRefContext.xml]; nested exception is org.springframework.beans.factory.NoSuchBeanDefini tionException: No bean named 'ear.context' is defined
at org.springframework.beans.factory.access.Singleton BeanFactoryLocator.useBeanFactory(SingletonBeanFac toryLocator.java:409)
at org.springframework.web.context.ContextLoader.load ParentContext(ContextLoader.java:358)
at org.springframework.web.context.ContextLoader.init WebApplicationContext(ContextLoader.java:193)
at org.springframework.web.context.ContextLoaderListe ner.contextInitialized(ContextLoaderListener.java: 47)
at com.fmr.commons.webservices.config.StartupListener .contextInitialized(StartupListener.java:39)
at com.ibm.ws.wswebcontainer.webapp.WebApp.notifyServ letContextCreated(WebApp.java:641)
at com.ibm.ws.webcontainer.webapp.WebApp.commonInitia lizationFinish(WebApp.java:298)
at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize (WebApp.java:289)
at com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebAp plication(WebGroup.java:90)
at com.ibm.ws.wswebcontainer.VirtualHost.addWebApplic ation(VirtualHost.java:157)
at com.ibm.ws.wswebcontainer.WebContainer.addWebApp(W ebContainer.java:665)
at com.ibm.ws.wswebcontainer.WebContainer.addWebAppli cation(WebContainer.java:618)
at com.ibm.ws.webcontainer.component.WebContainerImpl .install(WebContainerImpl.java:335)
at com.ibm.ws.webcontainer.component.WebContainerImpl .start(WebContainerImpl.java:551)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.st art(ApplicationMgrImpl.java:1301)
at com.ibm.ws.runtime.component.DeployedApplicationIm pl.fireDeployedObjectStart(DeployedApplicationImpl .java:1138)
at com.ibm.ws.runtime.component.DeployedModuleImpl.st art(DeployedModuleImpl.java:569)
at com.ibm.ws.runtime.component.DeployedApplicationIm pl.start(DeployedApplicationImpl.java:817)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.st artApplication(ApplicationMgrImpl.java:950)
at com.ibm.ws.runtime.component.ApplicationMgrImpl$Ap pInitializer.run(ApplicationMgrImpl.java:2120)
at com.ibm.wsspi.runtime.component.WsComponentImpl$_A synchInitializer.run(WsComponentImpl.java:342)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.j ava:1469)
Caused by: org.springframework.beans.factory.NoSuchBeanDefini tionException: No bean named 'ear.context' is defined
at org.springframework.beans.factory.support.DefaultL istableBeanFactory.getBeanDefinition(DefaultListab leBeanFactory.java:521)
at org.springframework.beans.factory.support.Abstract BeanFactory.getMergedLocalBeanDefinition(AbstractB eanFactory.java:1068)
at org.springframework.beans.factory.support.Abstract BeanFactory.doGetBean(AbstractBeanFactory.java:274 )
at org.springframework.beans.factory.support.Abstract BeanFactory.getBean(AbstractBeanFactory.java:194)
at org.springframework.context.support.AbstractApplic ationContext.getBean(AbstractApplicationContext.ja va:1079)
at org.springframework.beans.factory.access.Singleton BeanFactoryLocator.useBeanFactory(SingletonBeanFac toryLocator.java:397)
... 21 more
[5/30/12 18:36:31:634 IST] 00000012 http I WSSERVLET12: JAX-WS context listener initializing
[5/30/12 18:36:31:978 IST] 00000012 http E WSSERVLET11: failed to parse runtime descriptor: javax.xml.transform.TransformerFactoryConfiguratio nError: Provider com.sun.org.apache.xalan.internal.xsltc.trax.Trans formerFactoryImpl not found
javax.xml.transform.TransformerFactoryConfiguratio nError: Provider com.sun.org.apache.xalan.internal.xsltc.trax.Trans formerFactoryImpl not found
at javax.xml.transform.TransformerFactory.newInstance (Unknown Source)
at com.sun.xml.ws.util.xml.XmlUtil.<clinit>(XmlUtil.j ava:212)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.j ava:177)
at com.sun.xml.ws.transport.http.DeploymentDescriptor Parser.createEntityResolver(DeploymentDescriptorPa rser.java:402)
at com.sun.xml.ws.transport.http.DeploymentDescriptor Parser.parseAdapters(DeploymentDescriptorParser.ja va:253)
at com.sun.xml.ws.transport.http.DeploymentDescriptor Parser.parse(DeploymentDescriptorParser.java:147)
at com.sun.xml.ws.transport.http.servlet.WSServletCon textListener.contextInitialized(WSServletContextLi stener.java:124)
at com.ibm.ws.wswebcontainer.webapp.WebApp.notifyServ letContextCreated(WebApp.java:641)
at com.ibm.ws.webcontainer.webapp.WebApp.commonInitia lizationFinish(WebApp.java:298)
at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize (WebApp.java:289)
at com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebAp plication(WebGroup.java:90)
at com.ibm.ws.wswebcontainer.VirtualHost.addWebApplic ation(VirtualHost.java:157)
at com.ibm.ws.wswebcontainer.WebContainer.addWebApp(W ebContainer.java:665)
at com.ibm.ws.wswebcontainer.WebContainer.addWebAppli cation(WebContainer.java:618)
at com.ibm.ws.webcontainer.component.WebContainerImpl .install(WebContainerImpl.java:335)
at com.ibm.ws.webcontainer.component.WebContainerImpl .start(WebContainerImpl.java:551)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.st art(ApplicationMgrImpl.java:1301)
at com.ibm.ws.runtime.component.DeployedApplicationIm pl.fireDeployedObjectStart(DeployedApplicationImpl .java:1138)
at com.ibm.ws.runtime.component.DeployedModuleImpl.st art(DeployedModuleImpl.java:569)
at com.ibm.ws.runtime.component.DeployedApplicationIm pl.start(DeployedApplicationImpl.java:817)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.st artApplication(ApplicationMgrImpl.java:950)
at com.ibm.ws.runtime.component.ApplicationMgrImpl$Ap pInitializer.run(ApplicationMgrImpl.java:2120)
at com.ibm.wsspi.runtime.component.WsComponentImpl$_A synchInitializer.run(WsComponentImpl.java:342)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.j ava:1469)
[5/30/12 18:36:32:072 IST] 00000012 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident stream file C:\RAD7\IBM\SDP70\runtimes\base_v61\profiles\wi-dc-balances\logs\ffdc\server1_00000012_12.05.30_18.36 .32_0.txt
[5/30/12 18:36:32:150 IST] 00000012 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file C:\RAD7\IBM\SDP70\runtimes\base_v61\profiles\wi-dc-balances\logs\ffdc\server1_00000012_12.05.30_18.36 .32_0.txt
[5/30/12 18:36:32:150 IST] 00000012 WebApp E Exception caught while initializing context
com.sun.xml.ws.transport.http.servlet.WSServletExc eption: WSSERVLET11: failed to parse runtime descriptor: javax.xml.transform.TransformerFactoryConfiguratio nError: Provider com.sun.org.apache.xalan.internal.xsltc.trax.Trans formerFactoryImpl not found
at com.sun.xml.ws.transport.http.servlet.WSServletCon textListener.contextInitialized(WSServletContextLi stener.java:139)
at com.ibm.ws.wswebcontainer.webapp.WebApp.notifyServ letContextCreated(WebApp.java:641)
at com.ibm.ws.webcontainer.webapp.WebApp.commonInitia lizationFinish(WebApp.java:298)
at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize (WebApp.java:289)
at com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebAp plication(WebGroup.java:90)
at com.ibm.ws.wswebcontainer.VirtualHost.addWebApplic ation(VirtualHost.java:157)
at com.ibm.ws.wswebcontainer.WebContainer.addWebApp(W ebContainer.java:665)
at com.ibm.ws.wswebcontainer.WebContainer.addWebAppli cation(WebContainer.java:618)
at com.ibm.ws.webcontainer.component.WebContainerImpl .install(WebContainerImpl.java:335)
at com.ibm.ws.webcontainer.component.WebContainerImpl .start(WebContainerImpl.java:551)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.st art(ApplicationMgrImpl.java:1301)
at com.ibm.ws.runtime.component.DeployedApplicationIm pl.fireDeployedObjectStart(DeployedApplicationImpl .java:1138)
at com.ibm.ws.runtime.component.DeployedModuleImpl.st art(DeployedModuleImpl.java:569)
at com.ibm.ws.runtime.component.DeployedApplicationIm pl.start(DeployedApplicationImpl.java:817)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.st artApplication(ApplicationMgrImpl.java:950)
at com.ibm.ws.runtime.component.ApplicationMgrImpl$Ap pInitializer.run(ApplicationMgrImpl.java:2120)
at com.ibm.wsspi.runtime.component.WsComponentImpl$_A synchInitializer.run(WsComponentImpl.java:342)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.j ava:1469)
Caused by: javax.xml.transform.TransformerFactoryConfiguratio nError: Provider com.sun.org.apache.xalan.internal.xsltc.trax.Trans formerFactoryImpl not found
at javax.xml.transform.TransformerFactory.newInstance (Unknown Source)
at com.sun.xml.ws.util.xml.XmlUtil.<clinit>(XmlUtil.j ava:212)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.j ava:177)
at com.sun.xml.ws.transport.http.DeploymentDescriptor Parser.createEntityResolver(DeploymentDescriptorPa rser.java:402)
at com.sun.xml.ws.transport.http.DeploymentDescriptor Parser.parseAdapters(DeploymentDescriptorParser.ja va:253)
at com.sun.xml.ws.transport.http.DeploymentDescriptor Parser.parse(DeploymentDescriptorParser.java:147)
at com.sun.xml.ws.transport.http.servlet.WSServletCon textListener.contextInitialized(WSServletContextLi stener.java:124)
... 17 more


Reply With Quote
