当前位置:网站首页>Run pychar on the server. Prompt: already running
Run pychar on the server. Prompt: already running
2022-07-22 21:33:00 【Lost in code】
stay Xshell Or other remote control software running on the server side Pycharm when
Console display Already running, But it was not opened IDE.
Question why :
1. It is possible that the same server account is opened on different device terminals Pycharm, Lead to Pycharm Process residue , Next time open Pycharm The console display will appear Already running but IDE The window did not pop up .
2.Xshell Or other remote control software is abnormally disconnected from the server .
Solution :
Input ps -u, Check and record Pycharm The process of id:PID
Close the process kill -9 PID
( There are three on my server pycharm process , All under personal accounts , therefore kill Three processes .)
Game Over~~~
边栏推荐
- On the characteristics of filter pseudo protocol
- [lttng learning journey] ----- core concepts
- RPM package management - Yum online management - IP address configuration and network Yum source
- (6) Vulhub column: apereo CAS 4.x deserialization vulnerability
- 计网-分层结构,osi通信过程,tcp/ip模型及5层参考模型
- cJSON源码阅读笔记
- 煤矿无线广播系统解决方案
- 1.虚拟化和容器技术
- JUC-6.2-并发容器-CopyOnWriteArrayList
- Bash basic functions - wildcards and other special symbols
猜你喜欢
随机推荐
中等专业学校校园广播系统解决方案-职业中专校园IP网络广播应用
Bash basic function - Historical command and completion
HNOI2003-激光炸弹
Bash variable -- position parameter variable
ssh如何免密登录远程主机
5.网络和安全
Nssctf-01-[swpuctf 2021 freshman competition]gift_ F12
Pytorch custom data set loading (label in CSV file)
TIME的新封面:元宇宙将改变一切
Solve the thirdscripterror error of wechat applet
隧道调频广播覆盖系统数字选频光纤拉远漏缆覆盖解决方案
LeetCode笔记(一)回溯
两台服务器之间拷贝文件-scp方法
YOLO9000: Better, Faster, Stronger
Web编程入门 1.1登录功能的实现
JUC-7.0-线程协作-CountDownLatch
3.远程连接和SSH
水库河道应急广播系统解决方案
已经两点经纬度,计算两点之间距离
[lttng learning journey] - simply add a trace point to the user program