jmix2.0打包部署

Microsoft Windows [版本 10.0.19045.3448]
(c) Microsoft Corporation。保留所有权利。

D:\myWorkSpace\bbraun\2023-bl-edhr\build\libs>java -jar momExecution-0.0.1-SNAPSHOT.jar

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.1.0)

2023-09-19T15:05:44.421+08:00  INFO 26448 --- [           main] c.q.m.MomExecutionApplication            : Starting MomExecutionApplication v0.0.1-SNAPSHOT using Java 17.0.8 with PID 26448 (D:\myWorkSpace\bbraun\2023-bl-edhr\build\libs\momExecution-0.0.1-SNAPSHOT.jar started by jqc in D:\myWorkSpace\bbraun\2023-bl-edhr\build\libs)
2023-09-19T15:05:44.425+08:00  INFO 26448 --- [           main] c.q.m.MomExecutionApplication            : No active profile set, falling back to 1 default profile: "default"
2023-09-19T15:05:47.470+08:00  INFO 26448 --- [           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.audit, io.jmix.auditflowui, io.jmix.dataimport, io.jmix.datatools, io.jmix.gridexportflowui, io.jmix.datatoolsflowui, io.jmix.eclipselink, io.jmix.email, io.jmix.emailflowui, io.jmix.flowuidata, io.jmix.ldap, io.jmix.localfs, io.jmix.reports, io.jmix.reportsrest, io.jmix.securitydata, io.jmix.reportsflowui, com.qzintel.momexecution]
2023-09-19T15:05:47.996+08:00  WARN 26448 --- [           main] ocalVariableTableParameterNameDiscoverer : Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection: io.jmix.core.impl.ManagedResourceAspect
2023-09-19T15:05:48.301+08:00  INFO 26448 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.yomahub.liteflow.springboot.config.LiteflowMainAutoConfiguration' of type [com.yomahub.liteflow.springboot.config.LiteflowMainAutoConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-09-19T15:05:48.309+08:00  INFO 26448 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.yomahub.liteflow.springboot.config.LiteflowPropertyAutoConfiguration' of type [com.yomahub.liteflow.springboot.config.LiteflowPropertyAutoConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-09-19T15:05:48.335+08:00  INFO 26448 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'liteflow-com.yomahub.liteflow.springboot.LiteflowProperty' of type [com.yomahub.liteflow.springboot.LiteflowProperty] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-09-19T15:05:48.346+08:00  INFO 26448 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'liteflow.monitor-com.yomahub.liteflow.springboot.LiteflowMonitorProperty' of type [com.yomahub.liteflow.springboot.LiteflowMonitorProperty] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-09-19T15:05:48.348+08:00  INFO 26448 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'liteflowConfig' of type [com.yomahub.liteflow.property.LiteflowConfig] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-09-19T15:05:48.354+08:00  INFO 26448 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.yomahub.liteflow.spi.spring.SpringAware' of type [com.yomahub.liteflow.spi.spring.SpringAware] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-09-19T15:05:48.380+08:00  INFO 26448 --- [           main] com.yomahub.liteflow.util.LOGOPrinter    :
================================================================================================
                 _     ___ _____ _____      _____ _     _____        __
                | |   |_ _|_   _| ____|    |  ___| |   / _ \ \      / /
                | |    | |  | | |  _| _____| |_  | |  | | | \ \ /\ / /
                | |___ | |  | | | |__|_____|  _| | |__| |_| |\ V  V /
                |_____|___| |_| |_____|    |_|   |_____\___/  \_/\_/

                Version: 2.10.7
                新一代轻量且强大的编排式规则引擎。
                基于开源社区文化,社区驱动型开源框架。
                Small but powerful rules engine.
                官网地址:https://liteflow.yomahub.com/
                wechat:bryan_31
================================================================================================

2023-09-19T15:05:49.131+08:00  INFO 26448 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
2023-09-19T15:05:49.155+08:00  INFO 26448 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2023-09-19T15:05:49.156+08:00  INFO 26448 --- [           main] o.apache.catalina.core.StandardEngine    : Starting Servlet engine: [Apache Tomcat/10.1.8]
2023-09-19T15:05:49.305+08:00  INFO 26448 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2023-09-19T15:05:49.307+08:00  INFO 26448 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4478 ms
2023-09-19T15:05:49.456+08:00  INFO 26448 --- [           main] i.j.c.i.s.JmixModulesClasspathScanner    : Classpath scan completed in 105 ms
2023-09-19T15:05:49.493+08:00  WARN 26448 --- [           main] ocalVariableTableParameterNameDiscoverer : Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection: io.jmix.core.CoreProperties
2023-09-19T15:05:49.513+08:00  WARN 26448 --- [           main] ocalVariableTableParameterNameDiscoverer : Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection: io.jmix.core.CoreProperties$PessimisticLock
2023-09-19T15:05:49.862+08:00  WARN 26448 --- [           main] io.jmix.core.impl.MetaModelLoader        : Method EntityPropertyDifferenceModel.getLabel is not included in metadata because property audit_EntityPropertyDifferenceModel.label already exists
2023-09-19T15:05:49.911+08:00  INFO 26448 --- [           main] io.jmix.core.impl.MetadataLoader         : Metadata initialized in 284 ms
2023-09-19T15:05:50.043+08:00  WARN 26448 --- [           main] ocalVariableTableParameterNameDiscoverer : Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection: io.jmix.data.DataProperties
2023-09-19T15:05:50.128+08:00  WARN 26448 --- [           main] ocalVariableTableParameterNameDiscoverer : Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection: io.jmix.core.session.SessionProperties
2023-09-19T15:05:50.133+08:00  WARN 26448 --- [           main] ocalVariableTableParameterNameDiscoverer : Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection: io.jmix.core.rememberme.RememberMeProperties
2023-09-19T15:05:50.412+08:00  WARN 26448 --- [           main] ocalVariableTableParameterNameDiscoverer : Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection: io.jmix.security.SecurityProperties
2023-09-19T15:05:50.859+08:00  INFO 26448 --- [           main] c.v.f.s.VaadinServletContextInitializer  : Search for VaadinAppShell took 82 ms
2023-09-19T15:06:06.691+08:00  INFO 26448 --- [           main] c.v.f.s.VaadinServletContextInitializer  : Search for subclasses and classes with annotations took 15338 ms
2023-09-19T15:06:06.691+08:00  INFO 26448 --- [           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
2023-09-19T15:06:06.765+08:00  INFO 26448 --- [           main] c.v.b.d.startup.DevModeStartupListener   : Starting dev-mode updaters in D:\myWorkSpace\bbraun\2023-bl-edhr folder.
2023-09-19T15:06:06.823+08:00  INFO 26448 --- [           main] c.v.f.s.f.s.FullDependenciesScanner      : Visited 160 classes. Took 38 ms.
2023-09-19T15:06:06.824+08:00  INFO 26448 --- [           main] c.v.f.s.frontend.TaskRunDevBundleBuild   : Checking if a development mode bundle build is needed
2023-09-19T15:06:06.844+08:00  INFO 26448 --- [           main] c.v.f.s.f.TaskRunDevBundleBuild$1        : Added 5 default dependencies to main package.json
2023-09-19T15:06:07.171+08:00  INFO 26448 --- [           main] c.v.f.s.frontend.TaskRunDevBundleBuild   : Found newly added configuration for project theme 'momExecution' in 'theme.json'.
2023-09-19T15:06:07.173+08:00  INFO 26448 --- [           main] c.v.f.s.frontend.TaskRunDevBundleBuild   : A development mode bundle build is needed
2023-09-19T15:06:07.236+08:00  INFO 26448 --- [onPool-worker-1] c.v.f.s.frontend.TaskUpdatePackages      : Skipping `pnpm install` because the frontend packages are already installed in the folder 'D:\myWorkSpace\bbraun\2023-bl-edhr\node_modules' and the hash in the file 'D:\myWorkSpace\bbraun\2023-bl-edhr\node_modules\.vaadin\vaadin.json' is the same as in 'package.json'
2023-09-19T15:06:07.237+08:00  INFO 26448 --- [onPool-worker-1] c.v.f.s.frontend.TaskCopyFrontendFiles   : Copying frontend resources from jar files ...
2023-09-19T15:06:07.273+08:00  INFO 26448 --- [onPool-worker-1] c.v.f.s.frontend.TaskCopyFrontendFiles   : Visited 0 resources. Took 36 ms.
2023-09-19T15:06:07.308+08:00 ERROR 26448 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Exception sending context initialized event to listener instance of class [com.vaadin.flow.spring.VaadinServletContextInitializer$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.0.9.jar!/:na]
        at com.vaadin.flow.spring.VaadinServletContextInitializer$CompositeServletContextListener.lambda$contextInitialized$0(VaadinServletContextInitializer.java:213) ~[vaadin-spring-24.0.9.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.0.9.jar!/:na]
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4452) ~[tomcat-embed-core-10.1.8.jar!/:na]
        at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4892) ~[tomcat-embed-core-10.1.8.jar!/:na]
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-10.1.8.jar!/:na]
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332) ~[tomcat-embed-core-10.1.8.jar!/:na]
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322) ~[tomcat-embed-core-10.1.8.jar!/:na]
        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.8.jar!/:na]
        at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145) ~[na:na]
        at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:871) ~[tomcat-embed-core-10.1.8.jar!/:na]
        at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:846) ~[tomcat-embed-core-10.1.8.jar!/:na]
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-10.1.8.jar!/:na]
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332) ~[tomcat-embed-core-10.1.8.jar!/:na]
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322) ~[tomcat-embed-core-10.1.8.jar!/:na]
        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.8.jar!/:na]
        at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145) ~[na:na]
        at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:871) ~[tomcat-embed-core-10.1.8.jar!/:na]
        at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:241) ~[tomcat-embed-core-10.1.8.jar!/:na]
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-10.1.8.jar!/:na]
        at org.apache.catalina.core.StandardService.startInternal(StandardService.java:428) ~[tomcat-embed-core-10.1.8.jar!/:na]
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-10.1.8.jar!/:na]
        at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:913) ~[tomcat-embed-core-10.1.8.jar!/:na]
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-10.1.8.jar!/:na]
        at org.apache.catalina.startup.Tomcat.start(Tomcat.java:485) ~[tomcat-embed-core-10.1.8.jar!/:na]
        at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:123) ~[spring-boot-3.1.0.jar!/:3.1.0]
        at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.<init>(TomcatWebServer.java:104) ~[spring-boot-3.1.0.jar!/:3.1.0]
        at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:489) ~[spring-boot-3.1.0.jar!/:3.1.0]
        at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:211) ~[spring-boot-3.1.0.jar!/:3.1.0]
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:183) ~[spring-boot-3.1.0.jar!/:3.1.0]
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:161) ~[spring-boot-3.1.0.jar!/:3.1.0]
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:602) ~[spring-context-6.0.9.jar!/:6.0.9]
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.1.0.jar!/:3.1.0]
        at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:733) ~[spring-boot-3.1.0.jar!/:3.1.0]
        at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:435) ~[spring-boot-3.1.0.jar!/:3.1.0]
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:311) ~[spring-boot-3.1.0.jar!/:3.1.0]
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:1305) ~[spring-boot-3.1.0.jar!/:3.1.0]
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:1294) ~[spring-boot-3.1.0.jar!/:3.1.0]
        at com.qzintel.momexecution.MomExecutionApplication.main(MomExecutionApplication.java:33) ~[classes!/:0.0.1-SNAPSHOT]
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
        at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
        at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) ~[momExecution-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT]
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:95) ~[momExecution-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT]
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) ~[momExecution-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT]
        at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:65) ~[momExecution-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT]
Caused by: java.util.concurrent.CompletionException: java.lang.IllegalStateException:

  Failed to find the following files:
      - ./generated/jar-resources/gridConnector.js
      - ./generated/jar-resources/so/chart/chart.js
      - ./generated/jar-resources/lumo-includes.ts
      - ./generated/jar-resources/src/code-editor/jmix-code-editor.js
      - ./generated/jar-resources/vaadin-grid-flow-selection-column.js
      - ./generated/jar-resources/messageListConnector.js
      - ./generated/jar-resources/vaadin-big-decimal-field.js
      - ./generated/jar-resources/selectConnector.js
      - ./generated/jar-resources/src/value-picker-button/jmix-value-picker-button.js
      - ./generated/jar-resources/flow-component-renderer.js
      - ./generated/jar-resources/src/multi-select-combo-box-picker/jmix-multi-select-combo-box-picker.js
      - ./generated/jar-resources/lit-renderer.ts
      - ./generated/jar-resources/src/combo-box-picker/jmix-combo-box-picker.js
      - ./generated/jar-resources/vaadin-time-picker/timepickerConnector.js
      - ./generated/jar-resources/src/upload-button/jmix-upload-button.js
      - ./generated/jar-resources/contextMenuConnector.js
      - ./generated/jar-resources/src/uploadfield/jmix-upload-field.js
      - ./generated/jar-resources/contextMenuTargetConnector.js
      - ./generated/jar-resources/datepickerConnector.js
      - ./generated/jar-resources/dndConnector-es6.js
      - ./generated/jar-resources/comboBoxConnector.js
      - ./generated/jar-resources/tooltip.ts
      - ./generated/jar-resources/menubarConnector.js
      - ./generated/jar-resources/src/login-form/jmix-login-form.js
      - ./generated/jar-resources/src/tabsheet/jmix-tabsheet.js
      - ./generated/jar-resources/virtualListConnector.js
      - ./generated/jar-resources/src/value-picker/jmix-value-picker.js

  Locations searched were:
      - `D:\myWorkSpace\bbraun\2023-bl-edhr\frontend` in this project
      - `META-INF/frontend` in included JARs
      - `META-INF/resources/frontend` in included JARs

  Please, double check that those files exist. If you use a custom directory for your resource files instead of default `frontend` folder then make sure you it's correctly configured (e.g. set 'vaadin.frontend.frontend.folder' property)


        at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[na:na]
        at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[na:na]
        at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1807) ~[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: java.lang.IllegalStateException:

  Failed to find the following files:
      - ./generated/jar-resources/gridConnector.js
      - ./generated/jar-resources/so/chart/chart.js
      - ./generated/jar-resources/lumo-includes.ts
      - ./generated/jar-resources/src/code-editor/jmix-code-editor.js
      - ./generated/jar-resources/vaadin-grid-flow-selection-column.js
      - ./generated/jar-resources/messageListConnector.js
      - ./generated/jar-resources/vaadin-big-decimal-field.js
      - ./generated/jar-resources/selectConnector.js
      - ./generated/jar-resources/src/value-picker-button/jmix-value-picker-button.js
      - ./generated/jar-resources/flow-component-renderer.js
      - ./generated/jar-resources/src/multi-select-combo-box-picker/jmix-multi-select-combo-box-picker.js
      - ./generated/jar-resources/lit-renderer.ts
      - ./generated/jar-resources/src/combo-box-picker/jmix-combo-box-picker.js
      - ./generated/jar-resources/vaadin-time-picker/timepickerConnector.js
      - ./generated/jar-resources/src/upload-button/jmix-upload-button.js
      - ./generated/jar-resources/contextMenuConnector.js
      - ./generated/jar-resources/src/uploadfield/jmix-upload-field.js
      - ./generated/jar-resources/contextMenuTargetConnector.js
      - ./generated/jar-resources/datepickerConnector.js
      - ./generated/jar-resources/dndConnector-es6.js
      - ./generated/jar-resources/comboBoxConnector.js
      - ./generated/jar-resources/tooltip.ts
      - ./generated/jar-resources/menubarConnector.js
      - ./generated/jar-resources/src/login-form/jmix-login-form.js
      - ./generated/jar-resources/src/tabsheet/jmix-tabsheet.js
      - ./generated/jar-resources/virtualListConnector.js
      - ./generated/jar-resources/src/value-picker/jmix-value-picker.js

  Locations searched were:
      - `D:\myWorkSpace\bbraun\2023-bl-edhr\frontend` in this project
      - `META-INF/frontend` in included JARs
      - `META-INF/resources/frontend` in included JARs

  Please, double check that those files exist. If you use a custom directory for your resource files instead of default `frontend` folder then make sure you it's correctly configured (e.g. set 'vaadin.frontend.frontend.folder' property)


        at com.vaadin.flow.server.frontend.AbstractUpdateImports.getUniqueEs6ImportPaths(AbstractUpdateImports.java:381) ~[flow-server-24.0.9.jar!/:24.0.9]
        at com.vaadin.flow.server.frontend.AbstractUpdateImports.getModuleLines(AbstractUpdateImports.java:407) ~[flow-server-24.0.9.jar!/:24.0.9]
        at com.vaadin.flow.server.frontend.AbstractUpdateImports.collectModules(AbstractUpdateImports.java:299) ~[flow-server-24.0.9.jar!/:24.0.9]
        at com.vaadin.flow.server.frontend.AbstractUpdateImports.run(AbstractUpdateImports.java:102) ~[flow-server-24.0.9.jar!/:24.0.9]
        at com.vaadin.flow.server.frontend.TaskUpdateImports.execute(TaskUpdateImports.java:356) ~[flow-server-24.0.9.jar!/:24.0.9]
        at com.vaadin.flow.server.frontend.NodeTasks.execute(NodeTasks.java:301) ~[flow-server-24.0.9.jar!/:24.0.9]
        at com.vaadin.base.devserver.startup.DevModeInitializer.runNodeTasks(DevModeInitializer.java:375) ~[vaadin-dev-server-24.0.9.jar!/:na]
        at com.vaadin.base.devserver.startup.DevModeInitializer.lambda$initDevModeHandler$0(DevModeInitializer.java:316) ~[vaadin-dev-server-24.0.9.jar!/:na]
        at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[na:na]
        ... 6 common frames omitted

2023-09-19T15:06:07.319+08:00 ERROR 26448 --- [           main] o.apache.catalina.core.StandardContext   : One or more listeners failed to start. Full details will be found in the appropriate container log file
2023-09-19T15:06:07.325+08:00 ERROR 26448 --- [           main] o.apache.catalina.core.StandardContext   : Context [] startup failed due to previous errors
2023-09-19T15:06:07.387+08:00  INFO 26448 --- [           main] o.apache.catalina.core.StandardService   : Stopping service [Tomcat]
2023-09-19T15:06:07.390+08:00  WARN 26448 --- [           main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server
2023-09-19T15:06:07.407+08:00  INFO 26448 --- [           main] .s.b.a.l.ConditionEvaluationReportLogger :

Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2023-09-19T15:06:07.437+08:00 ERROR 26448 --- [           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.0.jar!/:3.1.0]
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:602) ~[spring-context-6.0.9.jar!/:6.0.9]
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.1.0.jar!/:3.1.0]
        at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:733) ~[spring-boot-3.1.0.jar!/:3.1.0]
        at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:435) ~[spring-boot-3.1.0.jar!/:3.1.0]
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:311) ~[spring-boot-3.1.0.jar!/:3.1.0]
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:1305) ~[spring-boot-3.1.0.jar!/:3.1.0]
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:1294) ~[spring-boot-3.1.0.jar!/:3.1.0]
        at com.qzintel.momexecution.MomExecutionApplication.main(MomExecutionApplication.java:33) ~[classes!/:0.0.1-SNAPSHOT]
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
        at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
        at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) ~[momExecution-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT]
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:95) ~[momExecution-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT]
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) ~[momExecution-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT]
        at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:65) ~[momExecution-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT]
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.0.jar!/:3.1.0]
        at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.<init>(TomcatWebServer.java:104) ~[spring-boot-3.1.0.jar!/:3.1.0]
        at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:489) ~[spring-boot-3.1.0.jar!/:3.1.0]
        at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:211) ~[spring-boot-3.1.0.jar!/:3.1.0]
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:183) ~[spring-boot-3.1.0.jar!/:3.1.0]
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:161) ~[spring-boot-3.1.0.jar!/:3.1.0]
        ... 16 common frames omitted
Caused by: java.lang.IllegalStateException: StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[] failed to start
        at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.rethrowDeferredStartupExceptions(TomcatWebServer.java:187) ~[spring-boot-3.1.0.jar!/:3.1.0]
        at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:126) ~[spring-boot-3.1.0.jar!/:3.1.0]
        ... 21 common frames omitted


D:\myWorkSpace\bbraun\2023-bl-edhr\build\libs>

打包后,运行jar,就会出现上述的错误

你好,欢迎加入社区,使用的Jmix版本是多少?

2.0.2

运行过程中在尝试找 .generated 目录,似乎不是prod build。
在命令行用下列命令build jar试试:
./gradlew -Pvaadin.productionMode=true bootJar

image

要用 jdk 17

image

这两个不是一个窗口,在上面那个看看java版本是多少

idea中的jdk版本不对 我这边看到了

image
我这边改好jdk之后 还是会出现这个错误

你这个属于指令拼错了吧,显然他把参数设定识别成了gradle任务。
CleanShot 2023-09-20 at 16.40.40
没有空格
CleanShot 2023-09-20 at 16.41.21