KNOWN ISSUES with TIBCO ActiveMatrix Service Performance Manager (SPM) 1.1.1with TIBCO ActiveMatrix Service Grid (AMSG) 2.2.0
book
Article ID: KB0086934
calendar_today
Updated On:
Products
Versions
TIBCO Service Performance Manager
-
Not Applicable
-
Description
Description: ************************************************************************** CR#1-9NNSOJ:-Admin Server creation fails using build_runtimesetup.xml (using CLI or Post install Tool) when SPM 1.1.1 is installed on top of TIBCO ActiveMatrix ServiceGrid 2.2.0
ISSUE:- TIBCO ActiveMatrix Service Performance Manager Post Installation Configuration tool fails to create a new ActiveMatrix Administrator when used with an existing installation of TIBCO ActiveMatrix Service Grid 2.2.0.
WORKAROUND:- This change is required only when TIBCO ActiveMatrix Service Performance Manager 1.1.1 is installed over TIBCO ActiveMatrix Service Grid 2.2.0 and you want to create a new ActiveMatrix Administrator. If the Post Installation Configuration tool points to an existing ActiveMatrix Administrator, you don't need to make this change.
Before running the the Post Installation Configuration tool, edit the file updatespm.xml as follows:
Open the updatespm.xml file located in TIBCO_HOME/spm/1.1/scripts directory from any text editor. Search for substring="2.0" and locate a line with <contains string="${amxadmin.version}" substring="2.0"/>.
Replace the substring "2.0" with "2.0.x". Save and exit the editor. *************************************************************************** CR#1-9O87BR:-When TIBCO ActiveMatrix Service Performance Manager 1.1.1 is installed on TIBCO ActiveMatrix ServiceGrid 2.2.0 "service.impl.ActionManagerImpl ERROR - Error updating trigger stats" exception is seen in spm.log when a rule is triggered.
ISSUE:- TIBCO ActiveMatrix Service Grid 2.2.0 uses the SINGLE_TABLE teneo option to create tables. After a rule is triggered, the trigger status update fails with a db error complaining about an ambiguous startTime column error.
WORKAROUND:- Before you run the Post Installation Configuration tool, edit createadminserver.tra in TIBCO_HOME/amxadministrator/2.2/bin directory and change the teneo.mapping property to JOINED. The default value is SINGLE_TABLE.
Change the following:
# -- TIBCO Persistence -- # Property for specifying the type of teneo mapping java.property.teneo.mapping=SINGLE_TABLE to look like:
# -- TIBCO Persistence -- # Property for specifying the type of teneo mapping java.property.teneo.mapping=JOINED *************************************************************************** CR#1-9O0J0J:-When TIBCO ActiveMatrix Service Performance Manager 1.1.1 is installed on top of TIBCO ActiveMatrix ServiceGrid 2.2.0, errors are seen in update_*.log files in <SPM_HOME>/logs and stackoverflowerror is seen in tra files that it flattens.
ISSUE:- When TIBCO ActiveMatrix Service Performance Manager 1.1.1 tries to flatten the *.tra files, it filters com.tibco.neo.launch* plugin with just the <major>.<minor> version. When more than one version of 1.2.x available in the component store, a stack overflow error is thrown.
WORKAROUND:-
Edit TIBCO_HOME/spm/1.1/scripts/updatespm.xml. Locate the line: <include name="com.tibco.neo.launch_1.2.*"/>.
Replace "1.2.*" with "1.2.3*": <include name="com.tibco.neo.launch_1.2.3*"/>.
Run cd TIBCO_HOME/tools/bin ./tibcommander -f ../../spm/1.1/scripts/updatespm.xml post.install.tasks.
*************************************************************************** CR#1-9LR1HN:- TIBCO ActiveMatrix Service Grid 2.2.0 + TIBCO Service Performance Manager 1.1.1 + TIBCO Policy Manager 3.0 Integration scenario - SPMPostInstallation tool do not work
ISSUE:- A new version of com.tibco.tpcl.jdbc bundled with TIBCO ActiveMatrix Service Grid 2.2.0 has some meta-data changes that breaks TIBCO ActiveMatrix Service Performance Manager 1.1.1 Post Installation Configuration tool.
WORKAROUND:- Edit TIBCO_HOME/spm/1.1/postinstalltool/configuration/org.eclipse.update/platform.xml. Find line which looks like: <feature id="com.tibco.tpcl.jdbc" url="features/com.tibco.tpcl.jdbc_1.0.100.003/" version="1.0.100.003">
Replace 1.0.100.003 with 1.0.0.010 (version installed with SPM 1.1.x). Your line should look like this: <feature id="com.tibco.tpcl.jdbc" url="features/com.tibco.tpcl.jdbc_1.0.0.010/" version="1.0.0.010">.
Save the changes. Go to TIBCO_HOME/spm/1.1/postinstalltool and run the following command: SPMPostInstallTool -clean *************************************************************************** Symptoms:
Cause:
Issue/Introduction
KNOWN ISSUES with TIBCO ActiveMatrix Service Performance Manager (SPM) 1.1.1with TIBCO ActiveMatrix Service Grid (AMSG) 2.2.0