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

Bug 349930

Summary: Error: Load timeout for plugin: http://localhost:8080/profile/userservicePlugin.html
Product: [ECD] Orion Reporter: Tomasz Zarna <tomasz.zarna>
Component: ClientAssignee: Project Inbox <orion.client-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: simon_kaegi, Szymon.Brandys
Version: 0.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Tomasz Zarna CLA 2011-06-21 06:43:40 EDT
This is a follow up to bug 349929, maybe the reason I'm seeing this is the same as on that bug.

Commits pulled this morning but I've been seeing it for a while.

Steps:
1. Start Orion
2. Open Firebug console
3. Go to http://localhost:8080/index.html
=>
GET http://localhost:8080/org.dojotoolkit/... 200 OK
GET http://localhost:8080/auth2 200 OK
GET http://localhost:8080/defaults.pref 304 Not Modified
GET http://localhost:8080/prefs/user/plugins 401 Unauthorized <= bug 349929
POST http://localhost:8080/login 200 OK
POST http://localhost:8080/login/form 200 OK
POST http://localhost:8080/login 200 OK
GET http://localhost:8080/prefs/user/plugins 404 Not Found <= bug 349929
GET http://localhost:8080/prefs/user/window/recent 200 OK
Error: Load timeout for plugin: http://localhost:8080/profile/userservicePlugin.html
Error: Load timeout for plugin: http://localhost:8080/profile/userservicePlugin.html
Error: Load timeout for plugin: http://localhost:8080/profile/userservicePlugin.html

Refreshing with Ctrl+Shift+R and doing localStorage.clear() didn't help.
Comment 1 Simon Kaegi CLA 2011-06-21 09:39:37 EDT
We don't get much feedback when loading an iframe but from the description I'm guessing we're getting the load timeout because we're not authenticated (e.g. the request to http://localhost:8080/profile/userservicePlugin.html is resulting in a 401 and we're not able to handle that effectively) or the plugin is not doing the handshake correctly which would typically happen if the plugin was out-of-date.
Comment 2 John Arthorne CLA 2015-05-05 14:43:29 EDT
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see:

https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html