Steve Oewns created CXF-4905:
--------------------------------
Summary: java.lang.NullPointerException at
org.apache.cxf.ws.discovery.internal.WSDiscoveryServiceImpl.serverStarted(WSDiscoveryServiceImpl.java:126)
Key: CXF-4905
URL: https://issues.apache.org/jira/browse/CXF-4905
Project: CXF
Issue Type: Bug
Components: JAX-RS
Affects Versions: 2.7.3
Environment: Oracle Java JDK 1.6
Reporter: Steve Oewns
I get the following exception when starting up an Apache CXF service:
org.apache.cxf.service.factory.ServiceConstructionException
at
org.apache.cxf.jaxrs.JAXRSServerFactoryBean.create(JAXRSServerFactoryBean.java:201)
at com.doitnext.server.Server.<init>(Server.java:33)
at com.doitnext.server.Server.main(Server.java:38)
Caused by: java.lang.NullPointerException
at
org.apache.cxf.ws.discovery.internal.WSDiscoveryServiceImpl.serverStarted(WSDiscoveryServiceImpl.java:126)
at
org.apache.cxf.ws.discovery.listeners.WSDiscoveryServerListener.startServer(WSDiscoveryServerListener.java:72)
at
org.apache.cxf.bus.managers.ServerLifeCycleManagerImpl.startServer(ServerLifeCycleManagerImpl.java:61)
at org.apache.cxf.endpoint.ServerImpl.start(ServerImpl.java:146)
at
org.apache.cxf.jaxrs.JAXRSServerFactoryBean.create(JAXRSServerFactoryBean.java:192)
... 2 more
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira