Skip to content
New issue

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

accounting-service failing to start #1798

Open
MMartyn opened this issue Nov 27, 2024 · 2 comments
Open

accounting-service failing to start #1798

MMartyn opened this issue Nov 27, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@MMartyn
Copy link

MMartyn commented Nov 27, 2024

Bug Report

Which version of the demo you are using? ghcr.io/open-telemetry/demo:latest-accountingservice@sha256:a4c22f54468bf16fc32fc788e8f71d663b6886158847a5e555eb90381b6aae0e

Symptom

The container is in a restart loop. The logs report:

Unhandled exception. System.IO.FileLoadException: Could not load file or assembly 'AccountingService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.

What is the expected behavior?

I would expect the container to reach a running state.

What is the actual behavior?

Container is in a restart loop.

Reproduce

Run make start

We will close this issue if:

  • The steps you provided are complex.
  • If we can not reproduce the behavior you're reporting.

Additional Context

I am attempting to run this on a Macbook Pro M2, so it would be pulling the arm64 versions.

@MMartyn MMartyn added the bug Something isn't working label Nov 27, 2024
@julianocosta89
Copy link
Member

Hey @MMartyn thanks for reporting this.
I just tested it and I can see the same behaviour.

I solved it running:

docker compose build accountingservice

and after the build: make start.

I'll check why the published image is not the latest one, but for now, that would solve.

@julianocosta89
Copy link
Member

@puckpuck it seems that we may have an issue with the current nightly release.
Maybe changing the action to use the new buildx introduced by you should solve. WDYT?!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants