users@glassfish.java.net

Re: GlassFish ORB version 2 becomes unresponsive

From: <forums_at_java.net>
Date: Mon, 9 Apr 2012 03:35:53 -0500 (CDT)

VERSION: 2.1 USE CASE: We have implemented a distributed model in which we
have following processes: (0) Our product uses the GlassFish CORBA
implementation, which is executed from the peorb.jar file. (1)
"java_based_customized_process" contained in "java_based_containers" (2)
"Administration Agent" with role of managing (start/stop etc) the containers
(3) "Administration Server" with role of system wide start/stop (4)
"glassfish ORB" running on specific host, port; Host and port information
comes from a properties file. (4.a) used for the inter-process transport
between. (4.b) Name Service used to locate objects in Containers (4.c) Object
Activator used for Container startup. (4.d) We are running the glassfish
server with the following arguments: /etc/jre/bin/java
-Dcom.sun.management.jmxremote
-Dcom.sun.corba.ee.codeset.AlwaysSendCodeSetCtx=false
-Dorg.omg.CORBA.ORBClass=com.sun.corba.ee.impl.orb.ORBImpl
-Dcom.sun.corba.ee.transport.ORBTCPConnectTimeouts=10:30:150
-Dcom.sun.corba.ee.transport.ORBTCPTimeouts=500:30000:20:2147483647
-Dcom.sun.corba.ee.codeset.charsets=0x05010001,0x00010109
-Dcom.sun.corba.ee.transport.ORBWaitForResponseTimeout=300000
-Dcom.sun.corba.ee.codeset.wcharsets=0x00010109,0x05010001 -classpath
/etc/lib/peorb.jar com.sun.corba.ee.impl.activation.ORBD -port
-ORBInitialPort -ORBInitialHost -defaultdb /etc/orb.db JSTACK: for this
process when hung is attached as "jstack.txt" in the original post JDK
version: is 1.6.0_11-b03 SPECIFIC INFORMATION REQUIRED: As mentioned already
in problem statement that the glassfish process becomes unresponsive. I have
attached the stack trace from the "Administrative server" process while
trying to start "Containers"; Can we add a debug flag to the above "glassfish
orb.db" process such that we could get more information from orbd related to
the cause for the unresponsive orbd.

--
[Message sent by forum member 'naveenarora']
View Post: http://forums.java.net/node/884542