Hi Alexander
Please find attached the file requested.
idea.log.zip (462.0 KB)
I am using SQL Server database, in a remote server, didn’t check if it happens to any other database.
I didn’t have JPA buddy Plugin installed, now just installed it and tried to generate a database changelog and got the following message that may help you to fix the problem from the origin.
“Root changelog for main datastore (com/inteacc/alm/liquibase/changelog.xml) is missing or invalid.”
I am getting the above error (“Root changelog…”) from my other project migrated from 2.0x to 2.1.
Is it using JPA Buddy in the background that has such functionalities in paid version?
Latest:
After I uninstalled the JPA Buddy, database script generation worked and the database has been updated. The application runs from my dev server within the IDE, however, when I run the following command to generate the war file
./gradlew -Pvaadin.productionMode=true bootWar
I get the following error:
8:53:19 p.m.: Executing 'bootWar -Pvaadin.productionMode=true'...
Starting Gradle Daemon...
Gradle Daemon started in 961 ms
FAILURE: Build failed with an exception.
* What went wrong:
Task 'bootWar' not found in root project 'inteaccalm'. Some candidates are: 'bootJar', 'bootRun'.
* Try:
> Run gradle tasks to get a list of available tasks.
> For more on name expansion, please refer to https://docs.gradle.org/8.2/userguide/command_line_interface.html#sec:name_abbreviation in the Gradle documentation.
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 5s
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.2/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
8:53:25 p.m.: Execution finished 'bootWar -Pvaadin.productionMode=true'.