使用edgexfoundry / device-sdk-go。打包二进制运行报错 #319
Replies: 3 comments 1 reply
-
我使用的版本是3.1.1。 |
Beta Was this translation helpful? Give feedback.
-
EdgeX is a microservice architecture system, so it requires multiple services running together. |
Beta Was this translation helpful? Give feedback.
-
我按照https://docs.edgexfoundry.org/3.1/getting-started/Ch-GettingStartedSDK-Go/这个教程,重新运行了一个程序。现在报错信息为: |
Beta Was this translation helpful? Give feedback.
-
level=INFO ts=2024-12-03T06:52:47.245827685Z app=device-simple source=validation.go:35 msg="Responses to device validation requests will be published on topic: edgex/response/device-simple/"
level=INFO ts=2024-12-03T06:52:47.246373025Z app=device-simple source=manager.go:128 msg="Metrics Manager started with a report interval of 30s"
level=INFO ts=2024-12-03T06:52:47.246418978Z app=device-simple source=clients.go:167 msg="Using REST for 'core-metadata' clients @ http://edgex-core-metadata:59881"
level=INFO ts=2024-12-03T06:52:47.24649528Z app=device-simple source=restrouter.go:56 msg="Registering v2 routes..."
level=ERROR ts=2024-12-03T06:52:47.598198564Z app=device-simple source=init.go:62 msg="Failed to init cache: request failed, status code: 502, err: "
level=ERROR ts=2024-12-03T06:52:47.598247118Z app=device-simple source=bootstrap.go:27 msg="Device Service bootstrapping failed"
Beta Was this translation helpful? Give feedback.
All reactions