Xlib: connection to ":0.0" refused by server Xlib:  No protocol specified 解决办法: 1. 退出oracle,用root登陆: 2. root命令行下输入: [root@localhost ~]# xhost local:oracle non-network local connections being added to access control list 屏幕提示xhost:    bad hostnam…
Can't connect to X11 window server using ':0.0' 解决方法 1. 以oracle 用户登陆X window 或者 2. root 身份执行 # xhost + ======================= [oracle@rusky-oracle11g database]$ ./runInstaller //安装报错 Starting Oracle Universal Installer... Checking Temp space: must b…
引导:适用于各种注册服务,zookeeper和被注册的服务器不在同一ip上,产生的注册了127.0.0.1本地ip地址 在使用solr集群操作的时候,报了如下的错误 org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:9090/solr/ego, http://127.0.0.1:6060/solr/ego,…
telnet协议是TCP/IP协议族中的一员,是Internet远程登陆服务的标准协议和主要方式.它为用户提供了在本地计算机上完成远程主机工作的能力.在终端使用者的电脑上使用telnet程序,用它连接到服务器. 一.检测telnet-server的rpm包是否安装 OS:RedHat9 [root@locahost ~]#rpm -qa telnet-server //出于安全考虑telnet-server.rpm是默认没有安装的,而telnet的客户端是标配.即下面的软件是默认安装的,为了方便…
[root@localhost sbin]# ./named -v bind 9.5.1-p3-v3.0.9 问题现象: [root@localhost sbin]# ./rndc flush -p 10056 rndc: connect failed: 127.0.0.1#953: connection refused 问题分析: 看报错认为rndc使用的953端口,将端口换为953后报同样的错误 首先看了下bind的named.conf文件 ...... include "/home/ali…
最近使用 jmx 遇到一个问题,client/server 同在一台机器上,jmx client能够成功连接 server,如果把 server 移植到另一台机器上192.168.134.128,抛出如下异常: java.net.ConnectException: Connection refused: connect java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: ja…
Linux 出现telnet: connect to address 127.0.0.1: Connection refused错误解决办法 没有xinetd服务: 1./etc/init.d目录中放置了系统中各个daemon服务的脚本,xinetd是其中之一. 2.xinetd是一种特殊的daemon服务(super daemon),它本身管理了一系列的daemon服务,这些服务只有在用户调用时才由xinetd启动,它们启动速度稍慢于独立的daemon服务,这些服务在/etc/xinetd.c…
由于项目需要,在一台虚拟机上安装了MongoDB,但是在启动的时候,出现如下错误: [root@localhost bin]# ./mongo MongoDB shell version v3.4.0 connecting to: mongodb://127.0.0.1:27017 2018-09-27T21:11:14.779+0800 W NETWORK [main] Failed to connect to 127.0.0.1:27017, reason: Connection refus…
监控zabbix服务端这台服务器,然后显示Get value from agent failed: cannot connect to [[127.0.0.1]:10050]: [111] Connection refused 看到agent然后又看到10050端口 直接telnet语句去检测 第一种:端口不通 解决方法: agent端的ip为192.168.85.11,server端的ip为192.168.85.11 本地电脑WIN7系统,执行语句 telnet 192.168.85.11 1…
检查telnet是否已安装: [root@hostuser src]# rpm -q telnet-serverpackage telnet-server is not installed[root@hostuser src]# telnet 192.168.81.129bash: telnet: command not found... rpm -qa |grep telnet 没有则安装,有跳过 yum install telnet-server -y && yum install t…
现象: Linux用sendmail发信失败,提示Connection refused by [127.0.0.1] 29 14:10:44 iZ257p7xxilZ sendmail[3395]: u6T6Aiai003395: to=xx@163.com, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30226, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0,…
android手机做下载文件时,报了如下异常: java.net.ConnectException: localhost/127.0.0.1:8080 - Connection refused 模拟器默认把localhost或者127.0.0.1当做本身 在模拟器上可以用10.0.2.2代替127.0.0.1和localhost…
这对刚学会向tomcat模拟的本地服务器发送请求的同学非常重要! 转自:http://wing123.iteye.com/blog/1873763 描述:在做注册功能的时候,向本地服务器:127.0.0.1发送注册请求,logcat显示出错信息: java.net.ConnectException: localhost/127.0.0.1:8888 - Connection refused 解决办法:弃用127.0.0.1来访问服务器,改用本机的真实IP. 问题解释:摘自:http://80x8…
调试中通过android simulator模拟器链接localhost或者127.0.0.1,因为我在电脑上面建立了apache,我的代码大概就是URL url = new URL(urlString);     URLConnection urlconn = url.openConnection(); 但是报错了!! Exception 1:java.net.ConnectException: localhost/127.0.0.1:8080 - Connection refused 问题是…
某天,用git拉取,提交代码的时候出现了git Failed to connect to 127.0.0.1 port xxxx: Connection refused的问题, 开始百度,看了一通.都是如下路数,在git bash中: 方式一 首先,查一下代理: git config --global http.proxy 有没有呢,有就取消 git config --global --unset http.proxy 再查 git config --global https.proxy 有没有…
环境为win7+ie8+loadrunner11,录制脚本回放查看Recoding log 出现如下错误:[Net An. Error    ( 7f8:1340)] Request Connection: Remote Server @ 0.0.0.0:80   (Service=?)  NOT PROXIED! (REASON: Unable to connect to remote server: rc = -1 , le = 0) 解决步骤如下: http://192.168.194.1…
配置docker网络flannel时,配置etcd的key的时候出现以下错误 Error:  client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused; error #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused error #0: dial t…
[root@centoszang 桌面]# redis-cli Could : Connection refused Could : Connection refused not connected> exit [root@centoszang 桌面]# redis-server /etc/redis.conf [root@centoszang 桌面]# redis-cli > 在使用Redis时,开始就遇到了问题,客户端打不开,原因是需要先开启服务端,这需要先配置—— 1.下载好redis安…
错误: fatal: unable to access 'https://github.com/******': Failed to connect to 127.0.0.1 port 1080: Connection refused package github.com/google/protobuf/releases/download/v2.6.1/protobuf-2.6.1.tar.gz/...: exit status 128 解决方法: 1.打开C:\Users\*****文件下 .…
c# 使用MS SqlServer,连接成功,但是还报异常A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0.... 操作系统安装了net framework 4.5.1,出现上述情况 解决方案:安装net framework 4.5.2以上框架…
Could not connect to Redis at 127.0.0.1:6379: Connection refused 1.找到redis.conf 并修改 daemonize no 为 daemonize yes ,这样就可以默认启动就后台运行 [root@ trade01  conf.d]# vi /etc/redis.conf 2.开启客户端要确保服务端启动 [root@ trade01 src]# ./redis-server ../etc/redis.conf 现在就可以正常…
1.启动redis 客户端 redis-cli 报错 redis Could not connect to Redis at 127.0.0.1:6379: Connection refused 是因为客户端找不到服务端 表示服务端没有启动成功 2.如何启动和关闭redis服务 补充: 由于redis服务端口被修改 启动redis 客户端./bin/redis-server ./conf/redis.conf —>启动服务 ./bin/redis-cli -p 1234 —->开启客户端./b…
调试中通过android simulator模拟器链接localhost或者127.0.0.1,因为我在电脑上面建立了apache,我的代码大概就是URL url = new URL(urlString);     URLConnection urlconn = url.openConnection(); 但是报错了!! Exception 1:java.net.ConnectException: localhost/127.0.0.1:8080 - Connection refused 问题是…
启动redis:  redis-server ../redis.conf redis启动成功后 执行命令行redis-cli报:Could not connect to Redis at 127.0.0.1:6379: Connection refused错误 那是因为redis安装路径下的redis.conf文件配置未修改: redis.conf文件中: 将daemonize no 修改为 daemonize yes 再输入 redis-server /usr/local/src/redis-…
panic: dial tcp 127.0.0.1:3306: connectex: No connection could be made because the target machine actively refused it. 以上报的错是拒绝访问 ,所以开启服务就ok了!…
今天我用curl命令,无论如何都是出现: curl: (7) Failed to connect to 127.0.0.1 port 1086: Connection refused 找了很久,不知道是什么问题,后来发现curl有一个配置文件: ~/.curlrc 里面的内容是: socks5 = "127.0.0.1:1086" 注释掉就好了.…
今天我用curl命令,无论如何都是出现: curl: (7) Failed to connect to 127.0.0.1 port 1086: Connection refused 找了很久,不知道是什么问题,后来发现curl有一个配置文件: ~/.curlrc 里面的内容是: socks5 = "127.0.0.1:1086" 注释掉就好了.…
cat /var/log/zabbix_agent_log 查看日记出现报错:active check configuration update from [127.0.0.1:10051] started to fail (cannot connect to [[127.0.0.1]:10051]: [111] Connection refused) vi /etc/zabbix/zabbix_agent_conf 注释掉ServerActive=127.0.0.1…
Problem1 : root@jeremy-VirtualBox:/etc/bind# /etc/init.d/bind9 restart * Stopping domain name service... bind9 rndc: connect failed: 127.0.0.1#953: connection refused [ OK ] * Starting domain name service... bind9 [fail] Solution :默认安装BIND9以后,是无法直接使用…
通过网络无法访问Redis redis-cli 172.16.1.111 Could not connect to Redis at 127.0.0.1:6379: Connection refused 修改配置文件 bind 127.0.0.1 172.16.1.111 # 172.16.1.111本服务器IP地址 登录验证 redis-cli -h 172.16.1.111 -p 6379 -a password Warning: Using a password with '-a' or…