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

TEST_BUG: java/rmi/transport/pinClientSocketFactory/PinClientSocketFactory.java fails intermittently with SocketTimeoutException

XMLWordPrintable

      java/rmi/transport/pinClientSocketFactory/PinClientSocketFactory.java fails intermittently with SocketTimeoutException:

      ----------System.err:(34/2117)----------

      Regression test for bug 4486732

      java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
      java.net.SocketTimeoutException: Read timed out
      at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:302)
      at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:200)
      at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:130)
      at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:194)
      at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:148)
      at com.sun.proxy.$Proxy1.ping(Unknown Source)
      at PinClientSocketFactory.main(PinClientSocketFactory.java:94)
      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)
      Caused by: java.net.SocketTimeoutException: Read timed out
      at java.net.SocketInputStream.socketRead0(Native Method)
      at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
      at java.net.SocketInputStream.read(SocketInputStream.java:170)
      at java.net.SocketInputStream.read(SocketInputStream.java:141)
      at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
      at java.io.BufferedInputStream.read(BufferedInputStream.java:265)
      at java.io.DataInputStream.readByte(DataInputStream.java:265)
      at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:244)
      ... 12 more

      JavaTest Message: Test threw exception: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
      java.net.SocketTimeoutException: Read timed out
      JavaTest Message: shutting down test

            Unassigned Unassigned
            amlu Amy Lu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: