Symptom:
After upgrading CA User Activity Reporting Module, when you open the integration wizard to edit an existing integration, or create a new one, Message Parsing files fail to appear. The XMP shuttle control where MP files normally appear is blank.
Solution:
You can increase the java heap size to eliminate this issue, and display MP files in the Integration Wizard.
./S99igateway stop
<JVMSettings>
<loadjvm>true</loadjvm>
<javahome>/usr/java/latest/jre</javahome>
<Properties name="java.endorsed.dirs=/opt/CA/SharedComponents/iTechnology/endorsed" >
<system-properties>java.endorsed.dirs=/opt/CA/SharedComponents/iTechnology/endorsed</system-properties>
</Properties>
<Properties name="initial heap size" >
<jvm-property>-Xms512m</jvm-property>
</Properties>
<Properties name="max heap size" >
<jvm-property>-Xmx768m</jvm-property>
</Properties>
</JVMSettings>
<jvm-property>-Xmx1024m</jvm-property>
./S99igateway start
Copyright © 2013 CA.
All rights reserved.
|
|