Details
-
Bug
-
Resolution: Fixed
-
Minor
-
3.2.1
-
Empty show more show less
-
Content Mngmt 10
-
5
Description
When loading the workflows for livecopy the following can be seen in the log:
2021-03-03 16:27:49,070 INFO info.magnolia.module.ModuleManagerImpl : Starting module workflow 2021-03-03 16:27:49,145 INFO ource.yaml.AbstractFileResourceConfigurationSource: Setting up YamlConfigurationSource to load WorkflowDefinition definitions from resources 2021-03-03 16:27:49,161 INFO agnolia.config.source.yaml.YamlConfigurationSource: Registered definition from YAML file [/livecopy/workflows/liveCopyPublish.yaml]: [WORKFLOW] definition [liveCopyPublish] with reference id: [liveCopyPublish] from module [livecopy] at [liveCopyPublish] 2021-03-03 16:27:49,169 INFO agnolia.config.source.yaml.YamlConfigurationSource: Registered definition from YAML file [/livecopy/workflows/publishLinkedResources.yaml]: [WORKFLOW] definition [publishLinkedResources] with reference id: [publishLinkedResources] from module [livecopy] at [publishLinkedResources] 2021-03-03 16:27:49,171 INFO agnolia.config.source.yaml.YamlConfigurationSource: Registered definition from YAML file [/livecopy/workflows/reviewForLiveCopyPublication.yaml]: [WORKFLOW] definition [reviewForLiveCopyPublication] with reference id: [reviewForLiveCopyPublication] from module [livecopy] at [reviewForLiveCopyPublication] 2021-03-03 16:27:49,186 INFO info.magnolia.module.workflow.WorkflowBaseModule : Starting workflow engine via info.magnolia.module.workflow.jbpm.JbpmWorkflowManager... 2021-03-03 16:27:49,333 INFO ource.yaml.AbstractFileResourceConfigurationSource: Setting up YamlConfigurationSource to load WorkItemHandlerDefinition definitions from resources 2021-03-03 16:27:49,358 INFO agnolia.config.source.yaml.YamlConfigurationSource: Registered definition from YAML file [/livecopy/workItemHandlers/listLinkResources.yaml]: [workItemHandler] definition [listLinkResources] with reference id: [listLinkResources] from module [livecopy] at [listLinkResources] 2021-03-03 16:27:49,366 INFO agnolia.config.source.yaml.YamlConfigurationSource: Registered definition from YAML file [/livecopy/workItemHandlers/publishLinkResources.yaml]: [workItemHandler] definition [publishLinkResources] with reference id: [publishLinkResources] from module [livecopy] at [publishLinkResources] 2021-03-03 16:27:50,148 ERROR org.drools.core.xml.ExtensibleXmlParser : Node Info: id:BPMNLabel_2 name: Parser message: (null: 153, 44): cvc-id.2: There are multiple occurrences of ID value 'BPMNLabel_2'. 2021-03-03 16:27:50,148 ERROR org.drools.core.xml.ExtensibleXmlParser : Node Info: id:BPMNLabel_2 name: Parser message: (null: 153, 44): cvc-attribute.3: The value 'BPMNLabel_2' of attribute 'id' on element 'bpmndi:BPMNLabel' is not valid with respect to its type, 'ID'. 2021-03-03 16:27:50,149 ERROR org.drools.core.xml.ExtensibleXmlParser : Node Info: id:BPMNLabel_3 name: Parser message: (null: 161, 45): cvc-id.2: There are multiple occurrences of ID value 'BPMNLabel_3'. 2021-03-03 16:27:50,149 ERROR org.drools.core.xml.ExtensibleXmlParser : Node Info: id:BPMNLabel_3 name: Parser message: (null: 161, 45): cvc-attribute.3: The value 'BPMNLabel_3' of attribute 'id' on element 'bpmndi:BPMNLabel' is not valid with respect to its type, 'ID'. 2021-03-03 16:27:50,149 ERROR org.drools.core.xml.ExtensibleXmlParser : Node Info: id:BPMNLabel_4 name: Parser message: (null: 167, 45): cvc-id.2: There are multiple occurrences of ID value 'BPMNLabel_4'. 2021-03-03 16:27:50,149 ERROR org.drools.core.xml.ExtensibleXmlParser : Node Info: id:BPMNLabel_4 name: Parser message: (null: 167, 45): cvc-attribute.3: The value 'BPMNLabel_4' of attribute 'id' on element 'bpmndi:BPMNLabel' is not valid with respect to its type, 'ID'. 2021-03-03 16:27:51,607 ERROR org.drools.core.xml.ExtensibleXmlParser : Node Info: id:BPMNLabel_11 name: Parser message: (null: 274, 45): cvc-id.2: There are multiple occurrences of ID value 'BPMNLabel_11'. 2021-03-03 16:27:51,608 ERROR org.drools.core.xml.ExtensibleXmlParser : Node Info: id:BPMNLabel_11 name: Parser message: (null: 274, 45): cvc-attribute.3: The value 'BPMNLabel_11' of attribute 'id' on element 'bpmndi:BPMNLabel' is not valid with respect to its type, 'ID'. 2021-03-03 16:27:53,004 INFO info.magnolia.module.workflow.WorkflowBaseModule : Workflow engine started.
In my experiences this occurs when the workflow is created with one version of the plugin and then edited with another version.
Checklists
Acceptance criteria