运行环境: JDK 版本:1.8 Maven 版本:apache-maven-3.3.3 IDEA 版本:14 maven-jetty-plugin 配置: <plugin> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <configuration> <webAppSourceDirectory>${pro…
idea 执行测试单元debug时控制台出现:Disconnected from the target VM, address: '127.0.0.1:57178', transport: 'socket' 原因是:端口被占用了  我在任务管理器里面把Java终止就好了…
Disconnected from the target VM, address: '127.0.0.1:56577', transport: 'socket' Disconnected from the target VM=与目标虚拟机断开连接. PS:通俗点讲就是:你的端口已经被其他程序占用,无法连接目标虚拟机. 在cmd中输入命令:netstat -ano,查看所有端口的占用情况 去任务管理器中查找PID为10652 IDEA 与 Maven 的版本不兼容造成的 启动运行时: Connec…
关于 IDEA 启动 springboot 项目异常 - Disconnected from the target VM, address: '127.0.0.1:59770', transport: 'socket' 启动springboot项目报错如下: Connected to the target VM, address: '127.0.0.1:55043', transport: 'socket' . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __…
一.问题由来 本地代码在一次打包后,再次启动项目时报了一个错误,详细的错误信息如下: 2020-10-23 15:10:26.724 [] [main] INFO o.s.c.a.AnnotationConfigApplicationContext[583] - Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@79d94571: startup date [Fri Oct 2…
今天搭建了一个SpringBoot项目,刚启动就报错 Disconnected from the target VM, address: '127.0.0.1:2227', transport: 'socket' 百度一下,有人说端口占用,有人说Mavenban不兼容,我测试一下以前的项目可以正常运行,断定不是这些问题!仔细检查,原来是pom.xml文件出了问题! 如图: 修改之后: 正常启动!…
原文出处:https://blog.csdn.net/u013294097/article/details/90677049 Stopping service [Tomcat] Disconnected from the target VM, address: '127.0.0.1:7672', transport: 'socket' Process finished with exit code 1 一般报错根据错误就解决了,但是这个报错没有日志,下不了手,这就很尴尬了... 网上找了上没有3…
Debug运行项目时报错,无法进入Debug,猜想出错原因可能是未正确关闭IDEA. 解决方法,先直接运行项目,然后停掉项目,再用Debug模式启动,问题解决.…
"C:\Program Files\Java\jdk1.7.0_80\bin\java" -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:65485,suspend=y,server=n -ea -Didea.test.cyclic.buffer.size=1048576 -Dfile.encoding=UTF-8 -classpath "D:\software\IntelliJ IDEA 2017.2.6\lib\i…
nginx部署网站后,访问域名,网页显示  500 Internal Server Error ,经查看发现nginx的error.log中有报错: failed (1113: No mapping for the Unicode character exists in the target multi-byte code page), client: 127.0.0.1... 但是其他部署的网站又没有问题,根据字眼Unicode character猜测是中文路径的问题,修改后再次访问,成功.…
dubbo could not get local host ip address will use 127.0.0.1 instead 查看hostname localhost:spring wlst$ hostname localhost 修改hosts文件 [root@iZ2zeahb6slaiu3227i8r7Z ~]# vi /etc/hosts 前:内网IP  后:hostname…
unable to bind listening socket for address '127.0.0.1:9090': Address already in use (98) php-fpm 启动错误 9090 端口被占用,所以查看端口被谁占用 sudo netstat -lntup | grep 9090 这个命令才好使 然后pkill掉它 然后重启,OK了…
probably another instance of uWSGI is running on the same address (127.0.0.1:9090). bind(): Address already in use uwsgi启动次数过多,杀掉进程,重新运行即可 fuser -k /tcp…
panic: dial tcp 127.0.0.1:3306: connectex: No connection could be made because the target machine actively refused it. 以上报的错是拒绝访问 ,所以开启服务就ok了!…
检查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…
Unable to open debugger port (127.0.0.1:63342): java.net.BindException  "Address already in use IDEA报错 处理办法:把项目的tomcat配置删掉 重新配置下…
probably another instance of uWSGI is running on the same address (127.0.0.1:9090). bind(): Address already in use uwsgi启动次数过多,杀掉进程,重新运行即可 fuser -k 9090/tcp…
telnet协议是TCP/IP协议族中的一员,是Internet远程登陆服务的标准协议和主要方式.它为用户提供了在本地计算机上完成远程主机工作的能力.在终端使用者的电脑上使用telnet程序,用它连接到服务器. 一.检测telnet-server的rpm包是否安装 OS:RedHat9 [root@locahost ~]#rpm -qa telnet-server //出于安全考虑telnet-server.rpm是默认没有安装的,而telnet的客户端是标配.即下面的软件是默认安装的,为了方便…
参考来自:http://blog.csdn.net/qq_34360219/article/details/76169653 1.场景 突然间IDEA就跑不起项目了,报了如下的错误:unable to open debugger port(127.0.0.1:10308) 因为只弹了这一个错误,所以以为我的debug的端口50812被占用了,但怎么查也查不到被占用,事实上并不是这个端口被占用!! 如果打开event log 窗口就能发现在这个错误提示的上面还有一行  Error running…
许久不发博了,老杨听完故事让我持续写一下“十万个为什么” 一.背景:  昨天我们亲密的战友HH刘老板亲临现场,指出我们协用的一个项目,客户方面反馈手持终端系统不定期“卡死”,要我们安排人飞到广州驻场解决.  我的TeamLeather,暂时没有解决方案,而我又在开另外的一个项目协同会,趁上厕所的时间出来和刘老板寒暄了几句,发现我们三方都非常着急,但居然没去分析问题在哪?如何解决?  这种情形下“马上订机票飞广州”有点草率,和刘老板交互,首要问题是查明原因......,相当年有个八月十五客户服务器…
一句话: %jboss_home%\bin>standalone.bat -Djboss.bind.address=0.0.0.0 也可以直接编辑standalone.xml,将里面所有127.0.0.1,批量替换成0.0.0.0或本机真实IP…
环境:Tomcat6,Windows Server2008 R2, Tomcat使用默认端口8080. 在BO服务器上使用Tomcat6作为WEB服务器,在服务器本地使用http://localhost:8080/BOE/BI可以正常访问BOE platform平台的登录界面,但是使用http://127.0.0.1:8080/BOE/BI无法访问,使用本地ip地址http://111.111.111.137:8080/BOE/BI也无法访问.解决方案如下: 修改Win7的防火墙配置. 1.开始…
解决方法为将selenium-server-standalone-2.37.0.jar升级至selenium-server-standalone-2.41.0.jar即可. 下载地址:http://selenium-release.storage.googleapis.com/2.41/selenium-server-standalone-2.41.0.jar 这里是因为更新firefox所导致的问题,从27更新到28.0所致. 错误如下: WARN <init>, HHH000409: Us…
[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…
英语学得不好,国外这位大神的精彩解释不是特能看的懂.我模仿的试了一下. 解决方案: 1.打开mac终端 2.输入:sudo ifconfig lo0 alias 127.1.1.1 netmask 0xFFFFFFFF 3.浏览器测试. (如果是127.0.0.2)应该就是:sudo ifconfig lo0 alias 127.0.0.2 netmask 0xFFFFFFFF 大神给予的解释: FreeBSD (also OS X, and I believe NetBSD & OpenBSD…
localhost意为本地主机,指这台计算机,是给回路网络接口的标准主机名,对应的IP地址为127.0.0.1,可访问本地服务器的web项目(http://localhost). 那么它们有什么区别呢? localhost不通过网卡传输,不受防火墙和网卡限制:而127.0.0.1则依赖于网卡,会受到防火墙和网卡的限制. localhost访问时带着本机当前用户的权限:而用IP访问时,是通过网络再去访问主机,涉及到网络用户权限. 因为用localhost访问时不会解析成IP,也就不会占用网络资源,…
linux运维都需要对端口开放查看  netstat 就是对端口信息的查看 # netstat -nltp p 查看端口挂的程序 [root@iz2ze5is23zeo1ipvn65aiz ~]# netstat -nltp Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp /nginx: master tc…
ERROR: unable to bind listening socket for address '127.0.0.1:9000′ 解决办法: killall php-fpm 然后重启即可. 我的PHP安装目录这样重启    /usr/local/php/sbin/php-fpm…
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…