A website I frequent uses ajax to instruct client browsers to send and XMLHttpRequest to check for updates of new posts to the forum. While this info is from using Firefox, I also have the same issue using IE, Opera, Chrome. Doesn't seem to matter which browser.
I am using Firefox 3.5.7 with JAVA build 1.6.0_17-b04 and the same version of flash, etc.
One system has Windows XP, the other is Windows 7. On the Windows 7 client I have also tried to use 64 bit browser and java but still have the same issue.
The XP system will initiate the XMLHttpRequest every 3 seconds or so as it is supposed to, but the Windows 7 system will never initiate the request.
I have used an HTTP sniffer to capture the request on the XP system and have also used various tools to test all of the plugins, java, ajax etc. on the Windows 7 system and against the site. All check out ok.
SO the question is, with everything being the same version, why won't the Windows 7 system ever initiate the request as shown below?
The site admin is at a loss as well why only Win 7 clients have this issue. I appreciate any input someone may have. Thank You!!
This is the request and response stream from the XP client.
Will other PCs running windows 7 encounter the issue?
If it happens to all windows 7, it is likely the JAVA build 1.6.0_17-b04 failed to detect the correct information on system version. I suggest find the latest version of JAVA or update and install it.
I suggest contact JAVA support for direct assistance at this point.
Marked as answer byLinda YanFriday, January 15, 2010 6:21 AM
Will other PCs running windows 7 encounter the issue?
If it happens to all windows 7, it is likely the JAVA build 1.6.0_17-b04 failed to detect the correct information on system version. I suggest find the latest version of JAVA or update and install it.
I suggest contact JAVA support for direct assistance at this point.
Marked as answer byLinda YanFriday, January 15, 2010 6:21 AM
Thank you for the reply. There are only a few of other users with Win 7. Only one of them says it works for him using IE. I installed the same vers of IE, java, flash, etc that he had, still does not work.
No browsers will work. I tried IE, FF, Chrome, Safari, opera. None of them will initiate the ajax XMLHttpRequest.
It is a new HP laptop with Win 7 pre-installed. This site has never worked. I uninstalled all of the Norton Security apps, have disabled Win FW, disabled AV, nothing seems to point to a security issue.
I will try java support, thanks for the suggestion.