You can translate the question and the replies:

TomcatManager error when starting VDP

Hi Denodo Team, We are using denodo 8.0 version, and we have been having an error related to TomcatManager when starting VDP server; In vdp.log: 2276 [main] INFO 2021-06-08T14:35:05.800 server.start [] - Starting Denodo Platform 8.0 20210209 - Process owner: Saad - Operating system: Mac OS X (x86_64) - Java(TM) SE Runtime Environment (build 11.0.1+13-LTS) - Java HotSpot(TM) 64-Bit Server VM (build 11.0.1+13-LTS, mixed mode) 4852 [main] INFO 2021-06-08T14:35:08.376 server.start [] - TLS is disabled on incoming connections 8098 [Thread-2] INFO 2021-06-08T14:35:11.622 com.denodo.tomcat.manager.TomcatManager [] - Tomcat script launched with value 0 11225 [Thread-2] INFO 2021-06-08T14:35:14.749 com.denodo.tomcat.manager.TomcatManager [] - Deploying Denodo SSO 25285 [Thread-2] INFO 2021-06-08T14:35:28.809 com.denodo.tomcat.manager.TomcatManager [] - 'denodo-restfulws' has been deployed. 27023 [Thread-2] INFO 2021-06-08T14:35:30.547 com.denodo.tomcat.manager.TomcatManager [] - 'denodo-odata4-service' has been deployed. 33216 [Thread-2] INFO 2021-06-08T14:35:36.740 com.denodo.tomcat.manager.TomcatManager [] - 'denodo-graphql-service' has been deployed. In tomcat.log: 18812 [RMI TCP Connection(2)-127.0.0.1] ERROR 2021-06-08T14:35:30.497 org.springframework.web.context.ContextLoader [] - Context initialization failed org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'denodoComplexCollectionProcessor': Unsatisfied dependency expressed through field 'entityAccessor'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'entityAccessor': Unsatisfied dependency expressed through field 'denodoTemplate'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.jdbc.core.JdbcTemplate#0' defined in class path resource [applicationContext.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'dataSource': Unsatisfied dependency expressed through field 'dataSource'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'javax.sql.DataSource' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true), @org.springframework.beans.factory.annotation.Qualifier(value="vdpDataSource")}
user
08-06-2021 10:43:38 -0400
code

1 Answer

Hi, The error seems to indicate that the data source cannot be created.To know more about the exact error, I would advise you to check the catalina logs. This file can be found at: <DENODO_HOME>\resources\apache-tomcat\logs Hope this helps!
Denodo Team
09-06-2021 18:33:25 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here