| Summary: | When starting CF application fails I get error data as response | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Malgorzata Janczarska <malgorzata.tomczyk> |
| Component: | Server | Assignee: | Szymon Brandys <Szymon.Brandys> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | maciej.bendkowski |
| Version: | 5.0 | ||
| Target Milestone: | 5.0 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 422047 | ||
Fixed. |
cfService: When starting application failed, this is the response I get: "Result": { "BundleId": "unknown", "Code": 0, "HttpCode": 200, "JsonData": { "backtrace": [ "/var/vcap/packages/cloud_controller_ng/cloud_controller_ng/app/models/runtime/app.rb:136:in `before_save'", ... ], "code": 150001, "description": "The app package is invalid: bits have not been uploaded", "error_code": "CF-AppPackageInvalid", "types": [ "AppPackageInvalid", "Error" ] }, "Message": "OK", "Severity": "Ok" } The response is not recognized as error and I get error data as the result of the request.