I have recently upgraded from the CE to the full edition and cannot get the Monitor > Dashboard nor the Rule Management to work.
Under Monitor > Dashboard I get the following error:
Zend Monitor UI extension is not loaded
Monitor > Events gives the following error:
API function zend_monitor_is_node_running() doesn't exist
Rule Management gives this:
API function zend_monitor_is_node_running() doesn't exist
I have uninstalled the CE and installed a fresh version of the full install.
This is running on a new CentOS 5.2 install.
I have made sure I'm also using port 80 in /usr/local/zend/gui/application/data/zwas.ini:
[userServer]
url = http://127.0.0.1:80/ZendServer
Thanks for any help in advance.
Upgraded from CE to Full, Dashboard & Rule Management Busted
-
- Posts: 42
- Joined: Sat Mar 14, 2009 10:43 pm
Re: Upgraded from CE to Full, Dashboard & Rule Management Busted
Can you please restart ZendServer by
Try again, and if it doesn't work paste here the lighthttpd error log in /usr/local/zend/gui/lighttpd/logs/lighttpd.error.log and also /usr/local/zend/gui/lighttpd/etc/conf.d/monitor_ui.ini
It seems that an extension (monitor ui) that the gui server needs didn't load properly and I'm trying to find the reason.
Code: Select all
/usr/local/zend/bin/zendctl.sh restart
It seems that an extension (monitor ui) that the gui server needs didn't load properly and I'm trying to find the reason.
-
- Posts: 42
- Joined: Sat Mar 14, 2009 10:43 pm
Re: Upgraded from CE to Full, Dashboard & Rule Management Busted
Thank you for the quick reply. Here is the output:
# bin/zendctl.sh restart
Password:
Stopping ZendServer Monitor node [OK]
Starting ZendServer Monitor node [OK]
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
Stopping ZendServer GUI [Lighttpd] [OK]
spawn-fcgi.c.251: socket is already used, can't spawn
Starting ZendServer GUI [Lighttpd] [OK]
(The spawn-f-cgi.c seems to be another issue in itself).
Thank you again!
# bin/zendctl.sh restart
Password:
Stopping ZendServer Monitor node [OK]
Starting ZendServer Monitor node [OK]
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
Stopping ZendServer GUI [Lighttpd] [OK]
spawn-fcgi.c.251: socket is already used, can't spawn
Starting ZendServer GUI [Lighttpd] [OK]
(The spawn-f-cgi.c seems to be another issue in itself).
Code: Select all
tail -n 15 /usr/local/zend/gui/lighttpd/logs/lighttpd.error.log
2009-03-14 13:52:02: (server.c.1464) server stopped by UID = 0 PID = 22809
2009-03-14 13:52:04: (log.c.97) server started
2009-03-14 13:52:13: (connections.c.290) SSL: 1 error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request
2009-03-14 13:52:13: (connections.c.290) SSL: 1 error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request
2009-03-14 13:52:47: (server.c.1464) server stopped by UID = 0 PID = 22972
2009-03-14 13:52:50: (log.c.97) server started
2009-03-14 13:53:41: (server.c.1464) server stopped by UID = 0 PID = 23132
2009-03-14 13:53:45: (log.c.97) server started
2009-03-14 14:01:17: (connections.c.290) SSL: 1 error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request
2009-03-14 14:11:53: (server.c.1464) server stopped by UID = 0 PID = 23534
2009-03-14 14:11:56: (log.c.97) server started
2009-03-14 14:12:31: (server.c.1464) server stopped by UID = 0 PID = 23697
2009-03-14 14:12:35: (log.c.97) server started
2009-03-15 13:47:38: (server.c.1464) server stopped by UID = 0 PID = 8069
2009-03-15 13:47:41: (log.c.97) server started
Code: Select all
# cat /usr/local/zend/gui/lighttpd/etc/conf.d/monitor_ui.inicat /usr/local/zend/gui/lighttpd/etc/conf.d/monitor_ui.ini
; register the extension to be loaded by Zend Extension Manager
zend_extension_manager.dir.monitor_ui=/usr/local/zend/lib/monitor_ui
ini_filename=monitor_ui.ini
; Enabling the Zend Monitor UI extension
zend_monitor_ui.enabled=1
; The log verbosity level
zend_monitor_ui.log_verbosity=2
; The maximum size of the log file before it is rotated
zend_monitor_ui.log_rotation_size=10
; Network Parameter for Commands to Monitor Node
zend_monitor.commands_transport_parameter=commands.sock
; Monitor Db Parameter
zend_monitor.db_parameter=db
-
- Posts: 42
- Joined: Sat Mar 14, 2009 10:43 pm
Re: Upgraded from CE to Full, Dashboard & Rule Management Busted
Ok, this is strange.
I did the uninstall, renamed the "zend" directory to zend_broken and did a fresh install. Working fine now!
I did the uninstall, renamed the "zend" directory to zend_broken and did a fresh install. Working fine now!