码迷,mamicode.com
首页 >  
搜索关键字:refused    ( 437个结果
关于Java FTP SFTP的相关实际问题
第一个:java ftp使用的是Apache common-net,但是FTP服务侧提供的FTP服务器只支持SFTP,结果报 java.net.ConnectException: Connection refused上面的报错是在公司测试服务器上的,本地运行代码报错如下:org.apache.com...
分类:编程语言   时间:2015-01-04 21:15:22    阅读次数:385
nginx connect() failed (111: Connection refused) while connecting to upstream,请求无响应错误
2015/01/02 16:01:36 [error] 29002#0: *714153 connect() failed (111: Connection refused) while connecting to upstream, client: 172.16.3.32, server: biz...
分类:其他好文   时间:2015-01-02 17:30:02    阅读次数:2558
putty连接fedora
putty提示“Connection refused” 但可以ping通 经查,解决方法如下:首先判断是否安装sshrpm -qa opensshrpm -qa openssh-server之后执行:#ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key#ss...
分类:其他好文   时间:2014-12-28 12:58:07    阅读次数:257
【nginx】kevent() reported that connect() failed (61: Connection refused)
访问php页面时,nginx报如下错误 2014/12/25 12:36:13 [error] 3846#0: *3 kevent() reported that connect() failed (61: Connection refused) while connecting to upstream, client: 127.0.0.1, server: localhost, request...
分类:其他好文   时间:2014-12-25 13:06:52    阅读次数:541
转:消除SDK更新时的“https://dl-ssl.google.com refused”错误
消除SDK更新时,有可能会出现这样的错误: Download interrupted: hostname in certificate didn't match: != Download interrupted: Connection to https://dl-ssl.google.com ref...
分类:Web程序   时间:2014-12-22 12:34:01    阅读次数:178
Eclipse check out Visual SVN 遇到问题 svn:E175002: connection refused by the server
本机上装了VisualSVN2.7,使用Eclipse,安装了svn插件foreclipse,在Visual的visualserver上建立了repostory,但用eclipse还是没能成功checkout,爆出如下errorsvn:E175002:connectionrefusedbytheserversvn:E175002:OPTIONSrequestfailedon我在Windows7的系统EventViewer,找到了..
分类:系统相关   时间:2014-12-22 07:07:10    阅读次数:302
cassandra运行出现了Unable to gossip with any seeds,cqlsh链接不上,提示connection refused处理办法
cassandra运行出现了Unable to gossip with any seeds,cqlsh链接不上,提示connection refused处理办法问题描述当启动了cassandra之后出现:java.lang.RuntimeException: Unable to gossip wit...
分类:其他好文   时间:2014-12-21 00:42:16    阅读次数:301
Download interrupted: Connection to https://dl-ssl.google.com refused
Download interrupted: Connection to https://dl-ssl.google.com refused这个可能是网络问题,国内连google服务器经常连不上。尝试用下面办法试下:1.上图SDK Manager 的 Tools ->Options打开SDK Mana...
分类:Web程序   时间:2014-12-19 18:50:07    阅读次数:740
hadoop 2.5.2 环境配置
http://bbs.pinggu.org/thread-3164833-1-1.html1, ssh: connect to host localhost port 22: Connection refused 出现这个问题,一般是因为ssh服务安装或者启动,Ubuntu下安装ssh:sudo a...
分类:其他好文   时间:2014-12-19 17:03:31    阅读次数:218
搭建git服务器
1.下载gitosis代码出错 git clone git://eagain.net/gitosis.git Initialized empty Git repository in /tmp/gitosis/.git/ eagain.net[0: 50.56.185.182]: errno=Connection refused fatal: unable to connect a socke...
分类:其他好文   时间:2014-12-19 09:18:31    阅读次数:138
437条   上一页 1 ... 37 38 39 40 41 ... 44 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!