Camunda project example

Hi,
I need to download and import in Eclipse a Camunda project example with BPMN and DMN diagrams to learn the methodology, but I don’t find it on Web.
Can you help me?

Thank you!
Alessandra

I would suggest you follow one of the tutorial videos - there is a video that will help you build a BPMN & DMN project. that should help

Thank you, but I search a solution for Camunda Community version. So, I don’t have “Deploy” button in my version.

You don’t need to use that button - you can deploy from the modeler with the same result.

image

These are my diagrams:
MalattieRenaliProcess.bpmn (5.7 KB)
MalattieRenaliProcess.dmn (2.4 KB)

When I deploy in Modeler I can’t see them in Cockpit. Why?

You have some fundamental problems with your DMN model.
I would suggest using the DMN simulator to make sure it works before trying to deploy it.

ok, thank you!

I don’t know where I’m wrong.

Mr @Niall, what means this error message?


I don’t understand what I’m wrong.

These are my diagrams:
Test.bpmn (5.3 KB)
Test.dmn (3.8 KB)

That error could mean a whole host of things - the real error will be in the tomcat logs - try to find that and post it.

I think that are these: localhost_access_log.2018-06-15.txt (328.9 KB)
catalina.2018-06-15.log (226.5 KB)
localhost.2018-06-15.log (83.1 KB)

Looks like a number format issue - your input is not correct for the variable being created

15-Jun-2018 09:49:48.971 AVVERTENZA [http-nio-8080-exec-10] org.camunda.bpm.engine.rest.exception.ExceptionHandler.toResponse java.lang.NumberFormatException: For input string: “220180182018.E4220180182018E4”
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043)
at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
at java.lang.Double.parseDouble(Double.java:538)
at java.text.DigitList.getDouble(DigitList.java:169)
at java.text.DecimalFormat.parse(DecimalFormat.java:2056)
at java.text.SimpleDateFormat.subParse(SimpleDateFormat.java:1869)
at java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1514)
at java.text.DateFormat.parse(DateFormat.java:364)
at org.camunda.bpm.licensecheck.LicenseKey.createLicenseKey(LicenseKey.java:85)
at org.camunda.bpm.webapp.impl.plugin.LicenseCheckResourceOverride.hasValidLicense(LicenseCheckResourceOverride.java:128)
at org.camunda.bpm.webapp.impl.plugin.LicenseCheckResourceOverride.ensureValidLicenseKey(LicenseCheckResourceOverride.java:91)
at org.camunda.bpm.webapp.impl.plugin.LicenseCheckResourceOverride.filterResource(LicenseCheckResourceOverride.java:72)
at org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginRootResource.applyResourceOverrides(AbstractAppPluginRootResource.java:153)
at org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginRootResource.getAsset(AbstractAppPluginRootResource.java:115)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:167)
at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:257)
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:222)
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:211)
at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:542)
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:524)
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:126)
at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208)
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.camunda.bpm.engine.rest.filter.CacheControlFilter.doFilter(CacheControlFilter.java:41)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.camunda.bpm.engine.rest.filter.EmptyBodyFilter.doFilter(EmptyBodyFilter.java:97)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.camunda.bpm.webapp.impl.security.filter.SecurityFilter.doFilterSecure(SecurityFilter.java:67)
at org.camunda.bpm.webapp.impl.security.filter.SecurityFilter.doFilter(SecurityFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.camunda.bpm.webapp.impl.security.auth.AuthenticationFilter$1.execute(AuthenticationFilter.java:58)
at org.camunda.bpm.webapp.impl.security.auth.AuthenticationFilter$1.execute(AuthenticationFilter.java:56)
at org.camunda.bpm.webapp.impl.security.SecurityActions.runWithAuthentications(SecurityActions.java:40)
at org.camunda.bpm.webapp.impl.security.auth.AuthenticationFilter.doFilter(AuthenticationFilter.java:56)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:651)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:409)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:754)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1376)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)

15-Jun-2018 09:50:03.190 INFORMAZIONI [http-nio-8080-exec-4] org.camunda.bpm.webapp.impl.plugin.LicenseCheckResourceOverride.hasValidLicense Found valid license key for customer dedalus_spa.
15-Jun-2018 10:03:23.528 INFORMAZIONI [http-nio-8080-exec-4] org.jboss.resteasy.logging.impl.Slf4jLogger.info Deploying javax.ws.rs.core.Application: class org.camunda.bpm.tasklist.impl.web.TasklistApplication
15-Jun-2018 10:20:33.998 GRAVE [http-nio-8080-exec-1] org.camunda.commons.logging.BaseLogger.logError ENGINE-16006 BPMN Stack Trace:
anamnesi (activity-execute, ScopeExecution[f9879734-7074-11e8-a419-44032cd23e0e])
anamnesi, name=Anamnesi
^
|
StartEvent_1, name=Accettazione paziente

ok, and this?
org.camunda.bpm.dmn.engine.impl.DmnEvaluationException: DMN-01002 Unable to evaluate expression for language ‘juel’: ‘${infartoMiocardio}’