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

When there is big packet be transferred through CORBA, sometimes IOException is thrown out by CORBA

    XMLWordPrintable

Details

    • sparc
    • solaris_9

    Description

      Full problem description:
      The problem happened when we tried to send big packet by RMI IIOP call.
      The application caught the exception and ignore it. But the call didn't finished at all.
      This problem caused the lost of event.
      The application was not crash, neither hung.
      But some key events were lost due to the problem.

      ===========
       Test Case :
      ===========
      Attached 4 files for test case which reproduces the problem.
       
      ServerInf.java
      Server.java
      Util.java
      Client.java

      --------------------
      Exception Message :
      --------------------
      Error_Msg.txt

      **********************
      The test steps are:
      **********************
      1. javac *.java
      2. rmic -v1.2 -iiop -idl -classpath . Server
      3. start orb server.
      4. start Server by command : java -classpath . Server "orbhostname" "orbportnumber"
      5. start client by command : java -classpath . Client "orbhostname" "orbportnumber"
       
      After short-time, the Server will show the exceptions. Please find the Exception message details with the attached file : Error_Msg.txt
      Hope it could help for investigation.

      Attachments

        Activity

          People

            hgodugusunw Harsha Godugu (Inactive)
            sdattatrsunw Sreenatha Dattatri (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: