• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Error during CLI Gate interface...again and again and again!!

dalydesign

Basic Pleskian
Set up a new box with latest Plesk 12.5 installed.

Trying to migrate from 11.0.9 server to the new 12.5 server. Nearly every migration is not completed. its taking hours to get a single domain to transfer.

The error message I'm receiving is:

Error during CLI Gate interface usage: transfer closed with outstanding read data remaining


I then have to delete the domain off the destination server and retry again, and again, until it succeeds.

This error then appears in /var/log/sw-cp-server

2015/10/26 21:20:40 [error] 2623#0: *6859 readv() failed (104: Connection reset by peer) while reading upstream, client: 127.0.0.1, server: , request: "POST /cligate.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/sw-engine.sock:", host: "127.0.0.1:8880"

I have tried the recommended solution in here: http://kb.odin.com/en/123174 but migration still fails with same errors.

Any advice anyone?
 
Last edited:
3rd big problem with a new server running v12.5...

been receiving migration issues with "Error during CLI Gate interface usage: transfer closed with outstanding read data remaining" current plesk workaround does not fix it.

So I deleted the unsuccessful imported domain and manually added the domain via plesk. however it returned with an 'internal error'. When I checked /var/log/messages this was sitting there...

Oct 27 00:14:18 server88-208-221-111 kernel: sw-engine-fpm[8742]: segfault at 10 ip 00000000009ed4a4 sp 00007ffe36b7e090 error 4 in sw-engine-fpm[400000+cef000]
Oct 27 00:14:20 server88-208-221-111 abrt[9876]: Saved core dump of pid 8742 (/usr/sbin/sw-engine-fpm) to /var/spool/abrt/ccpp-2015-10-27-00:14:18-8742 (143265792 bytes)
Oct 27 00:14:20 server88-208-221-111 abrtd: Directory 'ccpp-2015-10-27-00:14:18-8742' creation detected
Oct 27 00:14:20 server88-208-221-111 abrtd: Package 'sw-engine' isn't signed with proper key
Oct 27 00:14:20 server88-208-221-111 abrtd: 'post-create' on '/var/spool/abrt/ccpp-2015-10-27-00:14:18-8742' exited with 1
Oct 27 00:14:20 server88-208-221-111 abrtd: Deleting problem directory '/var/spool/abrt/ccpp-2015-10-27-00:14:18-8742'


/var/log/sw-cp-server/sw-engine.log shows the following information:

[27-Oct-2015 00:14:20] WARNING: [pool plesk] child 8742 exited on signal 11 (SIGSEGV - core dumped) after 247.153480 seconds from start
[27-Oct-2015 00:14:20] NOTICE: [pool plesk] child 9877 started


Whilst /var/log/sw-cp-server/error.log reports the following error:

2015/10/27 00:14:20 [error] 2493#0: *83 readv() failed (104: Connection reset by peer) while reading upstream, client: 81.136.207.117, server: , request: "POST /admin/domain/add-domain HTTP/1.1", upstream: "fastcgi://unix:/var/run/sw-engine.sock:", host: "88.208.221.111:8443", referrer: "https://88.208.221.111:8443/admin/domain/add-domain"


Not sure if /var/log/httpd/error_log is related, but it recorded the following:
[Tue Oct 27 00:14:15 2015] [warn] No JkLogFile defined in httpd.conf. Using default /etc/httpd/logs/mod_jk.log
[Tue Oct 27 00:14:15 2015] [warn] No JkShmFile defined in httpd.conf. Using default /etc/httpd/logs/jk-runtime-status
[Tue Oct 27 00:14:15 2015] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Tue Oct 27 00:14:15 2015] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Tue Oct 27 00:14:15 2015] [notice] Digest: generating secret for digest authentication ...
[Tue Oct 27 00:14:15 2015] [notice] Digest: done
[Tue Oct 27 00:14:16 2015] [notice] mod_bw : Memory Allocated 0 bytes (each conf takes 48 bytes)
[Tue Oct 27 00:14:16 2015] [notice] mod_bw : Version 0.92 - Initialized [0 Confs]
[Tue Oct 27 00:14:16 2015] [warn] No JkLogFile defined in httpd.conf. Using default /etc/httpd/logs/mod_jk.log
[Tue Oct 27 00:14:16 2015] [warn] No JkShmFile defined in httpd.conf. Using default /etc/httpd/logs/jk-runtime-status
[Tue Oct 27 00:14:16 2015] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.
[Tue Oct 27 00:14:16 2015] [notice] mod_python: using mutex_directory /tmp
 
Last edited:
Had this problem for a week now.

I now realise that I can't migrate domains and I can't create a domain either!!!

So the server is now a good old fashioned paperweight!!! Lol

Maybe it'll allow me to play solitaire hehe
 
In addition to solution from mentioned KB article I would suggest you to do following on destination server:

# killall nginx
# systemctl nginx restart
# /usr/local/psa/admin/bin/nginxmng -d
# /usr/local/psa/admin/bin/nginxmng -e
 
Back
Top