oscar-martin/docker-zmq-sbt

Can I run multiple containers at the same time?

Closed this issue · 2 comments

Hi, I'm trying to run a publish/subscribe pattern based on this image, but I got
java.lang.UnsatisfiedLinkError: Native Library /tmp/sbt_dddb9c3b/libjzmq.so already loaded in another classloader when I create multiple container as subscriber, how can I solve this error?

Hi, have you read this blog entry? http://omartin.me/articles/0mq-with-scala-using-docker.html
But anyway, this error happens to me when reusing the same container but not when creating multiple containers.

yes, it did happens when reusing the same container.
I was misdirected haha