Apache Tomcat 6.0.36 で Web アプリを実行し、Windows 7 の Web ブラウザーに IE8 を使用しています。最近、Java ゼロデイ パッチ (Java 7 Update 11) を適用しました。
現在、すべての Web アプリケーションで白い画面が表示され、「Internet Explorer は Web ページを表示できません」というメッセージが表示されます。カタリナ ログ ファイルから取得したエラー メッセージを次に示します。
Jan 18, 2013 3:44:55 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 38198 ms
Jan 18, 2013 3:51:17 PM org.apache.tomcat.util.net.NioEndpoint setSocketOptions
SEVERE:
java.net.SocketException: Invalid argument: no further information
at sun.nio.ch.Net.setIntOption0(Native Method)
at sun.nio.ch.Net.setSocketOption(Unknown Source)
at sun.nio.ch.SocketChannelImpl.setOption(Unknown Source)
at sun.nio.ch.SocketAdaptor.setIntOption(Unknown Source)
at sun.nio.ch.SocketAdaptor.setTrafficClass(Unknown Source)
at org.apache.tomcat.util.net.SocketProperties.setProperties(SocketProperties.java:184)
at org.apache.tomcat.util.net.NioEndpoint.setSocketOptions(NioEndpoint.java:1089)
at org.apache.tomcat.util.net.NioEndpoint$Acceptor.run(NioEndpoint.java:1314)
at java.lang.Thread.run(Unknown Source)
これを修正する方法についてのアイデアは大歓迎です。
ありがとうございました。