Skip to content

Instantly share code, notes, and snippets.

@chamerling
Created February 22, 2012 15:38
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 chamerling/1885587 to your computer and use it in GitHub Desktop.
Save chamerling/1885587 to your computer and use it in GitHub Desktop.
NS Error DSB update
[Petals.Tools.WebServiceExposerImpl]-WARNING 2012-02-22 16:24:27,977 The service provided by component DSBManagement is already registered
org.apache.cxf.service.factory.ServiceConstructionException
at org.apache.cxf.jaxb.JAXBDataBinding.initialize(JAXBDataBinding.java:293)
at org.apache.cxf.service.factory.AbstractServiceFactoryBean.initializeDataBindings(AbstractServiceFactoryBean.java:86)
at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.buildServiceFromClass(ReflectionServiceFactoryBean.java:445)
at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.buildServiceFromClass(JaxWsServiceFactoryBean.java:682)
at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:508)
at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:242)
at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.create(JaxWsServiceFactoryBean.java:202)
at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:101)
at org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:159)
at org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.java:204)
at org.petalslink.dsb.kernel.tools.ws.CXFWebServiceExposerImpl.exposeAsWebService(CXFWebServiceExposerImpl.java:150)
at org.petalslink.dsb.kernel.tools.ws.CXFWebServiceExposerImpl.expose(CXFWebServiceExposerImpl.java:88)
at org.objectweb.fractal.julia.generated.Cc763ee70_0.expose(INTERCEPTOR[WebServiceExposer])
at org.objectweb.fractal.julia.generated.C2afc889b_0.expose(INTERFACE[WebServiceExposer])
at org.petalslink.dsb.kernel.tools.ws.WebServiceManagerImpl.exposeServices(WebServiceManagerImpl.java:90)
at org.objectweb.fractal.julia.generated.C724f020d_0.exposeServices(INTERCEPTOR[WebServiceManager])
at org.objectweb.fractal.julia.generated.Cfee6d7d8_0.exposeServices(INTERFACE[WebServiceManager])
at org.petalslink.dsb.kernel.PetalsServerImpl.startTools(PetalsServerImpl.java:645)
at org.petalslink.dsb.kernel.PetalsServerImpl.start(PetalsServerImpl.java:193)
at org.ow2.petals.launcher.AbstractLauncher.start(AbstractLauncher.java:190)
at org.ow2.petals.launcher.AbstractLauncher.launch(AbstractLauncher.java:146)
at org.petalslink.dsb.dist.Main.main(Main.java:34)
Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 10 counts of IllegalAnnotationExceptions
Two classes have the same XML type name "{http://service.api.connection.dragon.ow2.org/}getPropertiesResponse". Use @XmlType.name and @XmlType.namespace to assign different names to them.
this problem is related to the following location:
at org.petalslink.dsb.kernel.ws.api.jaxws_asm.GetPropertiesResponse
this problem is related to the following location:
at org.ow2.dragon.connection.api.service.GetPropertiesResponse
at public javax.xml.bind.JAXBElement org.ow2.dragon.connection.api.service.ObjectFactory.createGetPropertiesResponse(org.ow2.dragon.connection.api.service.GetPropertiesResponse)
at org.ow2.dragon.connection.api.service.ObjectFactory
Two classes have the same XML type name "{http://service.api.connection.dragon.ow2.org/}getManagedExecutionEnvironmentsResponse". Use @XmlType.name and @XmlType.namespace to assign different names to them.
this problem is related to the following location:
at org.petalslink.dsb.kernel.ws.api.jaxws_asm.GetManagedExecutionEnvironmentsResponse
this problem is related to the following location:
at org.ow2.dragon.connection.api.service.GetManagedExecutionEnvironmentsResponse
at public javax.xml.bind.JAXBElement org.ow2.dragon.connection.api.service.ObjectFactory.createGetManagedExecutionEnvironmentsResponse(org.ow2.dragon.connection.api.service.GetManagedExecutionEnvironmentsResponse)
at org.ow2.dragon.connection.api.service.ObjectFactory
Two classes have the same XML type name "{http://service.api.connection.dragon.ow2.org/}getHostedEndpointsOnExecEnv". Use @XmlType.name and @XmlType.namespace to assign different names to them.
this problem is related to the following location:
at org.petalslink.dsb.kernel.ws.api.jaxws_asm.GetHostedEndpointsOnExecEnv
this problem is related to the following location:
at org.ow2.dragon.connection.api.service.GetHostedEndpointsOnExecEnv
at public javax.xml.bind.JAXBElement org.ow2.dragon.connection.api.service.ObjectFactory.createGetHostedEndpointsOnExecEnv(org.ow2.dragon.connection.api.service.GetHostedEndpointsOnExecEnv)
at org.ow2.dragon.connection.api.service.ObjectFactory
Two classes have the same XML type name "{http://service.api.connection.dragon.ow2.org/}getProperties". Use @XmlType.name and @XmlType.namespace to assign different names to them.
this problem is related to the following location:
at org.petalslink.dsb.kernel.ws.api.jaxws_asm.GetProperties
this problem is related to the following location:
at org.ow2.dragon.connection.api.service.GetProperties
at public org.ow2.dragon.connection.api.service.GetProperties org.ow2.dragon.connection.api.service.ObjectFactory.createGetProperties()
at org.ow2.dragon.connection.api.service.ObjectFactory
Two classes have the same XML type name "{http://service.api.connection.dragon.ow2.org/}getManagedExecutionEnvironments". Use @XmlType.name and @XmlType.namespace to assign different names to them.
this problem is related to the following location:
at org.petalslink.dsb.kernel.ws.api.jaxws_asm.GetManagedExecutionEnvironments
this problem is related to the following location:
at org.ow2.dragon.connection.api.service.GetManagedExecutionEnvironments
at public org.ow2.dragon.connection.api.service.GetManagedExecutionEnvironments org.ow2.dragon.connection.api.service.ObjectFactory.createGetManagedExecutionEnvironments()
at org.ow2.dragon.connection.api.service.ObjectFactory
Two classes have the same XML type name "{http://service.api.connection.dragon.ow2.org/}getHostedEndpointsOnProcessor". Use @XmlType.name and @XmlType.namespace to assign different names to them.
this problem is related to the following location:
at org.petalslink.dsb.kernel.ws.api.jaxws_asm.GetHostedEndpointsOnProcessor
this problem is related to the following location:
at org.ow2.dragon.connection.api.service.GetHostedEndpointsOnProcessor
at public org.ow2.dragon.connection.api.service.GetHostedEndpointsOnProcessor org.ow2.dragon.connection.api.service.ObjectFactory.createGetHostedEndpointsOnProcessor()
at org.ow2.dragon.connection.api.service.ObjectFactory
Two classes have the same XML type name "{http://service.api.connection.dragon.ow2.org/}getHostedEndpointsOnExecEnvResponse". Use @XmlType.name and @XmlType.namespace to assign different names to them.
this problem is related to the following location:
at org.petalslink.dsb.kernel.ws.api.jaxws_asm.GetHostedEndpointsOnExecEnvResponse
this problem is related to the following location:
at org.ow2.dragon.connection.api.service.GetHostedEndpointsOnExecEnvResponse
at public javax.xml.bind.JAXBElement org.ow2.dragon.connection.api.service.ObjectFactory.createGetHostedEndpointsOnExecEnvResponse(org.ow2.dragon.connection.api.service.GetHostedEndpointsOnExecEnvResponse)
at org.ow2.dragon.connection.api.service.ObjectFactory
Two classes have the same XML type name "{http://service.api.connection.dragon.ow2.org/}getFederationMembers". Use @XmlType.name and @XmlType.namespace to assign different names to them.
this problem is related to the following location:
at org.petalslink.dsb.kernel.ws.api.jaxws_asm.GetFederationMembers
this problem is related to the following location:
at org.ow2.dragon.connection.api.service.GetFederationMembers
at public javax.xml.bind.JAXBElement org.ow2.dragon.connection.api.service.ObjectFactory.createGetFederationMembers(org.ow2.dragon.connection.api.service.GetFederationMembers)
at org.ow2.dragon.connection.api.service.ObjectFactory
Two classes have the same XML type name "{http://service.api.connection.dragon.ow2.org/}getFederationMembersResponse". Use @XmlType.name and @XmlType.namespace to assign different names to them.
this problem is related to the following location:
at org.petalslink.dsb.kernel.ws.api.jaxws_asm.GetFederationMembersResponse
this problem is related to the following location:
at org.ow2.dragon.connection.api.service.GetFederationMembersResponse
at public org.ow2.dragon.connection.api.service.GetFederationMembersResponse org.ow2.dragon.connection.api.service.ObjectFactory.createGetFederationMembersResponse()
at org.ow2.dragon.connection.api.service.ObjectFactory
Two classes have the same XML type name "{http://service.api.connection.dragon.ow2.org/}getHostedEndpointsOnProcessorResponse". Use @XmlType.name and @XmlType.namespace to assign different names to them.
this problem is related to the following location:
at org.petalslink.dsb.kernel.ws.api.jaxws_asm.GetHostedEndpointsOnProcessorResponse
this problem is related to the following location:
at org.ow2.dragon.connection.api.service.GetHostedEndpointsOnProcessorResponse
at public javax.xml.bind.JAXBElement org.ow2.dragon.connection.api.service.ObjectFactory.createGetHostedEndpointsOnProcessorResponse(org.ow2.dragon.connection.api.service.GetHostedEndpointsOnProcessorResponse)
at org.ow2.dragon.connection.api.service.ObjectFactory
at com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$Builder.check(IllegalAnnotationsException.java:106)
at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:483)
at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:313)
at com.sun.xml.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder.build(JAXBContextImpl.java:1158)
at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:140)
at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:202)
at javax.xml.bind.ContextFinder.find(ContextFinder.java:363)
at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:574)
at org.apache.cxf.jaxb.JAXBContextCache$2.run(JAXBContextCache.java:268)
at org.apache.cxf.jaxb.JAXBContextCache$2.run(JAXBContextCache.java:267)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.cxf.jaxb.JAXBContextCache.createContext(JAXBContextCache.java:266)
at org.apache.cxf.jaxb.JAXBContextCache.getCachedContextAndSchemas(JAXBContextCache.java:172)
at org.apache.cxf.jaxb.JAXBDataBinding.createJAXBContextAndSchemas(JAXBDataBinding.java:419)
at org.apache.cxf.jaxb.JAXBDataBinding.initialize(JAXBDataBinding.java:291)
... 21 more
Problem while starting Petals DSB, trying to stop Petals DSB cleanly...
[Petals.LifeCycleManagerImpl]-FINEST 2012-02-22 16:24:28,047 LifeCycleManagerImpl.stop() Stopping...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment