Community
Participate
Working Groups
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.
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.
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