Bug 765669
Summary: | Build failure due to mismatched topic name / ID does not report error details | ||
---|---|---|---|
Product: | [Community] PressGang CCMS | Reporter: | Joshua Wulf <jwulf> |
Component: | CSProcessor | Assignee: | Lee Newson <lnewson> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 1.x | CC: | jwulf, lcarlon |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 0.20.1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-02-23 15:04:28 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Joshua Wulf
2011-12-09 03:55:49 UTC
Fixed in version 0.20.1 Previously a generic error message was displayed when the post content specification failed processing. Now I've made it so that it'll return the output of the processor and an extra error message. Example Output: Skynet client version: 0.16.1 Loading configuration from /home/lnewson/.config/skynet.ini Web Service at http://localhost:8080/ version: 0.20.1 ERROR: Line 15: Invalid Content Specification! Incorrect attribute format. -> JBoss Enterprise Data Grid ERROR: The Content Specification is not valid. ERROR: Unable to build due to the Post Content Specification failing to process. Verified. |