Actions
Bug #4895
closedExporting multiple runs gives duplicate entry errors
Status:
Resolved
Priority:
Normal
Assignee:
Category:
workflow run manager
Target version:
Start date:
03/19/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4895
Description
Exporting multiple runs from the Workflow Run Manager gui sometimes gives a series of duplicate entry error messages from KARBuilder writeKARFile like:
ERROR (org.kepler.kar.KARBuilder:writeKARFile:598) Tried to write Duplicate Entry to kar WorkflowRun.9.xml urn:lsid:kepler-project.org/ns/:129:66:1
java.util.zip.ZipException: duplicate entry: 01-SimpleAddition.urn.lsid.kepler-project.org.ns..129.62.1.xml
To reproduce:
Open a workflow
Run it 3 times
Export all 3 runs
A subsequent export of these 3 runs will not give the errors.
Related issues
Updated by Derik Barseghian over 14 years ago
This is still a bug. It may get fixed as a result of the changes I'm implementing to fix bug 4898.
Actions