1. Go to $VOYENCE_HOME/ncmcore/webapps/ncm-webapp/WEB-INF/classes/applicationContext.xml
2. change the init-method to start from restop to start for integration modules, as shown below in bold below:
<bean id="flatfileIntegration" class="com.voyence.configmgr.integration.modules.flatfile.jmx.FlatFileStartup" init-method="start" destroy-method="stop">
<bean id="mailIntegration" class="com.voyence.configmgr.integration.modules.mail.jmx.MailStartup" init-method="start" destroy-method="stop">
<bean id="snmpIntegration" class="com.voyence.configmgr.integration.modules.snmp.jmx.SNMPStartup" init-method="start" destroy-method="stop">
3. Restart ncm-as service and test