-
Notifications
You must be signed in to change notification settings - Fork 82
CommandFailedException: Stream closed #116
Comments
hm, that is an interesting one - can it be that process was being shutdown while initializing? I mean |
I had this same issue with MySQL 5.7, while working on another open source project. I cloned the wix-embedded-mysql repository and ran the tests using the master branch, which also failed in the exact same way, except that I received a longer, more thorough message in the catch. The issue was that I was on Ubuntu and did not have the ncurses 5 shared library installed. On ubuntu, I installed libncurses5 ( I hope this helps resolve the issue. |
Just run into exact same issue. Installing @RedefineMike thanks for the hint about ncurses. |
Is anyone still having issues? Did you find another solution? Including I read that this image is based on Debian OS. The exception is the same as for @annappropriate. I have wix-embedded-mysql 4.2.0 in my pom.xml and I can see: The whole Dockerfile is: |
I was having the same issue running MySql 5.6 on Ubuntu 20.10. It already had libncurses6 library but was failing. Installed libncurses5 and the tests run fine. |
Here's the exception stacktrace:
Tried with library versions 3.0.0 and 2.2.10, MySQL version
v5_6_latest
.Database does start, I was able to connect to it while tests were running.
The text was updated successfully, but these errors were encountered: