• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue After update to 18.0.36 can't install extensions

rasil

New Pleskian
Hello Plesk team,

After update to 18.0.36 can't install extensions

Here is an example. I could not install the Git extension
  • Communication with task manager has failed: Unprocessable Entity: '{"code":602,"message":"requestId in body is required"}
Thanks
 
Please check the version of the following package:
Code:
# rpm -qa | grep plesk-task-manager
plesk-task-manager-18.0-2.centos.7+p18.0.36.0+t210604.1022.x86_64
In case the version is different (e.g. p18.0.35), you need to install missing updates, i.e. run `plesk installer update`
In case the version is actual, you need to restart the service, i.e. run `systemctl restart plesk-task-manager`

Also please check the log file /var/log/plesk/install/autoinstaller3.log and look for any error related to the installation of this package, let me know if there is something there.

UPD: changed `plesk repair installation` to `plesk installer update`
 
Last edited:
i can confirm i have plesk-task-manager-18.0-2.centos.7+p18.0.36.0+t210604.1022.x86_64
I tried already commands like
plesk installer update --repatch
plesk repair installation -y -v

shell commands are working fine but show the same error

Code:
[root@host ~]# plesk bin extension --uninstall git
[2021-06-11 04:35:53.957] 31501:60c320696dfe7 ERR [panel] Cannot start event handler: Communication with task manager has failed: Unprocessable Entity: '{"code":602,"message":"requestId in body is required"}'
[2021-06-11 04:35:53.957] 31501:60c320696dfe7 ERR [panel] Cannot start event handler: Communication with task manager has failed: Unprocessable Entity: '{"code":602,"message":"requestId in body is required"}'
[2021-06-11 04:35:53.958] 31501:60c320696dfe7 ERR [panel] Cannot start event handler: Communication with task manager has failed: Unprocessable Entity: '{"code":602,"message":"requestId in body is required"}'
The extension was successfully removed.

[root@host ~]# plesk bin extension --install git
[2021-06-11 04:37:04.463] 31844:60c320afedae3 ERR [panel] Cannot start event handler: Communication with task manager has failed: Unprocessable Entity: '{"code":602,"message":"requestId in body is required"}'
[2021-06-11 04:37:04.464] 31844:60c320afedae3 ERR [panel] Cannot start event handler: Communication with task manager has failed: Unprocessable Entity: '{"code":602,"message":"requestId in body is required"}'
[2021-06-11 04:37:04.464] 31844:60c320afedae3 ERR [panel] Cannot start event handler: Communication with task manager has failed: Unprocessable Entity: '{"code":602,"message":"requestId in body is required"}'
The extension was successfully installed.
 
Have you tried `systemctl restart plesk-task-manager`?

Could you please send the output of the command:
Code:
sed -ne '/START plesk-task-manager/,/STOP plesk-task-manager/ p' /var/log/plesk/install/plesk_18.0.*_installation*.log
 
I'm happy to hear it. I would appreciate it if you post the fragment from the log file. It could help us to find the root cause of the issue.
 
Back
Top