Google Checkout 超时错误
我的 Google Checkout 集成控制台定期出现错误:
我们在尝试访问您的服务器时遇到错误 http:// mydomain.com/ payment/ps_gcheckout.php -- 我们得到的错误是 java.io.IOException: 连接到 url 'http://mydomain.com/ payment/ps_gcheckout.php' 时出现错误 'TIMEOUT'。
但订单处理正常,我的网站得到了正确的响应,您能解释一下这个错误的原因吗?谷歌结帐故障排除只给我“不幸的是,我们目前没有针对此问题的故障排除提示。”网上也没有找到解决方案的文档
以及如何修复它,
谢谢
periodicly i got error in my Google Checkout Integration Console:
We encountered an error trying to access your server at http://mydomain.com/payment/ps_gcheckout.php -- the error we got is java.io.IOException: Error 'TIMEOUT' connecting to url 'http://mydomain.com/payment/ps_gcheckout.php'.
but orders are proceeded ok and i get correct response to my website, can you explain me please the reason of this error, google checkout troubleshooting gives me only "Unfortunately, we do not have a troubleshooting tip for this issue at the moment." also no documents with solutions found on web
and how it can be fixed
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
出现这种情况的正常原因是您的网络或数据库服务器过载,并且需要很长时间才能响应来自 Google 的通知回调。将其视为警告,并可能计划迁移到提供更多功能或更好的正常运行时间性能的托管平台。
The normal cause for this is if your web or database server is overloaded, and takes too long to respond to the notification callback from Google. Consider it a warning, and perhaps plan to move to a hosting platform that offers more power or better uptime performance.
以下是有关集成控制台错误的一些附加信息:
http://code.google.com /apis/checkout/articles/Troubleshoot_Integration_Console_Errors.html
通常,通过检查服务器日志,您可以了解超时是否与性能相关,或者可能是服务器代码中的特殊情况错误。
通知将一直发送到您的服务器成功确认,或者 14 天过去。从您的描述来看,您最终似乎正确处理了通知。
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.