You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2025-01-30 07:41:29,429 [cloud-manager-uplink-71-thread-1] ERROR o.t.s.s.c.BaseCloudManagerService - Interrupted while waiting for latch, isGeneralProcessInProgress=true java.lang.InterruptedException: null at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1081) at java.base/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:276) at org.thingsboard.server.service.cloud.BaseCloudManagerService.sendUplinkMsgPack(BaseCloudManagerService.java:753) at org.thingsboard.server.service.cloud.BaseCloudManagerService.lambda$processMsgPack$7(BaseCloudManagerService.java:714) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) 2025-01-30 07:41:29,431 [cloud-manager-uplink-71-thread-1] WARN o.t.s.s.c.BaseCloudManagerService - Message not send due to exception: uplinkMsgId: 1089135147 entityData { entityIdMSB: -1146769597467258385 entityIdLSB: -7515850751459944064 entityType: "DEVICE" postTelemetryMsg { tsKvList { ts: 1738222889209 kv { key: "MotorTemperature" type: DOUBLE_V double_v: 29.5 } } } }
My TB-Edge Env are:
The text was updated successfully, but these errors were encountered:
Component
Description
Clear and concise details.
Environment
Hello,
I have the problem that my Edge device cannot transfer all data to the cloud.
I keep getting the following error message in the TB-Edge log:
2025-01-30 07:53:38,030 [kafka-producer-network-thread | monolith-transport-notifications-thingsboard-edge] INFO o.apache.kafka.clients.NetworkClient - [Producer clientId=monolith-transport-notifications-thingsboard-edge] Node -1 disconnected. 2025-01-30 07:53:38,038 [kafka-producer-network-thread | monolith-to-edge-thingsboard-edge] INFO o.apache.kafka.clients.NetworkClient - [Producer clientId=monolith-to-edge-thingsboard-edge] Node -1 disconnected. 2025-01-30 07:53:38,041 [kafka-producer-network-thread | monolith-core-notifications-thingsboard-edge] INFO o.apache.kafka.clients.NetworkClient - [Producer clientId=monolith-core-notifications-thingsboard-edge] Node -1 disconnected. 2025-01-30 07:53:38,051 [kafka-producer-network-thread | monolith-to-edge-event-thingsboard-edge] INFO o.apache.kafka.clients.NetworkClient - [Producer clientId=monolith-to-edge-event-thingsboard-edge] Node -1 disconnected. 2025-01-30 07:53:38,066 [kafka-producer-network-thread | monolith-vc-producer-thingsboard-edge] INFO o.apache.kafka.clients.NetworkClient - [Producer clientId=monolith-vc-producer-thingsboard-edge] Node -1 disconnected. 2025-01-30 07:53:38,068 [kafka-producer-network-thread | monolith-to-edge-notifications-thingsboard-edge] INFO o.apache.kafka.clients.NetworkClient - [Producer clientId=monolith-to-edge-notifications-thingsboard-edge] Node -1 disconnected. 2025-01-30 07:53:38,074 [kafka-producer-network-thread | monolith-rule-engine-notifications-thingsboard-edge] INFO o.apache.kafka.clients.NetworkClient - [Producer clientId=monolith-rule-engine-notifications-thingsboard-edge] Node -1 disconnected. 2025-01-30 07:53:38,083 [kafka-producer-network-thread | monolith-housekeeper-producer-thingsboard-edge] INFO o.apache.kafka.clients.NetworkClient - [Producer clientId=monolith-housekeeper-producer-thingsboard-edge] Node -1 disconnected. 2025-01-30 07:53:40,482 [kafka-producer-network-thread | monolith-us-producer-thingsboard-edge] INFO o.apache.kafka.clients.NetworkClient - [Producer clientId=monolith-us-producer-thingsboard-edge] Node -1 disconnected. 2025-01-30 07:53:40,697 [kafka-producer-network-thread | transport-api-request-thingsboard-edge] INFO o.apache.kafka.clients.NetworkClient - [Producer clientId=transport-api-request-thingsboard-edge] Node -1 disconnected. 2025-01-30 07:53:40,711 [kafka-producer-network-thread | monolith-rule-engine-thingsboard-edge] INFO o.apache.kafka.clients.NetworkClient - [Producer clientId=monolith-rule-engine-thingsboard-edge] Node -1 disconnected. 2025-01-30 07:53:41,213 [cloud-manager-uplink-71-thread-1] ERROR o.t.s.s.c.BaseCloudManagerService - Interrupted while waiting for latch, isGeneralProcessInProgress=true
2025-01-30 07:41:29,429 [cloud-manager-uplink-71-thread-1] ERROR o.t.s.s.c.BaseCloudManagerService - Interrupted while waiting for latch, isGeneralProcessInProgress=true java.lang.InterruptedException: null at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1081) at java.base/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:276) at org.thingsboard.server.service.cloud.BaseCloudManagerService.sendUplinkMsgPack(BaseCloudManagerService.java:753) at org.thingsboard.server.service.cloud.BaseCloudManagerService.lambda$processMsgPack$7(BaseCloudManagerService.java:714) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) 2025-01-30 07:41:29,431 [cloud-manager-uplink-71-thread-1] WARN o.t.s.s.c.BaseCloudManagerService - Message not send due to exception: uplinkMsgId: 1089135147 entityData { entityIdMSB: -1146769597467258385 entityIdLSB: -7515850751459944064 entityType: "DEVICE" postTelemetryMsg { tsKvList { ts: 1738222889209 kv { key: "MotorTemperature" type: DOUBLE_V double_v: 29.5 } } } }
My TB-Edge Env are:
The text was updated successfully, but these errors were encountered: