Apache在启动James几秒钟后没有运行。./james start
Wrapper.log上的错误日志:
Caused by: org.jboss.netty.channel.ChannelException: Failed to bind to: /0.0.0.0:465和:
Caused by: java.net.SocketException: Permission denied这是防火墙问题吗?
发布于 2022-08-14 20:56:24
添加sudo作为命令前缀有助于我。就像一种魅力。
发布于 2022-08-15 09:18:52
如果不作为root用户运行,则无法绑定到低于1024的端口。有办法绕开这条路。Is there a way for non-root processes to bind to "privileged" ports on Linux?。
https://stackoverflow.com/questions/73354111
复制相似问题