当前位置:网站首页>Jeecg restart alarm 40001
Jeecg restart alarm 40001
2022-07-01 08:45:00 【sirwsl】
Report errors
30-May-2022 09:52:49.525 Information [main] org.apache.catalina.startup.Catalina.start Server startup in 70168 ms
sessionCreated:C1BE6C7539EDDD600FE1DAB8A001BF77
[2022-05-30 09:52:54] [WARN] [net.sf.ehcache.distribution.RMICacheManagerPeerListener:120] Explicitly setting the listener hostname to 'localhost' is not recommended. It will only work if all CacheManager peers are on the same machine.
[2022-05-30 09:52:54] [ERROR] [net.sf.ehcache.distribution.RMICacheManagerPeerListener:330] Exception starting RMI registry. Error was Port already in use: 40001; nested exception is:
java.net.BindException: The address is already in use (Bind failed)
java.rmi.server.ExportException: Port already in use: 40001; nested exception is:
java.net.BindException: The address is already in use (Bind failed)
at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:346)
problem
restart jeecg Of tomcat after , The above error , function netstat -tunlp |grep 40001 Service found , But check it out pid We can't find it
function lsof -i:40001 Then a pile of these things appeared
solve
1: Look for ehcache.xml file
find ./ -name ehcache.xml
2: edit ehcache.xml file , find cacheManagerPeerListenerFactory node
take 40001 Just change it port, preservation , It's over
边栏推荐
- 嵌入式工程师常见面试题2-MCU_STM32
- Configuration and startup of Chang'an chain synchronization node
- Principle and application of single chip microcomputer - principle of parallel IO port
- yolov5训练可视化指标的含义
- SPL Introduction (I)
- Pipeline detection of UAV Based on gazebo
- vscode自定义各个区域的颜色
- 避免按钮重复点击的小工具bimianchongfu.queren()
- Yolov3, 4, 5 and 6 Summary of target detection
- View drawing process analysis
猜你喜欢
随机推荐
JCL 和 SLF4J
任务、线程、进程 区别
Dynamic proxy
你了解数据是如何存储的吗?(C整型和浮点型两类)
5mo3 UHI HII HII 17mn4 19Mn6 executive standard
【MFC开发(17)】高级列表控件List Control
"Analysis of 43 cases of MATLAB neural network": Chapter 30 design of combined classifier based on random forest idea - breast cancer diagnosis
Memory size end
大型工厂设备管理痛点和解决方案
为什么LTD独立站就是Web3.0网站!
[MFC development (16)] tree control
What is the material of 16mo3 steel plate? What is the difference between 16mo3 and Q345R?
安装Oracle EE
What is the material of 16MnDR, the minimum service temperature of 16MnDR, and the chemical composition of 16MnDR
Foundation: 3 Opencv getting started images and videos
挖财打新股安全吗
How can enterprises and developers take the lead in the outbreak of cloud native landing?
明明设计的是高带宽,差点加工成开路?
Shell脚本-case in 和正则表达式
目标检测的yolov3、4、5、6总结