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
I am running a program on Windows. I am getting an error with the following details: level=ERROR ts=2024-12-06T07:00:06.0816296Z app=device-mqtt source=bootstrap.go:50 msg="failed to create SecretProvider: unable to create SecretClient: open /tmp/edgex/secrets/device-mqtt/secrets-token.json: The system cannot find the path specified."
#713
Open
2105424002 opened this issue
Dec 6, 2024
· 4 comments
level=WARN ts=2024-12-06T07:00:04.0813047Z app=device-mqtt source=secret.go:130 msg="Retryable failure while creating SecretClient: open /tmp/edgex/secrets/device-mqtt/secrets-token.json: The system cannot find the path specified."
level=INFO ts=2024-12-06T07:00:05.0815559Z app=device-mqtt source=secret.go:77 msg="Reading secret store configuration and authentication token"
level=INFO ts=2024-12-06T07:00:05.0815559Z app=device-mqtt source=secret.go:214 msg="load token from file"
level=WARN ts=2024-12-06T07:00:05.0815559Z app=device-mqtt source=secret.go:130 msg="Retryable failure while creating SecretClient: open /tmp/edgex/secrets/device-mqtt/secrets-token.json: The system cannot find the path specified."
level=ERROR ts=2024-12-06T07:00:06.0816296Z app=device-mqtt source=bootstrap.go:50 msg="failed to create SecretProvider: unable to create SecretClient: open /tmp/edgex/secrets/device-mqtt/secrets-token.json: The system cannot find the path specified."
The text was updated successfully, but these errors were encountered:
It doesn't support Windows natively, because the file path format is different
EdgeX currently support docker deployment on Linux officially
However, you can make your customization build to support the Windows environment
It doesn't support Windows natively, because the file path format is different EdgeX currently support docker deployment on Linux officially However, you can make your customization build to support the Windows environment
Why would my newly created device-mqtt-service overwrite device-mqtt? I want them to coexist. What requirements are needed?
level=WARN ts=2024-12-06T07:00:04.0813047Z app=device-mqtt source=secret.go:130 msg="Retryable failure while creating SecretClient: open /tmp/edgex/secrets/device-mqtt/secrets-token.json: The system cannot find the path specified."
level=INFO ts=2024-12-06T07:00:05.0815559Z app=device-mqtt source=secret.go:77 msg="Reading secret store configuration and authentication token"
level=INFO ts=2024-12-06T07:00:05.0815559Z app=device-mqtt source=secret.go:214 msg="load token from file"
level=WARN ts=2024-12-06T07:00:05.0815559Z app=device-mqtt source=secret.go:130 msg="Retryable failure while creating SecretClient: open /tmp/edgex/secrets/device-mqtt/secrets-token.json: The system cannot find the path specified."
level=ERROR ts=2024-12-06T07:00:06.0816296Z app=device-mqtt source=bootstrap.go:50 msg="failed to create SecretProvider: unable to create SecretClient: open /tmp/edgex/secrets/device-mqtt/secrets-token.json: The system cannot find the path specified."
The text was updated successfully, but these errors were encountered: