发布:2023/12/7 15:43:53作者:大数据 来源:大数据 浏览次数:409
问题描述:
使用idea搭建好SSM或springboot框架,在启动服务的时候报错:Application Server was not connected before run configuration stop, reason: Unable to ping server at localhost:1099
Application Server was not connected before run configuration stop, reason: javax.manage
解决办法:
编译正常,运行tomcat出问题,直接重新下载安装最新版tomcat10,问题解决了。
网上还有说jdk环境配置问题,大家可以参考尝试。
首先cmd定位到tomcat安装目录的bin目录下:在命令行输入startup,启动tomcat发现输出的日志为乱码,修改tomcat/apache-tomcat-7.0.92/conf/logging.properties把java.util.logging.ConsoleHandler.encoding = UTF-8 替换成GBK
问题解决!这个替换后idea和tomcat都正常显示中文了。
另一种解决办法:
在IDEA上方的菜单栏中,打开最后一个help ,按照下述步骤执行
1 |
HELP-> Edit Custom VM OPtions 中加 -Dfile.encoding=utf-8 重启idea |
最后记得重启idea,即可解决idea控制台中文乱码的问题。
23:57 Error running 'Tomcat 10.0.13': Unable to open debugger port (127.0.0.1:50012): java.net.SocketException "Interrupted function call: accept failed"
23:57 Error running 'Tomcat 10.0.13': Address localhost:1099 is already in use
在任务管理器直接结束进程java.exe,重新运行调试程序
© Copyright 2014 - 2024 柏港建站平台 ejk5.com. 渝ICP备16000791号-4