Bug 1220816
| Summary: | Attempt to associate the HTTP content source with repository displays JBWEB000065: HTTP Status 404 error | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | bkramer <bkramer> | ||||
| Component: | Content | Assignee: | Libor Zoubek <lzoubek> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Matt Mahoney <mmahoney> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | JON 3.3.2 | CC: | fbrychta, loleary, lzoubek, miburman, mmahoney, theute | ||||
| Target Milestone: | ER01 | Keywords: | Triaged | ||||
| Target Release: | JON 3.3.3 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-07-30 16:43:26 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: | |||||||
| Bug Depends On: | 1220818 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
branch: master link: https://github.com/rhq-project/rhq/commit/6363450e3 time: 2015-05-26 20:13:13 +0200 commit: 6363450e352457c72813a690212a7411967a55f4 author: Libor Zoubek - lzoubek message: Bug 1220816 - Attempt to associate the HTTP content source with repository displays JBWEB000065: HTTP Status 404 error fixed navigation rule Cherry-picked to release/jon3.3.x:
commit 8da8bfcdaf1f64d9f10a7892b780850045ec396e
Author: Libor Zoubek <lzoubek>
Date: Tue May 26 20:13:13 2015 +0200
Bug 1220816 - Attempt to associate the HTTP content source with repository
displays JBWEB000065: HTTP Status 404 error
fixed navigation rule
(cherry picked from commit 6363450e352457c72813a690212a7411967a55f4)
Available for test with 3.3.3 ER01 build: https://brewweb.devel.redhat.com/buildinfo?buildID=446732 *Note: jon-server-patch-3.3.0.GA.zip maps to ER01 build of jon-server-3.3.0.GA-update-03.zip. Created attachment 1051941 [details]
Result Pic
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2015-1525.html |
Description of problem: Attempt to associate the HTTP content source with repository displays JBWEB000065: HTTP Status 404 - /rhq/content/repoAssociations-plain.xhtml Version-Release number of selected component (if applicable): JBoss ON 3.3.2 How reproducible: Always Steps to Reproduce: 1. Install and configure JBoss ON 3.3.2 2. From JBoss ON UI navigate to Administration -> Content Source and press "Create New" button; 3. Click on HTTP Content Source; 4. Define the content source type in the following way: Name: Test Root Url: http://test.example.redhat.com (for instance) Index File: content-index.txt 5. Click on "Add New" button to add new Package Type; 6. Configure the following properties: Resource Type Name: Tomcat Server Architecture Name: noarch Package Type Name: war Resource Type Plugin Name: Tomcat Filename Filer: */.war 7. Press "OK" button to save above configuration and confirm that Test content source is created. 8. From Administration -> navigate to Repositories and click on "Create New" button to create new repository; 9. Name: TestRepo and click on "Save"; 10. Click on "TestRepo" link name and click on "Associate..." button in "Content Sources Associated with This Repository" section; 11. Click on the check box next to the "Test" content source in the "Available Content Sources" and press "Associate selected" button; Actual results: The following error is shown: ***************************** JBWEB000065: HTTP Status 404 - /rhq/content/repoAssociations-plain.xhtml JBWEB000309: type JBWEB000067: Status report JBWEB000068: message /rhq/content/repoAssociations-plain.xhtml JBWEB000069: description JBWEB000124: The requested resource is not available. JBoss Web/7.4.10.Final-redhat-1 ***************************** However, when navigate again to JBoss ON UI -> Administration -> Repositories -> TestRepo, Test content source will be associated with the repository! Expected results: Test content source is properly associated with the repository but no error is shown. Additional info: