PS H:\myProjects\KOOR\spo_apk_koor> ./gradlew bootRun Starting a Gradle Daemon, 3 busy and 1 stopped Daemons could not be reused, use --status for details > Task :bootRun Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.1.7) 2024-02-26T17:42:22.209+03:00 INFO 12168 --- [ main] mcc.koor.KOORApplication : Starting KOORApplication using Java 17.0.5 with PID 12168 (H:\myProjects\KOOR\spo_apk_koor\build\classes\java\main starte d by dva in H:\myProjects\KOOR\spo_apk_koor) 2024-02-26T17:42:22.213+03:00 INFO 12168 --- [ main] mcc.koor.KOORApplication : No active profile set, falling back to 1 default profile: "default" 2024-02-26T17:42:24.347+03:00 INFO 12168 --- [ 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.datato ols, io.jmix.gridexportflowui, io.jmix.datatoolsflowui, io.jmix.eclipselink, io.jmix.flowuidata, io.jmix.localfs, io.jmix.reports, io.jmix.reportsrest, io.jmix.securitydata, io.jmix.reportsflowui, mcc.koor] 2024-02-26T17:42:25.335+03:00 INFO 12168 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2024-02-26T17:42:25.348+03:00 INFO 12168 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2024-02-26T17:42:25.348+03:00 INFO 12168 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.17] 2024-02-26T17:42:25.438+03:00 INFO 12168 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2024-02-26T17:42:25.439+03:00 INFO 12168 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2949 ms Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts 2024-02-26T17:42:25.708+03:00 INFO 12168 --- [ main] i.j.c.i.s.JmixModulesClasspathScanner : Classpath scan completed in 237 ms 2024-02-26T17:42:25.993+03:00 INFO 12168 --- [ main] io.jmix.core.impl.MetadataLoader : Metadata initialized in 171 ms 2024-02-26T17:42:26.494+03:00 INFO 12168 --- [ main] c.v.f.s.VaadinServletContextInitializer : Search for VaadinAppShell took 73 ms 2024-02-26T17:42:43.970+03:00 INFO 12168 --- [ main] c.v.f.s.VaadinServletContextInitializer : Search for subclasses and classes with annotations took 17017 ms 2024-02-26T17:42:43.971+03:00 INFO 12168 --- [ main] c.v.f.s.VaadinServletContextInitializer : Due to slow search it is recommended to use the whitelisted-packages feature to make scanning faster. See the whitelisted-packages section in the docs at https://vaadin.com/docs/latest/flow/integrations/spring/configuration#special-configuration-parameters 2024-02-26T17:42:44.024+03:00 INFO 12168 --- [ main] c.v.b.d.startup.DevModeStartupListener : Starting dev-mode updaters in H:\myProjects\KOOR\spo_apk_koor folder. 2024-02-26T17:42:44.062+03:00 INFO 12168 --- [ main] c.v.f.s.f.s.FullDependenciesScanner : Visited 155 classes. Took 24 ms. 2024-02-26T17:42:44.064+03:00 INFO 12168 --- [ main] c.v.f.s.frontend.BundleValidationUtil : Checking if a development mode bundle build is needed 2024-02-26T17:42:44.360+03:00 INFO 12168 --- [ main] c.v.f.s.frontend.BundleValidationUtil : Detected new or changed theme components CSS files - generated\jar-resources\themes\jmix-lumo\components\vaadin-form-layout.css 2024-02-26T17:42:44.360+03:00 INFO 12168 --- [ main] c.v.f.s.frontend.BundleValidationUtil : Detected removed theme components CSS files - generated/jar-resources/themes/jmix-lumo/components/vaadin-form-layout.css 2024-02-26T17:42:44.360+03:00 INFO 12168 --- [ main] c.v.f.s.frontend.BundleValidationUtil : A development mode bundle build is needed 2024-02-26T17:42:44.512+03:00 INFO 12168 --- [onPool-worker-1] c.v.f.s.frontend.TaskUpdatePackages : Skipping `pnpm install` because the frontend packages are already installed in the folder 'H:\myProjects\KOOR\spo_apk_koo r\node_modules' and the hash in the file 'H:\myProjects\KOOR\spo_apk_koor\node_modules\.vaadin\vaadin.json' is the same as in 'package.json' 2024-02-26T17:42:44.513+03:00 INFO 12168 --- [onPool-worker-1] c.v.f.s.frontend.TaskCopyFrontendFiles : Copying frontend resources from jar files ... 2024-02-26T17:42:44.556+03:00 INFO 12168 --- [onPool-worker-1] c.v.f.s.frontend.TaskCopyFrontendFiles : Visited 19 resources. Took 43 ms. 2024-02-26T17:42:44.696+03:00 INFO 12168 --- [onPool-worker-1] c.v.f.s.frontend.TaskRunDevBundleBuild : Creating a new development mode bundle. This can take a while but will only run when the project setup is changed, addons are added or frontend files are modified 2024-02-26T17:42:47.982+03:00 ERROR 12168 --- [onPool-worker-1] c.v.f.s.frontend.TaskRunDevBundleBuild : Command `C:\Program Files\nodejs\node.exe H:\myProjects\KOOR\spo_apk_koor\node_modules\vite\bin\vite.js build` failed: failed to load config from H:\myProjects\KOOR\spo_apk_koor\vite.config.ts error during build: Error [ERR_REQUIRE_ESM]: require() of ES Module H:\myProjects\KOOR\spo_apk_koor\node_modules\is-regexp\index.js from H:\myProjects\KOOR\spo_apk_koor\node_modules\stringify-object\index.js not supported. Instead change the require of H:\myProjects\KOOR\spo_apk_koor\node_modules\is-regexp\index.js in H:\myProjects\KOOR\spo_apk_koor\node_modules\stringify-object\index.js to a dynamic import() which is available in all CommonJS mod ules. at Object. (H:\myProjects\KOOR\spo_apk_koor\node_modules\stringify-object\index.js:2:18) at Object. (H:\myProjects\KOOR\spo_apk_koor\node_modules\workbox-build\build\lib\stringify-without-comments.js:14:44) at Object. (H:\myProjects\KOOR\spo_apk_koor\node_modules\workbox-build\build\lib\runtime-caching-converter.js:13:38) at Object. (H:\myProjects\KOOR\spo_apk_koor\node_modules\workbox-build\build\lib\populate-sw-template.js:17:37) at Object. (H:\myProjects\KOOR\spo_apk_koor\node_modules\workbox-build\build\lib\write-sw-using-default-template.js:18:32) at Object. (H:\myProjects\KOOR\spo_apk_koor\node_modules\workbox-build\build\generate-sw.js:18:43) at Object. (H:\myProjects\KOOR\spo_apk_koor\node_modules\workbox-build\build\index.js:29:23) 2024-02-26T17:42:47.984+03:00 ERROR 12168 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Exception sending context initialized event to listener instance of class [com.vaadin.flow.spring.VaadinServletContextIni tializer$CompositeServletContextListener] java.lang.RuntimeException: Unable to initialize com.vaadin.flow.spring.VaadinServletContextInitializer$DevModeServletContextListener at com.vaadin.flow.spring.VaadinServletContextInitializer$FailFastServletContextListener.contextInitialized(VaadinServletContextInitializer.java:191) ~[vaadin-spring-24.1.21.jar:na] at com.vaadin.flow.spring.VaadinServletContextInitializer$CompositeServletContextListener.lambda$contextInitialized$0(VaadinServletContextInitializer.java:213) ~[vaadin-spring-24.1.21.jar:na] at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) ~[na:na] at com.vaadin.flow.spring.VaadinServletContextInitializer$CompositeServletContextListener.contextInitialized(VaadinServletContextInitializer.java:213) ~[vaadin-spring-24.1.21.jar:na] at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4420) ~[tomcat-embed-core-10.1.17.jar:10.1.17] at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4860) ~[tomcat-embed-core-10.1.17.jar:10.1.17] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.17.jar:10.1.17] at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332) ~[tomcat-embed-core-10.1.17.jar:10.1.17] at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322) ~[tomcat-embed-core-10.1.17.jar:10.1.17] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[na:na] at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) ~[tomcat-embed-core-10.1.17.jar:10.1.17] at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145) ~[na:na] at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:866) ~[tomcat-embed-core-10.1.17.jar:10.1.17] at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:845) ~[tomcat-embed-core-10.1.17.jar:10.1.17] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.17.jar:10.1.17] at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332) ~[tomcat-embed-core-10.1.17.jar:10.1.17] at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322) ~[tomcat-embed-core-10.1.17.jar:10.1.17] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[na:na] at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) ~[tomcat-embed-core-10.1.17.jar:10.1.17] at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145) ~[na:na] at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:866) ~[tomcat-embed-core-10.1.17.jar:10.1.17] at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:240) ~[tomcat-embed-core-10.1.17.jar:10.1.17] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.17.jar:10.1.17] at org.apache.catalina.core.StandardService.startInternal(StandardService.java:433) ~[tomcat-embed-core-10.1.17.jar:10.1.17] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.17.jar:10.1.17] at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:917) ~[tomcat-embed-core-10.1.17.jar:10.1.17] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.17.jar:10.1.17] at org.apache.catalina.startup.Tomcat.start(Tomcat.java:488) ~[tomcat-embed-core-10.1.17.jar:10.1.17] at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:123) ~[spring-boot-3.1.7.jar:3.1.7] at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.(TomcatWebServer.java:104) ~[spring-boot-3.1.7.jar:3.1.7] at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:489) ~[spring-boot-3.1.7.jar:3.1.7] at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:211) ~[spring-boot-3.1.7.jar:3.1.7] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:183) ~[spring-boot-3.1.7.jar:3.1.7] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:161) ~[spring-boot-3.1.7.jar:3.1.7] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:610) ~[spring-context-6.0.15.jar:6.0.15] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.1.7.jar:3.1.7] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:746) ~[spring-boot-3.1.7.jar:3.1.7] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:448) ~[spring-boot-3.1.7.jar:3.1.7] at org.springframework.boot.SpringApplication.run(SpringApplication.java:324) ~[spring-boot-3.1.7.jar:3.1.7] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1321) ~[spring-boot-3.1.7.jar:3.1.7] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1310) ~[spring-boot-3.1.7.jar:3.1.7] at mcc.koor.KOORApplication.main(KOORApplication.java:32) ~[main/:na] Caused by: java.util.concurrent.CompletionException: com.vaadin.flow.server.ExecutionFailedException: Vite build exited with a non zero status at com.vaadin.base.devserver.startup.DevModeInitializer.runNodeTasks(DevModeInitializer.java:357) ~[vaadin-dev-server-24.1.21.jar:na] at com.vaadin.base.devserver.startup.DevModeInitializer.lambda$initDevModeHandler$0(DevModeInitializer.java:293) ~[vaadin-dev-server-24.1.21.jar:na] at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[na:na] at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[na:na] at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[na:na] at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[na:na] at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[na:na] at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[na:na] at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[na:na] Caused by: com.vaadin.flow.server.ExecutionFailedException: Vite build exited with a non zero status at com.vaadin.flow.server.frontend.TaskRunDevBundleBuild.runFrontendBuildTool(TaskRunDevBundleBuild.java:187) ~[flow-server-24.1.21.jar:24.1.21] at com.vaadin.flow.server.frontend.TaskRunDevBundleBuild.execute(TaskRunDevBundleBuild.java:99) ~[flow-server-24.1.21.jar:24.1.21] at com.vaadin.flow.server.frontend.NodeTasks.execute(NodeTasks.java:312) ~[flow-server-24.1.21.jar:24.1.21] at com.vaadin.base.devserver.startup.DevModeInitializer.runNodeTasks(DevModeInitializer.java:352) ~[vaadin-dev-server-24.1.21.jar:na] ... 8 common frames omitted 2024-02-26T17:42:47.989+03:00 ERROR 12168 --- [ main] o.apache.catalina.core.StandardContext : One or more listeners failed to start. Full details will be found in the appropriate container log file 2024-02-26T17:42:47.989+03:00 ERROR 12168 --- [ main] o.apache.catalina.core.StandardContext : Context [] startup failed due to previous errors 2024-02-26T17:42:48.027+03:00 INFO 12168 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2024-02-26T17:42:48.030+03:00 WARN 12168 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.Application ContextException: Unable to start web server 2024-02-26T17:42:48.042+03:00 INFO 12168 --- [ main] .s.b.a.l.ConditionEvaluationReportLogger : Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. 2024-02-26T17:42:48.065+03:00 ERROR 12168 --- [ main] o.s.boot.SpringApplication : Application run failed org.springframework.context.ApplicationContextException: Unable to start web server at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:164) ~[spring-boot-3.1.7.jar:3.1.7] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:610) ~[spring-context-6.0.15.jar:6.0.15] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.1.7.jar:3.1.7] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:746) ~[spring-boot-3.1.7.jar:3.1.7] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:448) ~[spring-boot-3.1.7.jar:3.1.7] at org.springframework.boot.SpringApplication.run(SpringApplication.java:324) ~[spring-boot-3.1.7.jar:3.1.7] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1321) ~[spring-boot-3.1.7.jar:3.1.7] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1310) ~[spring-boot-3.1.7.jar:3.1.7] at mcc.koor.KOORApplication.main(KOORApplication.java:32) ~[main/:na] Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:142) ~[spring-boot-3.1.7.jar:3.1.7] at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.(TomcatWebServer.java:104) ~[spring-boot-3.1.7.jar:3.1.7] > 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. 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. BUILD FAILED in 48s 7 actionable tasks: 5 executed, 2 up-to-date PS H:\myProjects\KOOR\spo_apk_koor>