• 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.

Error with YUM Update

onsightdata

Regular Pleskian
Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Updating:
gnutls i386 1.4.1-3.el5_2.1 rhel-i386-server-5 351 k
httpd i386 2.2.3-11.el5_2.4 rhel-i386-server-5 1.1 M
httpd-devel i386 2.2.3-11.el5_2.4 rhel-i386-server-5 147 k
mod_ssl i386 1:2.2.3-11.el5_2.4 rhel-i386-server-5 84 k

Transaction Summary
=============================================================================
Install 0 Package(s)
Update 4 Package(s)
Remove 0 Package(s)

Total download size: 1.6 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
Package psa-tomcat-configurator needs mod_jk, this is not available.
Complete!

I have the atomic turtle repos. If i try to yum install mod_jk it states is already installed.
 
Yep,

Same problem,

Code:
Transaction Summary
=============================================================================
Install      0 Package(s)
Update      14 Package(s)
Remove       0 Package(s)

Total download size: 14 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
Package psa-tomcat-configurator needs mod_jk, this is not available.
Complete!

But :

Code:
[root@free-h ~]# yum --enablerepo=remi search mod_jk
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * epel: mirrors.ircam.fr
 * remi: remi.collet.free.fr
 * base: ftp.free.fr
 * updates: ftp.free.fr
 * addons: ftp.free.fr
 * extras: ftp.free.fr
mod_jk-ap20.x86_64 : Apache - Tomcat Warp connector
[root@free-h ~]# yum --enablerepo=remi install mod_jk-ap20.x86_64
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * epel: mirrors.ircam.fr
 * remi: rpms.famillecollet.com
 * base: ftp.free.fr
 * updates: ftp.free.fr
 * addons: ftp.free.fr
 * extras: ftp.free.fr
Setting up Install Process
Parsing package install arguments
No package mod_jk-ap20.x86_64 available.
Nothing to do

And i use tomcat in 3 websites.
 
This are the steps I followed to solve this:
1. remove tomcat-configurator "rpm -e psa-tomcat-configurator"
2. run the update "yum update"
3 download tomcat-configurator and mod_jk rpms from the plesk ftp: "ftp://download1.parallels.net/Plesk/Autoupdate/Unix/8.6.0/147424"
4 install both packages from downloaded files "rpm -ivh psa-mod_jk-1.2.15-6.98092.i386.rpm psa-tomcat-configurator-9.0.0-cos5.build90081117.17.noarch.rpm"
 
Back
Top