|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
JVM Configuration at Execution Group Level |
« View previous topic :: View next topic » |
Author |
Message
|
avinandan9 |
Posted: Thu Aug 04, 2011 2:43 am Post subject: JVM Configuration at Execution Group Level |
|
|
Newbie
Joined: 04 Aug 2011 Posts: 5
|
Hi ,
I am using Message Broker Version 6.1 in Unix environemnt.
I have 2 EG lets say EG1 aand EG2 in BROKER1.
The BAR File that I deploy contains a JCN node in which I have used log4j.
I use the following statement in the JCN
logger.debug(methodName + "System.getProperty for org.omg.CORBA.ORBClass = " + System.getProperty("org.omg.CORBA.ORBClass"));
When I deploy the code to EG1, I get the following written to my log4j log
System.getProperty for org.omg.CORBA.ORBClass = null
If I remove the BAR file from EG1 and deploy it EG2 , it gives me the following result:
System.getProperty for org.omg.CORBA.ORBClass = com.inprise.vbroker.orb.ORB
Why is there a difference in the getting the system property in EG1 and EG2.
How to configure the JVM settings at a EG lvel ?
Regards,
Avi |
|
Back to top |
|
 |
jlaisbett |
Posted: Thu Aug 04, 2011 2:59 am Post subject: |
|
|
Apprentice
Joined: 27 Nov 2009 Posts: 39
|
|
Back to top |
|
 |
avinandan9 |
Posted: Thu Aug 04, 2011 4:26 am Post subject: |
|
|
Newbie
Joined: 04 Aug 2011 Posts: 5
|
Thanks jlaisbett.
I am going through the help contents, in case I need further help I will post. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Thu Aug 04, 2011 4:57 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
avinandan9 wrote: |
Thanks jlaisbett.
I am going through the help contents, in case I need further help I will post. |
If you do decide to repost, please use [ c o d e ] tags.
Like this:
Code: |
logger.debug(methodName + "System.getProperty for org.omg.CORBA.ORBClass = " + System.getProperty("org.omg.CORBA.ORBClass"));
|
And this:
Code: |
System.getProperty for org.omg.CORBA.ORBClass = null |
_________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|