|
|
The IDE running on the remote host didn't report its status within 60 seconds. The process is unresponsive and you may consider the following options to resolve the issue:# I) t d1 E7 @* J7 Y8 m
Click 'Manage backends' to open the backend manager and stop running IDE backends
, @+ w/ k4 _3 m: w- ZOpen the terminal and use the process manager (ps, top, htop) to find and kill unnecessary processes and free up resources
9 x7 F, ?8 C- @' C5 R# fReboot the host
: F9 f$ ]2 ~- d1 e: vUpgrade the host if the issue remains
$ r- F! Z9 }: T% R HIf the problem persists, please submit an issue to YouTrack and attach logs archive available below.
n, w4 W" D8 p1 }$ W# r4 u) g! Y: W) F: K% S: z; C
解决办法:% B: L. l# S1 l
第一步,检查对端服务器的selinux
9 |; b; ^, X. f' b& R6 B& r: e o% O[root@asset ~]# getenforce / I! F, C+ s/ O; |2 y' @
Enforcing$ m2 t" ]& }6 d; _9 q- r% e2 }
[root@asset ~]# vim /etc/sysconfig/selinux 3 m" H6 l; y5 q: @; Z
SELINUX=disabled
# K* {6 s0 Q4 _5 Q7 b! y7 e, e$ Z j) L" ^& b% a6 |! d- t5 i
8 x8 w# x7 v8 h5 W
4 U, P! y% o/ a9 I[root@asset ~]# setenforce 0
" d) Y" g$ R% r# t f) K, q. O[root@asset ~]# getenforce
8 ~% o2 l; z4 d; j( cPermissive) y# P v4 T2 n1 t2 H
8 F; s7 s n! A# L+ C5 @2 t o
/ [' |5 D/ O+ J9 l5 b
) M! M" S z) t/ y第二步: 对端服务器的核心更新:9 T! `; U4 l1 `! j8 E6 F* t1 u1 C
. a3 B& f9 D( I, m
[root@asset ~]# dnf upgrade -y
3 R; K8 |0 r2 V) K# N+ X3 z
' Q& h) d% ?- H! j更新
; p8 i+ \* v& b* a. u3 O O+ _
2 _* O- ^ R% E( w) e* m( C% u: V7 y) f' ]' C$ |6 w4 `+ E
|
|