CORBA COMM_FAILURE exception on WebLogic/SolarisIf you encounter a CORBA COMM_FAILURE exception from your
client while running WebLogic Server on Solaris, you must pass the
following additional property to the client-side JVM:
-Dcom.sun.CORBA.transport.ORBTCPReadTimeouts=1:60000:300:1
The value in bold is a colon-delimited list of the time-out values
in milliseconds that should be set according to your system requirements.
The values from left to right are as follows:
Initial wait time if a transport TCP read returns 0 bytes
Maximum cumulative wait time if a transport TCP read returns
0 bytes
Maximum cumulative wait time if a transport TCP read of a
GIOP header returns 0 bytes
Backoff percentage used to compute the amount of time to
wait on a subsequent transport TCP read of 0 bytes
No settings are required on the server side.
|
|
|