Bug 859747
| Summary: | ovirt-engine-restapi : 500 error when trying to browse to rsdl link | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Oded Ramraz <oramraz> | ||||
| Component: | ovirt-engine-restapi | Assignee: | Ori Liel <oliel> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Oded Ramraz <oramraz> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.1.0 | CC: | dyasny, ecohen, iheim, mpastern, Rhev-m-bugs, sgrinber, ykaul | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | infra | ||||||
| Fixed In Version: | si20 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-12-04 19:59:33 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Oded Ramraz
2012-09-23 18:14:16 UTC
Created attachment 616184 [details]
server logs
(In reply to comment #0) > Description of problem: > > Whenever I'm trying to browse to rsdl link ( api/?rsdl ) I'm getting 500 > error ( see Additional Information ) Oded, which version is that? On my setup it works with: https://rhevm31.demo.redhat.com/api?rsdl Meaning api?rsdl and not api/?rsdl When browsing to /api?rsdl and then /api/?rsdl everything works fine. When staring with /api/?rsdl I get this exception ( you might need to restart ovirt-engine service in order to reproduce it ). BTW both https://aqua-rhel.qa.lab.tlv.redhat.com/api/?schema and https://aqua-rhel.qa.lab.tlv.redhat.com/api?schema ( for retrieving XSD file ) works fine. I except /api/?rsdl link to work fine or alternately to get 404 error, but not 500 server error. trailing slash in /api/?rsdl is incorrect, but 500 should not occur btw correct url is /api?rsdl posted upstream: http://gerrit.ovirt.org/#/c/8236/ merged upstream: commit cb805abab75feb2951636522636fd2efec2dc3dd posted downstream: https://gerrit.eng.lab.tlv.redhat.com/#/c/2422/ merged downstream: 3a508b06346e5b537832f1976c6a332be7fa1d0e Verified si20 : both api?rsdl and api/?rsdl works now. |