Please help me ,when gradle run ,this problem


2022-04-27 17:29:33.713 INFO 212176 — [ main] com.axelor.app.internal.AppRunner : Starting…
2022-04-27 17:32:37.894 ERROR 212176 — [ost-startStop-1] o.apache.catalina.core.StandardContext : Error during ServletContainerInitializer processing
javax.servlet.ServletException: ENGINE-07014 Class ‹ class com.axelor.apps.bpm.service.init.WkfProcessApplication › is annotated with @org.camunda.bpm.application.ProcessApplication but is not a subclass of org.camunda.bpm.application.AbstractProcessApplication
at org.camunda.bpm.application.impl.ProcessApplicationLogger.paWrongTypeException(ProcessApplicationLogger.java:144)
at org.camunda.bpm.application.impl.ServletProcessApplicationDeployer.onStartup(ServletProcessApplicationDeployer.java:77)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5156)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1412)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1402)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2022-04-27 17:32:37.964 ERROR 212176 — [ost-startStop-1] o.apache.catalina.core.StandardContext : Context [/vee-erp] startup failed due to previous errors

Running at http://localhost:8080/vee-erp

Hello,
Can you please tell me which version are you using?

yes,the open suite version is 6.1.7.
and I change the IDE idea to vscode,the error above is loss,
instead of the follow error occurred:


2022-04-29 22:34:58.748 ERROR 138776 — [ost-startStop-1] o.a.c.c.C.[.[localhost].[/vee-erp] : Exception sending context initialized event to listener instance of class [com.axelor.web.AppContextListener]
java.lang.Error: Unresolved compilation problems:
The method bind(Class) from the type AbstractModule refers to the missing type MessageRepository
MessageRepository cannot be resolved to a type

    at com.axelor.apps.message.module.MessageModule.configure(MessageModule.java:39)
    at com.google.inject.AbstractModule.configure(AbstractModule.java:61)
    at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:344)
    at com.google.inject.AbstractModule.install(AbstractModule.java:103)
    at com.axelor.app.AppModule.configure(AppModule.java:78)
    at com.google.inject.AbstractModule.configure(AbstractModule.java:61)
    at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:344)
    at com.google.inject.AbstractModule.install(AbstractModule.java:103)
    at com.axelor.web.AppServletModule.configureServlets(AppServletModule.java:110)
    at com.google.inject.servlet.ServletModule.configure(ServletModule.java:52)
    at com.google.inject.AbstractModule.configure(AbstractModule.java:61)
    at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:344)
    at com.google.inject.spi.Elements.getElements(Elements.java:103)
    at com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:137)
    at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:103)
    at com.google.inject.Guice.createInjector(Guice.java:87)
    at com.google.inject.Guice.createInjector(Guice.java:69)
    at com.google.inject.Guice.createInjector(Guice.java:59)
    at com.axelor.web.AppContextListener.getInjector(AppContextListener.java:110)
    at com.google.inject.servlet.GuiceServletContextListener.contextInitialized(GuiceServletContextListener.java:45)
    at com.axelor.web.AppContextListener.contextInitialized(AppContextListener.java:49)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4701)
    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5167)
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
    at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1412)
    at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1402)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:748)

2022-04-29 22:34:58.749 ERROR 138776 — [ost-startStop-1] o.apache.catalina.core.StandardContext : One or more listeners failed to start. Full details will be found in the appropriate container log file
2022-04-29 22:34:58.821 ERROR 138776 — [ost-startStop-1] o.apache.catalina.core.StandardContext : Context [/vee-erp] startup failed due to previous errors

Running at http://localhost:8080/vee-erp