• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Cannot install Tomcat Java servlets

M

mattearwicker

Guest
When I try using the autoinstaller script, I get the following error message:

ERROR: Unable to install the "psa-tomcat-configurator-9.0.0-rhel5.build90081117.17.noarch (b 0x57e7360 source=0x4750f80 P:1 R:10)" package.

The following could cause the installation failure:
1)Packages "glibc-2.5-24.i686 (u 0x591b9c0 source=0x4751000 P:653 R:3)" and "glibc-2.5-24.el5_2.2.x86_64 (s 0x46cec70 source=0x465a300 P:613 R:3)" cannot be installed at the same time
.

2)Packages "glibc-2.5-24.x86_64 (u 0x5922fd0 source=0x4751000 P:613 R:3)" and "glibc-2.5-24.el5_2.2.x86_64 (s 0x46cec70 source=0x465a300 P:613 R:3)" cannot be installed at the same time
because of the conflict on the file "/etc/ld.so.cache"

3)Packages "glibc-2.5-24.i686 (u 0x591b9c0 source=0x4751000 P:653 R:3)" and "glibc-2.5-24.el5_2.2.x86_64 (s 0x46cec70 source=0x465a300 P:613 R:3)" cannot be installed at the same time
.

There were also other problems encountered. For details,
refer to the log file: /tmp/autoinstaller3.log.

The log file refers to gcc, gcc-java and glibc-devel packages, but I can upload more info if needed.

Thanks

Matt
 
Simple fix, didn't realise Plesk autoinstaller unable to install gcc by itself.

yum install gcc-java

Installed all necessary dependencies, and tomcat now working.

Matt
 
Back
Top