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

Communications link failure - Installation #45

Open
gurjmatharu opened this issue Feb 7, 2018 · 5 comments
Open

Communications link failure - Installation #45

gurjmatharu opened this issue Feb 7, 2018 · 5 comments

Comments

@gurjmatharu
Copy link

gurjmatharu commented Feb 7, 2018

Simply downloaded and ran the docker image to receive the following:

Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.

@aws910
Copy link

aws910 commented Mar 3, 2018

I'm also getting this error, no matter where/how I invoke things. Something seems broken.

@Janesh
Copy link

Janesh commented Mar 8, 2018

Same here! - "CommunicationsException: Communications link failure"

@ghost
Copy link

ghost commented Mar 19, 2018

Same here.

@debdutto
Copy link
Contributor

debdutto commented May 29, 2018

The docker build also failed (As mentioned in #47) with

Starting MySQL database server mysqld
...fail!

The fix seems to be adding chown -R mysql:mysql /var/lib/mysql /var/run/mysqld before running /etc/init.d/mysql start

Made a PR #50 fixing it.

@debdutto
Copy link
Contributor

@dinuduke A better fix is found on #44. Refer PR #51

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

4 participants