book
Article ID: KB0088860
calendar_today
Updated On:
Description
Resolution:
Description:
=========
Silent Install of Event Stream Processing fails on Dependency check for Patter Matching Framework.
Environment:
==========
Linux
Symptoms:
========
Silent Install of Event Stream Processing fails on Dependency check for Patter Matching Framework with following messgage in installation logs
(Mar 12, 2012 1:39:27 AM), Install, com.tibco.installer.util.TIBCOInstaller, wrn.TIBINS212908: Warning, tibco_uninversal_installer, , DEPENDENCY CHECK FAILED:
The installation feature, Pattern Matcher Framework Hotfix3, has failed an internal dependency check.
TIBCO BusinessEvents Pattern Matcher Framework (5.0.0.0) or above is required and could not be located in the current installation root directory.
Please choose one of the following options., Option selected = Exit Installation(0)
Cause:
=====
The feature settings in the .silent file do not match the actual feature definitions in the feature config file.
Resolution:
==========
The correct key in .silent file for Pattern Matcher Framesork should be in the format
+++++
<entry key="feature_<featureName>_<productID>">true</entry>
+++++
It should resemble:
+++++
<entry key="feature_Pattern Matcher Framework_businessevents-eventstreamprocessing">true</entry>
++++++
Issue/Introduction
Silent Install of Event Stream Processing fails on Dependency check for Pattern Matching Framework.