简体   繁体   English

Beanstalk获取套接字错误110:连接超时

[英]Beanstalk Getting Socket error 110: Connection timed out

I am using Beanstalk server with Pheanstalk Connection in php application. 我在PHP应用程序中将Beanstalk服务器与Pheanstalk连接一起使用。

Previously it was fine, but suddenly it is getting error 以前很好,但是突然出现错误

Critical: Fatal. Socket error 110: Connection timed out

Any help would be appreciated. 任何帮助,将不胜感激。

Thanks 谢谢

This is a problem at your firewall, you should read the manual or config files of Beanstalk server to find out what port it's using and allow the used ports (default 11300) in your firewall where needed. 这是防火墙上的问题,您应该阅读Beanstalk服务器的手册或配置文件以了解其使用的端口,并在需要时允许防火墙中使用的端口(默认为11300)。 After this you should never see this error again. 在此之后,您将永远不会再看到此错误。 If it's still not working: Please set the IP as well 如果仍然无法使用:请同时设置IP

I hope this is helpful to you and will bring you into the right direction. 我希望这对您有所帮助,并将带您朝正确的方向发展。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法打开到服务器的套接字连接。 错误 (110):连接超时 - Couldn't open socket connection to server. Error (110): Connection timed out SMTP->错误:无法连接到服务器:连接超时(110) - SMTP -> ERROR: Failed to connect to server: Connection timed out (110) 警告:socket_connect()[function.socket-connect]:无法连接[110]:连接超时 - Warning: socket_connect() [function.socket-connect]: unable to connect [110]: Connection timed out Nginx + php-fpm:504超时错误 - 上游超时(110:连接超时) - Nginx + php-fpm: 504 timeout error - upstream timed out (110: Connection timed out) NGINX:上游超时(110:连接超时) - NGINX: upstream timed out (110: Connection timed out) 如何解决:PHP中无法通过主机smtp.gmail.com建立连接[连接超时#110]错误 - How to resolve: Connection could not be established with host smtp.gmail.com [Connection timed out #110] error in PHP SMTP->错误:无法连接到服务器:连接超时(110)SMTP错误:无法连接到SMTP主机。 - SMTP -> ERROR: Failed to connect to server: Connection timed out (110) SMTP Error: Could not connect to SMTP host. 如何修复颤振中的“SocketException: os error: connection timed out error no. 110, address = 000.000.0.00, port = 44935” - how to fix "SocketException: os error: connection timed out error no. 110, address = 000.000.0.00, port = 44935" in flutter PHPMailer的臭名昭著的SMTP错误:无法连接到服务器:连接超时(110)SMTP connect()失败 - PHPMailer's infamous SMTP ERROR: Failed to connect to server: Connection timed out (110) SMTP connect() failed SMTP错误:无法连接到服务器:使用PHPMailer和Outlook SMTP连接超时(110) - SMTP ERROR: Failed to connect to server: Connection timed out (110) with PHPMailer and Outlook SMTP
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM