Community
Participate
Working Groups
Created attachment 207261 [details] screen shot showing error I am not sure how to recreate, but every once in awhile when I launch a RUI in an external browser (during development), I get a NETWORK_ERROR: XMLHttpRequest Exception 101 error, which according to doc and various external forums indicates an Ajax request is being made of a local file instead of thru the originating server. See attached screen shot for an example. The problem goes away and the RUI loads fine after I press F5 to refresh the browser. (so, feels like a timing problem) Based on the message, it looks like our code is attempting to access "__loadScript?filename=xxx" instead of "http://localhost:5590/app/__loadScript?filename=xxx".
I've seen this too, inside the preview pane when using XULRunner on Linux. I never saw it before Friday, and so far I've only seen it with a project that Will sent me.
This looks like a new project from the "hello world" sample project template. I played with one, but was not able to catch this. Is there any steps to get to this error?
Created attachment 207316 [details] See client.MainSnippetsView
Tony - I believe Justin and I are both seeing the issue in MainSnippetsView.egl in the attached project. It occurs for me when I launch into an external browser from the Preview tab.
Will, I'm still not able to re-create this. Does this happen frequently? Please describe the steps to get to the error. (In reply to comment #4) > Tony - I believe Justin and I are both seeing the issue in MainSnippetsView.egl > in the attached project. > > It occurs for me when I launch into an external browser from the Preview tab.
I see that Justin saw the problem when using XULRunner on Linux, and I am going to assume that it was XULRunner version 3.6.2x. What versions of Eclipse are people using when they see this problem? What JRE is being used? What browsers are 'configured' for use? (i.e. Safari is installed and XULRunner is on the classpath, etc) Due to the fact that this cannot be recreated consistently, I am deferring this out of .7 for now. If we get more information in the very near future we can look at this again.
I did found one scenario to hit XMLHttpRequest Exception 101, but this does not seem to be the scenario Will & Justin are talking about. Steps: 1. Debug MainSnippetsView.egl (or any handler) 2. Refresh the debug browser, you'll see an error saying [CRRUI2090E] Could not call service ___windowClosed?key=xxx&contextKey=xx NETWORK_ERR: XMLHttpRequest Exception 101 [CRRUI2095E] Could not find the EGL calls leading to this error The error flash quickly and page is refreshed and displayed correctly. It seemed to be caused by the last ___windowClosed event the page is sending to the server. As said, I don't think it's the same issue.
Created attachment 207355 [details] exp 101
I'm using Eclipse 3.7.1, XULRunner 1.9.2.20.