Today i tried to start my vRO 7.3.1. No login was possible because the node is not active. I have resetted the authentication provider settings:
/etc/init.d/vco-configurator stop
/etc/init.d/vco-server stop
/usr/lib/vco/tools/configuration-cli/bin/vro-configuration
/etc/init.d/vco-configurator start
/etc/init.d/vco-server start
Then i have been waiting for some minutes and logged into the vco-controlcenter -> Authentication Provider.
I have unregistered and registered again, applied the cert import and when i was prompted to type the vsphjere.local password i got the error:Exception occurred. Details: com.vmware.o11n.licensing.SerialNumException: Database error: impossible to add this license.
I retried reset the auth provider again, tried to login to the vco-contolcenter, but now i get:
HTTP Status 503 – Service Unavailable
Type Status Report
Message Current node is not ACTIVE! Server is initializing...
Description The server is currently unable to handle the request due to a temporary overload or scheduled maintenance, which will likely be alleviated after some delay.
In the server.log i have this output:
2018-05-22 08:58:04.575+0000 [pool-1-thread-1] INFO {} [DatabaseVerifier] Could not establish a connection to the database.
2018-05-22 08:58:04.575+0000 [pool-1-thread-1] WARN {} [InfrastructureContext] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bea
n with name 'infrastructureContextConfig': Invocation of init method failed; nested exception is java.lang.RuntimeException: Could not establish a connection to the database.
2018-05-22 08:58:04.575+0000 [pool-1-thread-1] WARN {} [ClassPathXmlApplicationContext] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error cre
ating bean with name 'vcoApplicationContext' defined in URL [jar:file:/usr/lib/vco/app-server/deploy/vco/WEB-INF/lib/o11n-services-bootstrap-7.3.1.jar!/META-INF/spring/singletonBeanFactoryLocator-context.xml]: Cannot resolve reference to
bean 'bootContext' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bootContext' defined in URL [jar:file:/usr/lib/vco/app-server/deploy/vco/
WEB-INF/lib/o11n-services-bootstrap-7.3.1.jar!/META-INF/spring/singletonBeanFactoryLocator-context.xml]: Cannot resolve reference to bean 'infrastructureContext' while setting constructor argument; nested exception is org.springframework
.beans.factory.BeanCreationException: Error creating bean with name 'infrastructureContext' defined in URL [jar:file:/usr/lib/vco/app-server/deploy/vco/WEB-INF/lib/o11n-services-bootstrap-7.3.1.jar!/META-INF/spring/singletonBeanFactoryLo
cator-context.xml]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.vmware.o11n.infra.InfrastructureContext]: Constructor threw exception; ne
sted exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'infrastructureContextConfig': Invocation of init method failed; nested exception is java.lang.RuntimeException: Could not establish
a connection to the database.
2018-05-22 08:58:04.575+0000 [pool-1-thread-1] ERROR {} [Bootstrap$InitVcoAppContextCommand] vRealize Orchestrator applicaiton context initialization failed! Retrying in 30s: Unable to initialize group definition. Group resource name [cl
asspath*:/META-INF/spring/singletonBeanFactoryLocator-context.xml], factory key [vcoApplicationContext]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'vcoApplicationContext' d
efined in URL [jar:file:/usr/lib/vco/app-server/deploy/vco/WEB-INF/lib/o11n-services-bootstrap-7.3.1.jar!/META-INF/spring/singletonBeanFactoryLocator-context.xml]: Cannot resolve reference to bean 'bootContext' while setting constructor
argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bootContext' defined in URL [jar:file:/usr/lib/vco/app-server/deploy/vco/WEB-INF/lib/o11n-services-bootstrap-7.3.1.jar!
/META-INF/spring/singletonBeanFactoryLocator-context.xml]: Cannot resolve reference to bean 'infrastructureContext' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error cr
eating bean with name 'infrastructureContext' defined in URL [jar:file:/usr/lib/vco/app-server/deploy/vco/WEB-INF/lib/o11n-services-bootstrap-7.3.1.jar!/META-INF/spring/singletonBeanFactoryLocator-context.xml]: Bean instantiation via con
structor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.vmware.o11n.infra.InfrastructureContext]: Constructor threw exception; nested exception is org.springframework.beans.fa
ctory.BeanCreationException: Error creating bean with name 'infrastructureContextConfig': Invocation of init method failed; nested exception is java.lang.RuntimeException: Could not establish a connection to the database.
Can anyone help to solve this issue????