-
Notifications
You must be signed in to change notification settings - Fork 45
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
building on centos9 stream fails #57
Comments
Is related to getting mysql running. Had to add the packages libaio hostname libxcrypt-compat to the container to fix creating the databases and file structure. However next error is this, one looks like the binaries are not available /tmp/MariaDB4j/base/bin/mysqld, --no-defaults --console --skip-grant-tables --max_allowed_packet=64M --basedir=/tmp/MariaDB4j/base --datadir=/tmp/MariaDB4j/data/33060 --port=33060 --socket=/tmp/MariaDB4j.33060.sock |
mvn clean compile war:inplace [ERROR] Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.2:war (default-war) on project cosmo-webapp: Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode) -> [Help 1] |
I tried to fix this by adding a web.xml with But I get this |
|
Yes that is what I tried at first, but when that failed on the mysql stuff, I tried building the war. |
[WARNING]
[WARNING] Some problems were encountered while building the effective model for net.oneandone.cosmo:cosmo-webapp:war:3.7.4
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-war-plugin is missing. @ line 59, column 12
[WARNING] 'build.plugins.plugin.version' for org.springframework.boot:spring-boot-maven-plugin is missing. @ line 55, column 12
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.7.4:run (default-cli) on project cosmo-webapp: Application finished with exit code: 1 -> [Help 1]
The text was updated successfully, but these errors were encountered: