1

我的 Google Checkout 集成控制台定期出现错误:

我们在尝试通过http://mydomain.com/payment/ps_gcheckout.php访问您的服务器时遇到错误——我们得到的错误是 java.io.IOException: Error 'TIMEOUT' connected to url 'http://mydomain. com/payment/ps_gcheckout.php'。

但是订单处理正常,我的网站得到了正确的回复,你能解释一下这个错误的原因吗,谷歌结帐故障排除只给我“不幸的是,我们目前没有针对这个问题的故障排除提示。” 也没有在网上找到解决方案的文档
以及如何修复

谢谢

4

2 回答 2

0

Here is some additional info about Integration Console errors:

http://code.google.com/apis/checkout/articles/Troubleshoot_Integration_Console_Errors.html

Generally, by checking your server logs you can see if the timeout is performance related or maybe a special case bug in your server code.

Notifications are sent until your server has acknowledged them successfully, or until 14 days have elapsed. From your description it appears that you are eventually handling notifications correctly.

于 2011-06-14T20:22:27.300 回答
0

造成这种情况的正常原因是您的网络或数据库服务器超载,并且响应 Google 的通知回调需要很长时间。将其视为一个警告,并可能计划迁移到提供更多功能或更好的正常运行时间性能的托管平台。

于 2011-02-10T12:55:05.850 回答