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

java.net.SocketException: Software caused connection abort

XMLWordPrintable

    • generic
    • generic

      When I run "nmap (/pkg/local/bin/nmap -p <ServerSocket port no. Host)" portscanner utility against a java program, which is waiting on a ServerSocket accept() call, it causes the JVM to throw an exception "java.net.SocketException: Software caused connection abort".

      Following is the stack trace o/p:
       
       java.net.SocketException: Software caused connection abort
          at java.net.PlainSocketImpl.socketAccept(Native Method)
          at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:407)
          at java.net.ServerSocket.implAccept(ServerSocket.java:235)
          at java.net.ServerSocket.accept(Compiled Code)
          at auth.utauthd.CallBack.run(Compiled Code)
          at java.lang.Thread.run(Thread.java:472)

      I have also attached the truss o/p of nmap command with this bug.

            jccollet Jean-Christophe Collet (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: