10 2016 档案

记一次ftp服务器错误 centOS 6.4 vsftpd 500 illegal port command
摘要:这个错误是因为是主动模式的,应该改为被动模式 以下是操作过程: iptables中加 -A INPUT -p tcp -m state --state NEW -m tcp --dport 10221:10231 -j ACCEPT 重启iptables #/etc/init.d/iptables 阅读全文

posted @ 2016-10-24 15:19 runmove 阅读(2372) 评论(0) 推荐(0)

hibernate3.0 org.dom4j.DocumentException: Connection timed out: connect Nested exception:
摘要:hibernate3.0 org.dom4j.DocumentException: Connection timed out: connect Nested exception: 所报异常: 严重: Exception sending context initialized event to lis 阅读全文

posted @ 2016-10-18 21:52 runmove 阅读(949) 评论(0) 推荐(0)