Skip to content

Instantly share code, notes, and snippets.

@kitplummer
Created October 28, 2008 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kitplummer/20510 to your computer and use it in GitHub Desktop.
Save kitplummer/20510 to your computer and use it in GitHub Desktop.
This from OC4J:
2008-10-28 13:36:46.110 NOTIFICATION Started application : mdd-services
2008-10-28 13:36:46.115 NOTIFICATION Binding web application(s) to site secure-web-site begins...
2008-10-28 13:36:46.115 NOTIFICATION Binding mdd-services web-module for application mdd-services to site secure-web-site under context root mdd-services
Oct 28, 2008 1:36:46 PM org.springframework.web.context.ContextLoader initWebApplicationContext
INFO: Root WebApplicationContext: initialization started
Oct 28, 2008 1:36:46 PM org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing org.springframework.web.context.support.XmlWebApplicationContext@ed4893: display name [Root WebApplicationContext]; startup date [Tue Oct 28 13:36:46 MST 2008]; root of context hierarchy
Oct 28, 2008 1:36:46 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from ServletContext resource [/WEB-INF/beans.xml]
Oct 28, 2008 1:36:46 PM org.springframework.web.context.ContextLoader initWebApplicationContext
SEVERE: Context initialization failed
org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from ServletContext resource [/WEB-INF/beans.xml]; nested exception is javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found
Caused by: javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found
at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:104)
at org.springframework.beans.factory.xml.DefaultDocumentLoader.createDocumentBuilderFactory(DefaultDocumentLoader.java:87)
at org.springframework.beans.factory.xml.DefaultDocumentLoader.loadDocument(DefaultDocumentLoader.java:68)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:361)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:313)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:290)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:131)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:147)
at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124)
at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92)
at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:101)
at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:394)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:324)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:189)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
at com.gestalt.integration.mde.mdd.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:19)
at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1141)
at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:741)
at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
at com.evermind.server.Application.getHttpApplication(Application.java:570)
at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1987)
at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1906)
at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1603)
at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:238)
at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:99)
at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:547)
at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:202)
at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
at java.lang.Thread.run(Thread.java:613)
08/10/28 13:36:46 oracle.oc4j.admin.internal.DeployerException: Unexpected exception parsing XML document from ServletContext resource [/WEB-INF/beans.xml]; nested exception is javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found
08/10/28 13:36:46 at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:385)
08/10/28 13:36:46 at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:313)
08/10/28 13:36:46 at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:290)
08/10/28 13:36:46 at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:131)
08/10/28 13:36:46 at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:147)
08/10/28 13:36:46 at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124)
08/10/28 13:36:46 at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92)
08/10/28 13:36:46 at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:101)
08/10/28 13:36:46 at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:394)
08/10/28 13:36:46 at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:324)
08/10/28 13:36:46 at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)
08/10/28 13:36:46 at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:189)
08/10/28 13:36:46 at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
08/10/28 13:36:46 at com.gestalt.integration.mde.mdd.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:19)
08/10/28 13:36:46 at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1141)
08/10/28 13:36:46 at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:741)
08/10/28 13:36:46 at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
08/10/28 13:36:46 at com.evermind.server.Application.getHttpApplication(Application.java:570)
08/10/28 13:36:46 at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1987)
08/10/28 13:36:46 at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1906)
08/10/28 13:36:46 at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1603)
08/10/28 13:36:46 at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:238)
08/10/28 13:36:46 at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:99)
08/10/28 13:36:46 at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:547)
08/10/28 13:36:46 at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:202)
08/10/28 13:36:46 at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
08/10/28 13:36:46 at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
08/10/28 13:36:46 at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
08/10/28 13:36:46 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
08/10/28 13:36:46 at java.lang.Thread.run(Thread.java:613)
2008-10-28 13:36:46.521 NOTIFICATION Application Deployer for mdd-services FAILED.
2008-10-28 13:36:46.521 NOTIFICATION Application UnDeployer for mdd-services STARTS.
2008-10-28 13:36:46.526 NOTIFICATION Removing all web binding(s) for application mdd-services from all web site(s)
2008-10-28 13:36:46.528 NOTIFICATION Removing all web binding(s) for application mdd-services from all web site(s)
2008-10-28 13:36:46.585 NOTIFICATION Application UnDeployer for mdd-services COMPLETES.
08/10/28 13:36:46 WARNING: DeployerRunnable.run Unexpected exception parsing XML document from ServletContext resource [/WEB-INF/beans.xml]; nested exception is javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not foundoracle.oc4j.admin.internal.DeployerException: Unexpected exception parsing XML document from ServletContext resource [/WEB-INF/beans.xml]; nested exception is javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found
at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:126)
at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
at java.lang.Thread.run(Thread.java:613)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment