Unsolved
This post is more than 5 years old
3 Posts
0
786
June 10th, 2007 08:00
Management console doesn't start up
Hello forum,
I have freshly installed networker management console on fedora7.
After startup with /etc/init.d/gst start everything seems okay. But if i want to
connect to the console via http://hostname:9000 I got no connection.
In the daemon log I saw following message:
*** gstd starting at Sun Jun 10 16:57:42 2007
06/10/07 16:58:09 gstd: http: Web server exited unexpectedly. Possible reasons include: previous instance of gsttclsh is still running.
*** gstd stopping at Sun Jun 10 16:58:14 2007
And in the web_output I saw
invalid command name "Counter_Init"
while executing
"Counter_Init"
(procedure "Httpd_Init" line 24)
invoked from within
"Httpd_Init"
(file "/opt/lgtonmc/bin/httpd.tcl" line 127)
It seems for me that something wrong with the tcl code.
Is there any fix?
Wolfgang
I have freshly installed networker management console on fedora7.
After startup with /etc/init.d/gst start everything seems okay. But if i want to
connect to the console via http://hostname:9000 I got no connection.
In the daemon log I saw following message:
*** gstd starting at Sun Jun 10 16:57:42 2007
06/10/07 16:58:09 gstd: http: Web server exited unexpectedly. Possible reasons include: previous instance of gsttclsh is still running.
*** gstd stopping at Sun Jun 10 16:58:14 2007
And in the web_output I saw
invalid command name "Counter_Init"
while executing
"Counter_Init"
(procedure "Httpd_Init" line 24)
invoked from within
"Httpd_Init"
(file "/opt/lgtonmc/bin/httpd.tcl" line 127)
It seems for me that something wrong with the tcl code.
Is there any fix?
Wolfgang
0 events found
No Events found!


ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
June 10th, 2007 10:00
wleideck
3 Posts
0
June 11th, 2007 10:00
I guess that the package counter won't be loaded.
Wolfgang
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
June 11th, 2007 12:00
wleideck
3 Posts
0
June 12th, 2007 06:00
So I don't think that fedora's tcl is necessary. I guess that's a bug in the tcl code.
I'll examine if I have enough time.