Need to take care while installing MDM 9.1.0+ WAS APP SERVER using silent mode on LINUX.
book
Article ID: KB0077005
calendar_today
Updated On:
Description
Installing MDM 9.1 with Application Server WAS(Websphere)on RHEL using "silent mode" i.e install using response file and it fails saying:
ERROR::, patterns.ui.port not specified in .silent file, class com.tibco.installer.product.patterns_gui.TIBCOPatternsSettingsPanelWizardAction.
The error states that the response file does not contain the patterns related parameters.
Another App server i.e JBOSS, WLG and even WAS on windows has all parameters. So to resolve this issue please follow the below workaround.
Issue/Introduction
Need to take care while installing MDM 9.1.0+ WAS APP SERVER using silent mode on LINUX.
Environment
Product: TIBCO MASTER DATA MANAGEMENT
Version: 9.1.0
OS:Linux
Application Server: Websphere
Resolution
The workaround for this error is that add the below parameters in the response file:
======
<!--Patterns Settings-->
<entry key="patterns.ui.port">9080</entry>
<entry key="patterns.server.port">5051</entry>
<entry key="patterns.windows.service">false</entry>
======
So, the user will not get the patterns related errors while installing MDM using "SILENT MODE".
Or
Replace the content with the attached working silent file.
Attachments
Need to take care while installing MDM 9.1.0+ WAS APP SERVER using silent mode on LINUX.
get_app
Feedback
thumb_up
Yes
thumb_down
No