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

Bug 478083

Summary: Plugin._messageHandler TypeError: Cannot read property 'resolve' of undefined
Product: [ECD] Orion Reporter: Silenio Quarti <Silenio_Quarti>
Component: ClientAssignee: Silenio Quarti <Silenio_Quarti>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 10.0   
Target Milestone: 10.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Silenio Quarti CLA 2015-09-22 12:17:52 EDT
On Chrome only, I am getting the following message printed in the console:

Plugin._messageHandler TypeError: Cannot read property 'resolve' of undefined


The exception happens because somehow plugins are sending a message to the host page that does not have the usual structure. These are the 2 messages a have seen:

{
request: "deleteUri"
uri: "https://hub.jazz.net/code/plugins/jazzPlugin.html"
}

{
request: "postUri"
uri: "https://hub.jazz.net/code/plugins/jazzPlugin.html"
}