Foglight Fails to startup. Shuts down immediately after Storage Manager Service.
Management server outputs the following
INFO [main] com.quest.nitro.service.ServiceMBeanUtil - Storage Manager Service Starting...
DEBUG [main] com.quest.nitro.service.util.HibernateHelper - Caught unimportant exception; safe to ignore: No enclosing JTA transaction.
INFO [main] com.quest.nitro.service.ServiceMBeanUtil - Schedule Service Stopping...
ERROR [main] com.quest.nitro.service.spring.SpringBootstrapService - An unexpected error occurred which may cause undesired behavior. You may want to contact customer support if you see this error again: Caught exception while starting. Initiating shutdown.
WARN [main] org.jboss.system.ServiceController - Problem starting service com.quest.nitro:service=SpringBootstrap
org.springframework.beans.factory.access.BootstrapException: Unable to initialize group definition. Group resource name [classpath*:com/quest/nitro/service/core-beanref.ctx.xml], factory key [foglight-core-services]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foglight-core-services-mbeans' defined in URL [jar:file:/D:/Program Files/Quest Software/vFoglight/server/default/tmp/deploy/tmp5288600203684963896foglight.sar!/com/quest/nitro/service/core-beanref.ctx.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class
Caused by: com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '1' (code 49) excepted space, or '>' or "/>"
at [row,col {unknown-source}]: [2509,106]
at com.ctc.wstx.sr.StreamScanner.throwUnexpectedChar(StreamScanner.java:623)
at com.ctc.wstx.sr.BasicStreamReader.handleNsAttrs(BasicStreamReader.java:2963)
at com.ctc.wstx.sr.BasicStreamReader.handleStartElem(BasicStreamReader.java:2934)
at com.ctc.wstx.sr.BasicStreamReader.nextFromTree(BasicStreamReader.java:2846)
at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1019)
at org.jibx.runtime.impl.StAXReaderWrapper.next(StAXReaderWrapper.java:234)
(...)
Caused by: org.jibx.runtime.JiBXException: Error parsing document (line 2509, col 25)
Caused by: java.lang.RuntimeException: Failed to unmarshal storage configuration XML.
Caused by: java.lang.RuntimeException: Failed to load storage configuration.
The following type of errors may also be present in the logs:
12:21:46.965 FATAL [forge-startup] com.quest.nitro.startup.ForgeServer - Unexpected error during server startup, exiting with error code 1133.
(...)
Caused by: java.lang.NullPointerException
at com.quest.nitro.service.persistence.obs.storage.StorageManagerService.updateTimesliceTableData(StorageManagerService.java:2627)
at com.quest.nitro.service.persistence.obs.storage.StorageManagerService.startService(StorageManagerService.java:359)
at com.quest.nitro.service.AbstractNitrogenService.start(AbstractNitrogenService.java:108)
at sun.reflect.GeneratedMethodAccessor64.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.lambda$invokeCustomInitMethod$7(AbstractAutowireCapableBeanFactory.java:1920)
at java.security.AccessController.doPrivileged(Native Method)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1919)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1872)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800)