Initially the client shop was on IE6 SP2 and all the users got the
error 12019 intermittently also. After researching on the internet, we
recommended that they upgrade to IE8 to see if the error is resolved
because error 12019 is widely associated with IE6. Now that everyone
in the client shop has upgraded to IE8, and after about 2 months after
the upgrade, one user is beginning to get the error 12019 again. We
have been unable to reproduce the error under various scenarios in
Development.
One more thing to add, in one instance, the user that was getting the
12019 error code also got an exception message coming back from the
AJAX call. The exception message is: System error: -2146697208.
Googling this exception message indicates that it is tied to the error
"The download of the specific resource has failed." The same message
has been seen before by the same client when they were on IE6, but on
IE6, they saw the explicit message rather than the exception code.
Does anyone have this similar problem or know of a fix or know of a
way for me to reproduce this in order to find a solution?
Any help is appreciated. Thank you.
I would try using a later version of proto on just that page.
--
You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group.
To post to this group, send email to prototype-s...@googlegroups.com.
To unsubscribe from this group, send email to prototype-scripta...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
I do have an update - it seems that ALL the users at the client shop
are now getting the 12XXX status code errors on IE8 (12019 and 12152
so far). The client shop claims that it's happening about once an
hour.
Thanks to some leads from Khan (http://groups.google.com/group/google-
web-toolkit/browse_thread/thread/f8059139eab52ccf), I'm now trying to
monitor the requests and responses to see if there's a pattern to
these seemingly intermittent errors, specifically request header
content-length that doesn't match the request body length.
Still, if anyone has any ideas or suggestions, I'd appreciate hearing
from you. Thanks.
On Dec 15, 1:55 pm, Phil Petree <phil.pet...@gmail.com> wrote:
> I would try using a later version of proto on just that page.
Unless you're getting paid by the hour, you loose nothing by temporarily trying a later version of prototype. Try eliminating the easy stuff before working on the hard and you'll avoid that headslap moment that comes when you realize you wasted two weeks for nothing.
Is your application running on some kind of intranet network?
This seems close to an issue we got with IE9 and I wouldn't be
surprised if the issue was already present on IE8.
Basically, (and for some reason only known from MS), when on a
"Trusted Site" IE9 revert to compatibility mode, which from what we've
seen is mostly "IE6 mode".
If your issue is an "IE6 bug", that would explain why it is back on
IE8.
Sadly, there is no way to force IE9 to use its native (more) W3C
compliant from the server (if somebody knows a way, please post
it :o) ) but it is possible using menu options to change this.
Have a look here: http://blogs.msdn.com/b/ie/archive/2009/06/17/compatibility-view-and-smart-defaults.aspx
Eric
On Dec 16, 11:47 am, Phil Petree <phil.pet...@gmail.com> wrote:
> Unless you're getting paid by the hour, you loose nothing by temporarily
> trying a later version of prototype. Try eliminating the easy stuff before
> working on the hard and you'll avoid that headslap moment that comes when
> you realize you wasted two weeks for nothing.