Plesk 12.x / Linux :: Failed Upgrade Results In Inconsistent DB And Unfunctional Panel

Oct 25, 2014

After last night's attempt to upgrade one of our old plesk servers (10.0.1), on RHEL 5.5, we are left with unfunctional control panel.

Following the KB [URL] ...., we see:

1) no /usr/local/psa/version file exists currently.

2) mysql -uadmin -p`cat /etc/psa/.psa.shadow` -D psa -e 'select * from upgrade_history order by upgrade_date desc limit 1'
+---------------------+--------------------------------+------------+
| upgrade_date | version_info | db_version |
+---------------------+--------------------------------+------------+
| 2010-12-01 10:52:30 | 10.0.1 RedHat el5 109101029.17 | 01090 |
+---------------------+--------------------------------+------------+

as you see the plesk was OLD. No line for the last night's upgrade, though in here.

3) but: rpm -q psa
psa-12.0.18-rhel5.build1200140606.15

So, the installation procedure finished partially, installing net packages, but not really updating all info.

Comparison of the MySQL scheme for DB psa with another server with the new installation shows that some minimal differences in some tables and a couple of missing tables. So, it looks like it _almost_ succeeded.

Comparison of the RPMs installed on the two servers, shows some differences in installed packages and versions. For example, there are 2 versions of psa-backup-manager and 2 versions of psa-migration-manager on the "malfunctioning" machine.

Further runs of the autoinstaller does not work, since it seems to think that everything is fully installed/updated. How to proceed from this point. Control panel does not work...

We've looked through the installation log files and Wonder if there is some log file that we are missing - where shold we look for messages in case of a failed installation?

View 8 Replies


ADVERTISEMENT

Plesk 11.x / Linux :: Panel 11.5 Update - Installation Or Upgrade Failed

Oct 28, 2014

I'm getting the following alert in my Plesk 11.5 panel :

1) Failed to update Panel. To solve this problem, you can send the update log to Parallels support. View the update logs (Oct 27, 2014). View the update logs (Oct 28, 2014). Copy the logs to your computer before you close this message. To close this message, click here.

2) Installation or upgrade failed. For more information, log in as root to the server over SSH and view the file /tmp/plesk_11.5.30_installation.log. To remove this notice, remove the file /var/lock/parallels-panel-upgrade-failure.flag from the server. Repair the failed upgrade or installation.
----------------------------
here the final part of the update log:
----
===> Cumulative APS controller database (apsc) upgrade has been started.
===> Upgrade of APS controller database has been completed.
===> Cumulative Plesk database upgrade (revertable stage) has been started.

[Code]....

View 1 Replies View Related

Plesk 12.x / Linux :: Loss Of Entire Panel - Upgrade Failed Due To No Access To SQL

Jul 7, 2014

Upgrading was started not half an hour ago from the time this post goes out, all went well until the MySQL was started up. At this point it is screaming at me because it cannot access it due to a missing password. This shouldn't be to much of an issue, as you just follow this post here, [URL] .... However.. when I did that this happened.

Code:
/usr/local/psa/bin/admin --show-password

PHP Notice: Undefined index: PARAMETERS; File: /usr/local/psa/admin/plib/CommonPanel/Exception.php, Line: 266

SQLSTATE[HY000] [1045] Access denied for user 'admin'@'localhost' (using password: YES)

I rent through OVH, so we don't get support access or anything. We just get a 15 site license and that's it so I don't know who to turn to for this.. I haven't ever touched anything in regards to SQL and the likes, all I did was click the upgrade button and this failed me. And now I've pretty much lost everything until this is resolved.

View 1 Replies View Related

Plesk 12.x / Linux :: 11 Backup Restore Results In Tons Of Failed With Return Code 1

Jul 30, 2014

a Backup from Plesk 11.0.9 last MU installed to Plesk 12.0.18 last MU installed brings a lot of:

Database:

<message code="FailedDatabaseUserDeployment" severity="warning" id="160ffa07-4a78-400b-88f9-8a4292b78c30">
<description>Failed deployment of database user phpbb of database usr_web2_3</description>
<message code="ExecCmd::ExFailed" severity="warning" id="f5e9a089-a046-4937-8fe0-bbaee9e61b7b">

[Code]....

View 7 Replies View Related

Plesk 12.x / Linux :: Panel Broken After Upgrade

May 18, 2015

Following the update from 11 to Plesk 12 (and installing latest Ubuntu fixes), the Plesk panel access is broken. Welcome page says:Can not load key: key is empty.And of course, no way to login the mgt interface. All services appear up, so this is only affecting the panel web service.

Fishing out the panel.log, it appears to be at a lower level than I initially thought (see below): experiencing issues after updating from 11 to 12 on Ubuntu (12)?

[18-May-2015 19:46:34 Europe/Berlin] PHP Warning: file_get_contents(/opt/psa/var/sso.sp.pem): failed to open stream: No such file or directory; File: /opt/psa/admin/externals/xmlseclibs.php, Line: 285
[18-May-2015 19:46:34 Europe/Berlin] Exception: PHP Warning: file_get_contents(/opt/psa/var/sso.sp.pem): failed to open stream: No such file or directory; File: /opt/psa/admin/externals/xmlseclibs.php, Line: 285
file: /opt/psa/admin/plib/Smb/Exception/Syntax.php
line: 56

[code]..

View 5 Replies View Related

Plesk 11.x / Linux :: Upgrade Parallels 11.5 To 12 From Panel

Dec 25, 2014

is it safe to Upgrade Parallels 11.5 to 12 from the panel

OS
CentOS 5.10 (Final)
Panel version11.5.30 Update #48, last updated at Nov 21, 2014 02:33 PM

View 1 Replies View Related

Plesk 12.x / Linux :: Error Opening Panel After Upgrade To 12.0.18

Jun 17, 2014

I have a V-Server account with Strato and just upgraded to 12.0.18 through the panel updater. The installation completed successfully, at least the installer gave me no error.

After the installation I tried to login and got the following error (I wasn't able to enter my credentials..):

I tried to repair permissions with:

Code:
/usr/local/psa/bin/repair --restore-vhosts-permissions

Which worked and I could now login. The Panel opened with the following error:

I can access certain areas of the panel without error (i.e. tools and settings etc, but I get the error when I try to access the control panel for single domains etc...)

Here an extract from the panel.log

Code:
[17-Jun-2014 19:49:12 Europe/Berlin] Exception: Permission denied
file: /opt/psa/admin/plib/Lock/Manager/Hierarchical.php
line: 105
code: 0
trace: #0 /opt/psa/admin/plib/Lock/Manager/Hierarchical.php(105): LockManagerClient->__construct()

[Code] ......

View 19 Replies View Related

Plesk 11.x / Linux :: Failed To Update Panel 11.5.30

May 22, 2014

PRODUCT, VERSION, MICROUPDATE, OPERATING SYSTEM, ARCHITECTURE

11.5.30 Update #44, Ubuntu precise 64bit

PROBLEM DESCRIPTION

Upgrade fails with message: Failed to update Panel.you can send the update log to Parallels support. View the update logs (May 22, 2014). Copy the logs to your computer before you close this message.

View 2 Replies View Related

Plesk 11.x / Linux :: Update Of Parallels Panel Has Failed

Aug 4, 2014

I have Parallels Plesk Panel v.11.5.30 on CentOS (Linux version 2.6.32-431.3.1.el6.x86_64) and I get error message whenever Plesk tries autoupdates.

Problem started to appear just after I updated server with atomicorpURL....When I try to update manually through console (yum update) I get following error:

Code:
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA1 Signature, key ID 4520afa9: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt

The GPG keys listed for the "CentOS / Red Hat Enterprise Linux 6 - atomicrocketturtle.com" repository are already installed but they are not correct for this package.Check that the correct key URLs are configured for this repository.When I try to update any component manually through panel I get following error (This is for Apache web server support):

Code:
Installation started in background
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* atomic: www7.atomicorp.com
* base: mirror.checkdomain.de
* extras: mirror.checkdomain.de
* updates: mirror.checkdomain.de

[code]....

Fatal error during packages installation: The GPG keys listed for the "CentOS / Red Hat Enterprise Linux 6 - atomicrocketturtle.com" repository are already installed but they are not correct for this package.Check that the correct key URLs are configured for this repository.YumBaseError: The GPG keys listed for the "CentOS / Red Hat Enterprise Linux 6 - atomicrocketturtle.com" repository are already installed but they are not correct for this package.Check that the correct key URLs are configured for this repository. Error: Failed to run the Yum utility.The Yum utility failed to install the required packages.Attention! Your software might be inoperable.

View 4 Replies View Related

Plesk 11.x / Linux :: Failed To Update Panel - Error Message

Feb 10, 2015

I'm using Plesk 11 in a Ubuntu 12.04 Linux environment on a remote dedicated server. I am NOT trying to upgrade to Plesk 12. But, every time I log onto the panel, I get the error message shown on the subject line. Afterward, it says, "To solve this problem, send an update log to Parallels support." I have the update log ... but "where" to send it. Is there an email address? A webpage?

View 10 Replies View Related

Plesk 11.x / Linux :: Parallels Panel Update Failed - Yum Repository Atomic Enabled

Nov 18, 2014

For some time now the Autoinstaller fails and the Plesk control panel becomes inoperable until I run the stop and then start command for the plesk control panel. Looking at the error log: autoinstaller3.log I see the following output:

WARNING: Third-party Yum repository 'atomic' is enabled, installation may fail.

Since you use one or more 3rd-party repos (say, atomic), be careful when installing different package versions from different repos as this may lead to installation failures. For example, you may encounter a problem if you first install PHP from a 3rd-party repo and then upgrade it using the Parallels repo. To avoid such situations, install and upgdare packages from the same repo.

Traceback (most recent call last):
File "/usr/local/psa/bin/yum_install", line 194, in <module>
main()
File "/usr/local/psa/bin/yum_install", line 189, in main

[code]....

The Yum utility failed to install the required packages.Attention! Your software might be inoperable.contact product technical support.Click to expand...

View 2 Replies View Related

Plesk 11.x / Linux :: Error On Upgrade - Yum Utility Failed To Install Required Packages

Jun 23, 2014

I am trying to upgrade my Plesk 11.5.30 install to 12.x but I keep getting an error:

Exception: Failed to solve dependencies:
php-devel-5.4.29-35.el6.art.x86_64 requires php-cli(x86-64) = 5.4.29-35.el6.art
Error: The Yum utility failed to install the required packages.
Attention! Your software might be inoperable.
Please, contact product technical support.

I have run the boostrapper repair but the error remains.

View 2 Replies View Related

Plesk 12.x / Linux :: Forcing HTTPS Results Into Many Redirects

May 16, 2015

I've been fiddling with Plesk to get HTTPS to work for [URL] .... Unfortunately I haven't had any successes at forcing HTTPS, all result in a 'to many redirects' message.

The certificate is already activated and can be verified trough; [URL] ....

Code:
proxy_error_log:2015/05/16 16:35:00 [crit] 21266#0: *2336 SSL_do_handshake() failed (SSL: error:140A1175:SSL routines:SSL_BYTES_TO_CIPHER_LIST:inappropriate fallback) while SSL handshaking, client: 64.41.200.106, server: 151.80.117.38:443
proxy_error_log:2015/05/16 16:36:37 [crit] 21266#0: *2616 SSL_do_handshake() failed (SSL: error:14094085:SSL

[Code] .....

View 11 Replies View Related

Plesk 12.x / Linux :: Search Results Could Not Be Loaded At The Moment

Oct 25, 2014

I have the follow errors at (one) of my plesk panel:

at Applications:

Search results could not be loaded at the moment. Retry Click to expand...

View 8 Replies View Related

QMail Inconsistent Headers On Plesk

Dec 1, 2008

qMail inconsistent headers on Plesk

We are facing this problem on a Plesk (serverpsa v8.6.0_build86080910.19 os_CentOS 5)
The scenario is that on this server we have around 5 domains, one of them is the main domain that is also in the hostname.

On the main domain some custom social networking PHP script is running that sends out mails using SMTP authentication, now when welcome mail or invites or notification mails or any such mail are sent through the script, it includes other domains in the headers randomly:

Received: (qmail 15896 invoked from network); 24 Nov 2008 18:45:05 -0500
Received: from somedomain.com (HELO server.maindomain.com) (xyz.xyz.xyz.xyz).....

View 0 Replies View Related

Plesk 11.x / Windows :: Smatermail Upgrade Via Panel

Aug 2, 2012

I need to upgrade from smartermail 5.5 to latest smatermail 9 . Let me know any option via plesk panel

Plesk 10.4.4 is currently installed my server. Going to upgrade plesk 11

View 3 Replies View Related

Plesk 11.x / Windows :: Parallels Panel Pre-upgrade Checking

Jul 13, 2015

i want to uprage my plesk panel to 12. But i have this problem

"Parallels Panel pre-upgrade checking... 'wmic.exe' is not recognized as an internal or external command,

operable program or batch file.

FATAL_ERROR: Unable to get IP address"

View 4 Replies View Related

Plesk 11.x / Windows :: Backup Manager After Upgrade To Panel 11.5.30

Nov 4, 2013

I see that, when subscriptions is suspended, backup manager continuous working.

View 2 Replies View Related

Plesk 12.x / Linux :: Removing FTP-user Through API Results In 500 Internal Server Error (PHP)

Apr 28, 2015

To automate some tasks for some projects I'm working on, I need to be able to automatically create or delete ftp-users.

Creating and listing ftp-accounts is working great, but when it comes to deleting them I run into an internal server error. Before my script gets the response it's waiting for, the script crashes.

- When live watching the Apache error-log with 'tail -f', the terminal-session is exited with 'Killed (core dumped)'
- Apache error-log shows:

Code:
(104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server, referer: http://example.com/ftp.php?action=delete
Premature end of script headers: ftp.php, referer: http://example.com/ftp.php?action=delete
- Webbrowser shows default '500 Internal Server Error'

I have checked and changed time-out settings, but it didn't work. Error occurs a few seconds after executing, while the timeouts are set to 60 to 90 seconds.

Packet send to Plesk:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.6.6.0">
<ftp-user>

[Code].....

View 15 Replies View Related

Plesk 12.x / Windows :: Database Server Warning After Panel Upgrade

Jun 23, 2014

After Plesk Panel upgrade to 12.x I found a warning showing at Home>Tools & Settings> Database Servers

Warning: Unable to determine the TCP port number used by Microsoft SQL server '.SQLEXPRESS': TCP/IP protocol is not enabled in the server network configuration or the server is configured to use dynamic TCP ports.

To allow your customers to automatically configure firewall for remote database access, manually configure the SQL server to listen on a specific fixed TCP port.Click to expand...

View 3 Replies View Related

Plesk 12.x / Windows :: Webadmin Stopped Working After Panel Upgrade

Jun 23, 2014

After Plesk panel upgrade to 12.x webadmin stopped working . It's showing following error

Code:
Server Error in '/' Application.
The resource cannot be found.

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. review the following URL and make sure that it is spelled correctly.

View 2 Replies View Related

Plesk 11.x / Windows :: Import MySQL - Database Failed After Upgrade

Aug 13, 2013

Since we upgraded to Plesk 11.5 or (I'm not shure) the last Update 12, user can not import MySQL-Databases anymore.

If the user open phpMyAdmin for import and select the database and click on Ok, phpMyAdmin does nothing.

I heard that could be a problem with JQUERY and I checked the files in ParallelsadminhtdocsdomainsdatabasesphpMyAdminjsjquery and all files seems to be there.

Only if I check the source of the phpMyAdmin Import-Website it seems, there is a problem with jquery-1.6.2+fix-9521.js.

But how I can fix this problem for all Windows-Servers.

View 19 Replies View Related

Plesk 11.x / Linux :: Cannot Upgrade From 11.0.9 To 11.5

Apr 1, 2015

I have a Plesk host that I am tasked with upgrading. It started with openSUSE 11.4 on Plesk 10.4 and I have upgraded it all the way to openSUSE 12.2 on Plesk 11.09 (fixed minor issues with pop3d and mysql locking on the way). The next upgrade was supposed to be 11.5, but the option to upgrade it never shows up. I have re-instated our support license so I know the license is OK, and also checked that 11.5 supports openSUSE 12.2. The update log doesn't really tell me much either:

Code:

Release PLESK_12_1_18 contains no any build for this OS
Release PLESK_12_1_17 contains no any build for this OS
Release PLESK_12_1_16 contains no any build for this OS
Release PLESK_12_1_15 contains no any build for this OS
Release PLESK_12_1_14 contains no any build for this OS

[code]....

View 1 Replies View Related

Plesk 11.x / Linux :: Upgrade From 11.5.3 To 12.0.8

Jul 31, 2014

While running the plesk auto installer script and upgrading I get the following error.

Components validation detected at least one important issue:
Parallels Panel pre-upgrade check...
dpkg-query: no packages found matching psa-atmail
dpkg-query: no packages found matching psa-horde
dpkg-query: no packages found matching libapache2-modsecurity
WARNING: IP address registered in Plesk is invalid or broken: xxx.xxx.xxx.xxx

Panel version: 11.5.30 Update #47, last updated at June 19, 2014 07:32 AM

OS:
Distributor ID:Debian
Description:Debian GNU/Linux 7.6 (wheezy)
Release:7.6
Codename:wheezy

Upgrade log [URL] ....

View 4 Replies View Related

Plesk 12.x / Linux :: Upgrade From 11.5 To 12?

Jun 16, 2014

we have bought Plesk 11.5 3 months ago.

Is it possible to upgrade to 12? How do I have to proceed for the upgrade?

View 5 Replies View Related

Plesk 12.x / Linux :: Delete IP From Panel

Sep 14, 2014

I have 2 IPs for my vServer. Plesk automatically add both addresses to the Plesk Panel. One of the ip address I want to use for another service (openvpn). The Problem is, that i can't delete the IP from the Plesk panel.

I got the message: Fehler: String was provided for unescaped parameter host.

There are no reseller or customers who use this IP. So how can i solve this problem and delete the IP from the Panel?

Using Plesk 12.0.18

View 7 Replies View Related

Plesk 11.x / Linux :: Panel Won't Update

Jul 25, 2014

I want to upgrade to Plesk 12, but want to make sure current version of 11.5.30 is working properly.Whenever Plesk tried to update I get the following error.Installing packages

Loaded plugins: fastestmirror, priorities, refresh-packagekit
Loading mirror speeds from cached hostfile
* atomic: www5.atomicorp.com
* epel: mirror.compevo.com
437 packages excluded due to repository priority protections

[code]....

Fatal error during packages installation: The GPG keys listed for the "CentOS / Red Hat Enterprise Linux 6 - atomicrocketturtle.com" repository are already installed but they are not correct for this package.Check that the correct key URLs are configured for this repository. YumBaseError: The GPG keys listed for the "CentOS / Red Hat Enterprise Linux 6 - atomicrocketturtle.com" repository are already installed but they are not correct for this package. Check that the correct key URLs are configured for this repository.

ERROR: Failed to run the Yum utility.The Yum utility failed to install the required packages.

View 4 Replies View Related

Plesk 12.x / Linux :: Where Is Panel PHP Binary

Mar 10, 2015

Does Plesk's own server, "sw-cp-server" use a different PHP binary than is used for hosted sites?I've found the .ini, /usr/local/psa/admin/conf/, but I can't figure out where the binary would be? I'm trying to run some WP-CLI commands, but some functions I have disabled in the default PHP.ini are required by WP-CLI.

View 2 Replies View Related

Plesk 12.x / Linux :: How To Disable SNI In Panel

Jan 30, 2015

I have several clients still using WinXP. How do I disable SNI for SSL certificates ( and just use old IP way )?

View 18 Replies View Related

Plesk 11.x / Linux :: Panel Not Available Anymore

Feb 4, 2015

After having some issues with my server mail program i read an article online where i though removing psa-courier-imap will resolve my mail problems.

Now nor my email is working but also i lost my plesk panel. Going to plesk ip address there's nothing anymore.Checked my server and is printing i have plesk 11.0.9 installed but is nowhere to find. I try to install psa-courier-imap again but yum cant find it.

Everything working on the server including all sites are available on the web.The only think i'm missing is the Plesk login page.

View 19 Replies View Related

Plesk 12.x / Linux :: No Access To Panel

Jun 21, 2014

ERROR: Zend_Db_Statement_Exception: SQLSTATE[HY000]:
General error: 126 Incorrect key file for table '/tmp/#sql_50f_0.MYI'; try to repair it (Pdo.php:234)

After upgrading to v12 i have no access to the plesk panel. The message above is shown.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved