Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2024-01-14 10:58:30,728 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.0.20.Final
- 2024-01-14 10:58:30,745 [main] INFO o.t.s.ThingsboardServerApplication - Starting ThingsboardServerApplication v3.6.2 using Java 11.0.21 on tb-server with PID 11717 (/usr/share/thingsboard/bin/thingsboard.jar started by thingsboard in /usr/share/thingsboard/bin)
- 2024-01-14 10:58:30,753 [main] INFO o.t.s.ThingsboardServerApplication - No active profile set, falling back to 1 default profile: "default"
- 2024-01-14 10:58:35,012 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
- 2024-01-14 10:58:35,012 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 2024-01-14 10:58:35,306 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 284 ms. Found 1 JPA repository interfaces.
- 2024-01-14 10:58:35,310 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
- 2024-01-14 10:58:35,311 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 2024-01-14 10:58:35,746 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 434 ms. Found 54 JPA repository interfaces.
- 2024-01-14 10:58:35,747 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
- 2024-01-14 10:58:35,747 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 2024-01-14 10:58:35,773 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 25 ms. Found 1 JPA repository interfaces.
- 2024-01-14 10:58:35,774 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
- 2024-01-14 10:58:35,774 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 2024-01-14 10:58:35,799 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 24 ms. Found 1 JPA repository interfaces.
- 2024-01-14 10:58:36,646 [main] INFO o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
- 2024-01-14 10:58:36,671 [main] INFO o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
- 2024-01-14 10:58:37,782 [main] INFO o.t.s.q.d.DefaultTbServiceInfoProvider - Current Service ID: tb-server
- 2024-01-14 10:58:39,427 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
- 2024-01-14 10:58:39,527 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.6.15.Final
- 2024-01-14 10:58:39,938 [main] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
- 2024-01-14 10:58:40,167 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
- 2024-01-14 10:58:40,526 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
- 2024-01-14 10:58:40,559 [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.thingsboard.server.dao.ThingsboardPostgreSQLDialect
- 2024-01-14 10:58:43,131 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
- 2024-01-14 10:58:43,172 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
- 2024-01-14 10:58:49,160 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
- 2024-01-14 10:58:49,209 [main] INFO o.a.coyote.http11.Http11NioProtocol - The ["http-nio-0.0.0.0-8080"] connector has been configured to support HTTP upgrade to [h2c]
- 2024-01-14 10:58:49,209 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-0.0.0.0-8080"]
- 2024-01-14 10:58:49,210 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
- 2024-01-14 10:58:49,210 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.73]
- 2024-01-14 10:58:49,294 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
- 2024-01-14 10:58:49,294 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 18439 ms
- 2024-01-14 10:58:49,531 [main] INFO o.t.s.d.a.CachedAttributesService - Going to use directExecutor for the local cache type caffeine
- 2024-01-14 10:58:51,082 [main] INFO o.t.s.s.a.DefaultTbApiUsageStateService - Starting api usage service.
- 2024-01-14 10:58:51,083 [main] INFO o.t.s.s.a.DefaultTbApiUsageStateService - Started api usage service.
- 2024-01-14 10:58:52,636 [main] INFO o.t.s.s.edge.rpc.EdgeGrpcService - Initializing Edge RPC service!
- 2024-01-14 10:58:52,989 [main] INFO o.t.s.s.edge.rpc.EdgeGrpcService - Going to start Edge RPC server using port: 7070
- 2024-01-14 10:58:53,157 [main] INFO o.t.s.s.edge.rpc.EdgeGrpcService - Edge RPC service initialized!
- 2024-01-14 10:58:54,603 [main] INFO o.t.s.c.t.c.ssl.SslCredentialsConfig - LWM2M Server DTLS Credentials: Skipping initialization of disabled SSL credentials.
- 2024-01-14 10:58:54,607 [main] INFO o.t.s.c.t.c.ssl.SslCredentialsConfig - LWM2M Trust Credentials: Skipping initialization of disabled SSL credentials.
- 2024-01-14 10:58:54,614 [main] INFO o.t.s.c.t.c.ssl.SslCredentialsConfig - LWM2M Bootstrap DTLS Credentials: Skipping initialization of disabled SSL credentials.
- 2024-01-14 10:58:54,680 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: zookeeper.version=3.8.1-74db005175a4ec545697012f9069cb9dcc8cdda7, built on 2023-01-25 16:31 UTC
- 2024-01-14 10:58:54,680 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: host.name=tb-server.internal.cloudapp.net
- 2024-01-14 10:58:54,680 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: java.version=11.0.21
- 2024-01-14 10:58:54,680 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: java.vendor=Ubuntu
- 2024-01-14 10:58:54,680 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: java.home=/usr/lib/jvm/java-11-openjdk-amd64
- 2024-01-14 10:58:54,680 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: java.class.path=/usr/share/thingsboard/bin/thingsboard.jar
- 2024-01-14 10:58:54,680 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: java.library.path=/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib
- 2024-01-14 10:58:54,680 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: java.io.tmpdir=/tmp
- 2024-01-14 10:58:54,680 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: java.compiler=<NA>
- 2024-01-14 10:58:54,680 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: os.name=Linux
- 2024-01-14 10:58:54,680 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: os.arch=amd64
- 2024-01-14 10:58:54,680 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: os.version=5.15.0-1053-azure
- 2024-01-14 10:58:54,680 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: user.name=thingsboard
- 2024-01-14 10:58:54,680 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: user.home=/usr/share/thingsboard
- 2024-01-14 10:58:54,680 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: user.dir=/usr/share/thingsboard/bin
- 2024-01-14 10:58:54,680 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: os.memory.free=150MB
- 2024-01-14 10:58:54,680 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: os.memory.max=980MB
- 2024-01-14 10:58:54,680 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: os.memory.total=351MB
- 2024-01-14 10:58:54,714 [main] INFO d.n.internal.NashornDetection - Delight-nashorn-sandbox detected that JDK Nashorn is present and standalone Nashorn is absent, and will use JDK Nashorn
- 2024-01-14 10:58:55,980 [main] INFO o.t.s.a.service.DefaultActorService - Initializing actor system.
- 2024-01-14 10:58:55,997 [main] INFO o.t.s.a.service.DefaultActorService - Actor system initialized.
- 2024-01-14 10:58:56,064 [main] INFO o.t.s.s.e.EdgeEventSourcingListener - EdgeEventSourcingListener initiated
- 2024-01-14 10:58:56,233 [main] INFO o.t.s.c.SystemInfoController - System build info: {"version":"3.6.2","artifact":"application","name":"ThingsBoard Server Application"}
- 2024-01-14 10:58:56,659 [main] INFO o.t.s.c.adaptor.JsonConverterConfig - JSON max string value length = 0
- 2024-01-14 10:58:56,659 [main] INFO o.t.s.c.adaptor.JsonConverterConfig - JSON type cast enabled = true
- 2024-01-14 10:58:56,739 [main] INFO o.t.s.t.mqtt.MqttTransportService - Setting resource leak detector level to DISABLED
- 2024-01-14 10:58:56,739 [main] INFO o.t.s.t.mqtt.MqttTransportService - Starting MQTT transport...
- 2024-01-14 10:58:56,795 [main] INFO o.t.s.t.mqtt.MqttTransportService - Mqtt transport started!
- 2024-01-14 10:58:56,825 [main] INFO o.e.c.elements.config.Configuration - defaults added COAP.
- 2024-01-14 10:58:56,836 [main] INFO o.e.c.elements.config.Configuration - defaults added UDP.
- 2024-01-14 10:58:56,837 [main] INFO o.e.c.c.network.RandomTokenGenerator - using tokens of 8 bytes in length
- 2024-01-14 10:58:56,855 [main] INFO org.eclipse.californium.ban - Started.
- 2024-01-14 10:58:56,858 [main] INFO o.e.c.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
- 2024-01-14 10:58:56,871 [main] INFO o.e.c.elements.config.Configuration - defaults added SYS.
- 2024-01-14 10:58:56,872 [main] INFO o.e.c.c.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=1024, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=268435456, BLOCKWISE_STRICT_BLOCK2_OPTION=true
- 2024-01-14 10:58:56,883 [main] INFO o.e.californium.core.CoapServer - Starting server
- 2024-01-14 10:58:56,896 [main] INFO o.e.c.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
- 2024-01-14 10:58:56,899 [main] INFO o.e.c.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:5683, recv buf = 106496, send buf = 106496, recv packet size = 2048
- 2024-01-14 10:58:56,900 [main] INFO o.e.c.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:5683
- 2024-01-14 10:58:56,928 [main] INFO o.t.s.t.coap.CoapTransportService - Starting CoAP transport...
- 2024-01-14 10:58:56,935 [main] INFO o.t.s.t.coap.CoapTransportService - CoAP transport started!
- 2024-01-14 10:58:57,118 [main] INFO o.e.c.elements.util.JceProviderUtil - Loaded net.i2p.crypto.eddsa.EdDSASecurityProvider
- 2024-01-14 10:58:57,135 [main] INFO o.t.s.t.l.b.LwM2MTransportBootstrapService - Starting LwM2M transport bootstrap server...
- 2024-01-14 10:58:57,250 [main] INFO o.e.c.elements.config.Configuration - defaults added DTLS.
- 2024-01-14 10:58:57,250 [main] INFO o.t.s.t.l.b.LwM2MTransportBootstrapService - Unable to load X509 files for BootStrap Server
- 2024-01-14 10:58:57,389 [main] WARN o.e.l.s.c.b.LeshanBootstrapServerBuilder - configStore is set but you also provide a custom SessionManager so this store will not be used
- 2024-01-14 10:58:57,482 [main] INFO o.e.c.c.network.RandomTokenGenerator - using tokens of 8 bytes in length
- 2024-01-14 10:58:57,482 [main] INFO o.e.c.core.network.CoapEndpoint - [LWM2M BS Server-coap://] CoapEndpoint uses udp context
- 2024-01-14 10:58:57,483 [main] INFO o.e.c.c.network.stack.BlockwiseLayer - [LWM2M BS Server-coap://] BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=1024, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=268435456, BLOCKWISE_STRICT_BLOCK2_OPTION=true
- 2024-01-14 10:58:57,501 [main] INFO o.e.c.s.dtls.InMemoryConnectionStore - Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s]
- 2024-01-14 10:58:57,504 [main] INFO o.e.c.c.network.RandomTokenGenerator - using tokens of 8 bytes in length
- 2024-01-14 10:58:57,504 [main] INFO o.e.c.core.network.CoapEndpoint - [LWM2M BS Server-coaps://] CoapEndpoint uses lwm2m correlation
- 2024-01-14 10:58:57,504 [main] INFO o.e.c.c.network.stack.BlockwiseLayer - [LWM2M BS Server-coaps://] BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=1024, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=268435456, BLOCKWISE_STRICT_BLOCK2_OPTION=true
- 2024-01-14 10:58:57,512 [main] INFO o.e.californium.core.CoapServer - Starting server
- 2024-01-14 10:58:57,516 [main] INFO o.e.c.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
- 2024-01-14 10:58:57,520 [main] INFO o.e.c.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:5687, recv buf = 106496, send buf = 106496, recv packet size = 2048
- 2024-01-14 10:58:57,521 [main] INFO o.e.c.core.network.CoapEndpoint - [LWM2M BS Server-coap://] Started endpoint at coap://0.0.0.0:5687
- 2024-01-14 10:58:57,522 [main] INFO o.e.c.scandium.DTLSConnector - multiple network interfaces, using smallest MTU [IPv4 1500, IPv6 1500]
- 2024-01-14 10:58:57,525 [main] INFO o.e.c.scandium.DTLSConnector - DTLSConnector listening on 0.0.0.0/0.0.0.0:5688, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1500
- 2024-01-14 10:58:57,526 [main] INFO o.e.c.core.network.CoapEndpoint - [LWM2M BS Server-coaps://] Started endpoint at coaps://0.0.0.0:5688
- 2024-01-14 10:58:57,526 [main] INFO o.e.l.s.c.b.LeshanBootstrapServer - Bootstrap server started at coap://0.0.0.0/0.0.0.0:5687 coaps://0.0.0.0/0.0.0.0:5688
- 2024-01-14 10:58:57,526 [main] INFO o.t.s.t.l.b.LwM2MTransportBootstrapService - Started LwM2M transport bootstrap server.
- 2024-01-14 10:58:57,528 [DTLS-Receiver-0-0.0.0.0/0.0.0.0:5688] INFO o.e.c.scandium.DTLSConnector - Starting worker thread [DTLS-Receiver-0-0.0.0.0/0.0.0.0:5688]
- 2024-01-14 10:58:57,667 [main] INFO o.t.s.t.s.s.SnmpTransportService - SNMP transport service initialized
- 2024-01-14 10:58:58,415 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 1 endpoint(s) beneath base path '/actuator'
- 2024-01-14 10:58:58,891 [main] INFO o.s.s.web.DefaultSecurityFilterChain - Will secure Or [Ant [pattern='/*.js'], Ant [pattern='/*.css'], Ant [pattern='/*.ico'], Ant [pattern='/assets/**'], Ant [pattern='/static/**']] with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@32e14e55, org.springframework.security.web.header.HeaderWriterFilter@d4a1d38, org.springframework.security.web.csrf.CsrfFilter@22ecee76, org.springframework.security.web.authentication.logout.LogoutFilter@24c186cc, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4694dfd, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7b6419dd, org.springframework.security.web.access.ExceptionTranslationFilter@52999774, org.springframework.security.web.access.intercept.AuthorizationFilter@623c62b9]
- 2024-01-14 10:58:59,084 [main] INFO o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@fec48ec, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@be73bbd, org.springframework.security.web.context.SecurityContextPersistenceFilter@7abdfd36, org.springframework.security.web.header.HeaderWriterFilter@8749c08, org.springframework.web.filter.CorsFilter@6da5cb1, org.springframework.security.web.authentication.logout.LogoutFilter@5a6a0107, org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestRedirectFilter@464de784, org.springframework.security.oauth2.client.web.OAuth2LoginAuthenticationFilter@57d8d5ed, org.thingsboard.server.service.security.auth.rest.RestLoginProcessingFilter@3759ea4d, org.thingsboard.server.service.security.auth.rest.RestPublicLoginProcessingFilter@7c75f3a8, org.thingsboard.server.service.security.auth.jwt.JwtTokenAuthenticationProcessingFilter@223f8c82, org.thingsboard.server.service.security.auth.jwt.RefreshTokenProcessingFilter@4d099a37, org.thingsboard.server.config.RateLimitProcessingFilter@7ebefdfa, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2a1107a9, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3cdb3788, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@33d95295, org.springframework.security.web.session.SessionManagementFilter@4a8c4dae, org.springframework.security.web.access.ExceptionTranslationFilter@37884b27, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5ce50896]
- 2024-01-14 10:58:59,448 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [public/index.html]
- 2024-01-14 10:59:00,206 [main] INFO o.s.i.endpoint.EventDrivenConsumer - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
- 2024-01-14 10:59:00,206 [main] INFO o.s.i.c.PublishSubscribeChannel - Channel 'application.errorChannel' has 1 subscriber(s).
- 2024-01-14 10:59:00,206 [main] INFO o.s.i.endpoint.EventDrivenConsumer - started bean '_org.springframework.integration.errorLogger'
- 2024-01-14 10:59:00,207 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-0.0.0.0-8080"]
- 2024-01-14 10:59:00,225 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path ''"noopenerAndNoreferrerAnchors" is enabled by default, but disabled in this policy. It is recommended to leave it enabled to prevent reverse tabnabbing attacks.
- 2024-01-14 11:08:49,514 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-0 [Attributes] queueSize [0] totalAdded [4] totalSaved [4] totalFailed [0]
- 2024-01-14 11:08:49,517 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-1 [Attributes] queueSize [0] totalAdded [8] totalSaved [8] totalFailed [0]
- 2024-01-14 11:08:49,517 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-2 [Attributes] queueSize [0] totalAdded [6] totalSaved [6] totalFailed [0]
- 2024-01-14 11:08:59,671 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-0 [TS] queueSize [0] totalAdded [2] totalSaved [2] totalFailed [0]
- 2024-01-14 11:08:59,671 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-1 [TS] queueSize [0] totalAdded [2] totalSaved [2] totalFailed [0]
- 2024-01-14 11:08:59,735 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-0 [TS Latest] queueSize [0] totalAdded [2] totalSaved [2] totalFailed [0]
- 2024-01-14 11:08:59,735 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-1 [TS Latest] queueSize [0] totalAdded [2] totalSaved [2] totalFailed [0]
- 2024-01-14 11:09:05,664 [TB-Scheduling-2] INFO o.t.s.dao.aspect.SqlDaoCallsAspect - Total timing statistics below:
- 2024-01-14 11:09:05,664 [TB-Scheduling-2] INFO o.t.s.dao.aspect.SqlDaoCallsAspect - [c5bf7c30-b2cb-11ee-974e-856dabcb734f]: calls: 22, failures: 0, exec time: 137
- 2024-01-14 11:09:05,664 [TB-Scheduling-2] INFO o.t.s.dao.aspect.SqlDaoCallsAspect - [c5bf7c30-b2cb-11ee-974e-856dabcb734f] Top 3 methods by timing:
- 2024-01-14 11:09:05,664 [TB-Scheduling-2] INFO o.t.s.dao.aspect.SqlDaoCallsAspect - [c5bf7c30-b2cb-11ee-974e-856dabcb734f]: method: JpaDeviceDao.findDeviceByTenantIdAndId(..), calls: 9, failures: 0, exec time: 46
- 2024-01-14 11:09:05,664 [TB-Scheduling-2] INFO o.t.s.dao.aspect.SqlDaoCallsAspect - [c5bf7c30-b2cb-11ee-974e-856dabcb734f]: method: JpaAbstractDao.findById(..), calls: 2, failures: 0, exec time: 41
- 2024-01-14 11:09:05,664 [TB-Scheduling-2] INFO o.t.s.dao.aspect.SqlDaoCallsAspect - [c5bf7c30-b2cb-11ee-974e-856dabcb734f]: method: JpaAttributeDao.find(..), calls: 6, failures: 0, exec time: 35
- 2024-01-14 11:09:05,669 [TB-Scheduling-2] INFO o.t.s.c.t.s.DefaultTransportService - Transport Stats: openConnections [0]
- 2024-01-14 11:09:05,669 [TB-Scheduling-1] INFO o.t.s.s.q.TbRuleEngineConsumerStats - [Main] Stats: totalMsgs = [9] successfulMsgs = [9] timeoutMsgs = [0] failedMsgs = [0] tmpTimeout = [0] tmpFailed = [0] successfulIterations = [6] failedIterations = [0]
- 2024-01-14 11:09:09,671 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-0 [TS] queueSize [0] totalAdded [6] totalSaved [6] totalFailed [0]
- 2024-01-14 11:09:09,735 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-0 [TS Latest] queueSize [0] totalAdded [6] totalSaved [6] totalFailed [0]
- 2024-01-14 11:09:19,671 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-0 [TS] queueSize [0] totalAdded [2] totalSaved [2] totalFailed [0]
- 2024-01-14 11:09:19,671 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-1 [TS] queueSize [0] totalAdded [9] totalSaved [9] totalFailed [0]
- 2024-01-14 11:09:19,735 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-0 [TS Latest] queueSize [0] totalAdded [2] totalSaved [2] totalFailed [0]
- 2024-01-14 11:09:19,735 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-1 [TS Latest] queueSize [0] totalAdded [9] totalSaved [9] totalFailed [0]
- 2024-01-14 11:10:05,665 [TB-Scheduling-1] INFO o.t.s.dao.aspect.SqlDaoCallsAspect - Total timing statistics below:
- 2024-01-14 11:10:05,665 [TB-Scheduling-1] INFO o.t.s.dao.aspect.SqlDaoCallsAspect - [c5bf7c30-b2cb-11ee-974e-856dabcb734f]: calls: 5, failures: 0, exec time: 39
- 2024-01-14 11:10:05,665 [TB-Scheduling-1] INFO o.t.s.dao.aspect.SqlDaoCallsAspect - [c5bf7c30-b2cb-11ee-974e-856dabcb734f] Top 3 methods by timing:
- 2024-01-14 11:10:05,665 [TB-Scheduling-1] INFO o.t.s.dao.aspect.SqlDaoCallsAspect - [c5bf7c30-b2cb-11ee-974e-856dabcb734f]: method: JpaAbstractDao.saveAndFlush(..), calls: 1, failures: 0, exec time: 15
- 2024-01-14 11:10:05,665 [TB-Scheduling-1] INFO o.t.s.dao.aspect.SqlDaoCallsAspect - [c5bf7c30-b2cb-11ee-974e-856dabcb734f]: method: JpaEdgeDao.findEdgesByTenantId(..), calls: 1, failures: 0, exec time: 11
- 2024-01-14 11:10:05,665 [TB-Scheduling-1] INFO o.t.s.dao.aspect.SqlDaoCallsAspect - [c5bf7c30-b2cb-11ee-974e-856dabcb734f]: method: JpaEntityViewDao.findEntityViewsByTenantIdAndEntityId(..), calls: 1, failures: 0, exec time: 5
- 2024-01-14 11:10:05,668 [TB-Scheduling-2] INFO o.t.s.s.queue.TbCoreConsumerStats - Core Stats: totalMsgs = [2] sessionEvents = [0] getAttr = [0] subToAttr = [0] subToRpc = [0] toDevRpc = [0] subInfo = [0] claimDevice = [0] deviceState = [0] subMsgs = [0] edgeNfs = [2] deviceActivity = [0] coreNfOther = [0] coreNfCompLfcl = [0] coreNfDevRpcRsp = [0] coreNfEdgeUpd = [0] coreNfEdgeSyncReq = [0] coreNfEdgeSyncResp = [0] coreNfNfRlProc = [0] coreNfQueueUpd = [0] coreNfQueueDel = [0] coreNfSubSvc = [0] coreNfSubMgr = [0] coreNfVCRsp = [0]
- 2024-01-14 11:10:05,670 [TB-Scheduling-1] INFO o.t.s.c.t.s.DefaultTransportService - Transport Stats: openConnections [0]
- 2024-01-14 11:10:19,671 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-0 [TS] queueSize [0] totalAdded [2] totalSaved [2] totalFailed [0]
- 2024-01-14 11:10:19,671 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-1 [TS] queueSize [0] totalAdded [9] totalSaved [9] totalFailed [0]
- 2024-01-14 11:10:19,735 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-0 [TS Latest] queueSize [0] totalAdded [2] totalSaved [2] totalFailed [0]
- 2024-01-14 11:10:19,735 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-1 [TS Latest] queueSize [0] totalAdded [9] totalSaved [9] totalFailed [0]
- 2024-01-14 11:11:05,670 [TB-Scheduling-1] INFO o.t.s.c.t.s.DefaultTransportService - Transport Stats: openConnections [0]
- 2024-01-14 11:11:19,671 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-0 [TS] queueSize [0] totalAdded [2] totalSaved [2] totalFailed [0]
- 2024-01-14 11:11:19,671 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-1 [TS] queueSize [0] totalAdded [9] totalSaved [9] totalFailed [0]
- 2024-01-14 11:11:19,735 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-0 [TS Latest] queueSize [0] totalAdded [2] totalSaved [2] totalFailed [0]
- 2024-01-14 11:11:19,735 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-1 [TS Latest] queueSize [0] totalAdded [9] totalSaved [9] totalFailed [0]
- 2024-01-14 11:12:05,670 [TB-Scheduling-1] INFO o.t.s.c.t.s.DefaultTransportService - Transport Stats: openConnections [0]
- 2024-01-14 11:12:19,671 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-0 [TS] queueSize [0] totalAdded [2] totalSaved [2] totalFailed [0]
- 2024-01-14 11:12:19,671 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-1 [TS] queueSize [0] totalAdded [2] totalSaved [2] totalFailed [0]
- 2024-01-14 11:12:19,735 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-0 [TS Latest] queueSize [0] totalAdded [2] totalSaved [2] totalFailed [0]
- 2024-01-14 11:12:19,735 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-1 [TS Latest] queueSize [0] totalAdded [2] totalSaved [2] totalFailed [0]
- 2024-01-14 11:12:29,671 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-1 [TS] queueSize [0] totalAdded [7] totalSaved [7] totalFailed [0]
- 2024-01-14 11:12:29,735 [sql-log-1-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - Queue-1 [TS Latest] queueSize [0] totalAdded [7] totalSaved [7] totalFailed [0]
- 2024-01-14 11:12:59,526 [http-nio-0.0.0.0-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2024-01-14 11:12:59,527 [http-nio-0.0.0.0-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet''errorChannel' channel
- 2024-01-14 11:29:06,436 [SpringApplicationShutdownHook] INFO o.s.i.c.PublishSubscribeChannel - Channel 'application.errorChannel' has 0 subscriber(s).
- 2024-01-14 11:29:06,437 [SpringApplicationShutdownHook] INFO o.s.i.endpoint.EventDrivenConsumer - stopped bean '_org.springframework.integration.errorLogger'
- 2024-01-14 11:29:06,485 [SpringApplicationShutdownHook] INFO o.t.s.t.s.s.SnmpTransportService - Stopping SNMP transport!
- 2024-01-14 11:29:06,489 [SpringApplicationShutdownHook] INFO o.t.s.t.s.s.SnmpTransportService - SNMP transport stopped!
- 2024-01-14 11:29:06,489 [SpringApplicationShutdownHook] INFO o.t.s.t.l.b.LwM2MTransportBootstrapService - Stopping LwM2M transport bootstrap server!
- 2024-01-14 11:29:06,489 [SpringApplicationShutdownHook] INFO o.e.californium.core.CoapServer - Destroying server
- 2024-01-14 11:29:06,492 [SpringApplicationShutdownHook] INFO o.e.c.core.network.CoapEndpoint - [LWM2M BS Server-coap://] Destroying endpoint at coap://0.0.0.0:5687
- 2024-01-14 11:29:06,492 [SpringApplicationShutdownHook] INFO o.e.c.core.network.CoapEndpoint - [LWM2M BS Server-coaps://] Destroying endpoint at coaps://0.0.0.0:5688
- 2024-01-14 11:29:06,494 [SpringApplicationShutdownHook] INFO o.e.californium.core.CoapServer - CoAP server has been destroyed
- 2024-01-14 11:29:06,494 [SpringApplicationShutdownHook] INFO o.e.l.s.c.b.LeshanBootstrapServer - Bootstrap server destroyed.
- 2024-01-14 11:29:06,494 [SpringApplicationShutdownHook] INFO o.t.s.t.l.b.LwM2MTransportBootstrapService - LwM2M transport bootstrap server stopped!
- 2024-01-14 11:29:06,494 [SpringApplicationShutdownHook] INFO o.t.s.t.l.s.DefaultLwM2mTransportService - Stopping LwM2M transport server!
- 2024-01-14 11:29:06,494 [SpringApplicationShutdownHook] INFO o.e.californium.core.CoapServer - Destroying server
- 2024-01-14 11:29:06,495 [SpringApplicationShutdownHook] INFO o.e.c.core.network.CoapEndpoint - [LWM2M Server-coap://] Destroying endpoint at coap://0.0.0.0:5685
- 2024-01-14 11:29:06,495 [SpringApplicationShutdownHook] INFO o.e.c.core.network.CoapEndpoint - [LWM2M Server-coaps://] Destroying endpoint at coaps://0.0.0.0:5686
- 2024-01-14 11:29:06,498 [SpringApplicationShutdownHook] INFO o.e.californium.core.CoapServer - CoAP server has been destroyed
- 2024-01-14 11:29:06,498 [SpringApplicationShutdownHook] INFO o.e.l.s.californium.LeshanServer - LWM2M server destroyed.
- 2024-01-14 11:29:06,498 [SpringApplicationShutdownHook] INFO o.t.s.t.l.s.DefaultLwM2mTransportService - LwM2M transport server stopped!
- 2024-01-14 11:29:06,506 [SpringApplicationShutdownHook] INFO o.t.s.t.coap.CoapTransportService - CoAP transport stopped!
- 2024-01-14 11:29:06,507 [SpringApplicationShutdownHook] INFO o.t.s.c.DefaultCoapServerService - Stopping CoAP server!
- 2024-01-14 11:29:06,507 [SpringApplicationShutdownHook] INFO o.e.californium.core.CoapServer - Destroying server
- 2024-01-14 11:29:06,509 [SpringApplicationShutdownHook] INFO o.e.c.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:5683
- 2024-01-14 11:29:06,509 [SpringApplicationShutdownHook] INFO o.e.californium.core.CoapServer - CoAP server has been destroyed
- 2024-01-14 11:29:06,509 [SpringApplicationShutdownHook] INFO o.t.s.c.DefaultCoapServerService - CoAP server stopped!
- 2024-01-14 11:29:06,509 [SpringApplicationShutdownHook] INFO o.t.s.t.mqtt.MqttTransportService - Stopping MQTT transport!
- 2024-01-14 11:29:06,541 [SpringApplicationShutdownHook] INFO o.t.s.t.mqtt.MqttTransportService - MQTT transport stopped!
- 2024-01-14 11:29:06,543 [vc-consumer-56-thread-1] INFO o.t.s.s.s.v.DefaultClusterVersionControlService - TB Version Control request consumer stopped.
- 2024-01-14 11:29:06,543 [tb-rule-engine-consumer-48-thread-23 | QK(SequentialByOriginator,TB_RULE_ENGINE,system)-7] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,543 [tb-rule-engine-consumer-48-thread-4 | QK(HighPriority,TB_RULE_ENGINE,system)-8] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,544 [tb-rule-engine-consumer-48-thread-15 | QK(Main,TB_RULE_ENGINE,system)-4] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,544 [tb-rule-engine-consumer-48-thread-19 | QK(Main,TB_RULE_ENGINE,system)-0] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,544 [tb-rule-engine-consumer-48-thread-28 | QK(SequentialByOriginator,TB_RULE_ENGINE,system)-5] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,544 [tb-rule-engine-consumer-48-thread-3 | QK(HighPriority,TB_RULE_ENGINE,system)-7] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,544 [tb-rule-engine-consumer-48-thread-17 | QK(Main,TB_RULE_ENGINE,system)-2] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,544 [tb-rule-engine-consumer-48-thread-7 | QK(HighPriority,TB_RULE_ENGINE,system)-3] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,544 [tb-rule-engine-consumer-48-thread-6 | QK(HighPriority,TB_RULE_ENGINE,system)-6] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,544 [tb-rule-engine-consumer-48-thread-24 | QK(SequentialByOriginator,TB_RULE_ENGINE,system)-2] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,544 [tb-rule-engine-consumer-48-thread-5 | QK(HighPriority,TB_RULE_ENGINE,system)-5] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,544 [tb-rule-engine-consumer-48-thread-26 | QK(SequentialByOriginator,TB_RULE_ENGINE,system)-0] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,544 [tb-rule-engine-notifications-consumer-54-thread-1] INFO o.t.s.s.q.p.AbstractConsumerService - TB Notifications Consumer stopped.
- 2024-01-14 11:29:06,544 [tb-rule-engine-consumer-48-thread-20 | QK(Main,TB_RULE_ENGINE,system)-1] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,544 [tb-rule-engine-consumer-48-thread-12 | QK(Main,TB_RULE_ENGINE,system)-9] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,545 [tb-rule-engine-consumer-48-thread-14 | QK(Main,TB_RULE_ENGINE,system)-7] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,545 [tb-rule-engine-consumer-48-thread-10 | QK(HighPriority,TB_RULE_ENGINE,system)-2] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,545 [tb-rule-engine-consumer-48-thread-9 | QK(HighPriority,TB_RULE_ENGINE,system)-1] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,545 [tb-rule-engine-consumer-48-thread-30 | QK(SequentialByOriginator,TB_RULE_ENGINE,system)-3] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,545 [tb-rule-engine-consumer-48-thread-8 | QK(HighPriority,TB_RULE_ENGINE,system)-4] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,545 [tb-rule-engine-consumer-48-thread-27 | QK(SequentialByOriginator,TB_RULE_ENGINE,system)-6] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,545 [tb-rule-engine-consumer-48-thread-29 | QK(SequentialByOriginator,TB_RULE_ENGINE,system)-4] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,545 [tb-rule-engine-consumer-48-thread-1 | QK(Main,TB_RULE_ENGINE,system)-8] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,545 [tb-rule-engine-consumer-48-thread-22 | QK(SequentialByOriginator,TB_RULE_ENGINE,system)-8] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,545 [tb-rule-engine-consumer-48-thread-18 | QK(Main,TB_RULE_ENGINE,system)-3] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,545 [tb-rule-engine-consumer-48-thread-25 | QK(SequentialByOriginator,TB_RULE_ENGINE,system)-1] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,545 [tb-rule-engine-consumer-48-thread-2 | QK(HighPriority,TB_RULE_ENGINE,system)-9] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,545 [tb-rule-engine-consumer-48-thread-13 | QK(Main,TB_RULE_ENGINE,system)-6] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,545 [tb-rule-engine-consumer-48-thread-11 | QK(HighPriority,TB_RULE_ENGINE,system)-0] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,550 [tb-rule-engine-consumer-48-thread-16 | QK(Main,TB_RULE_ENGINE,system)-5] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,550 [tb-rule-engine-consumer-48-thread-21 | QK(SequentialByOriginator,TB_RULE_ENGINE,system)-9] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 11:29:06,552 [SpringApplicationShutdownHook] INFO o.t.s.a.service.DefaultActorService - Stopping actor system.
- 2024-01-14 11:29:06,558 [SpringApplicationShutdownHook] INFO o.t.s.a.service.DefaultActorService - Actor system stopped.
- 2024-01-14 11:29:06,566 [tb-core-firmware-notifications-consumer-42-thread-1] INFO o.t.s.s.q.DefaultTbCoreConsumerService - TB Ota Package States Consumer stopped.
- 2024-01-14 11:29:06,567 [tb-core-notifications-consumer-39-thread-1] INFO o.t.s.s.q.p.AbstractConsumerService - TB Notifications Consumer stopped.
- 2024-01-14 11:29:06,567 [tb-core-consumer-40-thread-1] INFO o.t.s.s.q.DefaultTbCoreConsumerService - TB Core Consumer stopped.
- 2024-01-14 11:29:06,567 [tb-core-usage-stats-consumer-41-thread-1] INFO o.t.s.s.q.DefaultTbCoreConsumerService - TB Usage Stats Consumer stopped.
- 2024-01-14 11:29:06,639 [sql-queue-0-edge events-25-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Edge Events] Queue polling was interrupted
- 2024-01-14 11:29:06,639 [sql-queue-0-edge events-25-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Edge Events] Queue polling completed
- 2024-01-14 11:29:06,675 [sql-queue-0-ts latest-14-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [TS Latest] Queue polling was interrupted
- 2024-01-14 11:29:06,675 [sql-queue-0-ts latest-14-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [TS Latest] Queue polling completed
- 2024-01-14 11:29:06,675 [sql-queue-1-ts latest-15-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [TS Latest] Queue polling was interrupted
- 2024-01-14 11:29:06,675 [sql-queue-1-ts latest-15-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [TS Latest] Queue polling completed
- 2024-01-14 11:29:06,677 [sql-queue-2-ts latest-16-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [TS Latest] Queue polling was interrupted
- 2024-01-14 11:29:06,677 [sql-queue-2-ts latest-16-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [TS Latest] Queue polling completed
- 2024-01-14 11:29:06,678 [sql-queue-0-ts-11-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [TS] Queue polling was interrupted
- 2024-01-14 11:29:06,678 [sql-queue-0-ts-11-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [TS] Queue polling completed
- 2024-01-14 11:29:06,678 [sql-queue-1-ts-12-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [TS] Queue polling was interrupted
- 2024-01-14 11:29:06,678 [sql-queue-1-ts-12-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [TS] Queue polling completed
- 2024-01-14 11:29:06,678 [sql-queue-2-ts-13-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [TS] Queue polling was interrupted
- 2024-01-14 11:29:06,678 [sql-queue-2-ts-13-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [TS] Queue polling completed
- 2024-01-14 11:29:06,680 [sql-queue-0-attributes-8-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Attributes] Queue polling was interrupted
- 2024-01-14 11:29:06,680 [sql-queue-0-attributes-8-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Attributes] Queue polling completed
- 2024-01-14 11:29:06,680 [sql-queue-1-attributes-9-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Attributes] Queue polling was interrupted
- 2024-01-14 11:29:06,680 [sql-queue-1-attributes-9-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Attributes] Queue polling completed
- 2024-01-14 11:29:06,680 [sql-queue-2-attributes-10-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Attributes] Queue polling was interrupted
- 2024-01-14 11:29:06,680 [sql-queue-2-attributes-10-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Attributes] Queue polling completed
- 2024-01-14 11:29:06,687 [sql-queue-0-events-2-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Events] Queue polling was interrupted
- 2024-01-14 11:29:06,687 [sql-queue-0-events-2-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Events] Queue polling completed
- 2024-01-14 11:29:06,687 [sql-queue-1-events-3-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Events] Queue polling was interrupted
- 2024-01-14 11:29:06,687 [sql-queue-1-events-3-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Events] Queue polling completed
- 2024-01-14 11:29:06,687 [sql-queue-2-events-4-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Events] Queue polling was interrupted
- 2024-01-14 11:29:06,687 [sql-queue-2-events-4-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Events] Queue polling completed
- 2024-01-14 11:29:06,700 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'
- 2024-01-14 11:29:06,706 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
- 2024-01-14 11:29:06,746 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
- 2024-01-14 11:29:30,854 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.0.20.Final
- 2024-01-14 11:29:30,961 [main] INFO o.t.s.ThingsboardServerApplication - Starting ThingsboardServerApplication v3.6.2 using Java 11.0.21 on tb-server with PID 756 (/usr/share/thingsboard/bin/thingsboard.jar started by thingsboard in /usr/share/thingsboard/bin)
- 2024-01-14 11:29:30,967 [main] INFO o.t.s.ThingsboardServerApplication - No active profile set, falling back to 1 default profile: "default"
- 2024-01-14 11:29:35,637 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
- 2024-01-14 11:29:35,638 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 2024-01-14 11:29:35,946 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 297 ms. Found 1 JPA repository interfaces.
- 2024-01-14 11:29:35,949 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
- 2024-01-14 11:29:35,949 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 2024-01-14 11:29:36,362 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 413 ms. Found 54 JPA repository interfaces.
- 2024-01-14 11:29:36,364 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
- 2024-01-14 11:29:36,364 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 2024-01-14 11:29:36,388 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 23 ms. Found 1 JPA repository interfaces.
- 2024-01-14 11:29:36,388 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
- 2024-01-14 11:29:36,388 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 2024-01-14 11:29:36,410 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 21 ms. Found 1 JPA repository interfaces.
- 2024-01-14 11:29:37,361 [main] INFO o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
- 2024-01-14 11:29:37,391 [main] INFO o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
- 2024-01-14 11:29:38,637 [main] INFO o.t.s.q.d.DefaultTbServiceInfoProvider - Current Service ID: tb-server
- 2024-01-14 11:29:40,410 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
- 2024-01-14 11:29:40,529 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.6.15.Final
- 2024-01-14 11:29:40,998 [main] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
- 2024-01-14 11:29:41,220 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
- 2024-01-14 11:29:41,646 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
- 2024-01-14 11:29:41,686 [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.thingsboard.server.dao.ThingsboardPostgreSQLDialect
- 2024-01-14 11:29:44,520 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
- 2024-01-14 11:29:44,563 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
- 2024-01-14 11:29:50,210 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
- 2024-01-14 11:29:50,226 [main] INFO o.a.coyote.http11.Http11NioProtocol - The ["http-nio-0.0.0.0-8080"] connector has been configured to support HTTP upgrade to [h2c]
- 2024-01-14 11:29:50,226 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-0.0.0.0-8080"]
- 2024-01-14 11:29:50,227 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
- 2024-01-14 11:29:50,227 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.73]
- 2024-01-14 11:29:50,353 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
- 2024-01-14 11:29:50,353 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 19284 ms
- 2024-01-14 11:29:50,593 [main] INFO o.t.s.d.a.CachedAttributesService - Going to use directExecutor for the local cache type caffeine
- 2024-01-14 11:29:52,200 [main] INFO o.t.s.s.a.DefaultTbApiUsageStateService - Starting api usage service.
- 2024-01-14 11:29:52,201 [main] INFO o.t.s.s.a.DefaultTbApiUsageStateService - Started api usage service.
- 2024-01-14 11:29:53,772 [main] INFO o.t.s.s.edge.rpc.EdgeGrpcService - Initializing Edge RPC service!
- 2024-01-14 11:29:54,257 [main] INFO o.t.s.s.edge.rpc.EdgeGrpcService - Going to start Edge RPC server using port: 7070
- 2024-01-14 11:29:54,434 [main] INFO o.t.s.s.edge.rpc.EdgeGrpcService - Edge RPC service initialized!
- 2024-01-14 11:29:56,207 [main] INFO o.t.s.c.t.c.ssl.SslCredentialsConfig - LWM2M Server DTLS Credentials: Skipping initialization of disabled SSL credentials.
- 2024-01-14 11:29:56,211 [main] INFO o.t.s.c.t.c.ssl.SslCredentialsConfig - LWM2M Trust Credentials: Skipping initialization of disabled SSL credentials.
- 2024-01-14 11:29:56,219 [main] INFO o.t.s.c.t.c.ssl.SslCredentialsConfig - LWM2M Bootstrap DTLS Credentials: Skipping initialization of disabled SSL credentials.
- 2024-01-14 11:29:56,286 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: zookeeper.version=3.8.1-74db005175a4ec545697012f9069cb9dcc8cdda7, built on 2023-01-25 16:31 UTC
- 2024-01-14 11:29:56,287 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: host.name=tb-server.internal.cloudapp.net
- 2024-01-14 11:29:56,287 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: java.version=11.0.21
- 2024-01-14 11:29:56,287 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: java.vendor=Ubuntu
- 2024-01-14 11:29:56,287 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: java.home=/usr/lib/jvm/java-11-openjdk-amd64
- 2024-01-14 11:29:56,287 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: java.class.path=/usr/share/thingsboard/bin/thingsboard.jar
- 2024-01-14 11:29:56,287 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: java.library.path=/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib
- 2024-01-14 11:29:56,287 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: java.io.tmpdir=/tmp
- 2024-01-14 11:29:56,287 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: java.compiler=<NA>
- 2024-01-14 11:29:56,287 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: os.name=Linux
- 2024-01-14 11:29:56,287 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: os.arch=amd64
- 2024-01-14 11:29:56,287 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: os.version=5.15.0-1053-azure
- 2024-01-14 11:29:56,287 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: user.name=thingsboard
- 2024-01-14 11:29:56,287 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: user.home=/usr/share/thingsboard
- 2024-01-14 11:29:56,287 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: user.dir=/usr/share/thingsboard/bin
- 2024-01-14 11:29:56,287 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: os.memory.free=174MB
- 2024-01-14 11:29:56,287 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: os.memory.max=980MB
- 2024-01-14 11:29:56,287 [main] INFO o.t.s.q.e.EnvironmentLogService - ThingsBoard server environment: os.memory.total=340MB
- 2024-01-14 11:29:56,331 [main] INFO d.n.internal.NashornDetection - Delight-nashorn-sandbox detected that JDK Nashorn is present and standalone Nashorn is absent, and will use JDK Nashorn
- 2024-01-14 11:29:57,636 [main] INFO o.t.s.a.service.DefaultActorService - Initializing actor system.
- 2024-01-14 11:29:57,651 [main] INFO o.t.s.a.service.DefaultActorService - Actor system initialized.
- 2024-01-14 11:29:57,726 [main] INFO o.t.s.s.e.EdgeEventSourcingListener - EdgeEventSourcingListener initiated
- 2024-01-14 11:29:57,830 [main] INFO o.t.s.c.SystemInfoController - System build info: {"version":"3.6.2","artifact":"application","name":"ThingsBoard Server Application"}
- 2024-01-14 11:29:58,042 [main] INFO o.t.s.c.adaptor.JsonConverterConfig - JSON max string value length = 0
- 2024-01-14 11:29:58,042 [main] INFO o.t.s.c.adaptor.JsonConverterConfig - JSON type cast enabled = true
- 2024-01-14 11:29:58,118 [main] INFO o.t.s.t.mqtt.MqttTransportService - Setting resource leak detector level to DISABLED
- 2024-01-14 11:29:58,118 [main] INFO o.t.s.t.mqtt.MqttTransportService - Starting MQTT transport...
- 2024-01-14 11:29:58,175 [main] INFO o.t.s.t.mqtt.MqttTransportService - Mqtt transport started!
- 2024-01-14 11:29:58,212 [main] INFO o.e.c.elements.config.Configuration - defaults added COAP.
- 2024-01-14 11:29:58,225 [main] INFO o.e.c.elements.config.Configuration - defaults added UDP.
- 2024-01-14 11:29:58,226 [main] INFO o.e.c.c.network.RandomTokenGenerator - using tokens of 8 bytes in length
- 2024-01-14 11:29:58,250 [main] INFO org.eclipse.californium.ban - Started.
- 2024-01-14 11:29:58,253 [main] INFO o.e.c.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
- 2024-01-14 11:29:58,268 [main] INFO o.e.c.elements.config.Configuration - defaults added SYS.
- 2024-01-14 11:29:58,268 [main] INFO o.e.c.c.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=1024, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=268435456, BLOCKWISE_STRICT_BLOCK2_OPTION=true
- 2024-01-14 11:29:58,280 [main] INFO o.e.californium.core.CoapServer - Starting server
- 2024-01-14 11:29:58,295 [main] INFO o.e.c.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
- 2024-01-14 11:29:58,303 [main] INFO o.e.c.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:5683, recv buf = 106496, send buf = 106496, recv packet size = 2048
- 2024-01-14 11:29:58,304 [main] INFO o.e.c.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:5683
- 2024-01-14 11:29:58,331 [main] INFO o.t.s.t.coap.CoapTransportService - Starting CoAP transport...
- 2024-01-14 11:29:58,337 [main] INFO o.t.s.t.coap.CoapTransportService - CoAP transport started!
- 2024-01-14 11:29:58,590 [main] INFO o.e.c.elements.util.JceProviderUtil - Loaded net.i2p.crypto.eddsa.EdDSASecurityProvider
- 2024-01-14 11:29:58,607 [main] INFO o.t.s.t.l.b.LwM2MTransportBootstrapService - Starting LwM2M transport bootstrap server...
- 2024-01-14 11:29:58,717 [main] INFO o.e.c.elements.config.Configuration - defaults added DTLS.
- 2024-01-14 11:29:58,718 [main] INFO o.t.s.t.l.b.LwM2MTransportBootstrapService - Unable to load X509 files for BootStrap Server
- 2024-01-14 11:29:58,829 [main] WARN o.e.l.s.c.b.LeshanBootstrapServerBuilder - configStore is set but you also provide a custom SessionManager so this store will not be used
- 2024-01-14 11:29:58,922 [main] INFO o.e.c.c.network.RandomTokenGenerator - using tokens of 8 bytes in length
- 2024-01-14 11:29:58,922 [main] INFO o.e.c.core.network.CoapEndpoint - [LWM2M BS Server-coap://] CoapEndpoint uses udp context
- 2024-01-14 11:29:58,922 [main] INFO o.e.c.c.network.stack.BlockwiseLayer - [LWM2M BS Server-coap://] BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=1024, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=268435456, BLOCKWISE_STRICT_BLOCK2_OPTION=true
- 2024-01-14 11:29:58,945 [main] INFO o.e.c.s.dtls.InMemoryConnectionStore - Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s]
- 2024-01-14 11:29:58,947 [main] INFO o.e.c.c.network.RandomTokenGenerator - using tokens of 8 bytes in length
- 2024-01-14 11:29:58,948 [main] INFO o.e.c.core.network.CoapEndpoint - [LWM2M BS Server-coaps://] CoapEndpoint uses lwm2m correlation
- 2024-01-14 11:29:58,948 [main] INFO o.e.c.c.network.stack.BlockwiseLayer - [LWM2M BS Server-coaps://] BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=1024, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=268435456, BLOCKWISE_STRICT_BLOCK2_OPTION=true
- 2024-01-14 11:29:58,957 [main] INFO o.e.californium.core.CoapServer - Starting server
- 2024-01-14 11:29:58,968 [main] INFO o.e.c.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
- 2024-01-14 11:29:58,968 [main] INFO o.e.c.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:5687, recv buf = 106496, send buf = 106496, recv packet size = 2048
- 2024-01-14 11:29:58,968 [main] INFO o.e.c.core.network.CoapEndpoint - [LWM2M BS Server-coap://] Started endpoint at coap://0.0.0.0:5687
- 2024-01-14 11:29:58,970 [main] INFO o.e.c.scandium.DTLSConnector - multiple network interfaces, using smallest MTU [IPv4 1500, IPv6 1500]
- 2024-01-14 11:29:58,971 [main] INFO o.e.c.scandium.DTLSConnector - DTLSConnector listening on 0.0.0.0/0.0.0.0:5688, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1500
- 2024-01-14 11:29:58,972 [main] INFO o.e.c.core.network.CoapEndpoint - [LWM2M BS Server-coaps://] Started endpoint at coaps://0.0.0.0:5688
- 2024-01-14 11:29:58,972 [main] INFO o.e.l.s.c.b.LeshanBootstrapServer - Bootstrap server started at coap://0.0.0.0/0.0.0.0:5687 coaps://0.0.0.0/0.0.0.0:5688
- 2024-01-14 11:29:58,972 [main] INFO o.t.s.t.l.b.LwM2MTransportBootstrapService - Started LwM2M transport bootstrap server.
- 2024-01-14 11:29:58,976 [DTLS-Receiver-0-0.0.0.0/0.0.0.0:5688] INFO o.e.c.scandium.DTLSConnector - Starting worker thread [DTLS-Receiver-0-0.0.0.0/0.0.0.0:5688]
- 2024-01-14 11:29:59,061 [main] INFO o.t.s.t.s.s.SnmpTransportService - SNMP transport service initialized
- 2024-01-14 11:29:59,835 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 1 endpoint(s) beneath base path '/actuator'
- 2024-01-14 11:30:00,337 [main] INFO o.s.s.web.DefaultSecurityFilterChain - Will secure Or [Ant [pattern='/*.js'], Ant [pattern='/*.css'], Ant [pattern='/*.ico'], Ant [pattern='/assets/**'], Ant [pattern='/static/**']] with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6c884b0d, org.springframework.security.web.header.HeaderWriterFilter@38657ca8, org.springframework.security.web.csrf.CsrfFilter@196ca821, org.springframework.security.web.authentication.logout.LogoutFilter@55456711, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@500039b3, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@53f785df, org.springframework.security.web.access.ExceptionTranslationFilter@14270715, org.springframework.security.web.access.intercept.AuthorizationFilter@e343477]
- 2024-01-14 11:30:00,483 [main] INFO o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@1a2f6bef, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1140585, org.springframework.security.web.context.SecurityContextPersistenceFilter@523a10a0, org.springframework.security.web.header.HeaderWriterFilter@24af33a1, org.springframework.web.filter.CorsFilter@298990ab, org.springframework.security.web.authentication.logout.LogoutFilter@348c2548, org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestRedirectFilter@6f279a75, org.springframework.security.oauth2.client.web.OAuth2LoginAuthenticationFilter@34552734, org.thingsboard.server.service.security.auth.rest.RestLoginProcessingFilter@5d3b0f8a, org.thingsboard.server.service.security.auth.rest.RestPublicLoginProcessingFilter@3bfab643, org.thingsboard.server.service.security.auth.jwt.JwtTokenAuthenticationProcessingFilter@5233d3e0, org.thingsboard.server.service.security.auth.jwt.RefreshTokenProcessingFilter@4b50ebea, org.thingsboard.server.config.RateLimitProcessingFilter@751e7d99, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4d7143de, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1c595228, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4fc23215, org.springframework.security.web.session.SessionManagementFilter@109f7381, org.springframework.security.web.access.ExceptionTranslationFilter@14f13587, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@299a2968]
- 2024-01-14 11:30:00,897 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [public/index.html]
- 2024-01-14 11:30:01,620 [main] INFO o.s.i.endpoint.EventDrivenConsumer - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
- 2024-01-14 11:30:01,621 [main] INFO o.s.i.c.PublishSubscribeChannel - Channel 'application.errorChannel' has 1 subscriber(s).
- 2024-01-14 11:30:01,621 [main] INFO o.s.i.endpoint.EventDrivenConsumer - started bean '_org.springframework.integration.errorLogger'
- 2024-01-14 11:30:01,621 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-0.0.0.0-8080"]
- 2024-01-14 11:30:01,648 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '''dispatcherServlet'
- 2024-01-14 12:24:46,211 [http-nio-0.0.0.0-8080-exec-3] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet''errorChannel' channel
- 2024-01-14 12:35:56,435 [SpringApplicationShutdownHook] INFO o.s.i.c.PublishSubscribeChannel - Channel 'application.errorChannel' has 0 subscriber(s).
- 2024-01-14 12:35:56,435 [SpringApplicationShutdownHook] INFO o.s.i.endpoint.EventDrivenConsumer - stopped bean '_org.springframework.integration.errorLogger'
- 2024-01-14 12:35:56,457 [SpringApplicationShutdownHook] INFO o.t.s.t.s.s.SnmpTransportService - Stopping SNMP transport!
- 2024-01-14 12:35:56,457 [SpringApplicationShutdownHook] INFO o.t.s.t.s.s.SnmpTransportService - SNMP transport stopped!
- 2024-01-14 12:35:56,457 [SpringApplicationShutdownHook] INFO o.t.s.t.l.b.LwM2MTransportBootstrapService - Stopping LwM2M transport bootstrap server!
- 2024-01-14 12:35:56,457 [SpringApplicationShutdownHook] INFO o.e.californium.core.CoapServer - Destroying server
- 2024-01-14 12:35:56,459 [SpringApplicationShutdownHook] INFO o.e.c.core.network.CoapEndpoint - [LWM2M BS Server-coap://] Destroying endpoint at coap://0.0.0.0:5687
- 2024-01-14 12:35:56,459 [SpringApplicationShutdownHook] INFO o.e.c.core.network.CoapEndpoint - [LWM2M BS Server-coaps://] Destroying endpoint at coaps://0.0.0.0:5688
- 2024-01-14 12:35:56,460 [SpringApplicationShutdownHook] INFO o.e.californium.core.CoapServer - CoAP server has been destroyed
- 2024-01-14 12:35:56,461 [SpringApplicationShutdownHook] INFO o.e.l.s.c.b.LeshanBootstrapServer - Bootstrap server destroyed.
- 2024-01-14 12:35:56,461 [SpringApplicationShutdownHook] INFO o.t.s.t.l.b.LwM2MTransportBootstrapService - LwM2M transport bootstrap server stopped!
- 2024-01-14 12:35:56,461 [SpringApplicationShutdownHook] INFO o.t.s.t.l.s.DefaultLwM2mTransportService - Stopping LwM2M transport server!
- 2024-01-14 12:35:56,461 [SpringApplicationShutdownHook] INFO o.e.californium.core.CoapServer - Destroying server
- 2024-01-14 12:35:56,465 [SpringApplicationShutdownHook] INFO o.e.c.core.network.CoapEndpoint - [LWM2M Server-coap://] Destroying endpoint at coap://0.0.0.0:5685
- 2024-01-14 12:35:56,466 [SpringApplicationShutdownHook] INFO o.e.c.core.network.CoapEndpoint - [LWM2M Server-coaps://] Destroying endpoint at coaps://0.0.0.0:5686
- 2024-01-14 12:35:56,466 [SpringApplicationShutdownHook] INFO o.e.californium.core.CoapServer - CoAP server has been destroyed
- 2024-01-14 12:35:56,467 [SpringApplicationShutdownHook] INFO o.e.l.s.californium.LeshanServer - LWM2M server destroyed.
- 2024-01-14 12:35:56,467 [SpringApplicationShutdownHook] INFO o.t.s.t.l.s.DefaultLwM2mTransportService - LwM2M transport server stopped!
- 2024-01-14 12:35:56,471 [SpringApplicationShutdownHook] INFO o.t.s.t.coap.CoapTransportService - CoAP transport stopped!
- 2024-01-14 12:35:56,471 [SpringApplicationShutdownHook] INFO o.t.s.c.DefaultCoapServerService - Stopping CoAP server!
- 2024-01-14 12:35:56,471 [SpringApplicationShutdownHook] INFO o.e.californium.core.CoapServer - Destroying server
- 2024-01-14 12:35:56,472 [SpringApplicationShutdownHook] INFO o.e.c.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:5683
- 2024-01-14 12:35:56,472 [SpringApplicationShutdownHook] INFO o.e.californium.core.CoapServer - CoAP server has been destroyed
- 2024-01-14 12:35:56,472 [SpringApplicationShutdownHook] INFO o.t.s.c.DefaultCoapServerService - CoAP server stopped!
- 2024-01-14 12:35:56,472 [SpringApplicationShutdownHook] INFO o.t.s.t.mqtt.MqttTransportService - Stopping MQTT transport!
- 2024-01-14 12:35:56,480 [SpringApplicationShutdownHook] INFO o.t.s.t.mqtt.MqttTransportService - MQTT transport stopped!
- 2024-01-14 12:35:56,482 [vc-consumer-56-thread-1] INFO o.t.s.s.s.v.DefaultClusterVersionControlService - TB Version Control request consumer stopped.
- 2024-01-14 12:35:56,486 [tb-rule-engine-consumer-48-thread-6 | QK(SequentialByOriginator,TB_RULE_ENGINE,system)-0] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,486 [tb-rule-engine-consumer-48-thread-9 | QK(SequentialByOriginator,TB_RULE_ENGINE,system)-4] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,486 [tb-rule-engine-consumer-48-thread-20 | QK(Main,TB_RULE_ENGINE,system)-0] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,487 [tb-rule-engine-consumer-48-thread-24 | QK(HighPriority,TB_RULE_ENGINE,system)-5] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,487 [tb-rule-engine-consumer-48-thread-23 | QK(HighPriority,TB_RULE_ENGINE,system)-8] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,487 [tb-rule-engine-consumer-48-thread-2 | QK(SequentialByOriginator,TB_RULE_ENGINE,system)-8] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,487 [tb-rule-engine-consumer-48-thread-21 | QK(Main,TB_RULE_ENGINE,system)-1] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,487 [tb-rule-engine-consumer-48-thread-22 | QK(HighPriority,TB_RULE_ENGINE,system)-7] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,487 [tb-rule-engine-consumer-48-thread-14 | QK(Main,TB_RULE_ENGINE,system)-7] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,487 [tb-rule-engine-consumer-48-thread-4 | QK(SequentialByOriginator,TB_RULE_ENGINE,system)-2] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,490 [tb-rule-engine-consumer-48-thread-28 | QK(HighPriority,TB_RULE_ENGINE,system)-1] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,490 [tb-rule-engine-consumer-48-thread-29 | QK(HighPriority,TB_RULE_ENGINE,system)-2] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,490 [tb-rule-engine-consumer-48-thread-1 | QK(SequentialByOriginator,TB_RULE_ENGINE,system)-9] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,490 [tb-rule-engine-consumer-48-thread-12 | QK(Main,TB_RULE_ENGINE,system)-9] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,490 [tb-rule-engine-consumer-48-thread-5 | QK(SequentialByOriginator,TB_RULE_ENGINE,system)-1] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,490 [tb-rule-engine-consumer-48-thread-18 | QK(Main,TB_RULE_ENGINE,system)-3] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,490 [tb-rule-engine-consumer-48-thread-26 | QK(HighPriority,TB_RULE_ENGINE,system)-3] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,490 [tb-rule-engine-consumer-48-thread-25 | QK(HighPriority,TB_RULE_ENGINE,system)-6] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,498 [tb-rule-engine-consumer-48-thread-27 | QK(HighPriority,TB_RULE_ENGINE,system)-4] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,499 [tb-rule-engine-consumer-48-thread-19 | QK(HighPriority,TB_RULE_ENGINE,system)-9] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,499 [tb-rule-engine-consumer-48-thread-17 | QK(Main,TB_RULE_ENGINE,system)-2] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,499 [tb-rule-engine-consumer-48-thread-13 | QK(Main,TB_RULE_ENGINE,system)-6] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,501 [tb-rule-engine-consumer-48-thread-7 | QK(SequentialByOriginator,TB_RULE_ENGINE,system)-6] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,501 [tb-rule-engine-consumer-48-thread-30 | QK(HighPriority,TB_RULE_ENGINE,system)-0] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,502 [tb-rule-engine-consumer-48-thread-8 | QK(SequentialByOriginator,TB_RULE_ENGINE,system)-5] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,502 [tb-rule-engine-consumer-48-thread-16 | QK(Main,TB_RULE_ENGINE,system)-5] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,502 [tb-rule-engine-consumer-48-thread-11 | QK(Main,TB_RULE_ENGINE,system)-8] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,502 [tb-rule-engine-consumer-48-thread-3 | QK(SequentialByOriginator,TB_RULE_ENGINE,system)-7] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,503 [tb-rule-engine-consumer-48-thread-10 | QK(SequentialByOriginator,TB_RULE_ENGINE,system)-3] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,503 [tb-rule-engine-consumer-48-thread-15 | QK(Main,TB_RULE_ENGINE,system)-4] INFO o.t.s.s.q.r.TbRuleEngineQueueConsumerManager - Rule Engine consumer stopped
- 2024-01-14 12:35:56,503 [tb-rule-engine-notifications-consumer-54-thread-1] INFO o.t.s.s.q.p.AbstractConsumerService - TB Notifications Consumer stopped.
- 2024-01-14 12:35:56,507 [SpringApplicationShutdownHook] INFO o.t.s.a.service.DefaultActorService - Stopping actor system.
- 2024-01-14 12:35:56,509 [SpringApplicationShutdownHook] INFO o.t.s.a.service.DefaultActorService - Actor system stopped.
- 2024-01-14 12:35:56,510 [tb-core-notifications-consumer-39-thread-1] INFO o.t.s.s.q.p.AbstractConsumerService - TB Notifications Consumer stopped.
- 2024-01-14 12:35:56,511 [tb-core-usage-stats-consumer-41-thread-1] INFO o.t.s.s.q.DefaultTbCoreConsumerService - TB Usage Stats Consumer stopped.
- 2024-01-14 12:35:56,511 [tb-core-firmware-notifications-consumer-42-thread-1] INFO o.t.s.s.q.DefaultTbCoreConsumerService - TB Ota Package States Consumer stopped.
- 2024-01-14 12:35:56,511 [tb-core-consumer-40-thread-1] INFO o.t.s.s.q.DefaultTbCoreConsumerService - TB Core Consumer stopped.
- 2024-01-14 12:35:56,550 [sql-queue-0-edge events-25-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Edge Events] Queue polling was interrupted
- 2024-01-14 12:35:56,550 [sql-queue-0-edge events-25-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Edge Events] Queue polling completed
- 2024-01-14 12:35:56,569 [sql-queue-0-ts latest-14-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [TS Latest] Queue polling was interrupted
- 2024-01-14 12:35:56,569 [sql-queue-0-ts latest-14-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [TS Latest] Queue polling completed
- 2024-01-14 12:35:56,569 [sql-queue-1-ts latest-15-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [TS Latest] Queue polling was interrupted
- 2024-01-14 12:35:56,569 [sql-queue-1-ts latest-15-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [TS Latest] Queue polling completed
- 2024-01-14 12:35:56,569 [sql-queue-2-ts latest-16-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [TS Latest] Queue polling was interrupted
- 2024-01-14 12:35:56,569 [sql-queue-2-ts latest-16-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [TS Latest] Queue polling completed
- 2024-01-14 12:35:56,570 [sql-queue-0-ts-11-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [TS] Queue polling was interrupted
- 2024-01-14 12:35:56,570 [sql-queue-0-ts-11-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [TS] Queue polling completed
- 2024-01-14 12:35:56,570 [sql-queue-2-ts-13-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [TS] Queue polling was interrupted
- 2024-01-14 12:35:56,570 [sql-queue-2-ts-13-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [TS] Queue polling completed
- 2024-01-14 12:35:56,570 [sql-queue-1-ts-12-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [TS] Queue polling was interrupted
- 2024-01-14 12:35:56,570 [sql-queue-1-ts-12-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [TS] Queue polling completed
- 2024-01-14 12:35:56,570 [sql-queue-0-attributes-8-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Attributes] Queue polling was interrupted
- 2024-01-14 12:35:56,570 [sql-queue-0-attributes-8-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Attributes] Queue polling completed
- 2024-01-14 12:35:56,571 [sql-queue-1-attributes-9-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Attributes] Queue polling was interrupted
- 2024-01-14 12:35:56,571 [sql-queue-1-attributes-9-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Attributes] Queue polling completed
- 2024-01-14 12:35:56,572 [sql-queue-2-attributes-10-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Attributes] Queue polling was interrupted
- 2024-01-14 12:35:56,572 [sql-queue-2-attributes-10-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Attributes] Queue polling completed
- 2024-01-14 12:35:56,578 [sql-queue-0-events-2-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Events] Queue polling was interrupted
- 2024-01-14 12:35:56,578 [sql-queue-0-events-2-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Events] Queue polling completed
- 2024-01-14 12:35:56,578 [sql-queue-2-events-4-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Events] Queue polling was interrupted
- 2024-01-14 12:35:56,578 [sql-queue-2-events-4-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Events] Queue polling completed
- 2024-01-14 12:35:56,578 [sql-queue-1-events-3-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Events] Queue polling was interrupted
- 2024-01-14 12:35:56,578 [sql-queue-1-events-3-thread-1] INFO o.t.s.dao.sql.TbSqlBlockingQueue - [Events] Queue polling completed
- 2024-01-14 12:35:56,587 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'
- 2024-01-14 12:35:56,589 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
- 2024-01-14 12:35:56,630 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
- 2024-01-14 12:35:59,309 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.0.20.Final
- 2024-01-14 12:35:59,413 [main] INFO o.t.s.ThingsboardServerApplication - Starting ThingsboardServerApplication v3.6.2 using Java 11.0.21 on tb-server with PID 1850 (/usr/share/thingsboard/bin/thingsboard.jar started by thingsboard in /usr/share/thingsboard/bin)
- 2024-01-14 12:35:59,413 [main] INFO o.t.s.ThingsboardServerApplication - No active profile set, falling back to 1 default profile: "default"
- 2024-01-14 12:36:03,943 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
- 2024-01-14 12:36:03,944 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 2024-01-14 12:36:04,195 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 242 ms. Found 1 JPA repository interfaces.
- 2024-01-14 12:36:04,198 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
- 2024-01-14 12:36:04,198 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 2024-01-14 12:36:04,585 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 386 ms. Found 54 JPA repository interfaces.
- 2024-01-14 12:36:04,586 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
- 2024-01-14 12:36:04,587 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 2024-01-14 12:36:04,610 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 23 ms. Found 1 JPA repository interfaces.
- 2024-01-14 12:36:04,611 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
- 2024-01-14 12:36:04,611 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 2024-01-14 12:36:04,658 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 47 ms. Found 1 JPA repository interfaces.
- 2024-01-14 12:36:05,549 [main] INFO o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
- 2024-01-14 12:36:05,575 [main] INFO o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
- 2024-01-14 12:36:06,644 [main] INFO o.t.s.q.d.DefaultTbServiceInfoProvider - Current Service ID: tb-server
- 2024-01-14 12:36:08,447 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
- 2024-01-14 12:36:08,544 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.6.15.Final
- 2024-01-14 12:36:08,919 [main] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
- 2024-01-14 12:36:09,127 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
- 2024-01-14 12:36:09,574 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
- 2024-01-14 12:36:09,606 [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.thingsboard.server.dao.ThingsboardPostgreSQLDialect
- 2024-01-14 12:36:12,167 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
- 2024-01-14 12:36:12,208 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
- 2024-01-14 12:36:17,385 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
- 2024-01-14 12:36:17,399 [main] INFO o.a.coyote.http11.Http11NioProtocol - The ["http-nio-0.0.0.0-8080"] connector has been configured to support HTTP upgrade to [h2c]
- 2024-01-14 12:36:17,399 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-0.0.0.0-8080"]
- 2024-01-14 12:36:17,400 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
- 2024-01-14 12:36:17,400 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.73]
- 2024-01-14 12:36:17,489 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
- 2024-01-14 12:36:17,490 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 17970 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement