You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "George McCone (JIRA)" <ji...@apache.org> on 2017/08/09 15:32:00 UTC

[jira] [Created] (DOSGI-272) HTTP Error 500 when trying to access WSDL for exposed service in Felix

George McCone created DOSGI-272:
-----------------------------------

             Summary: HTTP Error 500 when trying to access WSDL for exposed service in Felix
                 Key: DOSGI-272
                 URL: https://issues.apache.org/jira/browse/DOSGI-272
             Project: CXF Distributed OSGi
          Issue Type: Bug
          Components: common, provider-ws
    Affects Versions: 2.1.0
         Environment: Windows 7 x64
Oracle jre 1.8u66
Felix 5.6.6
            Reporter: George McCone


After resolving the issues with starting DOSGi in Felix as documented in DOSGI-271, I deployed at simple test service that exported a basic HelloWorld interface.

The log shows that the service is exported, when I copy the endpoint into my browser and append the "?wsdl" to request the WSDL, the browser responds with a 500 and the following error.

    loader constraint violation: when resolving method "org.apache.cxf.staxutils.StaxUtils.createXMLStreamWriter(Ljava/io/Writer;)Ljavax/xml/stream/XMLStreamWriter;" the class loader (instance of org/apache/felix/framework/BundleWiringImpl$BundleClassLoader) of the current class, org/apache/cxf/wsdl11/SchemaSerializer, and the class loader (instance of org/apache/felix/framework/BundleWiringImpl$BundleClassLoader) for the method's defining class, org/apache/cxf/staxutils/StaxUtils, have different Class objects for the type javax/xml/stream/XMLStreamWriter used in the signature

Below is the debug log if that provides any value

[pool-6-thread-3] INFO org.apache.aries.rsa.core.RemoteServiceAdminCore - interfaces selected for export: [com.dummy.osgi.example.api.HellowWorldService]
[pool-6-thread-3] DEBUG org.apache.aries.rsa.core.PackageUtil - Interface source bundle: helloworld-interface
[pool-6-thread-2] DEBUG org.apache.aries.rsa.topologymanager.exporter.TopologyManagerExport - TopologyManager: handling remoteServiceAdmin org.apache.aries.rsa.core.RemoteServiceAdminInstance@1d0aa9f
[pool-6-thread-2] DEBUG org.apache.aries.rsa.topologymanager.exporter.TopologyManagerExport - exporting [com.dummy.osgi.example.api.HellowWorldService]...
[pool-6-thread-3] DEBUG org.apache.aries.rsa.core.PackageUtil - Exported Packages of the source bundle: [com.dummy.osgi.example.api; version=0.0.0]
[pool-6-thread-3] DEBUG org.apache.aries.rsa.core.PackageUtil - Looking for Package: com.dummy.osgi.example.api
[pool-6-thread-3] DEBUG org.apache.aries.rsa.core.PackageUtil - found package -> Version: 0.0.0
[FelixStartLevel] DEBUG org.apache.cxf.dosgi.cxf-dosgi-decorator - BundleEvent RESOLVED - org.apache.cxf.dosgi.cxf-dosgi-decorator
[pool-6-thread-3] INFO org.apache.cxf.dosgi.dsw.handlers.ws.WsProvider - Using a default address: http://localhost:9000/com/dummy/osgi/example/api/HellowWorldService
[FelixStartLevel] DEBUG org.apache.cxf.dosgi.cxf-dosgi-decorator - BundleEvent STARTING - org.apache.cxf.dosgi.cxf-dosgi-decorator
[FelixStartLevel] DEBUG javax.xml.bind - Searching jaxb.properties
[FelixStartLevel] DEBUG javax.xml.bind - Searching the system property
[FelixStartLevel] DEBUG javax.xml.bind - Searching META-INF/services
[FelixStartLevel] DEBUG javax.xml.bind - Unable to load:META-INF/services/javax.xml.bind.JAXBContext
[FelixStartLevel] DEBUG javax.xml.bind - Trying to create the platform default provider
[FelixStartLevel] DEBUG com.sun.xml.bind.v2.ContextFactory - Property com.sun.xml.bind.XmlAccessorFactoryis not active.  Using JAXB's implementation
[FelixStartLevel] DEBUG org.apache.aries.rsa.topologymanager.exporter.TopologyManagerExport - Received REGISTERED ServiceEvent: org.osgi.framework.ServiceEvent[source=[org.apache.cxf.dosgi.dsw.decorator.ServiceDecorator]]
[pool-6-thread-4] DEBUG org.apache.aries.rsa.topologymanager.exporter.TopologyManagerExport - Skipping service [org.apache.cxf.dosgi.dsw.decorator.ServiceDecorator]
[FelixStartLevel] DEBUG org.apache.cxf.dosgi.cxf-dosgi-decorator - ServiceEvent REGISTERED - [org.apache.cxf.dosgi.dsw.decorator.ServiceDecorator] - org.apache.cxf.dosgi.cxf-dosgi-decorator
[FelixStartLevel] DEBUG org.apache.cxf.dosgi.cxf-dosgi-decorator - BundleEvent STARTED - org.apache.cxf.dosgi.cxf-dosgi-decorator
[FelixStartLevel] DEBUG org.apache.geronimo.specs.geronimo-osgi-registry - Bundle Considered for class providers: org.apache.cxf.dosgi.cxf-dosgi-decorator
[FelixStartLevel] DEBUG org.apache.geronimo.specs.geronimo-osgi-registry - adding bundle org.apache.cxf.dosgi.cxf-dosgi-decorator [96]
[main] DEBUG org.apache.felix.framework - BundleEvent STARTED - org.apache.felix.framework
[main] DEBUG org.apache.geronimo.specs.geronimo-osgi-registry - Bundle Considered for class providers: org.apache.felix.framework
[main] DEBUG org.apache.geronimo.specs.geronimo-osgi-registry - adding bundle org.apache.felix.framework [0]
[FelixDispatchQueue] DEBUG org.apache.felix.framework - FrameworkEvent STARTED - org.apache.felix.framework
[pool-6-thread-3] INFO org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean - Creating Service {http://api.example.osgi.dummy.com/}HellowWorldService from class com.dummy.osgi.example.api.HellowWorldService
[pool-6-thread-3] DEBUG org.apache.cxf.resource.DefaultResourceManager - resolving resource <org.apache.cxf.wsdl11.WSDLManagerImpl/bus> type <interface org.apache.cxf.Bus>
[pool-6-thread-3] DEBUG org.apache.cxf.resource.DefaultResourceManager - resolving resource <null> type <interface org.apache.cxf.Bus>
[pool-6-thread-3] WARN org.apache.cxf.wsdl.JAXBExtensionHelper - Could not register wsdl extension class org.apache.cxf.wsdl.http.AddressType with parent javax.wsdl.Port as element name could not be determined
[pool-6-thread-3] DEBUG org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory - Creating Jetty HTTP Server Engine for port 9000.
[pool-6-thread-3] DEBUG org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine - Configured port 9000 for "http".
[pool-6-thread-3] INFO org.apache.cxf.endpoint.ServerImpl - Setting the server's publish address to be http://localhost:9000/com/dummy/osgi/example/api/HellowWorldService
[pool-6-thread-3] DEBUG org.apache.cxf.endpoint.ServerImpl - Server is starting.
[pool-6-thread-3] DEBUG org.apache.cxf.transport.http_jetty.JettyHTTPDestination - registering incoming observer: org.apache.cxf.transport.ChainInitiationObserver@187cd1f
[pool-6-thread-3] DEBUG org.apache.cxf.transport.http_jetty.JettyHTTPDestination - Activating receipt of incoming messages
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@1752d48 added {qtp22168073{STOPPED,8<=0<=200,i=0,q=0},AUTO}
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@1752d48 added {org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine$1@1122955,AUTO}
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@13f4f52{HTTP/1.1} added {HttpConfiguration@78081d{32768/8192,8192/8192,https://:0,[]},POJO}
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@1ec1d7b{HTTP/1.1} added {HttpConfiguration@184de12{32768/8192,8192/8192,https://:0,[]},POJO}
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@ea9147{null}{0.0.0.0:0} added {org.eclipse.jetty.server.Server@1752d48,UNMANAGED}
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@ea9147{null}{0.0.0.0:0} added {qtp22168073{STOPPED,8<=0<=200,i=0,q=0},AUTO}
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@ea9147{null}{0.0.0.0:0} added {org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@a8582f,AUTO}
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@ea9147{null}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@1584d24,POJO}
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@ea9147{null}{0.0.0.0:0} added {HttpConnectionFactory@1ec1d7b{HTTP/1.1},AUTO}
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@ea9147{HTTP/1.1}{0.0.0.0:0} added {org.eclipse.jetty.server.ServerConnector$ServerConnectorManager@ef7f13,MANAGED}
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@ea9147{HTTP/1.1}{0.0.0.0:0} added {HttpConnectionFactory@13f4f52{HTTP/1.1},AUTO}
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@1752d48 added {ServerConnector@ea9147{HTTP/1.1}{localhost:9000},AUTO}
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@1752d48 added {org.eclipse.jetty.server.handler.ContextHandlerCollection@482601[],AUTO}
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.Server@1752d48
[pool-6-thread-3] INFO org.eclipse.jetty.server.Server - jetty-9.2.15.v20160210
[pool-6-thread-3] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.Server@1752d48
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting qtp22168073{STOPPED,8<=0<=200,i=0,q=0}
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @28055ms qtp22168073{STARTED,8<=8<=200,i=7,q=0}
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine$1@1122955
[pool-6-thread-3] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine$1@1122955
[pool-6-thread-3] WARN org.eclipse.jetty.server.handler.AbstractHandler - No Server set for org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine$1@1122955
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @28057ms org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine$1@1122955
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.handler.ContextHandlerCollection@482601[]
[pool-6-thread-3] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.handler.ContextHandlerCollection@482601[]
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @28058ms org.eclipse.jetty.server.handler.ContextHandlerCollection@482601[]
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@ea9147{HTTP/1.1}{localhost:9000}
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@ea9147{HTTP/1.1}{localhost:9000} added {sun.nio.ch.ServerSocketChannelImpl[/127.0.0.1:9000],POJO}
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@a8582f
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @28149ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@a8582f
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.ServerConnector$ServerConnectorManager@ef7f13
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.io.SelectorManager$ManagedSelector@75ae1f keys=-1 selected=-1
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @28159ms org.eclipse.jetty.io.SelectorManager$ManagedSelector@75ae1f keys=0 selected=0
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.io.SelectorManager$ManagedSelector@1a13f8e keys=-1 selected=-1
[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0] DEBUG org.eclipse.jetty.io.SelectorManager - Starting Thread[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0,5,main] on org.eclipse.jetty.io.SelectorManager$ManagedSelector@75ae1f keys=0 selected=0
[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0] DEBUG org.eclipse.jetty.io.SelectorManager - Selector loop waiting on select
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @28164ms org.eclipse.jetty.io.SelectorManager$ManagedSelector@1a13f8e keys=0 selected=0
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @28164ms org.eclipse.jetty.server.ServerConnector$ServerConnectorManager@ef7f13
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting HttpConnectionFactory@13f4f52{HTTP/1.1}
[qtp22168073-66-selector-ServerConnectorManager@ef7f13/1] DEBUG org.eclipse.jetty.io.SelectorManager - Starting Thread[qtp22168073-66-selector-ServerConnectorManager@ef7f13/1,5,main] on org.eclipse.jetty.io.SelectorManager$ManagedSelector@1a13f8e keys=0 selected=0
[qtp22168073-66-selector-ServerConnectorManager@ef7f13/1] DEBUG org.eclipse.jetty.io.SelectorManager - Selector loop waiting on select
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @28166ms HttpConnectionFactory@13f4f52{HTTP/1.1}
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@ea9147{HTTP/1.1}{localhost:9000} added {acceptor-0@159527b,POJO}
[pool-6-thread-3] INFO org.eclipse.jetty.server.ServerConnector - Started ServerConnector@ea9147{HTTP/1.1}{localhost:9000}
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @28168ms ServerConnector@ea9147{HTTP/1.1}{localhost:9000}
[pool-6-thread-3] INFO org.eclipse.jetty.server.Server - Started @28168ms
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @28168ms org.eclipse.jetty.server.Server@1752d48
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - o.e.j.s.h.ContextHandler@1b3e57f{/com/dummy/osgi/example/api,null,null} added {org.apache.cxf.transport.http_jetty.JettyHTTPHandler@a8a178,AUTO}
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.handler.ContextHandlerCollection@482601[o.e.j.s.h.ContextHandler@1b3e57f{/com/dummy/osgi/example/api,null,null}] added {o.e.j.s.h.ContextHandler@1b3e57f{/com/dummy/osgi/example/api,null,null},UNMANAGED}
[pool-6-thread-3] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection - com/dummy/osgi/example/api->[{o.e.j.s.h.ContextHandler@1b3e57f{/com/dummy/osgi/example/api,null,null},[o.e.j.s.h.ContextHandler@1b3e57f{/com/dummy/osgi/example/api,null,null}]}]
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting o.e.j.s.h.ContextHandler@1b3e57f{/com/dummy/osgi/example/api,null,null}
[pool-6-thread-3] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting o.e.j.s.h.ContextHandler@1b3e57f{/com/dummy/osgi/example/api,null,STARTING}
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.apache.cxf.transport.http_jetty.JettyHTTPHandler@a8a178
[pool-6-thread-3] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - starting org.apache.cxf.transport.http_jetty.JettyHTTPHandler@a8a178
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @28172ms org.apache.cxf.transport.http_jetty.JettyHTTPHandler@a8a178
[pool-6-thread-3] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.h.ContextHandler@1b3e57f{/com/dummy/osgi/example/api,null,AVAILABLE}
[pool-6-thread-3] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @28172ms o.e.j.s.h.ContextHandler@1b3e57f{/com/dummy/osgi/example/api,null,AVAILABLE}
[pool-6-thread-3] DEBUG org.apache.cxf.endpoint.ServerImpl - register the server to serverRegistry 
[pool-6-thread-3] DEBUG org.apache.aries.rsa.core.EventProducer - notify RemoteServiceAdminListener org.apache.aries.rsa.eapub.EventAdminHelper@159e656 of bundle org.apache.aries.rsa.eapub
[pool-6-thread-3] DEBUG org.apache.aries.rsa.eapub.EventAdminHelper - Publishing event to 1 EventAdmins; Topic:[EXPORT_REGISTRATION]
[pool-6-thread-3] DEBUG org.apache.aries.rsa.core.EventProducer - notify RemoteServiceAdminListener org.apache.aries.rsa.topologymanager.importer.TopologyManagerImport@18c1293 of bundle org.apache.aries.rsa.topology-manager
[pool-6-thread-3] DEBUG org.apache.aries.rsa.topologymanager.exporter.TopologyManagerExport - TopologyManager: export succeeded for [com.dummy.osgi.example.api.HellowWorldService], endpoint {endpoint.framework.uuid=296d4886-cf51-40e3-99fe-56d156188292, endpoint.id=http://localhost:9000/com/dummy/osgi/example/api/HellowWorldService, endpoint.package.version.com.dummy.osgi.example.api=0.0.0, endpoint.service.id=4, objectClass=[com.dummy.osgi.example.api.HellowWorldService], org.apache.cxf.ws.address=http://localhost:9000/com/dummy/osgi/example/api/HellowWorldService, service.bundleid=1, service.imported=true, service.imported.configs=[org.apache.cxf.ws], service.intents=[], service.scope=singleton}, rsa class org.apache.aries.rsa.core.RemoteServiceAdminInstance
[pool-6-thread-3] INFO org.apache.aries.rsa.topologymanager.exporter.TopologyManagerExport - TopologyManager: export successful for [com.dummy.osgi.example.api.HellowWorldService], endpoints: [{endpoint.framework.uuid=296d4886-cf51-40e3-99fe-56d156188292, endpoint.id=http://localhost:9000/com/dummy/osgi/example/api/HellowWorldService, endpoint.package.version.com.dummy.osgi.example.api=0.0.0, endpoint.service.id=4, objectClass=[com.dummy.osgi.example.api.HellowWorldService], org.apache.cxf.ws.address=http://localhost:9000/com/dummy/osgi/example/api/HellowWorldService, service.bundleid=1, service.imported=true, service.imported.configs=[org.apache.cxf.ws], service.intents=[], service.scope=singleton}]
[pool-6-thread-2] DEBUG org.apache.aries.rsa.core.RemoteServiceAdminCore - already exported this service. Returning existing exportRegs [com.dummy.osgi.example.api.HellowWorldService] 
[pool-6-thread-2] DEBUG org.apache.aries.rsa.core.EventProducer - notify RemoteServiceAdminListener org.apache.aries.rsa.eapub.EventAdminHelper@159e656 of bundle org.apache.aries.rsa.eapub
[pool-6-thread-2] DEBUG org.apache.aries.rsa.eapub.EventAdminHelper - Publishing event to 1 EventAdmins; Topic:[EXPORT_REGISTRATION]
[pool-6-thread-2] DEBUG org.apache.aries.rsa.core.EventProducer - notify RemoteServiceAdminListener org.apache.aries.rsa.topologymanager.importer.TopologyManagerImport@18c1293 of bundle org.apache.aries.rsa.topology-manager
[pool-6-thread-2] DEBUG org.apache.aries.rsa.topologymanager.exporter.TopologyManagerExport - TopologyManager: export succeeded for [com.dummy.osgi.example.api.HellowWorldService], endpoint {endpoint.framework.uuid=296d4886-cf51-40e3-99fe-56d156188292, endpoint.id=http://localhost:9000/com/dummy/osgi/example/api/HellowWorldService, endpoint.package.version.com.dummy.osgi.example.api=0.0.0, endpoint.service.id=4, objectClass=[com.dummy.osgi.example.api.HellowWorldService], org.apache.cxf.ws.address=http://localhost:9000/com/dummy/osgi/example/api/HellowWorldService, service.bundleid=1, service.imported=true, service.imported.configs=[org.apache.cxf.ws], service.intents=[], service.scope=singleton}, rsa class org.apache.aries.rsa.core.RemoteServiceAdminInstance
[pool-6-thread-2] INFO org.apache.aries.rsa.topologymanager.exporter.TopologyManagerExport - TopologyManager: export successful for [com.dummy.osgi.example.api.HellowWorldService], endpoints: [{endpoint.framework.uuid=296d4886-cf51-40e3-99fe-56d156188292, endpoint.id=http://localhost:9000/com/dummy/osgi/example/api/HellowWorldService, endpoint.package.version.com.dummy.osgi.example.api=0.0.0, endpoint.service.id=4, objectClass=[com.dummy.osgi.example.api.HellowWorldService], org.apache.cxf.ws.address=http://localhost:9000/com/dummy/osgi/example/api/HellowWorldService, service.bundleid=1, service.imported=true, service.imported.configs=[org.apache.cxf.ws], service.intents=[], service.scope=singleton}]
[pool-6-thread-3] DEBUG org.apache.aries.rsa.topologymanager.exporter.EndpointListenerNotifier - Endpoint ADDED
[pool-6-thread-2] DEBUG org.apache.aries.rsa.topologymanager.exporter.EndpointListenerNotifier - Endpoint ADDED
[qtp22168073-64-acceptor-0@159527b-ServerConnector@ea9147{HTTP/1.1}{localhost:9000}] DEBUG org.eclipse.jetty.io.SelectorManager - Queued change org.eclipse.jetty.io.SelectorManager$ManagedSelector$Accept@2203dc
[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0] DEBUG org.eclipse.jetty.io.SelectorManager - Selector loop woken up from select, 0/0 selected
[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0] DEBUG org.eclipse.jetty.io.SelectorManager - Running change org.eclipse.jetty.io.SelectorManager$ManagedSelector$Accept@2203dc
[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onOpen SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,Open,in,out,-,-,2/200000,null}{io=0,kio=0,kro=0}
[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0] DEBUG org.eclipse.jetty.io.IdleTimeout - SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,Open,in,out,-,-,2/200000,null}{io=0,kio=0,kro=0} idle timeout check, elapsed: 2 ms, remaining: 199998 ms
[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0] DEBUG org.eclipse.jetty.server.HttpChannel - new HttpChannelOverHttp@3e868{r=0,c=false,a=IDLE,uri=} -> SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,Open,in,out,-,-,25/200000,null}{io=0,kio=0,kro=0},null,HttpChannelState@16250e1{s=IDLE i=true a=null}
[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0] DEBUG org.eclipse.jetty.server.HttpConnection - New HTTP Connection HttpConnection@7bced2[IDLE,SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,Open,in,out,-,-,31/200000,null}{io=0,kio=0,kro=0}][p=HttpParser{s=START,0 of 0},g=HttpGenerator{s=START},c=HttpChannelOverHttp@3e868{r=0,c=false,a=IDLE,uri=}]
[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0] DEBUG org.eclipse.jetty.io.AbstractConnection - onOpen HttpConnection@7bced2[IDLE,SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,Open,in,out,-,-,32/200000,HttpConnection}{io=0,kio=0,kro=0}][p=HttpParser{s=START,0 of 0},g=HttpGenerator{s=START},c=HttpChannelOverHttp@3e868{r=0,c=false,a=IDLE,uri=}]
[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@7bced2[IDLE,SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,Open,in,out,-,-,32/200000,HttpConnection}{io=0,kio=0,kro=0}][p=HttpParser{s=START,0 of 0},g=HttpGenerator{s=START},c=HttpChannelOverHttp@3e868{r=0,c=false,a=IDLE,uri=}]
[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0] DEBUG org.eclipse.jetty.io.AbstractConnection - IDLE-->FILL_INTERESTED HttpConnection@7bced2[FILL_INTERESTED,SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,Open,in,out,-,-,32/200000,HttpConnection}{io=0,kio=0,kro=0}][p=HttpParser{s=START,0 of 0},g=HttpGenerator{s=START},c=HttpChannelOverHttp@3e868{r=0,c=false,a=IDLE,uri=}]
[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0] DEBUG org.eclipse.jetty.io.SelectChannelEndPoint - Local interests updating 0 -> 1 for SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,Open,in,out,R,-,0/200000,HttpConnection}{io=1,kio=0,kro=0}
[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0] DEBUG org.eclipse.jetty.io.SelectorManager - Queued change org.eclipse.jetty.io.SelectChannelEndPoint$1@c2330
[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0] DEBUG org.eclipse.jetty.io.SelectorManager - Created SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,Open,in,out,R,-,1/200000,HttpConnection}{io=1,kio=0,kro=0}
[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0] DEBUG org.eclipse.jetty.io.SelectorManager - Running change org.eclipse.jetty.io.SelectChannelEndPoint$1@c2330
[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0] DEBUG org.eclipse.jetty.io.SelectChannelEndPoint - Key interests updated 0 -> 1 on SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,Open,in,out,R,-,1/200000,HttpConnection}{io=1,kio=1,kro=0}
[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0] DEBUG org.eclipse.jetty.io.SelectorManager - Selector loop waiting on select
[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0] DEBUG org.eclipse.jetty.io.SelectorManager - Selector loop woken up from select, 1/1 selected
[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0] DEBUG org.eclipse.jetty.io.SelectChannelEndPoint - Key interests updated 1 -> 0 on SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,Open,in,out,R,-,1/200000,HttpConnection}{io=1,kio=0,kro=1}
[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0] DEBUG org.eclipse.jetty.io.SelectChannelEndPoint - Local interests updating 1 -> 0 for SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,Open,in,out,R,-,1/200000,HttpConnection}{io=0,kio=0,kro=1}
[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0] DEBUG org.eclipse.jetty.io.SelectorManager - Queued change org.eclipse.jetty.io.SelectChannelEndPoint$1@c2330
[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0] DEBUG org.eclipse.jetty.io.AbstractConnection - FILL_INTERESTED-->FILLING HttpConnection@7bced2[FILLING,SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,Open,in,out,-,-,2/200000,HttpConnection}{io=0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator{s=START},c=HttpChannelOverHttp@3e868{r=0,c=false,a=IDLE,uri=}]
[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0] DEBUG org.eclipse.jetty.io.SelectorManager - Running change org.eclipse.jetty.io.SelectChannelEndPoint$1@c2330
[qtp22168073-65-selector-ServerConnectorManager@ef7f13/0] DEBUG org.eclipse.jetty.io.SelectorManager - Selector loop waiting on select
[qtp22168073-67] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7bced2[FILLING,SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,Open,in,out,-,-,2/200000,HttpConnection}{io=0,kio=0,kro=1}][p=HttpParser{s=START,0 of 0},g=HttpGenerator{s=START},c=HttpChannelOverHttp@3e868{r=0,c=false,a=IDLE,uri=}] onFillable HttpChannelState@16250e1{s=IDLE i=true a=null}
[qtp22168073-67] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 371 SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,Open,in,out,-,-,3/200000,HttpConnection}{io=0,kio=0,kro=1}
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@5337a0[p=0,l=371,c=8192,r=371]={<<<GET /com/dummy/osgi...Requests: 1\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - START --> SPACE1
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - SPACE1 --> URI
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - URI --> SPACE2
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - SPACE2 --> REQUEST_VERSION
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - REQUEST_VERSION --> HEADER
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> HEADER_VALUE
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - HEADER_VALUE --> HEADER_IN_VALUE
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - HEADER_IN_VALUE --> HEADER
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> HEADER_VALUE
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - HEADER_VALUE --> HEADER_IN_VALUE
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - HEADER_IN_VALUE --> HEADER
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> HEADER_IN_VALUE
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - HEADER_IN_VALUE --> HEADER
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> HEADER_IN_VALUE
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - HEADER_IN_VALUE --> HEADER
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> HEADER_IN_VALUE
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - HEADER_IN_VALUE --> HEADER
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> HEADER_IN_VALUE
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - HEADER_IN_VALUE --> HEADER
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> HEADER_IN_NAME
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - HEADER_IN_NAME --> HEADER_VALUE
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - HEADER_VALUE --> HEADER_IN_VALUE
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - HEADER_IN_VALUE --> HEADER
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - HEADER --> END
[qtp22168073-67] DEBUG org.eclipse.jetty.server.HttpChannel - HttpChannelOverHttp@3e868{r=1,c=false,a=IDLE,uri=/com/dummy/osgi/example/api/HellowWorldService?wsdl} messageComplete
[qtp22168073-67] DEBUG org.eclipse.jetty.server.HttpInput - HttpInputOverHTTP@1c86301 EOF
[qtp22168073-67] DEBUG org.eclipse.jetty.server.HttpChannel - HttpChannelOverHttp@3e868{r=1,c=false,a=IDLE,uri=/com/dummy/osgi/example/api/HellowWorldService?wsdl} handle enter
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.eclipse.jetty.server.HttpChannelState - HttpChannelState@16250e1{s=IDLE i=true a=null} handling IDLE
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.eclipse.jetty.server.HttpChannel - HttpChannelOverHttp@3e868{r=1,c=false,a=DISPATCHED,uri=/com/dummy/osgi/example/api/HellowWorldService?wsdl} action REQUEST_DISPATCH
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.eclipse.jetty.server.Server - REQUEST GET /com/dummy/osgi/example/api/HellowWorldService on HttpChannelOverHttp@3e868{r=1,c=false,a=DISPATCHED,uri=/com/dummy/osgi/example/api/HellowWorldService?wsdl}
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.eclipse.jetty.server.handler.ContextHandler - scope null||/com/dummy/osgi/example/api/HellowWorldService @ o.e.j.s.h.ContextHandler@1b3e57f{/com/dummy/osgi/example/api,null,AVAILABLE}
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.eclipse.jetty.server.handler.ContextHandler - context=/com/dummy/osgi/example/api||/HellowWorldService @ o.e.j.s.h.ContextHandler@1b3e57f{/com/dummy/osgi/example/api,null,AVAILABLE}
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.transport.http.AbstractHTTPDestination - Create a new message for processing
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.transport.http.Headers - Request Headers: {Accept=[text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8], accept-encoding=[gzip, deflate], Accept-Language=[en-US,en;q=0.5], connection=[keep-alive], Content-Type=[null], Host=[localhost:9000], Upgrade-Insecure-Requests=[1], User-Agent=[Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0]}
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.phase.PhaseInterceptorChain - Adding interceptor org.apache.cxf.staxutils.validation.StaxSchemaValidationInInterceptor@4f6748 to phase pre-unmarshal
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.phase.PhaseInterceptorChain - Adding interceptor org.apache.cxf.interceptor.ServiceInvokerInterceptor@150a85 to phase invoke
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.phase.PhaseInterceptorChain - Adding interceptor org.apache.cxf.interceptor.OutgoingChainInterceptor@e3c656 to phase post-invoke
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.phase.PhaseInterceptorChain - Adding interceptor org.apache.cxf.interceptor.OneWayProcessorInterceptor@1733a08 to phase pre-logical
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.phase.PhaseInterceptorChain - Adding interceptor org.apache.cxf.frontend.WSDLGetInterceptor@a77849 to phase read
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.phase.PhaseInterceptorChain - Adding interceptor org.apache.cxf.interceptor.AttachmentInInterceptor@621ffa to phase receive
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.phase.PhaseInterceptorChain - Adding interceptor org.apache.cxf.interceptor.StaxInInterceptor@bac56 to phase post-stream
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.phase.PhaseInterceptorChain - Adding interceptor org.apache.cxf.binding.soap.interceptor.SoapActionInInterceptor@b076a5 to phase read
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.phase.PhaseInterceptorChain - Adding interceptor org.apache.cxf.wsdl.interceptors.DocLiteralInInterceptor@1ce234a to phase unmarshal
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.phase.PhaseInterceptorChain - Adding interceptor org.apache.cxf.binding.soap.interceptor.SoapHeaderInterceptor@1e77286 to phase unmarshal
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.phase.PhaseInterceptorChain - Adding interceptor org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor@cf12b0 to phase read
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.phase.PhaseInterceptorChain - Adding interceptor org.apache.cxf.binding.soap.interceptor.StartBodyInterceptor@14d5412 to phase read
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.phase.PhaseInterceptorChain - Adding interceptor org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor@1f7fe82 to phase post-protocol
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.phase.PhaseInterceptorChain - Adding interceptor org.apache.cxf.binding.soap.interceptor.MustUnderstandInterceptor@114cf38 to phase pre-protocol
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.phase.PhaseInterceptorChain - Adding interceptor org.apache.cxf.transport.https.CertConstraintsInterceptor@89d13f to phase pre-stream
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.phase.PhaseInterceptorChain - Chain org.apache.cxf.phase.PhaseInterceptorChain@1225cc7 was created. Current flow:
  receive [AttachmentInInterceptor]
  pre-stream [CertConstraintsInterceptor]
  post-stream [StaxInInterceptor]
  read [WSDLGetInterceptor, ReadHeadersInterceptor, SoapActionInInterceptor, StartBodyInterceptor]
  pre-protocol [MustUnderstandInterceptor]
  post-protocol [CheckFaultInterceptor]
  pre-unmarshal [StaxSchemaValidationInInterceptor]
  unmarshal [DocLiteralInInterceptor, SoapHeaderInterceptor]
  pre-logical [OneWayProcessorInterceptor]
  invoke [ServiceInvokerInterceptor]
  post-invoke [OutgoingChainInterceptor]

[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.phase.PhaseInterceptorChain - Invoking handleMessage on interceptor org.apache.cxf.interceptor.AttachmentInInterceptor@621ffa
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.interceptor.AttachmentInInterceptor - AttachmentInInterceptor skipped in HTTP GET method
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.phase.PhaseInterceptorChain - Invoking handleMessage on interceptor org.apache.cxf.transport.https.CertConstraintsInterceptor@89d13f
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.phase.PhaseInterceptorChain - Invoking handleMessage on interceptor org.apache.cxf.interceptor.StaxInInterceptor@bac56
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.interceptor.StaxInInterceptor - StaxInInterceptor skipped.
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.phase.PhaseInterceptorChain - Invoking handleMessage on interceptor org.apache.cxf.frontend.WSDLGetInterceptor@a77849
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.apache.cxf.transport.http.AbstractHTTPDestination - Finished servicing http request on thread: Thread[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl,5,main]
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] WARN org.eclipse.jetty.server.HttpChannel - /com/dummy/osgi/example/api/HellowWorldService?wsdl
java.lang.LinkageError: loader constraint violation: when resolving method "org.apache.cxf.staxutils.StaxUtils.createXMLStreamWriter(Ljava/io/Writer;)Ljavax/xml/stream/XMLStreamWriter;" the class loader (instance of org/apache/felix/framework/BundleWiringImpl$BundleClassLoader) of the current class, org/apache/cxf/wsdl11/SchemaSerializer, and the class loader (instance of org/apache/felix/framework/BundleWiringImpl$BundleClassLoader) for the method's defining class, org/apache/cxf/staxutils/StaxUtils, have different Class objects for the type javax/xml/stream/XMLStreamWriter used in the signature
	at org.apache.cxf.wsdl11.SchemaSerializer.writeXml(SchemaSerializer.java:56)
	at org.apache.cxf.wsdl11.SchemaSerializer.marshall(SchemaSerializer.java:49)
	at com.ibm.wsdl.xml.WSDLWriterImpl.printExtensibilityElements(WSDLWriterImpl.java:998)
	at com.ibm.wsdl.xml.WSDLWriterImpl.printTypes(WSDLWriterImpl.java:882)
	at com.ibm.wsdl.xml.WSDLWriterImpl.printDefinition(WSDLWriterImpl.java:131)
	at com.ibm.wsdl.xml.WSDLWriterImpl.writeWSDL(WSDLWriterImpl.java:1073)
	at com.ibm.wsdl.xml.WSDLWriterImpl.getDocument(WSDLWriterImpl.java:1038)
	at org.apache.cxf.frontend.WSDLGetUtils.writeWSDLDocument(WSDLGetUtils.java:671)
	at org.apache.cxf.frontend.WSDLGetUtils.getDocument(WSDLGetUtils.java:149)
	at org.apache.cxf.frontend.WSDLGetInterceptor.getDocument(WSDLGetInterceptor.java:129)
	at org.apache.cxf.frontend.WSDLGetInterceptor.handleMessage(WSDLGetInterceptor.java:77)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
	at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
	at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:254)
	at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:234)
	at org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:70)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1129)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1065)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
	at org.eclipse.jetty.server.Server.handle(Server.java:499)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
	at java.lang.Thread.run(Unknown Source)
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.eclipse.jetty.server.HttpConnection - org.eclipse.jetty.server.HttpConnection$SendCallback@708038[PROCESSING][i=ResponseInfo{HTTP/1.1 500 loader constraint violation: when resolving method "org.apache.cxf.staxutils.StaxUtils.createXMLStreamWriter(Ljava/io/Writer;)Ljavax/xml/stream/XMLStreamWriter;" the class loader (instance of org/apache/felix/framework/BundleWiringImpl$BundleClassLoader) of the current class, org/apache/cxf/wsdl11/SchemaSerializer, and the class loader (instance of org/apache/felix/framework/BundleWiringImpl$BundleClassLoader) for the method's defining class, org/apache/cxf/staxutils/StaxUtils, have different Class objects for the type javax/xml/stream/XMLStreamWriter used in the signature,1497,false},cb=org.eclipse.jetty.server.HttpChannel$CommitCallback@b42462] generate: NEED_HEADER (null,[p=0,l=1497,c=4096,r=1497],true)@START
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.eclipse.jetty.server.HttpConnection - org.eclipse.jetty.server.HttpConnection$SendCallback@708038[PROCESSING][i=ResponseInfo{HTTP/1.1 500 loader constraint violation: when resolving method "org.apache.cxf.staxutils.StaxUtils.createXMLStreamWriter(Ljava/io/Writer;)Ljavax/xml/stream/XMLStreamWriter;" the class loader (instance of org/apache/felix/framework/BundleWiringImpl$BundleClassLoader) of the current class, org/apache/cxf/wsdl11/SchemaSerializer, and the class loader (instance of org/apache/felix/framework/BundleWiringImpl$BundleClassLoader) for the method's defining class, org/apache/cxf/staxutils/StaxUtils, have different Class objects for the type javax/xml/stream/XMLStreamWriter used in the signature,1497,false},cb=org.eclipse.jetty.server.HttpChannel$CommitCallback@b42462] generate: FLUSH ([p=0,l=802,c=8192,r=802],[p=0,l=1497,c=4096,r=1497],true)@COMPLETING
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@9dbf9c{IDLE} [HeapByteBuffer@11d337b[p=0,l=802,c=8192,r=802]={<<<HTTP/1.1 500 load....v20160210)\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@259ace[p=0,l=1497,c=4096,r=1497]={<<<<html>\n<head>\n<me.../body>\n</html>\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}]
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@9dbf9c{WRITING}:IDLE-->WRITING
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 2299 SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,Open,in,out,-,W,101/200000,HttpConnection}{io=0,kio=0,kro=1}
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@9dbf9c{IDLE}:WRITING-->IDLE
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.eclipse.jetty.server.HttpConnection - org.eclipse.jetty.server.HttpConnection$SendCallback@708038[PROCESSING][i=ResponseInfo{HTTP/1.1 500 loader constraint violation: when resolving method "org.apache.cxf.staxutils.StaxUtils.createXMLStreamWriter(Ljava/io/Writer;)Ljavax/xml/stream/XMLStreamWriter;" the class loader (instance of org/apache/felix/framework/BundleWiringImpl$BundleClassLoader) of the current class, org/apache/cxf/wsdl11/SchemaSerializer, and the class loader (instance of org/apache/felix/framework/BundleWiringImpl$BundleClassLoader) for the method's defining class, org/apache/cxf/staxutils/StaxUtils, have different Class objects for the type javax/xml/stream/XMLStreamWriter used in the signature,1497,false},cb=org.eclipse.jetty.server.HttpChannel$CommitCallback@b42462] generate: SHUTDOWN_OUT ([p=802,l=802,c=8192,r=0],[p=1497,l=1497,c=4096,r=0],true)@END
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.eclipse.jetty.server.HttpConnection - org.eclipse.jetty.server.HttpConnection$SendCallback@708038[PROCESSING][i=ResponseInfo{HTTP/1.1 500 loader constraint violation: when resolving method "org.apache.cxf.staxutils.StaxUtils.createXMLStreamWriter(Ljava/io/Writer;)Ljavax/xml/stream/XMLStreamWriter;" the class loader (instance of org/apache/felix/framework/BundleWiringImpl$BundleClassLoader) of the current class, org/apache/cxf/wsdl11/SchemaSerializer, and the class loader (instance of org/apache/felix/framework/BundleWiringImpl$BundleClassLoader) for the method's defining class, org/apache/cxf/staxutils/StaxUtils, have different Class objects for the type javax/xml/stream/XMLStreamWriter used in the signature,1497,false},cb=org.eclipse.jetty.server.HttpChannel$CommitCallback@b42462] generate: DONE ([p=802,l=802,c=8192,r=0],[p=1497,l=1497,c=4096,r=0],true)@END
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.eclipse.jetty.io.ChannelEndPoint - oshut SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,Open,in,out,-,-,0/200000,HttpConnection}{io=0,kio=0,kro=1}
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.eclipse.jetty.server.HttpChannelState - HttpChannelState@16250e1{s=DISPATCHED i=true a=null} unhandle DISPATCHED
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.eclipse.jetty.http.HttpParser - close HttpParser{s=END,0 of 0}
[qtp22168073-67 - /com/dummy/osgi/example/api/HellowWorldService?wsdl] DEBUG org.eclipse.jetty.http.HttpParser - END --> CLOSED
[qtp22168073-67] DEBUG org.eclipse.jetty.server.HttpChannel - HttpChannelOverHttp@3e868{r=1,c=false,a=IDLE,uri=} handle exit, result COMPLETE
[qtp22168073-67] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled -1 SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,Open,in,OSHUT,-,-,2/200000,HttpConnection}{io=0,kio=0,kro=1}
[qtp22168073-67] DEBUG org.eclipse.jetty.io.ChannelEndPoint - ishut SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,Open,in,OSHUT,-,-,2/200000,HttpConnection}{io=0,kio=0,kro=1}
[qtp22168073-67] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onClose SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,CLOSED,ISHUT,OSHUT,-,-,3/200000,HttpConnection}{io=0,kio=0,kro=1}
[qtp22168073-67] DEBUG org.eclipse.jetty.io.ChannelEndPoint - close SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,CLOSED,ISHUT,OSHUT,-,-,3/200000,HttpConnection}{io=0,kio=0,kro=1}
[qtp22168073-67] DEBUG org.eclipse.jetty.io.SelectorManager - Destroyed SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,CLOSED,ISHUT,OSHUT,-,-,3/200000,HttpConnection}{io=0,kio=-1,kro=-1}
[qtp22168073-67] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@7bced2[FILLING,SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,CLOSED,ISHUT,OSHUT,-,-,3/200000,HttpConnection}{io=0,kio=-1,kro=-1}][p=HttpParser{s=CLOSED,0 of 0},g=HttpGenerator{s=START},c=HttpChannelOverHttp@3e868{r=1,c=false,a=IDLE,uri=}]
[qtp22168073-67] DEBUG org.eclipse.jetty.io.AbstractEndPoint - onClose SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,CLOSED,ISHUT,OSHUT,-,-,4/200000,HttpConnection}{io=0,kio=-1,kro=-1}
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - atEOF HttpParser{s=CLOSED,0 of 0}
[qtp22168073-67] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=CLOSED HeapByteBuffer@11d337b[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 500 load...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
[qtp22168073-67] DEBUG org.eclipse.jetty.io.AbstractConnection - FILLING-->IDLE HttpConnection@7bced2[IDLE,SelectChannelEndPoint@1715b0{/127.0.0.1:57884<->9000,CLOSED,ISHUT,OSHUT,-,-,4/200000,HttpConnection}{io=0,kio=-1,kro=-1}][p=HttpParser{s=CLOSED,0 of 0},g=HttpGenerator{s=START},c=HttpChannelOverHttp@3e868{r=1,c=false,a=IDLE,uri=}]





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)