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

Dependency on Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.28.0 #333

Closed
hanimv opened this issue Apr 4, 2019 · 2 comments
Closed

Comments

@hanimv
Copy link

hanimv commented Apr 4, 2019

Hi Team,

I am getting following error. I didnt have any problem while using rabbitmq dot net client. This is happening only when I use docker.

System.IO.FileNotFoundException
HResult=0x80070002
Message=Could not load file or assembly 'Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
Source=RabbitMQ.Client
StackTrace:
at RabbitMQ.Client.ESLog.Error(String message, Exception ex)
at RabbitMQ.Client.Framing.Impl.Connection.LogCloseError(String error, Exception ex)
at RabbitMQ.Client.Framing.Impl.Connection.HandleMainLoopException(ShutdownEventArgs reason)
at RabbitMQ.Client.Framing.Impl.Connection.MainLoop()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()

@wglambert
Copy link

Linux Containers on Windows doesn't support RabbitMQ https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/linux-containers#bind-mounts

These applications all require volume mapping and will not start or run correctly.
. . .
RabbitMQ

There's an experimental Dockerfile here #168 (comment)

And someone using Docker for Windows says he got it to work on the latest version #325 (comment)

Closing as a duplicate of #168 and #257

@michaelklishin
Copy link
Collaborator

The exception above looks like rabbitmq/rabbitmq-dotnet-client#640 and not an issue with volume mapping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants