2024-04-23 13:45:03,247 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext – Exception encountered during context initialization – cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘tomcatServletWebServerFactory’ defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/ServletWebServerFactoryConfiguration$EmbeddedTomcat.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory]: Factory method ‘tomcatServletWebServerFactory’ threw exception; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘httpTransportContext’: Unsatisfied dependency expressed through field ‘transportService’; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘defaultTransportService’ defined in URL [jar:file:/usr/share/thingsboard/bin/thingsboard.jar!/BOOT-INF/lib/transport-api-3.6.4.jar!/org/thingsboard/server/common/transport/service/DefaultTransportService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘hashPartitionService’: Invocation of init method failed; nested exception is org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet;
Followed all steps in the thingsboard Raspberry Pi install, Community Edition, using redis and postgres, but the install did hang on the last step:
sudo /usr/share/thingsboard/bin/install/install.sh –loadDemo
retarted Pi and it started but without web server
Tmunro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.