[LIVECOPY-252] Investigate - Live copy workflows have invalid markup Created: 03/Mar/21 Updated: 18/Aug/21 Resolved: 17/Aug/21 |
|
| Status: | Closed |
| Project: | Live Copy |
| Component/s: | None |
| Affects Version/s: | 3.2.1 |
| Fix Version/s: | 3.2.6 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Richard Gange | Assignee: | Nguyen Phung Chi |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | VN-Implementation, VN-Testing, maintenance | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | 5.25h | ||
| Original Estimate: | Not Specified | ||
| Template: | |
| Acceptance criteria: |
Empty
|
| Task DoD: |
[X]*
Doc/release notes changes? Comment present?
[X]*
Downstream builds green?
[X]*
Solution information and context easily available?
[X]*
Tests
[X]*
FixVersion filled and not yet released
[ ] 
Architecture Decision Record (ADR)
|
| Bug DoR: |
[X]*
Steps to reproduce, expected, and actual results filled
[X]*
Affected version filled
|
| Epic Link: | Live Copy maintenance |
| Sprint: | Content Mngmt 10 |
| Story Points: | 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. |