datalust / seq-tickets

Issues, design discussions and feature roadmap for the Seq log server
https://datalust.co/seq
96 stars 5 forks source link

Fail to start seq by GC error #2263

Closed git1453 closed 3 days ago

git1453 commented 1 week ago

Describe the bug fail to start seq

To Reproduce Steps to reproduce the behavior:

  1. docker run --name seq -d --restart unless-stopped -e ACCEPT_EULA=Y -p 5341:80 datalust/seq:latest

Expected behavior docker logs seq
GC: Failed to initialize GCToOSInterface GC initialization failed with error 0x80004005 Failed to create CoreCLR, HRESULT: 0x80004005

Screenshots image

Environment (please complete the following information):

Additional context Add any other context about the problem here.

liammclennan commented 1 week ago

Hi @git1453

What hardware are you running this on?

and, it looks like a .NET runtime error so it would be good to establish if you can run containers with .NET code. See https://hub.docker.com/r/microsoft/dotnet-samples/ and consider running docker run --rm mcr.microsoft.com/dotnet/samples to verify that .NET containers work for you.

git1453 commented 1 week ago

I running docker run --rm mcr.microsoft.com/dotnet/samples ,and the same problem. in the aarch64 linux server i had run the asp.net core 6.0 web program, it work well. it should be containers problem. Thank you very much.

nblumhardt commented 3 days ago

Thanks for the follow-up :+1: