Changes between Version 13 and Version 14 of PromotFAQ


Ignore:
Timestamp:
Nov 17, 2011, 9:52:38 AM (14 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PromotFAQ

    v13 v14  
    8282}}}
    8383
    84 The maximal waiting time is set, to the default value of 3000, in promot-ui (for linux) or promot-ui.bat (windows). This parameter is passed in the statement -Dcom.sun.CORBA.transport.ORBTCPReadTimeout=100.3000.300.10. To increase the waiting time substitute the 3000 there for a larger time, e.g. 10000, until everything works fine.
     84The maximal waiting time is set, to the default value of "3000", in promot-ui (for linux) or promot-ui.bat (windows). This parameter is passed in the statement -Dcom.sun.CORBA.transport.ORBTCPReadTimeouts=100:3000:300:10.
     85A workaround is to adjust the "ORBTCPReadTimeouts" to a value like "1:15000:300:1". These values will configure the socket to check the it every 1ms and gives the client 15000ms time to respond.
    8586
    86 This issue was experienced with Java Versions: 1.5 to 1.6, and Operating Systems: WindowsXP, Windows7-32bit, Windows7-64bit.
     87-Dcom.sun.CORBA.transport.ORBTCPReadTimeouts=1:15000:300:1
     88
     89Now everything should work fine.
     90
     91This issue was experienced with Java Versions 1.5-1.6. It does not appeared in previous JDK versions.
     92It seems to be happened only on Windows operating systems (WindowsXP, Windows7-32bit, Windows7-64bit).
    8793
    8894== I have found a bug, where do I report it? ==