While Deploying a Cartridge got WebLogic Exception Transaction Timed Out
edited Oct 28, 2011 9:08AM in Order and Service Management (Communications Industry) (MOSC) 1 commentAnswered
1. There is an optional OSM configuration parameter DeployCartridgeMDB.CartridgeDeploymentTransactionTimeout . The oms-config.xml file can be edited through the unpack script to modify the configuration parameters for this timeout.
You need to edit oms-config.xml using vi editor or notepad and add following i.e
<oms-parameter>
<oms-parameter-name>com.mslv.oms.cartridgemgmt.DeployCartridgeMDB.CartridgeDeploymentTransactionTimeout</oms-parameter-name>
<oms-parameter-value>3600</oms-parameter-value>
</oms-parameter>
Max value for this parameter is <oms-parameter-max>3600</oms-parameter-max>.
Save changes, build oms.ear file and copy to application directory, stop application and then update. Go to OSM Admin refresh cache and you will see the changes in nohup.log file.
2. Set JTA
You need to edit oms-config.xml using vi editor or notepad and add following i.e
<oms-parameter>
<oms-parameter-name>com.mslv.oms.cartridgemgmt.DeployCartridgeMDB.CartridgeDeploymentTransactionTimeout</oms-parameter-name>
<oms-parameter-value>3600</oms-parameter-value>
</oms-parameter>
Max value for this parameter is <oms-parameter-max>3600</oms-parameter-max>.
Save changes, build oms.ear file and copy to application directory, stop application and then update. Go to OSM Admin refresh cache and you will see the changes in nohup.log file.
2. Set JTA
0