Process not showing up in Cockpit

Hello together,

thanks to the great community which makes setting up a BPMN Example better to understand.

Currently I work on a similar problem like on of the users also did.
I hope, you can help out with this.

  1. The Maven builds a BPMN File, which I deleted from the project:

This is my package view in Eclipse

In the end I want to start a process with the “MainDSGVOProcess.bpmn” in the Camunda Cockpit. ( “Wrong” Process is already deployed there)

What am I doing wrong ?

Cheers, Michael

This is the built WAR-File:

This is the processes.xml:

> <?xml version="1.0" encoding="UTF-8" ?>

> <process-application
>     xmlns="http://www.camunda.org/schema/1.0/ProcessApplication"
>     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

>   <process-archive name="DSGVO">
>     <process-engine>default</process-engine>
>     <properties>
>       <property name="isDeleteUponUndeploy">false</property>
>       <property name="isScanForProcessDefinitions">true</property>
>     </properties>
>   </process-archive>
>   
> </process-application>

Hi,

Please post the BPMN XML.

Cheers,
Thorben

<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.8.2" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
  <bpmn:process id="MainDSGVOProcess" name="MainDSGVOProcess" isExecutable="true">
<bpmn:sequenceFlow id="SequenceFlow_0t743ri" sourceRef="Task_0cr52qg" targetRef="Task_00xjwj1" />
<bpmn:endEvent id="EndEvent_1976c5f" name="Vertrag fertig bearbeitet">
  <bpmn:incoming>SequenceFlow_0wjbovo</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="SequenceFlow_0xrdeyh" sourceRef="Task_1pmai4e" targetRef="ExclusiveGateway_0ntn82r" />
<bpmn:task id="Task_0eq28ul" name="Vertragsstatus erfolgreich gesetzt?">
  <bpmn:incoming>SequenceFlow_0peldd8</bpmn:incoming>
  <bpmn:outgoing>SequenceFlow_0n2i8pw</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_0n2i8pw" sourceRef="Task_0eq28ul" targetRef="ExclusiveGateway_0802y1d" />
<bpmn:exclusiveGateway id="ExclusiveGateway_0802y1d">
  <bpmn:incoming>SequenceFlow_0n2i8pw</bpmn:incoming>
  <bpmn:incoming>SequenceFlow_0algvb7</bpmn:incoming>
  <bpmn:outgoing>SequenceFlow_1qgphcl</bpmn:outgoing>
  <bpmn:outgoing>SequenceFlow_0azf548</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:sequenceFlow id="SequenceFlow_1qgphcl" name="Ja" sourceRef="ExclusiveGateway_0802y1d" targetRef="Task_08ycpim">
  <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${true}</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="SequenceFlow_0azf548" name="Nein" sourceRef="ExclusiveGateway_0802y1d" targetRef="Task_0devejh">
  <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${ga}</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:userTask id="Task_0devejh" name="Manuell prüfen" camunda:assignee="Michael">
  <bpmn:incoming>SequenceFlow_0azf548</bpmn:incoming>
  <bpmn:incoming>SequenceFlow_01y27gj</bpmn:incoming>
  <bpmn:outgoing>SequenceFlow_131isoo</bpmn:outgoing>
</bpmn:userTask>
<bpmn:serviceTask id="Task_0cr52qg" name="Vertragsdaten vom Bestandssystem laden / aktualisieren" camunda:class="de.nttdata.DSGVO.InitProcessMock">
  <bpmn:incoming>SequenceFlow_10z4vzf</bpmn:incoming>
  <bpmn:outgoing>SequenceFlow_0t743ri</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:exclusiveGateway id="ExclusiveGateway_1wxuea7" default="SequenceFlow_0p9qd99">
  <bpmn:incoming>SequenceFlow_04ioeci</bpmn:incoming>
  <bpmn:outgoing>SequenceFlow_0qq0pb5</bpmn:outgoing>
  <bpmn:outgoing>SequenceFlow_15qcmy4</bpmn:outgoing>
  <bpmn:outgoing>SequenceFlow_0ytxpru</bpmn:outgoing>
  <bpmn:outgoing>SequenceFlow_080yxmm</bpmn:outgoing>
  <bpmn:outgoing>SequenceFlow_0p9qd99</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:sequenceFlow id="SequenceFlow_0qq0pb5" name="Löschen" sourceRef="ExclusiveGateway_1wxuea7" targetRef="IntermediateThrowEvent_08t9l87">
  <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${zielStatus == "loeschen"}]]></bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:serviceTask id="Task_1pmai4e" name="Vertrag löschen" camunda:class="de.nttdata.DSGVO.MockClass">
  <bpmn:incoming>SequenceFlow_1fai89n</bpmn:incoming>
  <bpmn:outgoing>SequenceFlow_0xrdeyh</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:businessRuleTask id="Task_00xjwj1" name="Neuen Vertragsstatus ermitteln" camunda:decisionRef="statusErmitteln">
  <bpmn:extensionElements>
    <camunda:inputOutput>
      <camunda:inputParameter name="vertragsStatus" />
      <camunda:inputParameter name="sperrDatum" />
      <camunda:inputParameter name="loeschDatum" />
      <camunda:outputParameter name="zielStatus">sperren</camunda:outputParameter>
    </camunda:inputOutput>
  </bpmn:extensionElements>
  <bpmn:incoming>SequenceFlow_0t743ri</bpmn:incoming>
  <bpmn:outgoing>SequenceFlow_0s901tm</bpmn:outgoing>
</bpmn:businessRuleTask>
<bpmn:serviceTask id="Task_1f8gqsi" name="Vertrag sperren" camunda:class="de.nttdata.DSGVO.MockClass">
  <bpmn:incoming>SequenceFlow_0ll31gw</bpmn:incoming>
  <bpmn:outgoing>SequenceFlow_1hlriel</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:exclusiveGateway id="ExclusiveGateway_0ntn82r" default="SequenceFlow_0peldd8">
  <bpmn:incoming>SequenceFlow_0xrdeyh</bpmn:incoming>
  <bpmn:incoming>SequenceFlow_1hlriel</bpmn:incoming>
  <bpmn:incoming>SequenceFlow_09rzq4m</bpmn:incoming>
  <bpmn:outgoing>SequenceFlow_0peldd8</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:sequenceFlow id="SequenceFlow_0peldd8" sourceRef="ExclusiveGateway_0ntn82r" targetRef="Task_0eq28ul" />
<bpmn:sequenceFlow id="SequenceFlow_1hlriel" sourceRef="Task_1f8gqsi" targetRef="ExclusiveGateway_0ntn82r" />
<bpmn:sequenceFlow id="SequenceFlow_15qcmy4" name="Sperren" sourceRef="ExclusiveGateway_1wxuea7" targetRef="IntermediateThrowEvent_0l4zdzp">
  <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${zielStatus == "sperren"}]]></bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:serviceTask id="Task_1v1o08e" name="Daten anonymisieren" camunda:expression="de.nttdata.DSGVO.MockClass">
  <bpmn:incoming>SequenceFlow_0niguf9</bpmn:incoming>
  <bpmn:outgoing>SequenceFlow_09rzq4m</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:sequenceFlow id="SequenceFlow_0ytxpru" name="Anonymisieren" sourceRef="ExclusiveGateway_1wxuea7" targetRef="IntermediateThrowEvent_0sr6t6i">
  <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${zielStatus == "anonymisieren"}]]></bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="SequenceFlow_080yxmm" name="Aktiv" sourceRef="ExclusiveGateway_1wxuea7" targetRef="IntermediateThrowEvent_0a177zd">
  <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${zielStatus == "aktiv"}]]></bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="SequenceFlow_0p9qd99" name="Unklar" sourceRef="ExclusiveGateway_1wxuea7" targetRef="IntermediateThrowEvent_00raudb" />
<bpmn:task id="Task_144r7lb" name="Vertragsstatus intern setzen">
  <bpmn:incoming>SequenceFlow_0s901tm</bpmn:incoming>
  <bpmn:incoming>SequenceFlow_131isoo</bpmn:incoming>
  <bpmn:outgoing>SequenceFlow_04ioeci</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_04ioeci" sourceRef="Task_144r7lb" targetRef="ExclusiveGateway_1wxuea7" />
<bpmn:sequenceFlow id="SequenceFlow_0s901tm" sourceRef="Task_00xjwj1" targetRef="Task_144r7lb" />
<bpmn:sequenceFlow id="SequenceFlow_131isoo" sourceRef="Task_0devejh" targetRef="Task_144r7lb" />
<bpmn:sequenceFlow id="SequenceFlow_09rzq4m" sourceRef="Task_1v1o08e" targetRef="ExclusiveGateway_0ntn82r" />
<bpmn:intermediateThrowEvent id="IntermediateThrowEvent_08t9l87">
  <bpmn:incoming>SequenceFlow_0qq0pb5</bpmn:incoming>
  <bpmn:outgoing>SequenceFlow_1fai89n</bpmn:outgoing>
</bpmn:intermediateThrowEvent>
<bpmn:sequenceFlow id="SequenceFlow_1fai89n" sourceRef="IntermediateThrowEvent_08t9l87" targetRef="Task_1pmai4e" />
<bpmn:intermediateThrowEvent id="IntermediateThrowEvent_0l4zdzp">
  <bpmn:incoming>SequenceFlow_15qcmy4</bpmn:incoming>
  <bpmn:outgoing>SequenceFlow_0ll31gw</bpmn:outgoing>
</bpmn:intermediateThrowEvent>
<bpmn:sequenceFlow id="SequenceFlow_0ll31gw" sourceRef="IntermediateThrowEvent_0l4zdzp" targetRef="Task_1f8gqsi" />
<bpmn:intermediateThrowEvent id="IntermediateThrowEvent_0sr6t6i">
  <bpmn:incoming>SequenceFlow_0ytxpru</bpmn:incoming>
  <bpmn:outgoing>SequenceFlow_0niguf9</bpmn:outgoing>
</bpmn:intermediateThrowEvent>
<bpmn:sequenceFlow id="SequenceFlow_0niguf9" sourceRef="IntermediateThrowEvent_0sr6t6i" targetRef="Task_1v1o08e" />
<bpmn:intermediateThrowEvent id="IntermediateThrowEvent_0a177zd">
  <bpmn:incoming>SequenceFlow_080yxmm</bpmn:incoming>
  <bpmn:outgoing>SequenceFlow_0algvb7</bpmn:outgoing>
</bpmn:intermediateThrowEvent>
<bpmn:sequenceFlow id="SequenceFlow_0algvb7" sourceRef="IntermediateThrowEvent_0a177zd" targetRef="ExclusiveGateway_0802y1d" />
<bpmn:intermediateThrowEvent id="IntermediateThrowEvent_00raudb">
  <bpmn:incoming>SequenceFlow_0p9qd99</bpmn:incoming>
  <bpmn:outgoing>SequenceFlow_01y27gj</bpmn:outgoing>
</bpmn:intermediateThrowEvent>
<bpmn:sequenceFlow id="SequenceFlow_01y27gj" sourceRef="IntermediateThrowEvent_00raudb" targetRef="Task_0devejh" />
<bpmn:sequenceFlow id="SequenceFlow_10z4vzf" sourceRef="Task_08m941q" targetRef="Task_0cr52qg" />
<bpmn:userTask id="Task_08m941q" name="UserTask Pruefung" camunda:assignee="demo">
  <bpmn:extensionElements>
    <camunda:formData />
  </bpmn:extensionElements>
  <bpmn:incoming>SequenceFlow_05mmmf9</bpmn:incoming>
  <bpmn:outgoing>SequenceFlow_10z4vzf</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="SequenceFlow_0wjbovo" sourceRef="Task_08ycpim" targetRef="EndEvent_1976c5f" />
<bpmn:userTask id="Task_08ycpim" name="BreakPoint">
  <bpmn:incoming>SequenceFlow_1qgphcl</bpmn:incoming>
  <bpmn:outgoing>SequenceFlow_0wjbovo</bpmn:outgoing>
</bpmn:userTask>
<bpmn:startEvent id="StartEvent_1" name="Vertrag für Überprüfung erhalten">
  <bpmn:outgoing>SequenceFlow_0jwlca0</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="SequenceFlow_0jwlca0" sourceRef="StartEvent_1" targetRef="Task_1qpjhda" />
<bpmn:sequenceFlow id="SequenceFlow_05mmmf9" sourceRef="Task_1qpjhda" targetRef="Task_08m941q" />
<bpmn:serviceTask id="Task_1qpjhda" name="Initialisiere VSNR" camunda:class="de.nttdata.DSGVO.InitProcessMock">
  <bpmn:incoming>SequenceFlow_0jwlca0</bpmn:incoming>
  <bpmn:outgoing>SequenceFlow_05mmmf9</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:textAnnotation id="TextAnnotation_0hztl25">    <bpmn:text>Hier ist die eigentliche CoC-Logik untergebracht. Die Veto-Logik fehlt noch. Die sollte auch explizit ausmodelliert sein.</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_01lyara" sourceRef="Task_00xjwj1" targetRef="TextAnnotation_0hztl25" />
<bpmn:textAnnotation id="TextAnnotation_0qalv66">    <bpmn:text>Status beibehalten. Keine Aktion</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_03qzjr6" sourceRef="IntermediateThrowEvent_0a177zd" targetRef="TextAnnotation_0qalv66" />
<bpmn:textAnnotation id="TextAnnotation_13wk8l3">    <bpmn:text>Diesen Vertrag schaue ich mir dann nach einer gewissen Zeit wieder an.</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_0vsixc2" sourceRef="EndEvent_1976c5f" targetRef="TextAnnotation_13wk8l3" />
  </bpmn:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="MainDSGVOProcess">
  <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
    <dc:Bounds x="-92" y="319" width="36" height="36" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="-64" y="359" width="61" height="36" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNShape>
  <bpmndi:BPMNEdge id="SequenceFlow_0jwlca0_di" bpmnElement="SequenceFlow_0jwlca0">
    <di:waypoint xsi:type="dc:Point" x="-56" y="337" />
    <di:waypoint xsi:type="dc:Point" x="23" y="337" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="-61.5" y="322" width="90" height="0" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNEdge id="SequenceFlow_0t743ri_di" bpmnElement="SequenceFlow_0t743ri">
    <di:waypoint xsi:type="dc:Point" x="440" y="337" />
    <di:waypoint xsi:type="dc:Point" x="472" y="337" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="472" y="316" width="0" height="0" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNShape id="EndEvent_1976c5f_di" bpmnElement="EndEvent_1976c5f">
    <dc:Bounds x="1591" y="206" width="36" height="36" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="1578" y="246" width="63" height="24" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNShape>
  <bpmndi:BPMNEdge id="SequenceFlow_0xrdeyh_di" bpmnElement="SequenceFlow_0xrdeyh">
    <di:waypoint xsi:type="dc:Point" x="1077" y="224" />
    <di:waypoint xsi:type="dc:Point" x="1138" y="224" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="1062.5" y="203" width="90" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNShape id="Task_0eq28ul_di" bpmnElement="Task_0eq28ul">
    <dc:Bounds x="1242" y="184" width="100" height="80" />
  </bpmndi:BPMNShape>
  <bpmndi:BPMNEdge id="SequenceFlow_0n2i8pw_di" bpmnElement="SequenceFlow_0n2i8pw">
    <di:waypoint xsi:type="dc:Point" x="1342" y="224" />
    <di:waypoint xsi:type="dc:Point" x="1374" y="224" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="1313" y="203" width="90" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNShape id="ExclusiveGateway_0802y1d_di" bpmnElement="ExclusiveGateway_0802y1d" isMarkerVisible="true">
    <dc:Bounds x="1374" y="199" width="50" height="50" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="1399" y="253" width="0" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNShape>
  <bpmndi:BPMNEdge id="SequenceFlow_1qgphcl_di" bpmnElement="SequenceFlow_1qgphcl">
    <di:waypoint xsi:type="dc:Point" x="1424" y="224" />
    <di:waypoint xsi:type="dc:Point" x="1458" y="224" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="1435" y="203" width="12" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNEdge id="SequenceFlow_0azf548_di" bpmnElement="SequenceFlow_0azf548">
    <di:waypoint xsi:type="dc:Point" x="1399" y="249" />
    <di:waypoint xsi:type="dc:Point" x="1399" y="573" />
    <di:waypoint xsi:type="dc:Point" x="1077" y="573" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="1403" y="405" width="23" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNShape id="UserTask_1sb9fo8_di" bpmnElement="Task_0devejh">
    <dc:Bounds x="977" y="533" width="100" height="80" />
  </bpmndi:BPMNShape>
  <bpmndi:BPMNShape id="ServiceTask_0bfogwf_di" bpmnElement="Task_0cr52qg">
    <dc:Bounds x="308" y="297" width="132" height="80" />
  </bpmndi:BPMNShape>
  <bpmndi:BPMNShape id="ExclusiveGateway_1wxuea7_di" bpmnElement="ExclusiveGateway_1wxuea7" isMarkerVisible="true">
    <dc:Bounds x="779" y="312" width="50" height="50" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="804" y="366" width="0" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNShape>
  <bpmndi:BPMNEdge id="SequenceFlow_0qq0pb5_di" bpmnElement="SequenceFlow_0qq0pb5">
    <di:waypoint xsi:type="dc:Point" x="804" y="310" />
    <di:waypoint xsi:type="dc:Point" x="804" y="224" />
    <di:waypoint xsi:type="dc:Point" x="906" y="224" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="834" y="207" width="42" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNShape id="ServiceTask_064tpx6_di" bpmnElement="Task_1pmai4e">
    <dc:Bounds x="977" y="184" width="100" height="80" />
  </bpmndi:BPMNShape>
  <bpmndi:BPMNShape id="BusinessRuleTask_07mmdrx_di" bpmnElement="Task_00xjwj1">
    <dc:Bounds x="472" y="297" width="100" height="80" />
  </bpmndi:BPMNShape>
  <bpmndi:BPMNShape id="ServiceTask_1luddsk_di" bpmnElement="Task_1f8gqsi">
    <dc:Bounds x="977" y="297" width="100" height="80" />
  </bpmndi:BPMNShape>
  <bpmndi:BPMNShape id="ExclusiveGateway_0ntn82r_di" bpmnElement="ExclusiveGateway_0ntn82r" isMarkerVisible="true">
    <dc:Bounds x="1138" y="199" width="50" height="50" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="1163" y="253" width="0" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNShape>
  <bpmndi:BPMNEdge id="SequenceFlow_0peldd8_di" bpmnElement="SequenceFlow_0peldd8">
    <di:waypoint xsi:type="dc:Point" x="1188" y="224" />
    <di:waypoint xsi:type="dc:Point" x="1242" y="224" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="1215" y="203" width="0" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNEdge id="SequenceFlow_1hlriel_di" bpmnElement="SequenceFlow_1hlriel">
    <di:waypoint xsi:type="dc:Point" x="1077" y="337" />
    <di:waypoint xsi:type="dc:Point" x="1163" y="337" />
    <di:waypoint xsi:type="dc:Point" x="1163" y="249" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="1120" y="316" width="0" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNEdge id="SequenceFlow_15qcmy4_di" bpmnElement="SequenceFlow_15qcmy4">
    <di:waypoint xsi:type="dc:Point" x="829" y="337" />
    <di:waypoint xsi:type="dc:Point" x="906" y="337" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="841.5959" y="314" width="40" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNShape id="ServiceTask_1lw1x09_di" bpmnElement="Task_1v1o08e">
    <dc:Bounds x="977" y="415" width="100" height="80" />
  </bpmndi:BPMNShape>
  <bpmndi:BPMNEdge id="SequenceFlow_0ytxpru_di" bpmnElement="SequenceFlow_0ytxpru">
    <di:waypoint xsi:type="dc:Point" x="804" y="362" />
    <di:waypoint xsi:type="dc:Point" x="804" y="455" />
    <di:waypoint xsi:type="dc:Point" x="906" y="455" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="819.8902" y="432" width="74" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNEdge id="SequenceFlow_080yxmm_di" bpmnElement="SequenceFlow_080yxmm">
    <di:waypoint xsi:type="dc:Point" x="804" y="312" />
    <di:waypoint xsi:type="dc:Point" x="804" y="102" />
    <di:waypoint xsi:type="dc:Point" x="906" y="102" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="861.92194" y="83" width="26" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNEdge id="SequenceFlow_0p9qd99_di" bpmnElement="SequenceFlow_0p9qd99">
    <di:waypoint xsi:type="dc:Point" x="796" y="362" />
    <di:waypoint xsi:type="dc:Point" x="763" y="470" />
    <di:waypoint xsi:type="dc:Point" x="804" y="573" />
    <di:waypoint xsi:type="dc:Point" x="906" y="573" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="855" y="552" width="32" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNShape id="Task_144r7lb_di" bpmnElement="Task_144r7lb">
    <dc:Bounds x="622" y="297" width="100" height="80" />
  </bpmndi:BPMNShape>
  <bpmndi:BPMNEdge id="SequenceFlow_04ioeci_di" bpmnElement="SequenceFlow_04ioeci">
    <di:waypoint xsi:type="dc:Point" x="722" y="337" />
    <di:waypoint xsi:type="dc:Point" x="779" y="337" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="750.5" y="316" width="0" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNEdge id="SequenceFlow_0s901tm_di" bpmnElement="SequenceFlow_0s901tm">
    <di:waypoint xsi:type="dc:Point" x="572" y="337" />
    <di:waypoint xsi:type="dc:Point" x="622" y="337" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="597" y="316" width="0" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNEdge id="SequenceFlow_131isoo_di" bpmnElement="SequenceFlow_131isoo">
    <di:waypoint xsi:type="dc:Point" x="1027" y="613" />
    <di:waypoint xsi:type="dc:Point" x="1027" y="709" />
    <di:waypoint xsi:type="dc:Point" x="672" y="709" />
    <di:waypoint xsi:type="dc:Point" x="672" y="377" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="849.5" y="688" width="0" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNEdge id="SequenceFlow_09rzq4m_di" bpmnElement="SequenceFlow_09rzq4m">
    <di:waypoint xsi:type="dc:Point" x="1077" y="455" />
    <di:waypoint xsi:type="dc:Point" x="1163" y="455" />
    <di:waypoint xsi:type="dc:Point" x="1163" y="249" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="1120" y="434" width="0" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNShape id="TextAnnotation_0hztl25_di" bpmnElement="TextAnnotation_0hztl25">
    <dc:Bounds x="426" y="170" width="191" height="87" />
  </bpmndi:BPMNShape>
  <bpmndi:BPMNEdge id="Association_01lyara_di" bpmnElement="Association_01lyara">
    <di:waypoint xsi:type="dc:Point" x="522" y="297" />
    <di:waypoint xsi:type="dc:Point" x="522" y="257" />
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNShape id="IntermediateThrowEvent_08t9l87_di" bpmnElement="IntermediateThrowEvent_08t9l87">
    <dc:Bounds x="905.804" y="206" width="36" height="36" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="923.804" y="246" width="0" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNShape>
  <bpmndi:BPMNEdge id="SequenceFlow_1fai89n_di" bpmnElement="SequenceFlow_1fai89n">
    <di:waypoint xsi:type="dc:Point" x="942" y="224" />
    <di:waypoint xsi:type="dc:Point" x="977" y="224" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="959.5" y="203" width="0" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNShape id="IntermediateThrowEvent_0l4zdzp_di" bpmnElement="IntermediateThrowEvent_0l4zdzp">
    <dc:Bounds x="906" y="319" width="36" height="36" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="924" y="359" width="0" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNShape>
  <bpmndi:BPMNEdge id="SequenceFlow_0ll31gw_di" bpmnElement="SequenceFlow_0ll31gw">
    <di:waypoint xsi:type="dc:Point" x="942" y="337" />
    <di:waypoint xsi:type="dc:Point" x="977" y="337" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="959.5" y="316" width="0" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNShape id="IntermediateThrowEvent_0sr6t6i_di" bpmnElement="IntermediateThrowEvent_0sr6t6i">
    <dc:Bounds x="906" y="437" width="36" height="36" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="924" y="477" width="0" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNShape>
  <bpmndi:BPMNEdge id="SequenceFlow_0niguf9_di" bpmnElement="SequenceFlow_0niguf9">
    <di:waypoint xsi:type="dc:Point" x="942" y="455" />
    <di:waypoint xsi:type="dc:Point" x="977" y="455" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="959.5" y="434" width="0" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNShape id="IntermediateThrowEvent_0a177zd_di" bpmnElement="IntermediateThrowEvent_0a177zd">
    <dc:Bounds x="906" y="84" width="36" height="36" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="924" y="124" width="0" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNShape>
  <bpmndi:BPMNShape id="TextAnnotation_0qalv66_di" bpmnElement="TextAnnotation_0qalv66">
    <dc:Bounds x="874" y="0" width="117" height="58" />
  </bpmndi:BPMNShape>
  <bpmndi:BPMNEdge id="Association_03qzjr6_di" bpmnElement="Association_03qzjr6">
    <di:waypoint xsi:type="dc:Point" x="926" y="85" />
    <di:waypoint xsi:type="dc:Point" x="929" y="58" />
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNEdge id="SequenceFlow_0algvb7_di" bpmnElement="SequenceFlow_0algvb7">
    <di:waypoint xsi:type="dc:Point" x="942" y="102" />
    <di:waypoint xsi:type="dc:Point" x="1399" y="102" />
    <di:waypoint xsi:type="dc:Point" x="1399" y="199" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="1170.5" y="81" width="0" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNShape id="TextAnnotation_13wk8l3_di" bpmnElement="TextAnnotation_13wk8l3">
    <dc:Bounds x="1629" y="135" width="121" height="64" />
  </bpmndi:BPMNShape>
  <bpmndi:BPMNEdge id="Association_0vsixc2_di" bpmnElement="Association_0vsixc2">
    <di:waypoint xsi:type="dc:Point" x="1622" y="211" />
    <di:waypoint xsi:type="dc:Point" x="1641" y="199" />
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNShape id="IntermediateThrowEvent_00raudb_di" bpmnElement="IntermediateThrowEvent_00raudb">
    <dc:Bounds x="906" y="555" width="36" height="36" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="924" y="595" width="0" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNShape>
  <bpmndi:BPMNEdge id="SequenceFlow_01y27gj_di" bpmnElement="SequenceFlow_01y27gj">
    <di:waypoint xsi:type="dc:Point" x="942" y="573" />
    <di:waypoint xsi:type="dc:Point" x="977" y="573" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="959.5" y="552" width="0" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNEdge id="SequenceFlow_10z4vzf_di" bpmnElement="SequenceFlow_10z4vzf">
    <di:waypoint xsi:type="dc:Point" x="279" y="337" />
    <di:waypoint xsi:type="dc:Point" x="308" y="337" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="293.5" y="316" width="0" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNShape id="UserTask_1xw3u1t_di" bpmnElement="Task_08m941q">
    <dc:Bounds x="179" y="297" width="100" height="80" />
  </bpmndi:BPMNShape>
  <bpmndi:BPMNEdge id="SequenceFlow_0wjbovo_di" bpmnElement="SequenceFlow_0wjbovo">
    <di:waypoint xsi:type="dc:Point" x="1558" y="224" />
    <di:waypoint xsi:type="dc:Point" x="1591" y="224" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="1574.5" y="203" width="0" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNShape id="UserTask_1r4hs05_di" bpmnElement="Task_08ycpim">
    <dc:Bounds x="1458" y="184" width="100" height="80" />
  </bpmndi:BPMNShape>
  <bpmndi:BPMNEdge id="SequenceFlow_05mmmf9_di" bpmnElement="SequenceFlow_05mmmf9">
    <di:waypoint xsi:type="dc:Point" x="123" y="337" />
    <di:waypoint xsi:type="dc:Point" x="179" y="337" />
    <bpmndi:BPMNLabel>
      <dc:Bounds x="151" y="316" width="0" height="12" />
    </bpmndi:BPMNLabel>
  </bpmndi:BPMNEdge>
  <bpmndi:BPMNShape id="ServiceTask_1vyy2px_di" bpmnElement="Task_1qpjhda">
    <dc:Bounds x="23" y="297" width="100" height="80" />
  </bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>

I did a Maven clean, that was the solution for the old BPMN File I guess.

But now its not possible anymore that the new BPMN File (“MainDSGVOProcess.bpmn”) does not show up on the Cockpit/ Tomcat Server.

Okay, next please post the Tomcat log file for the time span during which you deploy your application.

Okay, there you go:

19-Jul-2017 11:58:43.743 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.0.24
19-Jul-2017 11:58:43.744 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Jul 1 2015 20:19:55 UTC
19-Jul-2017 11:58:43.744 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.0.24.0
19-Jul-2017 11:58:43.744 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Windows 7
19-Jul-2017 11:58:43.744 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            6.1
19-Jul-2017 11:58:43.745 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
19-Jul-2017 11:58:43.745 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             C:\Program Files\Java\jdk1.8.0_131\jre
19-Jul-2017 11:58:43.745 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_131-b11
19-Jul-2017 11:58:43.746 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
19-Jul-2017 11:58:43.746 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         C:\Program Files\Camunda\server\apache-tomcat-8.0.24
19-Jul-2017 11:58:43.746 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         C:\Program Files\Camunda\server\apache-tomcat-8.0.24
19-Jul-2017 11:58:43.747 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=C:\Program Files\Camunda\server\apache-tomcat-8.0.24\conf\logging.properties
19-Jul-2017 11:58:43.748 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
19-Jul-2017 11:58:43.748 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx512m
19-Jul-2017 11:58:43.749 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:MaxPermSize=256m
19-Jul-2017 11:58:43.749 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:PermSize=256m
19-Jul-2017 11:58:43.749 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=C:\Program Files\Camunda\server\apache-tomcat-8.0.24\endorsed
19-Jul-2017 11:58:43.751 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=C:\Program Files\Camunda\server\apache-tomcat-8.0.24
19-Jul-2017 11:58:43.751 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=C:\Program Files\Camunda\server\apache-tomcat-8.0.24
19-Jul-2017 11:58:43.752 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=C:\Program Files\Camunda\server\apache-tomcat-8.0.24\temp
19-Jul-2017 11:58:43.752 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.8.0_131\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Users\SCHLAM\Downloads\;C:\Program Files\PuTTY\;C:\Program Files\TortoiseGit\bin;C:\Program Files\Git\cmd;.
19-Jul-2017 11:58:43.890 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
19-Jul-2017 11:58:44.040 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
19-Jul-2017 11:58:44.042 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
19-Jul-2017 11:58:44.044 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
19-Jul-2017 11:58:44.045 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 738 ms
19-Jul-2017 11:58:44.061 WARNING [main] org.apache.tomcat.jdbc.pool.ConnectionPool.init maxIdle is larger than maxActive, setting maxIdle to: 20
19-Jul-2017 11:58:44.334 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08046 Found camunda bpm platform configuration in CATALINA_BASE/CATALINA_HOME conf directory [C:\Program Files\Camunda\server\apache-tomcat-8.0.24\conf\bpm-platform.xml] at 'file:/C:/Program%20Files/Camunda/server/apache-tomcat-8.0.24/conf/bpm-platform.xml'
19-Jul-2017 11:58:44.583 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-12003 Plugin 'ProcessApplicationEventListenerPlugin' activated on process engine 'default'
19-Jul-2017 11:58:44.588 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-12003 Plugin 'SpinProcessEnginePlugin' activated on process engine 'default'
19-Jul-2017 11:58:44.592 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormatProvider[name = application/json]
19-Jul-2017 11:58:44.771 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormatProvider[name = application/xml]
19-Jul-2017 11:58:44.779 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormat[name = application/xml]
19-Jul-2017 11:58:44.780 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat[name = application/json]
19-Jul-2017 11:58:44.780 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-12003 Plugin 'ConnectProcessEnginePlugin' activated on process engine 'default'
19-Jul-2017 11:58:45.020 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo CNCT-01004 Discovered provider for connector id 'http-connector' and class 'org.camunda.connect.httpclient.impl.HttpConnectorImpl': 'org.camunda.connect.httpclient.impl.HttpConnectorProviderImpl'
19-Jul-2017 11:58:45.022 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo CNCT-01004 Discovered provider for connector id 'soap-http-connector' and class 'org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorImpl': 'org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorProviderImpl'
19-Jul-2017 11:58:47.090 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-00001 Process Engine default created.
19-Jul-2017 11:58:47.094 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-14014 Starting up the JobExecutor[org.camunda.bpm.engine.impl.jobexecutor.RuntimeContainerJobExecutor].
19-Jul-2017 11:58:47.139 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08048 Camunda BPM platform sucessfully started at 'Apache Tomcat/8.0.24'.
19-Jul-2017 11:58:47.156 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
19-Jul-2017 11:58:47.159 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.24
19-Jul-2017 11:58:47.213 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive C:\Program Files\Camunda\server\apache-tomcat-8.0.24\webapps\insho-dsgvo-0.0.1-SNAPSHOT.war
19-Jul-2017 11:58:47.222 INFO [Thread-6] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-14018 JobExecutor[org.camunda.bpm.engine.impl.jobexecutor.RuntimeContainerJobExecutor] starting to acquire jobs
19-Jul-2017 11:58:50.371 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal Error during ServletContainerInitializer processing
 javax.servlet.ServletException: ENGINE-07013 An application must not contain more than one class annotated with @ProcessApplication.
 Application '/insho-dsgvo-0.0.1-SNAPSHOT' contains the following @ProcessApplication classes:
  de.nttdata.DSGVO.processApp.EmbeddedProcessApp
  de.nttdata.DSGVO.DSGVOApplication

	at org.camunda.bpm.application.impl.ProcessApplicationLogger.multiplePasException(ProcessApplicationLogger.java:136)
	at org.camunda.bpm.application.impl.ServletProcessApplicationDeployer.onStartup(ServletProcessApplicationDeployer.java:66)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5156)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:725)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:701)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717)
	at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:945)
	at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1768)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)

19-Jul-2017 11:58:50.375 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [/insho-dsgvo-0.0.1-SNAPSHOT] startup failed due to previous errors
19-Jul-2017 11:58:50.391 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive C:\Program Files\Camunda\server\apache-tomcat-8.0.24\webapps\insho-dsgvo-0.0.1-SNAPSHOT.war has finished in 3,176 ms
19-Jul-2017 11:58:50.393 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\Program Files\Camunda\server\apache-tomcat-8.0.24\webapps\camunda
19-Jul-2017 11:58:53.738 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
19-Jul-2017 11:58:54.170 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\Program Files\Camunda\server\apache-tomcat-8.0.24\webapps\camunda has finished in 3,777 ms
19-Jul-2017 11:58:54.171 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\Program Files\Camunda\server\apache-tomcat-8.0.24\webapps\camunda-invoice
19-Jul-2017 11:58:56.143 INFO [localhost-startStop-1] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-07015 Detected @ProcessApplication class 'org.camunda.bpm.example.invoice.InvoiceProcessApplication'
19-Jul-2017 11:58:56.167 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
19-Jul-2017 11:58:56.174 INFO [localhost-startStop-1] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08024 Found processes.xml file at file:/C:/Program%20Files/Camunda/server/apache-tomcat-8.0.24/webapps/camunda-invoice/WEB-INF/classes/META-INF/processes.xml
19-Jul-2017 11:58:56.212 INFO [localhost-startStop-1] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08023 Deployment summary for process archive 'camunda-invoice': 

    invoiceBusinessDecisions.dmn
    invoice.v2.bpmn
    review-invoice.cmmn

19-Jul-2017 11:58:56.760 INFO [localhost-startStop-1] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-07021 ProcessApplication 'camunda-invoice' registered for DB deployments [bfe8705b-6c64-11e7-8263-18dbf24d3972, bf670b51-6c64-11e7-8263-18dbf24d3972]. Will execute process definitions 

    invoice[version: 2, id: invoice:2:bff0adbf-6c64-11e7-8263-18dbf24d3972]
    invoice[version: 1, id: invoice:1:bf81e655-6c64-11e7-8263-18dbf24d3972]

Will execute case definitions 

    ReviewInvoiceCase[version: 2, id: ReviewInvoiceCase:2:bff7b1a1-6c64-11e7-8263-18dbf24d3972]
    ReviewInvoiceCase[version: 1, id: ReviewInvoiceCase:1:bfbc5747-6c64-11e7-8263-18dbf24d3972]

19-Jul-2017 11:58:56.776 INFO [localhost-startStop-1] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormatProvider[name = application/json]
19-Jul-2017 11:58:56.779 INFO [localhost-startStop-1] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormatProvider[name = application/xml]
19-Jul-2017 11:58:56.783 INFO [localhost-startStop-1] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormat[name = application/xml]
19-Jul-2017 11:58:56.784 INFO [localhost-startStop-1] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat[name = application/json]
19-Jul-2017 11:58:56.861 INFO [localhost-startStop-1] org.camunda.bpm.example.invoice.InvoiceProcessApplication.startProcessInstances No new instances of Invoice Receipt version 1 started, there are 3 instances running
19-Jul-2017 11:58:56.899 INFO [localhost-startStop-1] org.camunda.bpm.example.invoice.InvoiceProcessApplication.startProcessInstances No new instances of Invoice Receipt version 2 started, there are 3 instances running
19-Jul-2017 11:58:56.900 INFO [localhost-startStop-1] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08050 Process application camunda-invoice successfully deployed
19-Jul-2017 11:58:56.904 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\Program Files\Camunda\server\apache-tomcat-8.0.24\webapps\camunda-invoice has finished in 2,732 ms
19-Jul-2017 11:58:56.904 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\Program Files\Camunda\server\apache-tomcat-8.0.24\webapps\camunda-welcome
19-Jul-2017 11:58:58.623 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
19-Jul-2017 11:58:58.629 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\Program Files\Camunda\server\apache-tomcat-8.0.24\webapps\camunda-welcome has finished in 1,724 ms
19-Jul-2017 11:58:58.629 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\Program Files\Camunda\server\apache-tomcat-8.0.24\webapps\docs
19-Jul-2017 11:59:00.182 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
19-Jul-2017 11:59:00.185 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\Program Files\Camunda\server\apache-tomcat-8.0.24\webapps\docs has finished in 1,556 ms
19-Jul-2017 11:59:00.185 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\Program Files\Camunda\server\apache-tomcat-8.0.24\webapps\engine-rest
19-Jul-2017 11:59:02.361 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
19-Jul-2017 11:59:02.525 INFO [localhost-startStop-1] org.jboss.resteasy.logging.impl.Slf4jLogger.info Deploying javax.ws.rs.core.Application: class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
19-Jul-2017 11:59:02.662 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\Program Files\Camunda\server\apache-tomcat-8.0.24\webapps\engine-rest has finished in 2,477 ms
19-Jul-2017 11:59:02.662 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\Program Files\Camunda\server\apache-tomcat-8.0.24\webapps\examples
19-Jul-2017 11:59:04.939 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
19-Jul-2017 11:59:04.984 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\Program Files\Camunda\server\apache-tomcat-8.0.24\webapps\examples has finished in 2,322 ms
19-Jul-2017 11:59:04.985 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\Program Files\Camunda\server\apache-tomcat-8.0.24\webapps\h2
19-Jul-2017 11:59:06.909 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
19-Jul-2017 11:59:06.918 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\Program Files\Camunda\server\apache-tomcat-8.0.24\webapps\h2 has finished in 1,933 ms
19-Jul-2017 11:59:06.920 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\Program Files\Camunda\server\apache-tomcat-8.0.24\webapps\host-manager
19-Jul-2017 11:59:08.538 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
19-Jul-2017 11:59:08.543 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\Program Files\Camunda\server\apache-tomcat-8.0.24\webapps\host-manager has finished in 1,624 ms
19-Jul-2017 11:59:08.549 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\Program Files\Camunda\server\apache-tomcat-8.0.24\webapps\manager
19-Jul-2017 11:59:10.184 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
19-Jul-2017 11:59:10.187 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\Program Files\Camunda\server\apache-tomcat-8.0.24\webapps\manager has finished in 1,638 ms
19-Jul-2017 11:59:10.187 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\Program Files\Camunda\server\apache-tomcat-8.0.24\webapps\ROOT
19-Jul-2017 11:59:11.873 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
19-Jul-2017 11:59:11.876 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\Program Files\Camunda\server\apache-tomcat-8.0.24\webapps\ROOT has finished in 1,689 ms
19-Jul-2017 11:59:11.881 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
19-Jul-2017 11:59:11.887 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
19-Jul-2017 11:59:11.889 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 27840 ms
19-Jul-2017 12:00:57.278 INFO [http-nio-8080-exec-4] org.jboss.resteasy.logging.impl.Slf4jLogger.info Deploying javax.ws.rs.core.Application: class org.camunda.bpm.cockpit.impl.web.CockpitApplication
19-Jul-2017 12:00:57.800 INFO [http-nio-8080-exec-7] org.jboss.resteasy.logging.impl.Slf4jLogger.info Deploying javax.ws.rs.core.Application: class org.camunda.bpm.admin.impl.web.AdminApplication
19-Jul-2017 12:00:57.830 INFO [http-nio-8080-exec-6] org.jboss.resteasy.logging.impl.Slf4jLogger.info Deploying javax.ws.rs.core.Application: class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
19-Jul-2017 12:01:13.863 INFO [http-nio-8080-exec-3] org.jboss.resteasy.logging.impl.Slf4jLogger.info Deploying javax.ws.rs.core.Application: class org.camunda.bpm.tasklist.impl.web.TasklistApplication

There is an exception that says

I suggest you remove on of those classes and try again.

Cheers,
Thorben

Hi Thorben,

thanks for your reply.

The DSGVOApplication is my main class:
package de.xxx.DSGVO;

import org.camunda.bpm.application.ProcessApplication;
import org.camunda.bpm.application.impl.ServletProcessApplication;

@ProcessApplication("DSGVO")
public class DSGVOApplication extends ServletProcessApplication {
	// empty implementation

	
	public DSGVOApplication() {
	}

}

The EmbeddedProcessApp class is generated by camunda, right ?
Why should I delete this one?

I don’t know. Did you use a Camunda Maven archetype to generate your project skeleton? In that case, the generated code is supposed to be a starting point for you to extend it. You can also delete it if you like.

Having a single process application class per Java application is a core concept of Camunda.

I would try to delete the Classed “EmbeddedProcessApp” but I cant find it in my project.
IMHO I have the Single process application class named DSGVOApplication.

How do you deploy to Tomcat? Could it be that the deployed application is somehow a mix between your latest artifact and a previous version? Could you please try deploying it to a clean Tomcat installation and see if the problem persists?

Hi Thorben,

well I cleaned moreless everything from the project now:

  • Workspace in Eclipse
  • Cloned a new Git-Fodler
  • Tomcat

In the end I can not really say what was the exact problem but though this helps me for now.

Thanks a lot.

michael