| Summary: | org.uberfire.java.nio.file.FileAlreadyExistsException on PDF generation in designer. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Marek Baluch <mbaluch> | ||||
| Component: | jBPM Designer | Assignee: | Tihomir Surdilovic <tsurdilo> | ||||
| Status: | CLOSED EOL | QA Contact: | Jozef Marko <jomarko> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6.0.0 | CC: | jomarko, kverlaen | ||||
| Target Milestone: | DR1 | ||||||
| Target Release: | 6.3.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2020-03-27 19:46:10 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
Fixed on master https://github.com/droolsjbpm/jbpm-designer/commit/0b7a7e15d897c31c5b717978d2c4523b45baef39 Process PDF can be downloaded multiple times Verified on 6.3.0.DR1 |
Created attachment 839952 [details] stack-trace Description of problem: When a user attempts to generate a process PDF more than once then every time he tries an exception will end up in the server log. See attached stack-trace. Steps to Reproduce: 1. Create a process 2. Download PDF (at least twice) Actual results: Exception in the server log. Expected results: No exception in server log.