The document contains log messages from a push notification service attempting to connect to a server multiple times but failing each attempt. The key details are:
1. The service tries to create socket connections to the server IP 125.39.240.55 on ports 8080 and 80 but times out.
2. It fails to retrieve the optimal connection strategy due to errors deserializing the strategy data.
3. Each attempt results in the error message "Network can't be reachable".
4. The service is unable to successfully connect to the Xinge server on any of the attempts shown in the logs.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
44 views7 pages
Log-20231002 0651 1
The document contains log messages from a push notification service attempting to connect to a server multiple times but failing each attempt. The key details are:
1. The service tries to create socket connections to the server IP 125.39.240.55 on ports 8080 and 80 but times out.
2. It fails to retrieve the optimal connection strategy due to errors deserializing the strategy data.
3. Each attempt results in the error message "Network can't be reachable".
4. The service is unable to successfully connect to the Xinge server on any of the attempts shown in the logs.
10.02_06:16:28_137 ERRORjava.net.SocketTimeoutException at sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:127) at com.tencent.android.tpush.horse.n.a(Unknown Source:382) at com.tencent.android.tpush.horse.c.run(Unknown Source:123)
10.02_06:16:28_138 ERROR [BaseTask] Horse
onFail(serverIp=125.39.240.55,serverPort=8080, proxyIp=,proxyPort=80, protocolType=http, redirect=0) 10.02_06:16:28_138 ERROR [BaseTask] Horse onFail(serverIp=125.39.240.55,serverPort=8080, proxyIp=,proxyPort=80, protocolType=tcp, redirect=0) 10.02_06:16:28_138 ERROR [TpnsChannel] ICreateSocketChannelCallback onFailure(10101,create channel fail!) 10.02_06:16:28_139 ERROR [HorseThread] HorseThread error 10.02_06:16:28_139 ERRORcom.tencent.android.tpush.service.channel.exception.HorseIgnoreException: serverIp=125.39.240.55,serverPort=8080, proxyIp=,proxyPort=80, protocolType=http, redirect=0 at com.tencent.android.tpush.horse.n.a(Unknown Source:438) at com.tencent.android.tpush.horse.c.run(Unknown Source:123) Caused by: java.net.SocketTimeoutException at sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:127) at com.tencent.android.tpush.horse.n.a(Unknown Source:382) ... 1 more
10.02_06:16:28_142 INFO [TpnsChannel] Connect to Xinge Server failed!
10.02_06:16:28_144 ERROR [HorseThread] HorseThread error 10.02_06:16:28_144 ERRORcom.tencent.android.tpush.service.channel.exception.HorseIgnoreException: serverIp=125.39.240.55,serverPort=8080, proxyIp=,proxyPort=80, protocolType=tcp, redirect=0 at com.tencent.android.tpush.horse.n.a(Unknown Source:438) at com.tencent.android.tpush.horse.c.run(Unknown Source:123) Caused by: java.net.SocketTimeoutException at sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:127) at com.tencent.android.tpush.horse.n.a(Unknown Source:382) ... 1 more
10.02_06:19:58_281 DEBUG [XGPushReceiver] PushReceiver received
com.tencent.android.tpush.action.SDK @@ com.gamestar.perfectpiano 10.02_06:20:03_465 TRACE [TpnsChannel] Action -> checkAndSetupClient( tpnsClient = null, isClientCreating = false) 10.02_06:20:03_467 DEBUG [XGHorse] Action -> createOptimalSocketChannel run 10.02_06:20:03_477 ERROR [XGHorse] createOptimalSocketChannel error 10.02_06:20:03_477 ERRORcom.tencent.android.tpush.service.channel.exception.NullReturnException: getOptStrategyList return null,deserialize err at com.tencent.android.tpush.service.cache.CacheManager.getOptStrategyList(Unknown Source:89) at com.tencent.android.tpush.horse.h.run(Unknown Source:115) at android.os.Handler.handleCallback(Handler.java:942) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loopOnce(Looper.java:226) at android.os.Looper.loop(Looper.java:313) at android.os.HandlerThread.run(HandlerThread.java:67) Caused by: com.tencent.android.tpush.service.channel.exception.NullReturnException: getStrategy return null, because serializer object is not instanceof OptStrategyList at com.tencent.android.tpush.service.cache.CacheManager.getOptStrategyList(Unknown Source:47) ... 6 more
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:762) at sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:120) at com.tencent.android.tpush.horse.n.a(Unknown Source:382) at com.tencent.android.tpush.horse.c.run(Unknown Source:123)
10.02_06:51:26_379 ERROR [BaseTask] Horse
onFail(serverIp=127.0.0.1,serverPort=443, proxyIp=,proxyPort=80, protocolType=http, redirect=0) 10.02_06:51:26_379 ERROR [BaseTask] Horse onFail(serverIp=127.0.0.1,serverPort=443, proxyIp=,proxyPort=80, protocolType=tcp, redirect=0) 10.02_06:51:26_380 ERROR [HorseThread] HorseThread error 10.02_06:51:26_380 ERRORcom.tencent.android.tpush.service.channel.exception.HorseIgnoreException: serverIp=127.0.0.1,serverPort=443, proxyIp=,proxyPort=80, protocolType=tcp, redirect=0 at com.tencent.android.tpush.horse.n.a(Unknown Source:438) at com.tencent.android.tpush.horse.c.run(Unknown Source:123) Caused by: java.net.ConnectException: Connection refused at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:762) at sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:120) at com.tencent.android.tpush.horse.n.a(Unknown Source:382) ... 1 more