Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

商家转账到零钱,偶尔 api.mch.weixin.qq.com:443 failed to respond #3123

Closed
ifcute opened this issue Sep 4, 2023 · 0 comments · Fixed by #3128
Closed

商家转账到零钱,偶尔 api.mch.weixin.qq.com:443 failed to respond #3123

ifcute opened this issue Sep 4, 2023 · 0 comments · Fixed by #3128

Comments

@ifcute
Copy link

ifcute commented Sep 4, 2023

简要描述

见日志

模块版本情况

  • WxJava 模块名: 支付
  • WxJava 版本号: 4.4.0

详细描述

偶尔存在,查看了文档,没有找到 设置 keepAliveStrategy的地方

日志

【请求地址】:https://api.mch.weixin.qq.com/v3/transfer/batches
  | 【异常信息】:api.mch.weixin.qq.com:443 failed to respond
  | org.apache.http.NoHttpResponseException: api.mch.weixin.qq.com:443 failed to respond
  | at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
  | at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
  | at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
  | at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
  | at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
  | at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
  | at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
  | at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
  | at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
  | at com.github.binarywang.wxpay.v3.SignatureExec.executeWithSignature(SignatureExec.java:78)
  | at com.github.binarywang.wxpay.v3.SignatureExec.execute(SignatureExec.java:61)
  | at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
  | at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
  | at org.apache.http.impl.client.InternalHttpClient.doExecute$original$MGTIaWml(InternalHttpClient.java:185)
  | at org.apache.http.impl.client.InternalHttpClient.doExecute$original$MGTIaWml$accessor$ijLmxQI0(InternalHttpClient.java)
  | at org.apache.http.impl.client.InternalHttpClient$auxiliary$rT3dF3G2.call(Unknown Source)
  | at org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstMethodsInter.intercept(InstMethodsInter.java:86)
  | at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java)
  | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
  | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
  | at com.github.binarywang.wxpay.service.impl.WxPayServiceApacheHttpImpl.postV3WithWechatpaySerial(WxPayServiceApacheHttpImpl.java:173)
  | at com.github.binarywang.wxpay.service.impl.TransferServiceImpl.transferBatches(TransferServiceImpl.java:35)
 org.apache.rocketmq.spring.support.DefaultRocketMQListenerContainer.handleMessage(DefaultRocketMQListenerContainer.java:394)
  | at sun.reflect.GeneratedMethodAccessor498.invoke(Unknown Source)
  | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  | at java.lang.reflect.Method.invoke(Method.java:498)
  | at org.apache.commons.lang3.reflect.MethodUtils.invokeMethod(MethodUtils.java:230)
  | at org.apache.commons.lang3.reflect.MethodUtils.invokeMethod(MethodUtils.java:179)
  | at 
  | at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  | at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  | at java.lang.Thread.run(Thread.java:748)
@ifcute ifcute changed the title 商家转账到零钱,偶尔 443 商家转账到零钱,偶尔 api.mch.weixin.qq.com:443 failed to respond Sep 4, 2023
@binarywang binarywang linked a pull request Sep 11, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant