« November 2009
SunMonTueWedThuFriSat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
     
       
Today
XML

Blog::Navigation

Blog::Editing

Bookmarks::Blogroll

Blog::Referers

Today's Page Hits: 29

Site notes

This page validates as XHTML 1.0, and will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device. It was created using techniques detailed at glish.com/css/.

Powered by Roller Weblogger.
All | Personal | Sun
« Previous page | Main | Next page »
20071023 Tuesday October 23, 2007
More on TCP Timeouts in CORBA

I previously blogged here about how we configure TCP timeouts in the GlassFish ORB.  Scott Oaks recently discovered some cases where the default configuration needs to be changed. He also pointed out that the blog entry was missing some details about exactly HOW to set the appropriate TCP timeouts.

My previous blog entry referred to several properties that are defined in the class com.sun.corba.ee.impl.orbutil.ORBConstants.  In particular:

Any of these can be set by the appropriate -D command: e.g. -Dcom.sun.corba.ee.transport.ORBTCPTimeouts=500:30000:20.

 This is particularly important when running with a very busy app server on a large machine (like a T2000). It may happen that the default 6 second timeout is exceeded while waiting for more data to be read on a large request.  In this case, you may see errors logged like:

 

java.rmi.MarshalException: CORBA >COMM_FAILURE 1398079696 Maybe; nested
exception is: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 208 completed: Maybe

 or

java.rmi.MarshalException: CORBA MARSHAL 1398079699 >Maybe; nested exception is
org.omg.CORBA.MARSHAL: vmcid: SUN minor code: 211 completed: Maybe

Errors that have completion status maybe cannot be retried, because the client ORB cannot assume they have not already executed on the server side. 

In this case, the ORBTCPTimeouts needs to be increased, say to something like 500:30000:20. This means:

We will probably increase the default in a future release, or possibly make it adapt to the observed load.


20071019 Friday October 19, 2007
Coming changes Moving CORBA to Mercurial [Read More]
Copyright (C) 2003, opuscula orbis