-
Notifications
You must be signed in to change notification settings - Fork 81
v5_7_latest command exited with code 127 #117
Comments
Could you please provide me more details:
These might help. Because it's so generic that I don't know where to even start:/ Having this info I might be able to add additional ci configuration and see if I can reproduce. |
UPDATED see message at the bottom I have same problem using this library in Spring Boot application v1.5.1.RELEASE
Output for 3.1.0 and v5_7_19 :
Usage:
UPDATE |
@Loucher - thanks alot for detailed report! Could you check newly released version 3.1.1 ? I did a fix for missing output from mysql - so at least you should get a better feedback. Also you could set more verbose output (TRACE) like https://github.com/wix/wix-embedded-mysql/blob/master/wix-embedded-mysql/src/test/resources/logback.xml#L8 These platform-specific issues are usually hard to hunt down and travis does not even have ubuntu 16 support:/ |
@viliusl - good news! With 3.1.1 mySQL server successfully started, but looks like there is now a problem with schema creation:
Full output:
|
@Loucher - shouldn't you add table name to quotes? afaik mysql is not happy with dashes in table-names. |
@Loucher - btw - did you get error with missing libaio1? |
@viliusl its was failing on I already had libaio1 installed so no error occurred for me. |
@Loucher added a PR - this will require major version up of library as it's a breaking change, but oh well. |
@Loucher version 4.0.0 released with implicit database name quoting. closing this issue - please reopen if any issues found with it. |
Server does not start
The text was updated successfully, but these errors were encountered: