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

Failed to read number of correctly when running on win2003 with 2-CPUS.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P3 P3
    • None
    • 5.0
    • other-libs
    • x86
    • windows_2003

      JDK : 1.5.0-b63 (passed with b58 on 2-CPU)
      VM : default
      switch/Mode : default
      Platform[s] : Windows 2003 with 2-CPUS (passed with 1-CPU on Win2003)
      Test owner :
      Failing Test :
        
      api/giop/cdr/valuetypes/customMarshalling

      TestBase Location:
      ==================
      /net/cady/export/dtf/unified/knight-ws/suites/corba_test/CORBA_tiger

      Test source location:
      =====================

      /net/cady/export/dtf/unified/knight-ws/suites/corba_test/CORBA_tiger/tests/api/giop/cdr/valuetypes/customMarshalling


      How to reproduce:
      ====================

         1. Map your y: to //cady/export
         2. cd y:\dtf\unified\knight-ws\suites\corba_test\CORBA_tiger
         3. sh
         4. export PATH="`pwd`/bin;$PATH"
         5. cd tests/api/giop/cdr/valuetypes/customMarshalling
         6. rip-make -env -jdk "your jdk" -workdir "c:/temp" -v build runnaming runmultiserver runmulticlient

      Note: kill the java and tnameserver process when re-run.

      Test output:
      =============
             at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.readGIOPHeader(MessageBase.java:112)
              ... 4 more
      Aug 13, 2004 2:59:32 PM com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl readFully
      WARNING: "IOP00410215: (COMM_FAILURE) Read of full message failed : bytes requested = 1,778,132 bytes read = 1,074,548 max wait time = 30,000 total time spent waiting = 32,228"
      org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 215 completed: No
              at com.sun.corba.se.impl.logging.ORBUtilSystemException.transportReadTimeoutExceeded(ORBUtilSystemException.java:2572)
              at com.sun.corba.se.impl.logging.ORBUtilSystemException.transportReadTimeoutExceeded(ORBUtilSystemException.java:2598)
              at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.readFully(SocketOrChannelConnectionImpl.java:628)
              at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.read(SocketOrChannelConnectionImpl.java:559)
              at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.readGIOPBody(MessageBase.java:413)
              at com.sun.corba.se.impl.transport.CorbaContactInfoBase.finishCreatingMessageMediator(CorbaContactInfoBase.java:183)
              at com.sun.corba.se.impl.transport.SocketOrChannelAcceptorImpl.finishCreatingMessageMediator(SocketOrChannelAcceptorImpl.java:518)
              at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.finishReadingBits(SocketOrChannelConnectionImpl.java:383)
              at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.doWork(SocketOrChannelConnectionImpl.java:1182)
              at com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:398)
      org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 208 completed: Maybe
              at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectionAbort(ORBUtilSystemException.java:2372)
              at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectionAbort(ORBUtilSystemException.java:2390)
              at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.readBits(SocketOrChannelConnectionImpl.java:354)
              at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.handleEvent(SocketOrChannelConnectionImpl.java:1098)
              at com.sun.corba.se.impl.transport.SelectorImpl.run(SelectorImpl.java:282)
      Caused by: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 211 completed: No
              at com.sun.corba.se.impl.logging.ORBUtilSystemException.ioexceptionWhenReadingConnection(ORBUtilSystemException.java:2456)
              at com.sun.corba.se.impl.logging.ORBUtilSystemException.ioexceptionWhenReadingConnection(ORBUtilSystemException.java:2474)
              at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.readGIOPHeader(MessageBase.java:116)
              at com.sun.corba.se.impl.transport.CorbaContactInfoBase.createMessageMediator(CorbaContactInfoBase.java:150)
              at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.readBits(SocketOrChannelConnectionImpl.java:314)
              ... 2 more
      Caused by: java.io.IOException: An established connection was aborted by the software in your host machine
              at sun.nio.ch.SocketDispatcher.read0(Native Method)
              at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:25)
              at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:233)
              at sun.nio.ch.IOUtil.read(IOUtil.java:200)
              at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:207)
              at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.readFully(SocketOrChannelConnectionImpl.java:599)
              at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.read(SocketOrChannelConnectionImpl.java:521)
              at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.readGIOPHeader(MessageBase.java:112)
              ... 4 more


      Specific Machine Info:
      =====================

      For Win ->
      Hostname : adora
      Os: win2000
       

      ###@###.### 2004-08-13


      From the Makefile, I have change to following values on ORBTCPReadTimeouts property in runmultiserer and runmulticlient. It still failed.

      From
      -Dcom.sun.CORBA.transport.ORBTCPReadTimeouts=100:30000:300:20
      to
        -Dcom.sun.CORBA.transport.ORBTCPReadTimeouts=100:90000:300:20
        -Dcom.sun.CORBA.transport.ORBTCPReadTimeouts=100:100000:300:20
        -Dcom.sun.CORBA.transport.ORBTCPReadTimeouts=100:200000:300:20
        -Dcom.sun.CORBA.transport.ORBTCPReadTimeouts=100:300000:300:20 --> This ran for more then 2hrs and has no error, did exit. It looks like it hang.


      ###@###.### 2004-08-18

            kcavanauorcl Ken Cavanaugh (Inactive)
            tacheung Tak Wing Cheung (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: