Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 522385

Summary: Several exceptions thrown from the cloud foundry code
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: NodeAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 15.0   
Target Milestone: 16.0   
Hardware: PC   
OS: Mac OS X   
See Also: https://github.com/eclipse/orion.client/pull/183
Whiteboard:

Description Michael Rennie CLA 2017-09-15 15:24:57 EDT
While porting / writing new tests for our cf support I found a few exceptions:

1. if you have a manifest with only the (invalid) contents '---' the code throws an exception while trying to process the manifest - this yields a confusing error marker in the editor "Cannot read property 'applications' of null"

2. if the context is not set properly an exception is thrown in the manifests endpoint

3. depending how your workspace location and metastore is set up, the manifests endpoint will continually fail to read the manifest file for the project, which will cause the endpoint to load the default configuration for a manifest, ignoring an existing manifest (if there is one)
Comment 1 Eclipse Genie CLA 2017-09-18 10:13:22 EDT
GitHub Pull Request 183 created by [mrennie]
https://github.com/eclipse/orion.client/pull/183