错误

十月 01, 2019 6:50:55 下午 org.apache.jasper.compiler.TldLocationsCache tldScanJar
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
20:11:10,572  WARN ClientCnxn:1108 - Client session timed out, have not heard from server in 20001ms for sessionid 0x16d1189a1050153
20:11:10,572  INFO ClientCnxn:1156 - Client session timed out, have not heard from server in 20001ms for sessionid 0x16d1189a1050153, closing socket connection and attempting reconnect
20:11:10,686  INFO ZkClient:449 - zookeeper state changed (Disconnected)
20:11:12,303  INFO ClientCnxn:1032 - Opening socket connection to server 192.168.25.128/192.168.25.128:2181. Will not attempt to authenticate using SASL (unknown error)
20:11:12,306  INFO ClientCnxn:876 - Socket connection established to 192.168.25.128/192.168.25.128:2181, initiating session
20:11:12,315  INFO ClientCnxn:1299 - Session establishment complete on server 192.168.25.128/192.168.25.128:2181, sessionid = 0x16d1189a1050153, negotiated timeout = 30000
20:11:12,316  INFO ZkClient:449 - zookeeper state changed (SyncConnected)
00:13:08,292  WARN ClientCnxn:1162 - Session 0x16d1189a1050153 for server 192.168.25.128/192.168.25.128:2181, unexpected error, closing socket connection and attempting reconnect
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
	at sun.nio.ch.SocketDispatcher.read0(Native Method)
	at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
	at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
	at sun.nio.ch.IOUtil.read(IOUtil.java:192)
	at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:384)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:68)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:366)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
00:13:08,295  INFO DubboProtocol:130 -  [DUBBO] disconected from /192.168.40.1:20881,url:dubbo://192.168.40.1:20881/com.taotao.content.service.ContentService?anyhost=true&application=taotao-portal-web&check=false&codec=dubbo&dubbo=2.5.3&heartbeat=60000&interface=com.taotao.content.service.ContentService&methods=getContentList,getEditContent,getDeleteContent,getSaveContent,getByContentList,getUpdateContent&pid=8536&revision=0.0.1-SNAPSHOT&side=consumer&timestamp=1569927049918, dubbo version: 2.5.3, current host: 192.168.40.1
00:13:09,119  INFO ZkClient:449 - zookeeper state changed (Disconnected)
00:13:10,160  INFO ClientCnxn:1032 - Opening socket connection to server 192.168.25.128/192.168.25.128:2181. Will not attempt to authenticate using SASL (unknown error)
00:13:10,676  WARN AbstractClient:160 -  [DUBBO] client reconnect to 192.168.40.1:20881 find error . url: dubbo://192.168.40.1:20881/com.taotao.content.service.ContentService?anyhost=true&application=taotao-portal-web&check=false&codec=dubbo&dubbo=2.5.3&heartbeat=60000&interface=com.taotao.content.service.ContentService&methods=getContentList,getEditContent,getDeleteContent,getSaveContent,getByContentList,getUpdateContent&pid=8536&revision=0.0.1-SNAPSHOT&side=consumer&timestamp=1569927049918, dubbo version: 2.5.3, current host: 192.168.40.1
com.alibaba.dubbo.remoting.RemotingException: client(url: dubbo://192.168.40.1:20881/com.taotao.content.service.ContentService?anyhost=true&application=taotao-portal-web&check=false&codec=dubbo&dubbo=2.5.3&heartbeat=60000&interface=com.taotao.content.service.ContentService&methods=getContentList,getEditContent,getDeleteContent,getSaveContent,getByContentList,getUpdateContent&pid=8536&revision=0.0.1-SNAPSHOT&side=consumer&timestamp=1569927049918) failed to connect to server /192.168.40.1:20881, error message is:connection timed out: /192.168.40.1:20881
	at com.alibaba.dubbo.remoting.transport.netty.NettyClient.doConnect(NettyClient.java:124)
	at com.alibaba.dubbo.remoting.transport.AbstractClient.connect(AbstractClient.java:280)
	at com.alibaba.dubbo.remoting.transport.AbstractClient$1.run(AbstractClient.java:145)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.jboss.netty.channel.ConnectTimeoutException: connection timed out: /192.168.40.1:20881
	at org.jboss.netty.channel.socket.nio.NioClientBoss.processConnectTimeout(NioClientBoss.java:137)
	at org.jboss.netty.channel.socket.nio.NioClientBoss.process(NioClientBoss.java:83)
	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:312)
	at org.jboss.netty.channel.socket.nio.NioClientBoss.run(NioClientBoss.java:42)
	at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
	at org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
	... 3 more
09:12:14,565  WARN ClientCnxn:1108 - Client session timed out, have not heard from server in 32345909ms for sessionid 0x16d1189a1050153
09:12:14,566  INFO ClientCnxn:1156 - Client session timed out, have not heard from server in 32345909ms for sessionid 0x16d1189a1050153, closing socket connection and attempting reconnect
09:12:16,767  INFO ClientCnxn:1032 - Opening socket connection to server 192.168.25.128/192.168.25.128:2181. Will not attempt to authenticate using SASL (unknown error)
09:12:17,208 ERROR AbstractClient:155 -  [DUBBO] client reconnect to 192.168.40.1:20881 find error . url: dubbo://192.168.40.1:20881/com.taotao.content.service.ContentService?anyhost=true&application=taotao-portal-web&check=false&codec=dubbo&dubbo=2.5.3&heartbeat=60000&interface=com.taotao.content.service.ContentService&methods=getContentList,getEditContent,getDeleteContent,getSaveContent,getByContentList,getUpdateContent&pid=8536&revision=0.0.1-SNAPSHOT&side=consumer&timestamp=1569927049918, dubbo version: 2.5.3, current host: 192.168.40.1
com.alibaba.dubbo.remoting.RemotingException: client(url: dubbo://192.168.40.1:20881/com.taotao.content.service.ContentService?anyhost=true&application=taotao-portal-web&check=false&codec=dubbo&dubbo=2.5.3&heartbeat=60000&interface=com.taotao.content.service.ContentService&methods=getContentList,getEditContent,getDeleteContent,getSaveContent,getByContentList,getUpdateContent&pid=8536&revision=0.0.1-SNAPSHOT&side=consumer&timestamp=1569927049918) failed to connect to server /192.168.40.1:20881, error message is:No route to host: no further information
	at com.alibaba.dubbo.remoting.transport.netty.NettyClient.doConnect(NettyClient.java:124)
	at com.alibaba.dubbo.remoting.transport.AbstractClient.connect(AbstractClient.java:280)
	at com.alibaba.dubbo.remoting.transport.AbstractClient$1.run(AbstractClient.java:145)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.NoRouteToHostException: No route to host: no further information
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:744)
	at org.jboss.netty.channel.socket.nio.NioClientBoss.connect(NioClientBoss.java:150)
	at org.jboss.netty.channel.socket.nio.NioClientBoss.processSelectedKeys(NioClientBoss.java:105)
	at org.jboss.netty.channel.socket.nio.NioClientBoss.process(NioClientBoss.java:79)
	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:312)
	at org.jboss.netty.channel.socket.nio.NioClientBoss.run(NioClientBoss.java:42)
	at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
	at org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
	... 3 more
09:12:17,209  WARN ClientCnxn:1162 - Session 0x16d1189a1050153 for server null, unexpected error, closing socket connection and attempting reconnect
java.net.NoRouteToHostException: No route to host: no further information
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:744)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
09:12:18,584  INFO ClientCnxn:1032 - Opening socket connection to server 192.168.25.128/192.168.25.128:2181. Will not attempt to authenticate using SASL (unknown error)
09:12:19,212  INFO NettyClient:101 -  [DUBBO] Close old netty channel [id: 0x4bfc19f5, /192.168.40.1:10861 :> /192.168.40.1:20881] on create new netty channel [id: 0x5a84b925, /192.168.40.1:5882 => /192.168.40.1:20881], dubbo version: 2.5.3, current host: 192.168.40.1
09:12:19,212  INFO AbstractClient:287 -  [DUBBO] Successed connect to server /192.168.40.1:20881 from NettyClient 192.168.40.1 using dubbo version 2.5.3, channel is NettyChannel [channel=[id: 0x5a84b925, /192.168.40.1:5882 => /192.168.40.1:20881]], dubbo version: 2.5.3, current host: 192.168.40.1
09:12:39,577  WARN ClientCnxn:1162 - Session 0x16d1189a1050153 for server null, unexpected error, closing socket connection and attempting reconnect
java.net.ConnectException: Connection timed out: no further information
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:744)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
09:12:41,292  INFO ClientCnxn:1032 - Opening socket connection to server 192.168.25.128/192.168.25.128:2181. Will not attempt to authenticate using SASL (unknown error)
09:12:41,292  INFO ClientCnxn:876 - Socket connection established to 192.168.25.128/192.168.25.128:2181, initiating session
09:12:41,294  WARN ClientCnxn:1285 - Unable to reconnect to ZooKeeper service, session 0x16d1189a1050153 has expired
09:12:41,294  INFO ZkClient:449 - zookeeper state changed (Expired)
09:12:41,294  INFO ClientCnxn:1154 - Unable to reconnect to ZooKeeper service, session 0x16d1189a1050153 has expired, closing socket connection
09:12:41,294  INFO ZooKeeper:438 - Initiating client connection, connectString=192.168.25.128:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@480f1afb
09:12:41,295  INFO ZookeeperRegistry:282 -  [DUBBO] Recover register url [consumer://192.168.40.1/com.taotao.content.service.ContentService?application=taotao-portal-web&category=consumers&check=false&dubbo=2.5.3&interface=com.taotao.content.service.ContentService&methods=getContentList,getEditContent,getDeleteContent,getSaveContent,getByContentList,getUpdateContent&pid=8536&revision=0.0.1-SNAPSHOT&side=consumer&timestamp=1569927049918], dubbo version: 2.5.3, current host: 192.168.40.1
09:12:41,296  INFO ZookeeperRegistry:292 -  [DUBBO] Recover subscribe url [consumer://192.168.40.1/com.taotao.content.service.ContentService?application=taotao-portal-web&category=providers,configurators,routers&dubbo=2.5.3&interface=com.taotao.content.service.ContentService&methods=getContentList,getEditContent,getDeleteContent,getSaveContent,getByContentList,getUpdateContent&pid=8536&revision=0.0.1-SNAPSHOT&side=consumer&timestamp=1569927049918], dubbo version: 2.5.3, current host: 192.168.40.1
09:12:41,296  INFO ClientCnxn:1032 - Opening socket connection to server 192.168.25.128/192.168.25.128:2181. Will not attempt to authenticate using SASL (unknown error)
09:12:41,297  INFO ClientCnxn:876 - Socket connection established to 192.168.25.128/192.168.25.128:2181, initiating session
09:12:41,298  INFO ClientCnxn:519 - EventThread shut down for session: 0x16d1189a1050153
09:12:41,299  INFO ClientCnxn:1299 - Session establishment complete on server 192.168.25.128/192.168.25.128:2181, sessionid = 0x16d1189a1050159, negotiated timeout = 30000
09:12:41,300  INFO ZkClient:449 - zookeeper state changed (SyncConnected)
09:12:41,302  INFO ZookeeperRegistry:422 -  [DUBBO] Notify urls for subscribe url consumer://192.168.40.1/com.taotao.content.service.ContentService?application=taotao-portal-web&category=providers,configurators,routers&dubbo=2.5.3&interface=com.taotao.content.service.ContentService&methods=getContentList,getEditContent,getDeleteContent,getSaveContent,getByContentList,getUpdateContent&pid=8536&revision=0.0.1-SNAPSHOT&side=consumer&timestamp=1569927049918, urls: [dubbo://192.168.40.1:20881/com.taotao.content.service.ContentService?anyhost=true&application=taotao-content&dubbo=2.5.3&interface=com.taotao.content.service.ContentService&methods=getContentList,getEditContent,getDeleteContent,getSaveContent,getByContentList,getUpdateContent&pid=17464&side=provider&timestamp=1569925948046], dubbo version: 2.5.3, current host: 192.168.40.1
09:12:41,304  INFO ZookeeperRegistry:422 -  [DUBBO] Notify urls for subscribe url consumer://192.168.40.1/com.taotao.content.service.ContentService?application=taotao-portal-web&category=providers,configurators,routers&dubbo=2.5.3&interface=com.taotao.content.service.ContentService&methods=getContentList,getEditContent,getDeleteContent,getSaveContent,getByContentList,getUpdateContent&pid=8536&revision=0.0.1-SNAPSHOT&side=consumer&timestamp=1569927049918, urls: [empty://192.168.40.1/com.taotao.content.service.ContentService?application=taotao-portal-web&category=configurators&dubbo=2.5.3&interface=com.taotao.content.service.ContentService&methods=getContentList,getEditContent,getDeleteContent,getSaveContent,getByContentList,getUpdateContent&pid=8536&revision=0.0.1-SNAPSHOT&side=consumer&timestamp=1569927049918], dubbo version: 2.5.3, current host: 192.168.40.1
09:12:41,305  INFO ZookeeperRegistry:422 -  [DUBBO] Notify urls for subscribe url consumer://192.168.40.1/com.taotao.content.service.ContentService?application=taotao-portal-web&category=providers,configurators,routers&dubbo=2.5.3&interface=com.taotao.content.service.ContentService&methods=getContentList,getEditContent,getDeleteContent,getSaveContent,getByContentList,getUpdateContent&pid=8536&revision=0.0.1-SNAPSHOT&side=consumer&timestamp=1569927049918, urls: [empty://192.168.40.1/com.taotao.content.service.ContentService?application=taotao-portal-web&category=routers&dubbo=2.5.3&interface=com.taotao.content.service.ContentService&methods=getContentList,getEditContent,getDeleteContent,getSaveContent,getByContentList,getUpdateContent&pid=8536&revision=0.0.1-SNAPSHOT&side=consumer&timestamp=1569927049918], dubbo version: 2.5.3, current host: 192.168.40.1
09:12:44,650  INFO ZookeeperRegistry:309 -  [DUBBO] Retry register [consumer://192.168.40.1/com.taotao.content.service.ContentService?application=taotao-portal-web&category=consumers&check=false&dubbo=2.5.3&interface=com.taotao.content.service.ContentService&methods=getContentList,getEditContent,getDeleteContent,getSaveContent,getByContentList,getUpdateContent&pid=8536&revision=0.0.1-SNAPSHOT&side=consumer&timestamp=1569927049918], dubbo version: 2.5.3, current host: 192.168.40.1
09:12:44,687  INFO ZookeeperRegistry:354 -  [DUBBO] Retry subscribe {consumer://192.168.40.1/com.taotao.content.service.ContentService?application=taotao-portal-web&category=providers,configurators,routers&dubbo=2.5.3&interface=com.taotao.content.service.ContentService&methods=getContentList,getEditContent,getDeleteContent,getSaveContent,getByContentList,getUpdateContent&pid=8536&revision=0.0.1-SNAPSHOT&side=consumer&timestamp=1569927049918=[com.alibaba.dubbo.registry.integration.RegistryDirectory@44d42ee4]}, dubbo version: 2.5.3, current host: 192.168.40.1
09:12:44,708  INFO ZookeeperRegistry:422 -  [DUBBO] Notify urls for subscribe url consumer://192.168.40.1/com.taotao.content.service.ContentService?application=taotao-portal-web&category=providers,configurators,routers&dubbo=2.5.3&interface=com.taotao.content.service.ContentService&methods=getContentList,getEditContent,getDeleteContent,getSaveContent,getByContentList,getUpdateContent&pid=8536&revision=0.0.1-SNAPSHOT&side=consumer&timestamp=1569927049918, urls: [dubbo://192.168.40.1:20881/com.taotao.content.service.ContentService?anyhost=true&application=taotao-content&dubbo=2.5.3&interface=com.taotao.content.service.ContentService&methods=getContentList,getEditContent,getDeleteContent,getSaveContent,getByContentList,getUpdateContent&pid=17464&side=provider&timestamp=1569925948046, empty://192.168.40.1/com.taotao.content.service.ContentService?application=taotao-portal-web&category=configurators&dubbo=2.5.3&interface=com.taotao.content.service.ContentService&methods=getContentList,getEditContent,getDeleteContent,getSaveContent,getByContentList,getUpdateContent&pid=8536&revision=0.0.1-SNAPSHOT&side=consumer&timestamp=1569927049918, empty://192.168.40.1/com.taotao.content.service.ContentService?application=taotao-portal-web&category=routers&dubbo=2.5.3&interface=com.taotao.content.service.ContentService&methods=getContentList,getEditContent,getDeleteContent,getSaveContent,getByContentList,getUpdateContent&pid=8536&revision=0.0.1-SNAPSHOT&side=consumer&timestamp=1569927049918], dubbo version: 2.5.3, current host: 192.168.40.1

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值