TeMIP UCA - regular check steps about a problem of configuration of TeMIP CA or TWS for UCA VP

  • KM00661014
  • 25-Nov-2013
  • 16-Sep-2015

Summary

Here are some steps to check aboout a problem of configuration of TeMIP CA or TWS for UCA VP.

Question

What are the regular steps to check about a problem of configuration of TeMIP CA or TWS for UCA VP?

Answer

The first step is to check list of container:
[root]# /opt/openmediation-V62/bin/nom_admin --list-container
List of the containers:
0        STARTED         Hub
[root]#
 
The second step is to check all component:
For each container, check that all components (especially temip-ca and uca-ebc-ca are in DEPLOYED state)
[root]]# /opt/openmediation-V62/bin/nom_admin --list-ip-in-container
DEPLOYED        exec-ca-V10
DEPLOYED        nom-basic-smx-components
DEPLOYED        smx-basic-components
DEPLOYED        smx-extra-components
DEPLOYED        temip-ca-V12
DEPLOYED        uca-ebc-ca-3.0
 
The third step is to check the uca-ebc ca configuration:
Ask /var/<OSS Open Mediation root directory>/containers/instance-0/ips/uca-ebc-ca-3.2/etc/ uca-ebc-ca.properties
The part ohis file should be changed accordingly if the UCA for EBC Server doesn’t run on the same system as OSS Open Mediation or if the UCA for EBC Server collection queue port number has been changed and is different from the default value of 61666.
 # UCA EBC Server to connect to
uca.ebc.jms.broker.host=localhost
uca.ebc.jms.broker.port=61666
 
The fourth step is to check the temip ca configuration:
Ask /var/<OSS Open Mediation root directory>/containers/instance-0/ips/temip-ca-V12/etc/*
§ uca-mediation-vp-utaf.xml : check if  dynamic or static flow
§ actions-to-temip-jms-connector.xml (check TWD Endpint if TeMIP Web Server is well defined)
§ TeMIP_configuration.dynamic.xml 
 
The last step is to check TWS security mode on TWS bacause TeMIP CA is designed to work only in none security level mode.
So try to set security level to none for TWS like below:
#cp -p /var/opt/temip/TWS/tomcat/webapps/TeMIP_WS/WEB-INF/conf/axis2.xml.nosecu    /var/opt/temip/TWS/tomcat/webapps/TeMIP_WS/WEB-INF/conf/axis2.xml