You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-07-04 17:49:17.532 [main] ERROR org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter Line:40 -
***************************
APPLICATION FAILED TO START
***************************
Description:
Web server failed to start. Port 1157 was already in use.
Action:
Identify and stop the process that's listening on port 1157 or configure this application to listen on another port.
check
Using netstat -ano | findstr 1157 may not check port usage.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
log
check
Using
netstat -ano | findstr 1157
may not check port usage.refer: https://answers.microsoft.com/zh-hans/windows/forum/all/windows-10/11146bd3-964c-4185-8471-7f7868bfe668
solve
So need to switch ports:
Two files need to be modified:
web-app/proxy.config.json
&manaer/application.yml
portBeta Was this translation helpful? Give feedback.
All reactions