Hi @Ingo_Richtsmeier, @Niall ,
I am building an embedded springboot application with 7.17.0 camunda version along with JDK 11 zulu. I am able to login to camunda web application but on click cockpit seeing below error and on click of process instance in cockpit, page is not loading
Server Error : ‘java.util.List org.camunda.bpm.engine.impl.ProcessDefinitionStatisticsQueryImpl.unboundedResultList()’
Please help me in resolving this.
Hi @siyaa21,
where do you see the error message?
what is the output of the server console/ content of the log file?
Cheers, Ingo
Hi @Ingo_Richtsmeier ,
In Cockpit web app with below error:
org.camunda.bpm.engine.rest.exception : ENGINE-REST-HTTP500 java.lang.NoSuchMethodError: ‘java.util.List org.camunda.bpm.engine.impl.ProcessDefinitionStatisticsQueryImpl.unboundedResultList()’
at org.camunda.bpm.engine.rest.impl.ProcessDefinitionRestServiceImpl.getStatistics(ProcessDefinitionRestServiceImpl.java:177)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)