We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I am running the following container image:
ghcr.io/eclipse-sdv-blueprints/software-orchestration/eclipse-freyja/local-with-ibeji:0.1.0
The container log is showing the following output:
May 24 16:03:49 b9483da594e9 freyja[951]: e0d2f3614acf5a8a1902a1b611e1ea431f4a408206d2e67357aff9b55380ba24 May 24 16:03:49 b9483da594e9 freyja[951]: Container: May 24 16:03:49 b9483da594e9 freyja[951]: 8b9988199fbfdec59347590f7de5b65ef14a06ccbfaac3612551e0c5db0515e7 May 24 16:03:49 b9483da594e9 systemd[1]: Started freyja.service. May 24 16:03:49 b9483da594e9 freyja-pod-local-cloud-sync[1124]: thread 'main' panicked at 'Could not create GRPCServiceDiscoveryAdapter: ServiceDiscoveryAdapterError { kind: Deserialize, inner: Some(missing field `uri`) }', freyja_apps/ibeji_integration/src/main.rs:14:1 May 24 16:03:49 b9483da594e9 freyja-pod-local-cloud-sync[1124]: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace May 24 16:03:49 b9483da594e9 podman[1150]: 2024-05-24 16:03:49.858454044 +0000 UTC m=+0.047397539 container died 8b9988199fbfdec59347590f7de5b65ef14a06ccbfaac3612551e0c5db0515e7 (image=ghcr.io/eclipse-sdv-blueprints/software-orchestration/eclipse-freyja/local-with-ibeji:0.1.0, name=freyja-pod-local-cloud-sync, PODMAN_SYSTEMD_UNIT=freyja.service, app=freyja) May 24 16:03:49 b9483da594e9 podman[1150]: 2024-05-24 16:03:49.861908585 +0000 UTC m=+0.050852043 container restart 8b9988199fbfdec59347590f7de5b65ef14a06ccbfaac3612551e0c5db0515e7 (image=ghcr.io/eclipse-sdv-blueprints/software-orchestration/eclipse-freyja/local-with-ibeji:0.1.0, name=freyja-pod-local-cloud-sync, pod_id=e0d2f3614acf5a8a1902a1b611e1ea431f4a408206d2e67357aff9b55380ba24, PODMAN_SYSTEMD_UNIT=freyja.service, app=freyja) May 24 16:03:49 b9483da594e9 podman[1150]: 2024-05-24 16:03:49.95853924 +0000 UTC m=+0.147482706 container init 8b9988199fbfdec59347590f7de5b65ef14a06ccbfaac3612551e0c5db0515e7 (image=ghcr.io/eclipse-sdv-blueprints/software-orchestration/eclipse-freyja/local-with-ibeji:0.1.0, name=freyja-pod-local-cloud-sync, pod_id=e0d2f3614acf5a8a1902a1b611e1ea431f4a408206d2e67357aff9b55380ba24, PODMAN_SYSTEMD_UNIT=freyja.service, app=freyja) May 24 16:03:49 b9483da594e9 podman[1150]: 2024-05-24 16:03:49.969403958 +0000 UTC m=+0.158347422 container start 8b9988199fbfdec59347590f7de5b65ef14a06ccbfaac3612551e0c5db0515e7 (image=ghcr.io/eclipse-sdv-blueprints/software-orchestration/eclipse-freyja/local-with-ibeji:0.1.0, name=freyja-pod-local-cloud-sync, pod_id=e0d2f3614acf5a8a1902a1b611e1ea431f4a408206d2e67357aff9b55380ba24, PODMAN_SYSTEMD_UNIT=freyja.service, app=freyja)
Nothing special about that container besides sharing the host machine's network instead of its own isolated interfaces.
Should I use any addiitonal environment variables for that URI error message?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I am running the following container image:
The container log is showing the following output:
Nothing special about that container besides sharing the host machine's network instead of its own isolated interfaces.
Should I use any addiitonal environment variables for that URI error message?
The text was updated successfully, but these errors were encountered: