Execution failed for task ':bootRun'. > Process 'command 'C:\Program Files\Zulu\zulu-17\bin\java.exe'' finished with non-zero exit value 1 * Try: > Run with --stacktrace option to get the stack trace. > Run with --scan to get full insights. > Get more help at https://help.gradle.org. BUILD FAILED in 45s 7 actionable tasks: 6 executed, 1 up-to-date Build operation 'Build finished for file system watching' started Completing Build operation 'Build finished for file system watching' Build operation 'Build finished for file system watching' completed Releasing file lock for cache directory md-supplier (C:\Users\Eugene Sampson\.gradle\caches\8.7\md-supplier) Releasing lock on cache directory md-supplier (C:\Users\Eugene Sampson\.gradle\caches\8.7\md-supplier). Releasing file lock for execution history cache (C:\Users\Eugene Sampson\IdeaProjects\Sample\.gradle\8.7\executionHistory) Closing cache executionHistory.bin (C:\Users\Eugene Sampson\IdeaProjects\Sample\.gradle\8.7\executionHistory\executionHistory.bin) Releasing lock on execution history cache (C:\Users\Eugene Sampson\IdeaProjects\Sample\.gradle\8.7\executionHistory). Releasing file lock for Build Output Cleanup Cache (C:\Users\Eugene Sampson\IdeaProjects\Sample\.gradle\buildOutputCleanup) Closing cache outputFiles.bin (C:\Users\Eugene Sampson\IdeaProjects\Sample\.gradle\buildOutputCleanup\outputFiles.bin) Releasing lock on Build Output Cleanup Cache (C:\Users\Eugene Sampson\IdeaProjects\Sample\.gradle\buildOutputCleanup). Releasing file lock for cache directory md-rule (C:\Users\Eugene Sampson\.gradle\caches\8.7\md-rule) Releasing lock on cache directory md-rule (C:\Users\Eugene Sampson\.gradle\caches\8.7\md-rule). Resolution result cache closed. Cache reads: 0, disk reads: 0 (avg: 0.0 secs, total: 0.0 secs) Resolution result cache closed. Cache reads: 0, disk reads: 0 (avg: 0.0 secs, total: 0.0 secs) Deleted 4 resolution results binary files in 0.006 secs Completing Build operation 'Run build' Build operation 'Run build' completed Daemon worker: released lock on worker lease Stopping 0 deployment handles Stopped deployment handles Releasing file lock for file hash cache (C:\Users\Eugene Sampson\IdeaProjects\Sample\.gradle\8.7\fileHashes) Closing cache fileHashes.bin (C:\Users\Eugene Sampson\IdeaProjects\Sample\.gradle\8.7\fileHashes\fileHashes.bin) Releasing lock on file hash cache (C:\Users\Eugene Sampson\IdeaProjects\Sample\.gradle\8.7\fileHashes). VCS Checkout Cache (C:\Users\Eugene Sampson\IdeaProjects\Sample\.gradle\vcs-1) has last been fully cleaned up 0 hours ago Cache VCS Checkout Cache (C:\Users\Eugene Sampson\IdeaProjects\Sample\.gradle\vcs-1) was closed 0 times. Cache VCS metadata (C:\Users\Eugene Sampson\IdeaProjects\Sample\.gradle\8.7\vcsMetadata) was closed 0 times. Releasing file lock for checksums cache (C:\Users\Eugene Sampson\IdeaProjects\Sample\.gradle\8.7\checksums) Releasing lock on checksums cache (C:\Users\Eugene Sampson\IdeaProjects\Sample\.gradle\8.7\checksums). Cache Compressed Files Expansion Cache (C:\Users\Eugene Sampson\IdeaProjects\Sample\.gradle\8.7\expanded) was closed 0 times. dependencies-accessors (C:\Users\Eugene Sampson\IdeaProjects\Sample\.gradle\8.7\dependencies-accessors) has last been fully cleaned up 0 hours ago Cache dependencies-accessors (C:\Users\Eugene Sampson\IdeaProjects\Sample\.gradle\8.7\dependencies-accessors) was closed 0 times. The daemon has finished executing the build. .............................................................................................................................. 19:45:57: Executing 'bootRun --scan'... Starting Gradle Daemon... Connected to the target VM, address: '127.0.0.1:64579', transport: 'socket' Gradle Daemon started in 2 s 601 ms Download https://plugins.gradle.org/m2/com/gradle/gradle-enterprise-gradle-plugin/3.16.2/gradle-enterprise-gradle-plugin-3.16.2.module, took 321 ms Download https://plugins.gradle.org/m2/com/gradle/gradle-enterprise-gradle-plugin/3.16.2/gradle-enterprise-gradle-plugin-3.16.2.jar, took 1 s 233 ms > Task :bootBuildInfo > Task :compileJava Enhancing entities in root project 'Sample' for source set 'main' Project entities: JPA: [com.company.sample.entity.User]; DTO: []; Project converters: []. Running EclipseLink enhancer in root project 'Sample' for source set 'main' Running Jmix enhancer in root project 'Sample' for source set 'main' > Task :vaadinPrepareFrontend > Task :processResources UP-TO-DATE > Task :classes > Task :resolveMainClassName Disconnected from the target VM, address: '127.0.0.1:64579', transport: 'socket' Connected to the target VM, address: 'localhost:64642', transport: 'socket' > Task :bootRun . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.2.10) 2024-10-08T19:46:41.430+02:00 INFO 20988 --- [ main] com.company.sample.SampleApplication : Starting SampleApplication using Java 17.0.12 with PID 20988 (C:\Users\Eugene Sampson\IdeaProjects\Sample\build\classes\java\main started by Eugene Sampson in C:\Users\Eugene Sampson\IdeaProjects\Sample) 2024-10-08T19:46:41.434+02:00 INFO 20988 --- [ main] com.company.sample.SampleApplication : No active profile set, falling back to 1 default profile: "default" 2024-10-08T19:46:44.181+02:00 INFO 20988 --- [ main] io.jmix.core.JmixModulesProcessor : Using Jmix modules: [io.jmix.core, io.jmix.security, io.jmix.flowui, io.jmix.securityflowui, io.jmix.data, io.jmix.datatools, io.jmix.gridexportflowui, io.jmix.datatoolsflowui, io.jmix.eclipselink, io.jmix.flowuidata, io.jmix.localfs, io.jmix.securitydata, com.company.sample] 2024-10-08T19:46:44.217+02:00 WARN 20988 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Cannot enhance @Configuration bean definition 'io.jmix.core.CoreConfiguration' since its singleton instance has been created too early. The typical cause is a non-static @Bean method with a BeanDefinitionRegistryPostProcessor return type: Consider declaring such methods as 'static' and/or marking the containing configuration class as 'proxyBeanMethods=false'. 2024-10-08T19:46:45.350+02:00 INFO 20988 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http) 2024-10-08T19:46:45.368+02:00 INFO 20988 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2024-10-08T19:46:45.368+02:00 INFO 20988 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.30] 2024-10-08T19:46:45.430+02:00 INFO 20988 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2024-10-08T19:46:45.431+02:00 INFO 20988 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3630 ms 2024-10-08T19:46:45.726+02:00 INFO 20988 --- [ main] i.j.c.i.s.JmixModulesClasspathScanner : Classpath scan completed in 141 ms 2024-10-08T19:46:46.003+02:00 INFO 20988 --- [ main] io.jmix.core.impl.MetadataLoader : Metadata initialized in 127 ms 2024-10-08T19:46:52.410+02:00 INFO 20988 --- [ main] c.v.f.s.VaadinServletContextInitializer : Search for subclasses and classes with annotations took 5864 ms 2024-10-08T19:46:52.764+02:00 INFO 20988 --- [ main] c.v.b.d.startup.DevModeStartupListener : Starting dev-mode updaters in C:\Users\Eugene Sampson\IdeaProjects\Sample folder. 2024-10-08T19:46:52.818+02:00 INFO 20988 --- [ main] c.v.f.s.f.s.FullDependenciesScanner : Visited 166 classes. Took 34 ms. 2024-10-08T19:46:52.820+02:00 INFO 20988 --- [ main] c.v.f.s.frontend.BundleValidationUtil : Checking if a development mode bundle build is needed 2024-10-08T19:46:52.848+02:00 INFO 20988 --- [ main] c.v.f.s.frontend.BundleValidationUtil : Dependency ace-builds is missing from the bundle 2024-10-08T19:46:52.850+02:00 INFO 20988 --- [ main] c.v.f.s.frontend.BundleValidationUtil : A development mode bundle build is needed 2024-10-08T19:46:52.916+02:00 INFO 20988 --- [onPool-worker-1] c.v.f.s.frontend.TaskUpdatePackages : Running `pnpm install` to resolve and optionally download frontend dependencies. This may take a moment, please stand by... 2024-10-08T19:46:52.984+02:00 INFO 20988 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2024-10-08T19:46:53.279+02:00 INFO 20988 --- [ main] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Driver does not support get/set network timeout for connections. (feature not supported) 2024-10-08T19:46:53.280+02:00 INFO 20988 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.hsqldb.jdbc.JDBCConnection@34049426 2024-10-08T19:46:53.283+02:00 INFO 20988 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2024-10-08T19:46:53.341+02:00 INFO 20988 --- [ main] liquibase.database : Set default schema name to PUBLIC 2024-10-08T19:46:53.958+02:00 INFO 20988 --- [ main] liquibase.changelog : Reading resource: com/company/sample/liquibase/changelog/010-init-user.xml 2024-10-08T19:46:54.212+02:00 INFO 20988 --- [ main] liquibase.changelog : Reading from PUBLIC.DATABASECHANGELOG 2024-10-08T19:46:54.294+02:00 INFO 20988 --- [ main] liquibase.ui : Database is up to date, no changesets to execute 2024-10-08T19:46:54.296+02:00 INFO 20988 --- [ main] liquibase.changelog : Reading from PUBLIC.DATABASECHANGELOG 2024-10-08T19:46:54.308+02:00 INFO 20988 --- [ main] liquibase.util : UPDATE SUMMARY 2024-10-08T19:46:54.308+02:00 INFO 20988 --- [ main] liquibase.util : Run: 0 2024-10-08T19:46:54.308+02:00 INFO 20988 --- [ main] liquibase.util : Previously run: 16 2024-10-08T19:46:54.308+02:00 INFO 20988 --- [ main] liquibase.util : Filtered out: 5 2024-10-08T19:46:54.308+02:00 INFO 20988 --- [ main] liquibase.util : ------------------------------- 2024-10-08T19:46:54.308+02:00 INFO 20988 --- [ main] liquibase.util : Total change sets: 21 2024-10-08T19:46:54.308+02:00 INFO 20988 --- [ main] liquibase.util : FILTERED CHANGE SETS SUMMARY 2024-10-08T19:46:54.308+02:00 INFO 20988 --- [ main] liquibase.util : DBMS mismatch: 5 2024-10-08T19:46:54.311+02:00 INFO 20988 --- [ main] liquibase.util : Update summary generated 2024-10-08T19:46:54.346+02:00 INFO 20988 --- [ main] liquibase.lockservice : Successfully released change log lock 2024-10-08T19:46:54.346+02:00 INFO 20988 --- [ main] liquibase.command : Command execution complete 2024-10-08T19:46:54.446+02:00 INFO 20988 --- [ main] i.j.d.i.JmixBaseEntityManagerFactoryBean : Using persistence.xml at com/company/sample/persistence.xml for 'main' store 2024-10-08T19:46:54.486+02:00 INFO 20988 --- [ main] o.s.o.j.p.PersistenceUnitReader : persistence.xml should be located inside META-INF directory; cannot determine persistence unit root URL for class path resource [com/company/sample/persistence.xml] 2024-10-08T19:46:55.361+02:00 INFO 20988 --- [ main] i.j.d.impl.JmixEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'main' 2024-10-08T19:46:57.503+02:00 INFO 20988 --- [ main] io.jmix.flowui.view.ViewRegistry : ViewRegistry initialized in 77 ms 2024-10-08T19:46:57.584+02:00 INFO 20988 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4e42d0d7, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1500ed0e, org.springframework.security.web.context.SecurityContextHolderFilter@5e0d57cb, org.springframework.security.web.header.HeaderWriterFilter@5e3193ac, org.springframework.web.filter.CorsFilter@4bb7a2b5, org.springframework.security.web.csrf.CsrfFilter@75e8d6b0, org.springframework.security.web.authentication.logout.LogoutFilter@1f0155c, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6a05679a, org.springframework.security.web.session.ConcurrentSessionFilter@7df7fef2, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7d92b9a9, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4f39a53, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@2dafdfe9, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1e1e5fb3, org.springframework.security.web.session.SessionManagementFilter@213a6c54, org.springframework.security.web.access.ExceptionTranslationFilter@7732a714, org.springframework.security.web.access.intercept.AuthorizationFilter@3da7afb4] 2024-10-08T19:46:57.600+02:00 WARN 20988 --- [ main] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/VAADIN/push/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead. 2024-10-08T19:46:57.600+02:00 INFO 20988 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will not secure Ant [pattern='/VAADIN/push/**'] 2024-10-08T19:46:58.108+02:00 WARN 20988 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop' 2024-10-08T19:46:58.119+02:00 INFO 20988 --- [ main] i.j.d.impl.JmixEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'main' 2024-10-08T19:46:58.124+02:00 INFO 20988 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated... 2024-10-08T19:46:58.129+02:00 INFO 20988 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed. 2024-10-08T19:46:58.146+02:00 INFO 20988 --- [ main] .s.b.a.l.ConditionEvaluationReportLogger : Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. Disconnected from the target VM, address: 'localhost:64642', transport: 'socket' Connected to the target VM, address: '127.0.0.1:64579', transport: 'socket' 2024-10-08T19:46:58.170+02:00 ERROR 20988 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPLICATION FAILED TO START *************************** Description: Web server failed to start. Port 8080 was already in use. Action: Identify and stop the process that's listening on port 8080 or configure this application to listen on another port. > Task :bootRun FAILED 7 actionable tasks: 6 executed, 1 up-to-date FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':bootRun'. > Process 'command 'C:\Program Files\Zulu\zulu-17\bin\java.exe'' finished with non-zero exit value 1 * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Get more help at https://help.gradle.org. BUILD FAILED in 1m Publishing a build scan to scans.gradle.com requires accepting the Gradle Terms of Service defined at https://gradle.com/terms-of-service. Do you accept these terms? [yes, no]