• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

plesk 801 on centos4.4

Z

zeki79

Guest
hello
i get this message on a centos4.4 on vmware during the installation:

Warnung: /source/plesk/PSA_8.0.1/update-rpm-CentOS-4.2-i386/tomcat5-5.0.30-11jpp.noarch.rpm: V3 DSA signature: NOKEY, key ID c431416d
/usr/bin/build-jar-repository: error: JAVAVER_LIBDIR /usr/share/java- does not exist or is not a directory
/usr/bin/build-jar-repository: error: JAVAVER_LIBDIR /usr/share/java- does not exist or is not a directory
/usr/bin/build-jar-repository: error: JAVAVER_LIBDIR /usr/share/java- does not exist or is not a directory
Fehler: %post(tomcat5-5.0.30-11jpp.noarch) scriptlet failed, exit status 5
[root@star plesk]# cd /tmp


any tips?
thanks
zeki
 
Make sure the required java packages are installed first and then try the following

Code:
# rpm --install --nosignature <packagename>

This worked for me on a package that complained about signature.
 
Back
Top