JBoss Community

What's causing this exception: org.jboss.wsf.spi.WSFException: Failed to provide SPI:class org.jboss.wsf.spi.management.ServerConfigFactory

created by Jason Milliron in JBoss AS7 Development - View the full discussion

Hello.  I'm using the a very recent nightly release of JBoss 7 and can't get my webapp up with CXF webservices.  Does anyone know how I can stop this exception from happening or why it is being thrown?

 

Caused by: javax.xml.ws.WebServiceException: org.jboss.wsf.spi.WSFException: Failed to provide SPI:class org.jboss.wsf.spi.management.ServerConfigFactory

    at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:350)

    at org.jboss.wsf.stack.cxf.deployment.EndpointImpl.doPublish(EndpointImpl.java:88)

    at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:239)

    at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:509)

    at org.jboss.wsf.stack.cxf.configuration.NonSpringBusHolder.configure(NonSpringBusHolder.java:116)

    at org.jboss.wsf.stack.cxf.deployment.aspect.BusDeploymentAspect.startDeploymentBus(BusDeploymentAspect.java:109)

    at org.jboss.wsf.stack.cxf.deployment.aspect.BusDeploymentAspect.start(BusDeploymentAspect.java:132)

    at org.jboss.as.webservices.deployers.AspectDeploymentProcessor.deploy(AspectDeploymentProcessor.java:75)

    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:115) [jboss-as-server-7.1.0.Alpha2-SNAPSHOT.jar:7.1.0.Alpha2-SNAPSHOT]

    ... 5 more

Caused by: org.jboss.wsf.spi.WSFException: Failed to provide SPI:class org.jboss.wsf.spi.management.ServerConfigFactory

    at org.jboss.ws.common.spi.DefaultSPIProvider.getSPI(DefaultSPIProvider.java:102)

    at org.jboss.wsf.spi.SPIProvider.getSPI(SPIProvider.java:41)

    at org.jboss.wsf.stack.cxf.transport.SoapTransportFactoryExt.getServerConfig(SoapTransportFactoryExt.java:102)

    at org.jboss.wsf.stack.cxf.transport.SoapTransportFactoryExt.createEndpointInfo(SoapTransportFactoryExt.java:62)

    at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpointInfo(AbstractWSDLBasedEndpointFactory.java:282)

    at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:147)

    at org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:157)

    at org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.java:202)

    at org.apache.cxf.jaxws.EndpointImpl.getServer(EndpointImpl.java:433)

    at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:322)

    ... 13 more

Reply to this message by going to Community

Start a new discussion in JBoss AS7 Development at Community