tomcat日志
2007-4-23 0:01:11 org.apache.jk.common.ChannelSocket processConnection
警告: processCallbacks status 2
2007-4-23 0:01:16 org.apache.jk.core.MsgContext action
警告: Error sending end packet
java.net.SocketException: Software caused connection abort: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(Unknown Source)
at java.net.SocketOutputStream.write(Unknown Source)
at org.apache.jk.common.ChannelSocket.send(ChannelSocket.java:518)
at org.apache.jk.common.JkInputStream.endMessage(JkInputStream.java:112)
at org.apache.jk.core.MsgContext.action(MsgContext.java:293)
at org.apache.coyote.Response.action(Response.java:182)
at org.apache.coyote.Response.finish(Response.java:304)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:204)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:754)
at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:684)
at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:876)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Unknown Source)apache日志
[Mon Apr 23 09:09:49 2007]  [jk_ajp_common.c (1462)]: ERROR: Client connection aborted or network problems
[Mon Apr 23 09:09:55 2007]  [jk_ajp_common.c (1462)]: ERROR: Client connection aborted or network problems
[Mon Apr 23 09:10:01 2007]  [jk_ajp_common.c (1462)]: ERROR: Client connection aborted or network problems
[Mon Apr 23 09:10:05 2007]  [jk_ajp_common.c (1462)]: ERROR: Client connection aborted or network problems
[Mon Apr 23 09:10:10 2007]  [jk_ajp_common.c (1462)]: ERROR: Client connection aborted or network problems
[Mon Apr 23 09:10:12 2007]  [jk_ajp_common.c (1462)]: ERROR: Client connection aborted or network problems
[Mon Apr 23 09:10:15 2007]  [jk_ajp_common.c (1462)]: ERROR: Client connection aborted or network problems
[Mon Apr 23 09:10:20 2007]  [jk_ajp_common.c (1462)]: ERROR: Client connection aborted or network problems
[Mon Apr 23 09:10:24 2007]  [jk_ajp_common.c (1462)]: ERROR: Client connection aborted or network problems
[Mon Apr 23 09:10:30 2007]  [jk_ajp_common.c (1462)]: ERROR: Client connection aborted or network problems
[Mon Apr 23 09:10:34 2007]  [jk_ajp_common.c (1462)]: ERROR: Client connection aborted or network problems
[Mon Apr 23 09:10:43 2007]  [jk_ajp_common.c (1462)]: ERROR: Client connection aborted or network problems
[Mon Apr 23 09:10:45 2007]  [jk_ajp_common.c (1462)]: ERROR: Client connection aborted or network problemsurl访问日志
[Mon Apr 23 09:00:25 2007] [error] [client 59.61.74.168] File does not exist: D:/tomcat5.5/webapps/ROOT/skins/images, referer: http://blog.xmnn.cn/detail.do?id=11588&uid=1193&type=1
[Mon Apr 23 09:00:25 2007] [error] [client 59.61.74.168] File does not exist: D:/tomcat5.5/webapps/ROOT/skins/images, referer: http://blog.xmnn.cn/detail.do?id=11588&uid=1193&type=1
[Mon Apr 23 09:00:25 2007] [error] [client 59.61.74.168] File does not exist: D:/tomcat5.5/webapps/ROOT/skins/images, referer: http://blog.xmnn.cn/detail.do?id=11588&uid=1193&type=1
[Mon Apr 23 09:00:26 2007] [error] [client 59.57.149.186] File does not exist: D:/tomcat5.5/webapps/ROOT/skins/5/images/update_b_bg.gif, referer: http://blog.xmnn.cn/detail.do?id=11967&uid=2102&type=1
[Mon Apr 23 09:00:26 2007] [error] [client 59.57.149.186] File does not exist: D:/tomcat5.5/webapps/ROOT/skins/5/images/person_b_bg.gif, referer: http://blog.xmnn.cn/detail.do?id=11967&uid=2102&type=1
[Mon Apr 23 09:00:26 2007] [error] [client 59.57.149.186] File does not exist: D:/tomcat5.5/webapps/ROOT/skins/5/update_c_bg.gif, referer: http://blog.xmnn.cn/detail.do?id=11967&uid=2102&type=1
[Mon Apr 23 09:00:27 2007] [error] [client 59.57.149.186] File does not exist: D:/tomcat5.5/webapps/ROOT/skins/5/images/person_b_bg.gif, referer: http://blog.xmnn.cn/detail.do?id=11967&uid=2102&type=1
[Mon Apr 23 09:01:19 2007] [error] [client 61.154.202.221] File does not exist: D:/tomcat5.5/webapps/ROOT/favicon.ico
[Mon Apr 23 09:01:19 2007] [error] [client 61.154.202.221] File does not exist: D:/tomcat5.5/webapps/ROOT/favicon.ico
[Mon Apr 23 09:01:19 2007] [error] [client 61.154.202.221] File does not exist: D:/tomcat5.5/webapps/ROOT/favicon.ico奇怪这些目录是怎么访问到的?根本就没有这些文件(如:favicon.ico,person_b_bg.gif)阿,以前没出现过。

解决方案 »

  1.   

    表现出来的状况是系统变得很慢。访问地址http://blog.xmnn.cn
      

  2.   

    怎么会有Socket的访问信息?一般Tomcat的日志中看不到直接的Socket的操作的。
    是不是有其他恶意的程序攻击?==================
    根本就没有这些文件(如:favicon.ico,person_b_bg.gif)阿就是没有这些文件才抱错的。
    所以看看有哪些程序需要访问这些文件。或者说你的WEBROOT是不是被修改了?
      

  3.   


    怎么会有Socket的访问信息?一般Tomcat的日志中看不到直接的Socket的操作的。
    是不是有其他恶意的程序攻击?---------------socket abort经常出现的,不一定是恶意攻击---------
    ==================
    根本就没有这些文件(如:favicon.ico,person_b_bg.gif)阿就是没有这些文件才抱错的。
    所以看看有哪些程序需要访问这些文件。或者说你的WEBROOT是不是被修改了?
    ----------没有被改-----------