Community
Participate
Working Groups
Trying a sniff test on http://orion.eclipse.org:8081/navigate-table.html#. Steps: 1. Go to open a js file 2.Clear browswer cache. 3.Reload that coding.html 4.Got fetching ...... message and the file is not loaded. 5.Keep reloading , got the following errors on the FireFox console.
Forgot the error message : window.parent.parent.OpenAjax.hub.IframeContainer._containers[id] is undefined
I'm seeing something similar today. I tried to open/edit an html file from the navigator. It got stuck with the "Untitled" tab and no content loaded. My console has this: nameOrServiceReference is undefined _ec(_103=message )OpenAj...-all.js (line 1099) [Break On This Error] var data=JSON.parse(_103.data); OpenAj...-all.js (line 1099) GET http://localhost:8080/org.dojotoolkit/dojo/_firebug/firebug.js GET http://localhost:8080/org.dojotoolkit/dojo/_firebug/firebug.js I had just cleared the plugin registry on another page, so it's possible that it caused the problem. I'm not sure.
Judging by the error it looks like the service reference we were looking for was not there. As you mention, it's probably because on another page you blew away the plugin registry. I'll take this as this is something we can recover from but at the moment is hard-coded and only on either navigate-table.html or view-registry.html.
We are no longer using OpenAjax so this is invalid.