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

Tomcat installation on Debian 6 with Plesk 10.4.4

ArkadiC

New Pleskian
Hi



---------------------------------------------------------------
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE: Parallels Plesk Panel v10.4.4_build1013111102.18 os_Debian 6.0

PROBLEM DESCRIPTION: I would like to install tomcat but it give me an error that the package cannot be found because it's a virtual package

STEPS TO REPRODUCE: Tools & Settings -> Updates & Upgrades -> Add components -> select Tomcat and install

ACTUAL RESULT: see below

EXPECTED RESULT: Tomcat should be installed

ANY ADDITIONAL INFORMATION: none
--------------------------------------------------------------


Installation started in background
Checking whether the package dependencies are resolved.
E: Broken packages
---X--- `apt-get` output ---------------------
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
psa-tomcat-configurator : Depends: sun-java6-jdk but it is not installable

---------------------- `apt-get` output ---X---
Collecting error details into log file...
Error: Installation will not continue
Not all packages were installed.
Please, contact product technical support.
 
It looks like that problem occurs due to the fact that non-free section of Debian is not in the source-list. Check it.
 
To which of these entries should I add the non-free?

deb http://ftp.belnet.be/debian/ squeeze main
deb-src http://ftp.belnet.be/debian/ squeeze main

deb http://security.debian.org/ squeeze/updates main
deb-src http://security.debian.org/ squeeze/updates main

# squeeze-updates, previously known as 'volatile'
deb http://ftp.belnet.be/debian/ squeeze-updates main
deb-src http://ftp.belnet.be/debian/ squeeze-updates main

## This is temporary appended by Autoinstaller for
## specify source of product's packages for APT.
deb http://autoinstall.plesk.com/debian/PSA_10.4.4 squeeze all
deb http://autoinstall.plesk.com/debian/SITEBUILDER_10.4.4 all all
deb http://autoinstall.plesk.com/debian/BILLING_10.4.4 all all
 
Install java but have the problem

I install debian just with ssh only option and when I want to install plesk Full I got this error :
psa-tomcat-configurator depends sun-java6-jdk but it is not installable
and the installation exit

I install the java , and when I typed java -version I got :
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)

Please help me to fix the problem
thanks
 
Back
Top