Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8114831

java/net/URLPermission/URLTest fails with BindException

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P4
    • None
    • None
    • core-libs

    Description

      java.net.BindException: Address already in use
      at sun.nio.ch.Net.bind0(Native Method)
      at sun.nio.ch.Net.bind(Net.java:433)
      at sun.nio.ch.Net.bind(Net.java:425)
      at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
      at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
      at sun.net.httpserver.ServerImpl.<init>(ServerImpl.java:102)
      at sun.net.httpserver.HttpServerImpl.<init>(HttpServerImpl.java:50)
      at sun.net.httpserver.DefaultHttpServerProvider.createHttpServer(DefaultHttpServerProvider.java:35)
      at com.sun.net.httpserver.HttpServer.create(HttpServer.java:130)
      at URLTest.createServers(URLTest.java:202)
      at URLTest.main(URLTest.java:58)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:502)
      at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
      at java.lang.Thread.run(Thread.java:745)

      Maybe we can catch the BindException and silently succeeds?

      Attachments

        Issue Links

          Activity

            People

              xiaofeya Xiaofeng Yang
              weijun Weijun Wang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: