• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Error while accessing plesk.

S

Shogust

Guest
Hey all,

I've got a error while accessing a fresh installed plesk on a fresh installed Fedora Core 6 PC.

I'm getting this error message when I try to access the SSL connection on Port 8443.


Code:
Unable to restart web server: websrvmng failed: Empty error message from utility.

--------------------------------------------------------------------------------

0: /usr/local/psa/admin/plib/common_func.php3:151
psaerror(string 'Unable to restart web server: websrvmng failed: Empty error message from utility.')
1: /usr/local/psa/admin/htdocs/server/configure.php3:117

Sometimes i've got the Named error, named couldt be restarted or something.

Anyone got a solution?

Kindly Greetz,
Shogust
 
Shogust,

Try to run this utility manually:
# /usr/local/psa/admin/sbin/websrvmng -v -a

To check syntax of Apache configuration file:
# apachectl -t

Manually restart Apache:
# /etc/init.d/httpd restart

Output of these commands can make the reason of such issue more clear.
 
Okay,
Thanks for the reply, it doesn't help me though.

I've got this:

Code:
[B][root@192 ~]# service psa start[/B]
Starting named:
Error in named configuration:
zone 0.0.127.IN-ADDR.ARPA/IN: loading master file localhost.rev: file not found
_default/0.0.127.IN-ADDR.ARPA/IN: file not found
                                                           [FAILED]
Starting psa-spamassassin service:                         [FAILED]
websrvmng: Service /etc/init.d/httpd failed to start
websrvmng: Service /etc/init.d/httpd failed to start
/usr/local/psa/admin/bin/httpsdctl start: httpd started
Starting Plesk:                                            [  OK  ]
Starting up drwebd: Dr.Web (R) daemon for Linux/Plesk Edition v4.33 (4.33.0.09211)
Copyright (c) Igor Daniloff, 1992-2005
Doctor Web, Ltd., Moscow, Russia
Support service: [url]http://support.drweb.com[/url]
To purchase: [url]http://buy.drweb.com[/url]

Daemon version: 4.33.0 <API:2.1>
Engine version: 4.33 <API:2.1>
Loading /var/drweb/bases/drw43313.vdb - Ok, virus records: 842
Loading /var/drweb/bases/drw43312.vdb - Ok, virus records: 830
Loading /var/drweb/bases/drw43311.vdb - Ok, virus records: 862
Loading /var/drweb/bases/drw43310.vdb - Ok, virus records: 853
Loading /var/drweb/bases/drw43309.vdb - Ok, virus records: 733
Loading /var/drweb/bases/drw43308.vdb - Ok, virus records: 708
Loading /var/drweb/bases/drw43307.vdb - Ok, virus records: 839
Loading /var/drweb/bases/drw43306.vdb - Ok, virus records: 930
Loading /var/drweb/bases/drw43305.vdb - Ok, virus records: 760
Loading /var/drweb/bases/drw43304.vdb - Ok, virus records: 721
Loading /var/drweb/bases/drw43303.vdb - Ok, virus records: 638
Loading /var/drweb/bases/drw43302.vdb - Ok, virus records: 806
Loading /var/drweb/bases/drw43301.vdb - Ok, virus records: 504
Loading /var/drweb/bases/drw43300.vdb - Ok, virus records: 24
Loading /var/drweb/bases/drwebase.vdb - Ok, virus records: 78675
Loading /var/drweb/bases/drwrisky.vdb - Ok, virus records: 1271
Loading /var/drweb/bases/drwnasty.vdb - Ok, virus records: 4886
Total virus records: 94882
Key file: /opt/drweb/drweb32.key - Key file not found!
A path to a valid license key file does not specified.
Plesk authorization failed: HTTP request error [7]
Error: Plesk Software not running.
                                                           [FAILED]
[B][root@192 ~]# /usr/local/psa/admin/sbin/websrvmng -v -a[/B]
websrvmng: Service /etc/init.d/httpd failed to gracefully restart
websrvmng: Service /etc/init.d/httpd failed to gracefully restart
[B][root@192 ~]# apachectl -t[/B]
[B][root@192 ~]# /etc/init.d/httpd restart[/B]
Stopping httpd:                                            [FAILED]
Starting httpd:                                            [FAILED]
 
Hi Shogust,

Try to fix DNS issue:

hostname# cd /etc/namedb
hostname# sh make-localhost

Hope, it will help you.
 
Back
Top