You have configured user-defined device attribute polling in <SPECROOT>/tomcat/webapps/spectrum/WEB-INF/repmgr/config/devicemodel-polling.xml. After Spectrum OneClick Server (Tomcat) was restarted you get "SRM has not finished starting" in the <SPECROOT>/tomcat/logs/catalina.out or stdout.log file
SRM/Startup/Container) (org.springframework.web.context.support.XmlWebApplicationContext) - (WARN) - Exception encountered during context initialization - cancelling refresh attempt
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'assetManager': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.aprisma.spectrum.app.repmgr.dc.asset.DeviceAttributesManager com.aprisma.spectrum.app.repmgr.dc.asset.AssetManager.daManager; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deviceAttrManager': Invocation of init method failed; nested exception is com.aprisma.spectrum.app.repmgr.exceptions.UnknownModelTypeException: An unknown model type name was specified in the attribute polling configuration. Please edit the following file, and change the model type name to a known name.
Model Type Name: <non device model type>
Attribute polling file: E:\CA\Spectrum\tomcat\webapps\spectrum\WEB-INF\repmgr\config\devicemodel-polling.xml
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1204)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:229)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
at com.ca.spectrum.app.web.spring.BootstrapServlet$ContainerStartupProcess.refreshContainer(BootstrapServlet.java:245)
at com.ca.spectrum.app.web.spring.BootstrapServlet$ContainerStartupProcess.run(BootstrapServlet.java:203)
at java.lang.Thread.run(Thread.java:745)
User-defined device attribute polling in <SPECROOT>/tomcat/webapps/spectrum/WEB-INF/repmgr/config/devicemodel-polling.xml is designed for device model types only. The non-device model type defined in the xml file caused this UnknownModelTypeException issue.
<user-defined-poll modelType="...">
Please reference the "Configure User-Defines Device Attribute Polling" section in the documentation for more information.