当前位置:网站首页>Identify and stop the process that's listening on port 8080 or configure this application
Identify and stop the process that's listening on port 8080 or configure this application
2022-06-23 16:33:00 【Menon research monk】
Catalog
1. The problem is shown in
The following problems occurred :
***************************
APPLICATION FAILED TO START
***************************
Description:
Web server failed to start. Port 8080 was already in use.
Action:
Identify and stop the process that's listening on port 8080 or configure this application to listen on another port.
Process finished with exit code 1
The screenshot is as follows :
2. Problem analysis
By viewing the relevant error logs , It is found that the port is occupied
One is clear 8080 Occupied port , Another solution is to change the port ( You don't have to 8080 port )
Knowing the solution is a good solution
The specific solutions are as follows
3. resolvent
Close the process or modify the port number
3.1 Close the process
adopt netstat 8080, Check if any process is using this port ( But there is more in the list , It's hard to check and compare )
An accurate query should match findstr( Note that the command should be the same as linux Distinguish , This is a windows edition )
The complete command is as follows :netstat -ano | findstr 8080
Kill the process :taskkill /F /PID 26868

Restart the service to succeed
3.2 Modify the port
Since the port number is occupied , Then change your mind , modify 8080 The port is what you want ( Do not occupy other ports )
The operation is as follows :
Add the following :server.port= 8085
Restart the service to succeed
Add extra : If the web page is opened after restart, it is as follows :
But look at my previous article :
springboot appear Whitelabel Error Page This application has no explicit mapping for /error Solution
边栏推荐
- Solution: in the verification phase, the first batch does not report errors, and the second batch reports CUDA exceeded errors
- R语言使用colorblinr包模拟色盲视觉、将已有的ggplot2可视化结果图像使用edit_colors函数编辑转化为色盲视觉友好的可视化结果、并自定设置色盲形式、色盲严重级别
- Coatnet: marrying revolution and attention for all data sizes
- golang goroutine、channel、time代码示例
- Implementation of network data transmission by golang Gob
- ADB key name, key code number and key description comparison table
- [tcapulusdb knowledge base] Introduction to tmonitor background one click installation (I)
- R language plot visualization: plot visualization adds bar chart with error bars with plot in R
- Reading and writing JSON files by golang
- [tcapulusdb knowledge base] tcapulusdb tmonitor module architecture introduction
猜你喜欢

数字经济加速落地,能为中小企业带来什么?

Focus: zk-snark Technology

golang二分查找法代码实现

leetcode:30. 串联所有单词的子串【Counter匹配 + 剪枝】

SSRS页面配置Postgresql data source的方法

出现Identify and stop the process that‘s listening on port 8080 or configure this application等解决方法

IFLYTEK neuroimaging disease prediction program!

Apache commons tool class
![Generating binary search balanced tree [using tree recursion]](/img/b3/f8edf45bdfdced7c3698088dbf7d84.png)
Generating binary search balanced tree [using tree recursion]
![[tcapulusdb knowledge base] Introduction to tmonitor background one click installation (II)](/img/bc/35873ebe78db5967b67570cbd9b3ab.png)
[tcapulusdb knowledge base] Introduction to tmonitor background one click installation (II)
随机推荐
[tcapulusdb knowledge base] Introduction to tmonitor background one click installation (I)
再突破!阿里云进入Gartner云AI开发者服务挑战者象限
How NPM contracts and deletes packages
NLP 论文领读|改善意图识别的语义表示:有监督预训练中的各向同性正则化方法
ASEMI超快恢复二极管ES1J参数,ES1J封装,ES1J规格
Build vscode into an invincible IDE (14) tasks JSON and launch JSON configuration details, add automation tasks at will
Thinking analysis of binary search method
golang写文件代码示例
What are the risks of opening a fund account? Is it safe to open an account
Implementation of golang bubble sort code
Leetcode: question d'entrevue 08.13. Empiler la boîte [DFS en haut + mémoire ou tri en bas + DP]
面渣逆袭:MySQL六十六问!建议收藏
如何选择示波器?这10点一定要考虑!
Golang对JSON文件的读写操作
XML
TensorRT Paser加载onnx 推理使用
R language uses timeroc package to calculate the multi time AUC value of survival data in the case of no competition, uses Cox model, adds covariates, and visualizes the multi time ROC curve of surviv
坚持五件事,带你走出迷茫困境
腾讯的技术牛人们,是如何完成全面上云这件事儿的?
Apache基金会正式宣布Apache InLong成为顶级项目