CA Spectrum SS crash in Service Manager in RESOURCE_VALUE_CHANGE
search cancel

CA Spectrum SS crash in Service Manager in RESOURCE_VALUE_CHANGE

book

Article ID: 129853

calendar_today

Updated On:

Products

CA Spectrum

Issue/Introduction

After upgrading Spectrum and trying to start the SpectroSERVER, the SS immediately prints this to the $SPECROOT/SS/VNM.OUT and the SS crashes:

Mar 21 00:29:43 : SLMIHAttrMonRel() called 
Mar 21 00:29:43 : Calling constructor SLMIHResourceMonitorBase() 
Mar 21 00:29:43 : SLMIHAttrResourceMonitor() constructor called, registering for RESOURCE_VALUE_CHANGE 
Mar 21 00:29:43 : SLMIHAttrMonRel() called 
Mar 21 00:29:43 : SLMIHResCollector() constructor called 
Mar 21 00:29:43 : Calling constructor SLMIHResourceMonitorBase() 
Mar 21 00:29:43 : SLMIHAttrResourceMonitor() constructor called, registering for RESOURCE_VALUE_CHANGE 
Mar 21 00:29:43 : SLMIHAttrMonRel() called 
 

Environment

Release:
Component: SPCCSS

Cause

There are debug statements in the $SPECROOT/SS/.vnmrc from a previous debug patch and that code was not included in main builds of CA Spectrum.

Resolution

Remove the slm_debug* entries from the $SPECROOT/SS/.vnmrc file:

slm_debug=30 
slm_debug_enable=true

Do not comment these out as they are not used for anything but a specific debug patch. Please remove them.