码迷,mamicode.com
首页 >  
搜索关键字:refused    ( 437个结果
nginx和php-fpm配置 错误connect() failed (111: Connection refused) while connecting to upstream connect() to unix:/run/php/php7.2-fpm.sock failed (2: No such file or directory) while connecting to upstream
若fpm配置文件中配置如下: listen = 127.0.0.1:9000 则对应的nginx.conf中的配置应为: fastcgi_pass 127.0.0.1:9000; 此时开启9000端口监听,不会生成sock文件 若fpm中的配置为使用Unix套接字,如下: listen = /run ...
分类:Web程序   时间:2019-11-06 23:12:47    阅读次数:173
解决跟Docker私有仓库登陆,推送,拉取镜像出现的报错
出现问题:Error response from daemon: Get https://192.168.186.120/v1/users/: dial tcp 192.168.186.120:443: getsockopt: connection refused http: server gave ...
分类:其他好文   时间:2019-11-05 17:02:46    阅读次数:151
The connection to the server localhost:8080 was refused - did you specify the right host or port?
今天在节点执行kubectl get pod命令时,报了上述错误 出现这个问题的原因是kubectl命令需要使用kubernetes-admin来运行,解决方法如下,将主节点中的【/etc/kubernetes/】这个目录下的.conf文件拷贝到从节点相同目录下,然后配置环境变量:export KU ...
分类:其他好文   时间:2019-10-29 13:41:32    阅读次数:452
阿里云ssh免密登陆突然无效
一、查看日志 Linux 日志系统 系统日志一般在/var/log下 发现 sshd[15720]: Authentication refused: bad ownership or modes for file /root/.ssh/authorized_keys 二、修改权限 这是权限问题: s ...
分类:其他好文   时间:2019-10-22 00:46:46    阅读次数:142
Ubuntu 14.04 下安装redis后运行redis-cli 报出redis Connection refused错误【已解决】
在运行redis-cli运行后爆出错误,看了网上的都没有用例如:改ip,注释bind 127.0.0.1,或者是先运行./redis-server redis.conf,都没有用 只需要: 找到redis.conf 并修改 daemonize no 为 daemonize yes 然后再在终端输入: ...
分类:系统相关   时间:2019-10-16 13:02:14    阅读次数:154
python代码在linux终端中执行报错:Unable to init server: Could not connect: Connection refused
python代码在linux终端中执行时报错: 解决办法: 在要执行的python文件里加入以下两句代码: 切记:在最开头添加。 ...
分类:编程语言   时间:2019-10-16 11:22:13    阅读次数:438
Android Studio 报错之 Connect to 127.0.0.1 failed
如果在 Android Studio 中设置了代理,而在电脑中使用 SS 设置了全局代理,之后 SS 代理不可用时,使用 Android Studio 时会报如下错误: Connect to 127.0.0.1:1086 [/127.0.0.1] failed: Connection refused ...
分类:移动开发   时间:2019-10-06 00:29:20    阅读次数:418
vue开发中控制台报错问题
1、sockjs.js?9be2:1606 GET http://localhost:8566/sockjs-node/info?t=1569478261510 net::ERR_CONNECTION_REFUSED https://segmentfault.com/q/10100000050455 ...
分类:其他好文   时间:2019-09-26 14:34:42    阅读次数:190
Error: Could not open client transport with JDBC Uri: jdbc:hive2://localhost:10000: java.net.ConnectException: 拒绝连接 (Connection refused) (state=08S01,code=0)
一:启动hiveserver2服务 二:启动beeline 三:连接hiveserver2(下面的1000000端口号适当改小写因为其超出最大端口号的范围建议改为10000) 如果启动不成功实现我们先检查以下两个文件配置是否正确 1)hadoop文件夹下面的core-site.xml中的内容 2)h ...
分类:数据库   时间:2019-09-05 23:31:48    阅读次数:333
记录一次读取hdfs文件时出现的问题java.net.ConnectException: Connection refused
公司的hadoop集群是之前的同事搭建的,我(小白一个)在spark shell中读取hdfs上的文件时,执行以下指令 >>> word=sc.textFile("hdfs://localhost:9000/user/hadoop/test.txt") >>> word.first() 报错:jav ...
分类:编程语言   时间:2019-08-15 11:00:54    阅读次数:242
437条   上一页 1 ... 7 8 9 10 11 ... 44 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!