error image I tried before link 1link 2 link 4 and Clear idea cache. There is no error when deleting tomcat. netstat -ano did not find 1099 I have run the code without any problems, this problem is sometimes sometimes not.
Asked
Active
Viewed 93 times
0
-
3Does this answer your question? [Error running 'Tomcat': Address localhost:1099 is already in use. Why?](https://stackoverflow.com/questions/60466736/error-running-tomcat-address-localhost1099-is-already-in-use-why) – JFan Oct 27 '21 at 06:16
-
I have tried to modify the port number, but whichever I change to is occupied,And mine is spring – BLACKANDLIFE Oct 27 '21 at 06:19
-
Try restarting server. – JFan Oct 27 '21 at 06:21
-
I did not install tomcat and did not set up javahome I have restarted the computer several times – BLACKANDLIFE Oct 27 '21 at 06:24
-
Tomcat does not set environment variables, directly use the idea in – BLACKANDLIFE Oct 27 '21 at 06:25
1 Answers
0
This may be a bug in idea
You can try the following: Run cmd as an administrator netsh winsock reset Then restart the computer
Hope your problem can be solved
LHZ
- 1
- 1
-
Thank you, I used the administrator to reset and restart, but it still doesn't work. – BLACKANDLIFE Oct 27 '21 at 08:07