Skip to content

Instantly share code, notes, and snippets.

@kitplummer
Created October 28, 2008 21:12
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/20523 to your computer and use it in GitHub Desktop.
Save kitplummer/20523 to your computer and use it in GitHub Desktop.
WARNING: Unable to initialize MDD Service Simulator: File: response_all.xml could not be loaded
Oct 28, 2008 2:08:05 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
INFO: Creating Service {http://metadata.dod.mil/mdr/ns/MDE/1.0/ws/MetadataDiscoveryService}MetadataDiscoveryService from WSDL: WEB-INF/wsdl/MetadataDiscoveryService.wsdl
[ERROR] - Context initialization failed (ContextLoader.java:initWebApplicationContext:204)
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mdd-service': Invocation of init method failed; nested exception is java.lang.IncompatibleClassChangeError
Caused by:
java.lang.IncompatibleClassChangeError
at org.apache.cxf.wsdl11.WSDLServiceBuilder.copyExtensionAttributes(WSDLServiceBuilder.java:120)
at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildServices(WSDLServiceBuilder.java:228)
at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildServices(WSDLServiceBuilder.java:153)
at org.apache.cxf.wsdl11.WSDLServiceFactory.create(WSDLServiceFactory.java:117)
at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.buildServiceFromWSDL(ReflectionServiceFactoryBean.java:276)
at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:368)
at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:162)
at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.create(JaxWsServiceFactoryBean.java:97)
at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:74)
at org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:114)
at org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.java:160)
at org.apache.cxf.jaxws.EndpointImpl.getServer(EndpointImpl.java:313)
at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:235)
at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:185)
at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:366)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1242)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1208)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1172)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:427)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:249)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:155)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:246)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:291)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
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 14:08:08 oracle.oc4j.admin.internal.DeployerException: Error creating bean with name 'mdd-service': Invocation of init method failed; nested exception is java.lang.IncompatibleClassChangeError
08/10/28 14:08:08 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1175)
08/10/28 14:08:08 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:427)
08/10/28 14:08:08 at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:249)
08/10/28 14:08:08 at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:155)
08/10/28 14:08:08 at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:246)
08/10/28 14:08:08 at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
08/10/28 14:08:08 at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:291)
08/10/28 14:08:08 at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
08/10/28 14:08:08 at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)
08/10/28 14:08:08 at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:189)
08/10/28 14:08:08 at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
08/10/28 14:08:08 at com.gestalt.integration.mde.mdd.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:19)
08/10/28 14:08:08 at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1141)
08/10/28 14:08:08 at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:741)
08/10/28 14:08:08 at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
08/10/28 14:08:08 at com.evermind.server.Application.getHttpApplication(Application.java:570)
08/10/28 14:08:08 at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1987)
08/10/28 14:08:08 at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1906)
08/10/28 14:08:08 at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1603)
08/10/28 14:08:08 at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:238)
08/10/28 14:08:08 at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:99)
08/10/28 14:08:08 at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:547)
08/10/28 14:08:08 at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:202)
08/10/28 14:08:08 at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
08/10/28 14:08:08 at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
08/10/28 14:08:08 at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
08/10/28 14:08:08 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
08/10/28 14:08:08 at java.lang.Thread.run(Thread.java:613)
2008-10-28 14:08:08.380 NOTIFICATION Application Deployer for mdd-services FAILED.
2008-10-28 14:08:08.381 NOTIFICATION Application UnDeployer for mdd-services STARTS.
2008-10-28 14:08:08.387 NOTIFICATION Removing all web binding(s) for application mdd-services from all web site(s)
2008-10-28 14:08:08.387 NOTIFICATION Removing all web binding(s) for application mdd-services from all web site(s)
2008-10-28 14:08:08.464 NOTIFICATION Application UnDeployer for mdd-services COMPLETES.
08/10/28 14:08:08 WARNING: DeployerRunnable.run Error creating bean with name 'mdd-service': Invocation of init method failed; nested exception is java.lang.IncompatibleClassChangeErrororacle.oc4j.admin.internal.DeployerException: Error creating bean with name 'mdd-service': Invocation of init method failed; nested exception is java.lang.IncompatibleClassChangeError
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