PDA

View Full Version : TivoWeb Errors...


milhouse
08-26-2002, 01:03 PM
I am trying to run and I seem to bet a bunch errors then it exits. Any help would be appreciated.

Here is what I get...
15:$ ./httpd-tt.tcl
<166>Aug 26 15:54:42 tcl[186]: Tcl created pool of 1458176 bytes
TiVo Web Project - TCL - v1.9.3
The program comes with ABSOLUTELY NO WARRANTY.
This program is licensed under the GPL.
See the 'copyright' and 'README' files for copyright and credit information.
Loading modules...
index
retrying after errTmBackgroundHoldoff ...
retrying after errTmBackgroundHoldoff ...
info
mail
mfsbrowser
remount
resources
Loaded 0 resource definitions
sched
theme
ui
no such object: CONFLICT err=0x00030007
while executing
"dbobj $resource get Id"
("uplevel" body line 5)
invoked from within
"uplevel $body"
invoked from within
"transaction {uplevel $body}"
(procedure "RetryTransaction" line 5)
invoked from within
"RetryTransaction {
set sws [db $db open /SwSystem/ACTIVE]
set offset [expr $refid/65536 - 1]
set resource [lindex [dbobj $sws get Re..."
(procedure "GetResourceData" line 6)
invoked from within
"GetResourceData 1572864 1572915 1572935 0 1"
(procedure "init_db" line 63)
invoked from within
"init_db"
(file "./modules/ui.itcl" line 2354)
invoked from within
"source $module"
("foreach" body line 3)
invoked from within
"foreach module $modules {
puts [file rootname [file tail $module]]
source $module
}"
(file "./httpd-tt.tcl" line 404)
[root@(none)]:~/tivoweb-tcl

BubbleLamp
08-26-2002, 01:20 PM
Did you rename ui.itcl to 0ui.itcl? (Thats a zero, not an O)

milhouse
08-26-2002, 03:54 PM
No, was I supposed to?

Milhouse.

BubbleLamp
08-26-2002, 03:59 PM
It's a well known bug, changing the name forces it to load that module before the others.

milhouse
08-27-2002, 04:56 PM
That fixed it...Thanks for your help.

Milhouse