Bug 1048245
| Summary: | Error when auto deploying a unit after server restart due to: java.lang.IllegalArgumentException: number of transferred bytes cannot be negative | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Jiri Svitak <jsvitak> | ||||
| Component: | Business Central | Assignee: | Maciej Swiderski <mswiders> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Svitak <jsvitak> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6.0.0 | CC: | jsvitak, mbaluch | ||||
| Target Milestone: | CR1 | Keywords: | Regression | ||||
| Target Release: | 6.0.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-08-06 20:13:44 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: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Jiri Svitak
2014-01-03 13:37:11 UTC
Jiri, would it be possible to get complete server log for this case? By manual deploy do you mean build and deploy from project editor or using deployments view? Created attachment 847086 [details]
server.log
Attaching the server.log. 'Build & deploy' is meant in Project Editor. AFAIK build operation is not available in deployments view.
unfortunately I could not reproduce it without clearing the local maven repo. Once it was cleaned then the deployment failed. And that was the only way to reproduce it. To secure that an improvement was added to ensure that guvnor's maven repo is used when resolving artifacts during deployment guvnor master: https://github.com/droolsjbpm/guvnor/commit/8e6426f6af14350286b4b2b2cefa12bfcf9dd320 6.0.x: https://github.com/droolsjbpm/guvnor/commit/50bb9fd14768aa8c5ec33e267cea3036f854fdd1 Verified in BPMS 6 CR1 (6.0.2-redhat-1). |