You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/06/25 15:10:23 UTC

[GitHub] [skywalking] liuyanzhen34 removed a comment on issue #7174: Can I use WeChat Hook sent messages via http proxy?

liuyanzhen34 removed a comment on issue #7174:
URL: https://github.com/apache/skywalking/issues/7174#issuecomment-868555693


   
   [root@k8s-master1 oap]# kubectl get pod -n skywalking
   NAME                               READY   STATUS      RESTARTS   AGE
   skywalking-demo-8479567884-fk25m   1/1     Running     0          12h
   skywalking-es-init-fgprg           0/1     Completed   0          11h
   skywalking-oap-b8c5ddb98-k9bws     1/1     Running     0          10h
   skywalking-ui-57b4cc6975-mnrx5     1/1     Running     0          11h
   [root@k8s-master1 oap]#
   [root@k8s-master1 oap]#
   [root@k8s-master1 oap]# kubectl logs -f skywalking-oap-b8c5ddb98-k9bws  -n skywalking
   
   
   2021-06-25 12:01:11,702 - org.apache.skywalking.oap.server.library.client.elasticsearch.ElasticSearchClient -817287 [I/O dispatcher 1] INFO  [] - Bulk execution id [14] completed in 33 milliseconds, size: 4
   2021-06-25 12:01:17,260 - org.apache.skywalking.oap.server.core.alarm.provider.wechat.WechatHookCallback -822845 [pool-2-thread-1] ERROR [] - send wechat alarm to  https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=494aef2e3-335e-4g28-bac4-e5191c1f35fr
    failure.
   java.net.UnknownHostException: qyapi.weixin.qq.com: System error
           at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) ~[?:?]
           at java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.java:929) ~[?:?]
           at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1519) ~[?:?]
           at java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:848) ~[?:?]
           at java.net.InetAddress.getAllByName0(InetAddress.java:1509) ~[?:?]
           at java.net.InetAddress.getAllByName(InetAddress.java:1368) ~[?:?]
           at java.net.InetAddress.getAllByName(InetAddress.java:1302) ~[?:?]
           at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) ~[httpclient-4.5.10.jar:4.5.10]
           at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) ~[httpclient-4.5.10.jar:4.5.10]
           at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) ~[httpclient-4.5.10.jar:4.5.10]
           at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) ~[httpclient-4.5.10.jar:4.5.10]
           at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[httpclient-4.5.10.jar:4.5.10]
           at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) ~[httpclient-4.5.10.jar:4.5.10]
           at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.10.jar:4.5.10]
           at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.10.jar:4.5.10]
           at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.10.jar:4.5.10]
           at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.10.jar:4.5.10]
           at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) ~[httpclient-4.5.10.jar:4.5.10]
           at org.apache.skywalking.oap.server.core.alarm.provider.wechat.WechatHookCallback.sendAlarmMessage(WechatHookCallback.java:93) [server-alarm-plugin-8.5.0.jar:8.5.0]
           at org.apache.skywalking.oap.server.core.alarm.provider.wechat.WechatHookCallback.lambda$null$0(WechatHookCallback.java:72) [server-alarm-plugin-8.5.0.jar:8.5.0]
           at java.util.ArrayList.forEach(ArrayList.java:1541) [?:?]
           at org.apache.skywalking.oap.server.core.alarm.provider.wechat.WechatHookCallback.lambda$doAlarm$1(WechatHookCallback.java:68) [server-alarm-plugin-8.5.0.jar:8.5.0]
           at java.util.ArrayList.forEach(ArrayList.java:1541) [?:?]
           at org.apache.skywalking.oap.server.core.alarm.provider.wechat.WechatHookCallback.doAlarm(WechatHookCallback.java:67) [server-alarm-plugin-8.5.0.jar:8.5.0]
           at org.apache.skywalking.oap.server.core.alarm.provider.AlarmCore.lambda$null$3(AlarmCore.java:84) [server-alarm-plugin-8.5.0.jar:8.5.0]
           at java.util.ArrayList.forEach(ArrayList.java:1541) [?:?]
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org