Changes between Version 13 and Version 14 of PromotFAQ
- Timestamp:
- Nov 17, 2011, 9:52:38 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PromotFAQ
v13 v14 82 82 }}} 83 83 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. 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.ORBTCPReadTimeouts=100:3000:300:10. 85 A 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. 85 86 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 89 Now everything should work fine. 90 91 This issue was experienced with Java Versions 1.5-1.6. It does not appeared in previous JDK versions. 92 It seems to be happened only on Windows operating systems (WindowsXP, Windows7-32bit, Windows7-64bit). 87 93 88 94 == I have found a bug, where do I report it? ==