Bug 1163677
| Summary: | 'Archive package' not working | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Zuzana Krejčová <zkrejcov> | ||||
| Component: | Business Central | Assignee: | Toni Rikkola <trikkola> | ||||
| Status: | CLOSED EOL | QA Contact: | Lukáš Petrovický <lpetrovi> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6.1.0 | CC: | kverlaen, lpetrovi | ||||
| Target Milestone: | ER3 | ||||||
| Target Release: | 6.1.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:39:19 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: |
|
||||||
Most likely caused by broken servlet settings in web.xml. https://github.com/droolsjbpm/drools-wb/blob/master/drools-wb-webapp/src/main/webapp/WEB-INF/web.xml#L114-121 I can double check kie-drools-wb and kie-wb, but I remember there was a similar problem with the web.xml in business-central before and the business-central build/setup needed these changes. kie-wb and kie-drools-wb were broken. Fixes here. master: https://github.com/droolsjbpm/kie-wb-distributions/commit/9f2a9cade 6.2.x https://github.com/droolsjbpm/kie-wb-distributions/commit/76256d6aa Verified that it now works. The minor issue is now covered by bug 1178733. |
Created attachment 957055 [details] screenshot Description of problem: When in the Project authoring, with project explorer in the repository view/show as links configuration, user has the option to archive a package - new button/icon in 6.1.0 ER1. Main issue - this brings up a new browser window with JBWEB000065: HTTP Status 404 - /business-central/org.kie.workbench.drools.KIEDroolsWebapp/archive. See screenshot. Minor issue - the icon has no title/tooltip. Version-Release number of selected component (if applicable): BRMS 6.1.0 ER1 Steps to Reproduce: 1. Go to Project authoring, switch project explorer to repository view/show as links configuration. 2. Try to archive a package. Actual results: JBWEB000065: HTTP Status 404 - /business-central/org.kie.workbench.drools.KIEDroolsWebapp/archive Expected results: Whatever that is supposed to do, definitely not an HTTP error status.