| Author |
Problem with IE9
|
MohamedAhmed Ibrahim
Greenhorn
Joined: Jul 21, 2005
Posts: 17
|
|
I developed a web application using JSF2 and Tomcat 7.0.22 when i use IE9 the server throws the following exception
ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error
But when i checked on combatibilty view the exception dose not throw again but there are sites do not work fine like yahoo mail
thanks for your help
|
 |
Hebert Coelho
Ranch Hand
Joined: Jul 14, 2010
Posts: 754
|
|
Do you handle your exceptions before throwing it?
I wrote a post about Handling Exceptions on a WebApp and someone told me that was not working in IE9 and I found a solution.
|
[uaiHebert.com] [Full WebApplication JSF EJB JPA JAAS with source code to download] One Table Per SubClass [Web/JSF]
|
 |
MohamedAhmed Ibrahim
Greenhorn
Joined: Jul 21, 2005
Posts: 17
|
|
|
I did , this exception throws only by IE9 not by IE8 or IE7 or any other web browser
|
 |
Hebert Coelho
Ranch Hand
Joined: Jul 14, 2010
Posts: 754
|
|
Check my post than. In the end there is the workarround to work with IE9 also.
I had to work with the request:
|
 |
MohamedAhmed Ibrahim
Greenhorn
Joined: Jul 21, 2005
Posts: 17
|
|
Thanks for your reply , but unfortunately i dose not work the same exception still thrown .
For more information about the problem , i get the following message when i press F12 at IE9
HTML1113: Document mode restart from IE9 Standards to Quirks
This message and the exception disappear when i check on Tools > compatibility view from IE9
|
 |
 |
|
|
subject: Problem with IE9
|
|
|