-
Notifications
You must be signed in to change notification settings - Fork 297
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
Running on Gentoo rv64 #3073
Comments
Hi @moroznah,
Regards, |
@Limraj
If you don't mind, i will post here if will encounter any specific riscv64 issues. At some point this arch is going to be mainstream and many ppl will start swapping arm64 SBCs. Perhaps this will help to do necessary tweaks for a future docker image. Regards, |
Hi @moroznah, Generally, we are considering switching to the MariaDB server. Because MariaDB and the MySQL server have the same core, most of the syntax issues (even though it is SQL, different server implementations may also have syntactical differences) and implemented mechanisms are common, but there are some differences, e.g. in data types. Theoretically, our application will work on any architecture for which the JVM has been implemented. However, there may be some issues related to the native code that is used in some libraries. (For example, to support the serial port) However, remember that version 2.8.0 is not ready for production yet, we rather recommend using this docker and version v2.7.8 or v2.7.7.3 (instead of using the MySQL server image, you can configure the MariaDB server image similarly), or another recommended installation method that I mentioned. While the problem with CATALINA_HOME is simply we set this variable for the user and it should help, except that we do not use the tomcat installer, which probably creates a system user that does not have its own home directory, which may make this configuration difficult. Regards, |
Describe the bug
Trying to run Scada-LTS natively on Gentoo in a not very ugly way.
End goal is to run on rv64 arch, but i'm unable to launch it even on amd64.
Crashes with: java.lang.NullPointerException: null
Please help
To Reproduce
Easy to reproduce, on a Gentoo system run:
Prior to running natively, this db was tested successfully with Scada-LTS amd64 docker image and worked fine.
docker run --name scadalts -v /etc/scadalts/context.xml:/usr/local/tomcat/conf/context.xml scadalts/scadalts
Additional context
Attached non-empty log files:
catalina.2025-01-09.log
flyway.log
localhost.2025-01-09.log
mango.log
The text was updated successfully, but these errors were encountered: