Postinstallation Task 9: Updating the OPELog4j.xml File

Make the following changes in the OPELog4j.xml file:

Procedure

  1. Find the following JMSAppender name proprty:
    <JMS name="JMSAppender" destinationBindingName="tibco.aff.centrallog.topic"
    factoryName="com.tibco.tibjms.naming.TibjmsInitialContextFactory"
    factoryBindingName="TopicConnectionFactory"
    providerURL="tcp://localhost:7222" userName="admin" password="admin" securityPrincipalName="admin" securityCredentials="admin">
    <ThresholdFilter level="WARN" onMatch="ACCEPT" onMismatch="DENY"/>
    </JMS>
    and replace with the following property:
    <OMSJmsAppender name="JMSAppender">
    <DestinationBindingName>tibco.aff.centrallog.topic</DestinationBindingName>
    <FactoryBindingName>TopicConnectionFactory</FactoryBindingName>
    <FactoryName>com.tibco.tibjms.naming.TibjmsInitialContextFactory</FactoryName>
    <ProviderURL>tibjmsnaming://localhost:7222</ProviderURL>
    <UserName>admin</UserName>
    <Password>ENC(T9aNk07NMsU\=)</Password>
    <SecurityPrincipalName>admin</SecurityPrincipalName>
    <SecurityCredentials>ENC(T9aNk07NMsU\=)</SecurityCredentials>
    <ThresholdFilter level="WARN" onMatch="ACCEPT" onMismatch="DENY"/>
    </OMSJmsAppender>
  2. In the <Configuration> element, add packages="com.tibco.aff.logclient.customappenders"
  3. In the <ThresholdFilter> element, replace sys:console.level with sys:console_level