Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-4905

java.lang.NullPointerException at org.apache.cxf.ws.discovery.internal.WSDiscoveryServiceImpl.serverStarted(WSDiscoveryServiceImpl.java:126)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.7.3
    • 2.7.4
    • JAX-RS
    • None
    • Oracle Java JDK 1.6

    • Unknown

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            steve@doitnext.com Steve Oewns
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: