Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-5975

URLHandlersStreamHandlerProxy - OPEN_CONNECTION_PROXY null

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • framework-4.6.1
    • framework-7.0.0
    • Framework
    • None
    • AIX server box, Tomcat 8.0.53
    • Important

    Description

      Hi,

      I am running into a blocking issue since I've upgraded from Tomcat 7.0.73 to Tomcat 8.0.53, SOAP based web services are failing with the following error:

      java.lang.IllegalStateException: Stream handler unavailable due to: null org.apache.felix.framework.URLHandlersStreamHandlerProxy.openConnection(URLHandlersStreamHandlerProxy.java:359)

      Using a remote debugger, I was able to find that the real exception is actually a Null Pointer Exception thrown from URLHandlersStreamHandlerProxy.java, line 351:

      return (URLConnection) OPEN_CONNECTION_PROXY.invoke(svc, new Object[]{url, proxy});

      where OPEN_CONNECTION_PROXY is null (I've attached the full stacktrace).

      Is there a fix available?

      Attachments

        1. stacktrace.txt
          27 kB
          Julien Jalageas

        Issue Links

          Activity

            People

              karlpauls Karl Pauls
              jjalageas Julien Jalageas
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: