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

Where should we post SERIOUS BUGS ???????

E

edgard

Guest
Hello,

I am evaluating and testing Plesk 8.1 for Windows and found a bug when creating a new domain.

Operating System: Windows 2003 Enterprise Edition with SP1
OS Updates: All Windows Updates till date
Pleask: Plesk 8.1 for Windows
Database: Microsoft SQL Server 2000 Enterprise Edition
DNS: MS-DNS

How to reproduce the error
=================================

After a fresh installation of Windows and Plesk, change the default DNS zone numbering format to YYYYMMDDnn in MS-SQL PSA database by running:

insert into misc(param, val) values('SOA_SERIAL_MODE', 'YYYYMMDDnn')

Run the following command from the command line, or just try creating a new domain:

C:\Program Files\SWsoft\Plesk\admin\bin>domain -c "one.com" -dom_user true -du_passwd "password" -dns true -www false -hosting false -ip 192.168.0.90 -clogin "one" -mail_service false -notify false

The command output would then be:

Unhandled Exception: System.Management.ManagementException: Generic failure at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode) at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()at WMIMsDNS.Provider.GetSOARecord(String zone, String[]& param_list)
ERROR: PleskException
dnsmng::update() failed: dnsmng failed: Empty error message from utility.

0: C:\Program Files\SWsoft\Plesk\admin\plib\dns\DNSManager.php:704
DNSManager::updateDNSZone(object of type DNSZone)
1: C:\Program Files\SWsoft\Plesk\admin\plib\class.PhDomain.php:790
PhDomain->restartServices()
2: C:\Program Files\SWsoft\Plesk\admin\plib\class.PhDomain.php:692
PhDomain->update()
3: C:\Program Files\SWsoft\Plesk\admin\plib\class.BsDomain.php:338
BsDomain->update()
4: C:\Program Files\SWsoft\Plesk\admin\plib\cu\class.cuDomain.php:814
cuDomain->cmdCreate(string 'one.com', array)
5: C:\Program Files\SWsoft\Plesk\admin\plib\cu\class.cuDomain.php:571
cuDomain->cuDomain()
6: C:\Program Files\SWsoft\Plesk\admin\plib\cu\domain.php:22


I hope you guys work on this issue ASAP!

Thank you,
 
Back
Top