-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
mariaDB4j-springboot fails to start on 2.6.0 (2.5.3 works) #632
Comments
@jejanim I suspect that this could be some Windows specific issue. The That test works for me, on Linux. Does it fail when you run it on Windows: |
Yes it does and the stack trace implies it fails with the exact same error.
|
@jejanim would you be interested in contributing to this project with a Pull Request for a new Git Hub Action that runs its test on a |
Sure. |
@jejanim and perhaps @chrisbloe or anyone else reading along here: Now that we can clearly see the error reported above in the buil log of PR #638, we can try to fix it... but I'm not yet immediately understanding what to make of If you "manually" (from a
does that work, or give you the same error? I don't suppose that for some reason |
Looking at https://mariadb.com/kb/en/mysql_install_dbexe, It also isn't an option on https://mariadb.com/kb/en/mysql_install_db... so perhaps Linux ignores unknown arguments, but Windows validates each one? Maybe we need to check if the |
No, linux isn't ignoring the arguments, it passes them to |
Not sure if this is related, but i just tried building the project on Linux, and one test failed with a message somewhat like this.
This is on commit 56dd321, on Ubuntu 18.04.6. |
Same version builds cleanly for me on Fedora Linux 36, after installing MariaDB. On that machine i have MariaDB 10.5.18-MariaDB. Maybe the version on Ubuntu is just too old? |
With the merge of #638, Windows is now tested on CI and the problems shown above should be resolved. I am therefore closing this old issue (which mixed a number of problems anyway) at this stage. Please open new issues for any new problems - if they are still occuring with the 3.0.1 or later release. |
While working on an implementation for a simulator project I noticed that the "new" version 2.6.0 of artifact mariaDB4j-springboot throws errors upon starting. Downgrading to the previous release 2.5.3 "fixes" it, so one could assume that something broke or changed there.
I think it could be related to the tmpDir change vorburger@a0d2a66, but that's just a guess _o.o_/
(separated error message to improve readability, originally there were no line breaks)
Configuration is at a bare minimum:
The text was updated successfully, but these errors were encountered: