
Originally Posted by
djl
Thank you. The bug I'm referring to is this error I receive when deleting more than a handful of shows through UI/NPL:
Code:
Proceeding with Delete
-------INTERNAL SERVER ERROR------ --cut here--action:confirm, path:, env:u2 bnowshowing sub Delete fsida(1499962) on fsida(1506776) on fsida(1471326) on fsida(1494232) on fsida(1494115) on fsida(1499909) on fsida(1499963) on fsida(1506777) on fsida(1489487) on fsida(1489452) on fsida(1499964) on fsida(1494234) on fsida(1499965) on fsida(1506779) on fsida(1506780) on fsida(1483083) on fsida(1506782) on fsida(1483131) on fsida(1513902) on fsida(1513874) on fsida(1410134) on fsida(1494104) on fsida(1333759) on fsida(1499953) on fsida(1503348) on fsida(1483100) on fsida(1513925) on fsida(1513879) on fsida(1471320) on fsida(1506788) on fsida(1483092) on fsida(1499904) on fsida(1506790) on fsida(1494047) on fsida(1499905) on fsida(1499958) on fsida(1513928) on fsida(1471323) on fsida(1499906) on fsida(1499960) on fsida(1513929) on fsida(1483095) on fsida(1473519) on fsida(1499907) on fsida(1499961) on fsida(1439374) on submit Confirm_Delete, code:'errTmActiveLockConflict'
commit failed (errTmActiveLockConflict)
while executing
"transaction {
foreach $vars [lrange $batch $i [expr $i+$bsiz-1]] {
if [set code [catch {uplevel $body} errs]] {
if {$code<4} break
}
incr i $vsiz
}
}"
(procedure "ForeachTrans" line 13)
invoked from: "ForeachTrans -noread id $ids 5 {
set rec [db $::db openid $id]
set state [dbobj $rec get State]
if { $state != $old } { lappend bad $id; continue }
if..."
(procedure "DeleteRecs" line 8)
invoked from: "DeleteRecs {1499962 1506776 1471326 1494232 1494115 1499909 1499963 1506777 1489487 1489452 1499964 1483083 1506780 1506779 1499965 1494234 1513874 15..."
("eval" body line 1)
invoked from: "eval DeleteRecs [list $ids] $params"
(procedure "MOD::action_confirm" line 27)
invoked from: "$cmd $chan $path $env"
--cut here--
Unfortunately after upgrading to 110622, I'm still getting an error:
Code:
Proceeding with Delete
-------INTERNAL SERVER ERROR------ --cut here--action:confirm, path:, env:u2 bnowshowing sub Delete fsida(1516445) on fsida(1516410) on fsida(1493919) on fsida(1516431) on fsida(1493922) on fsida(1493923) on fsida(1493924) on fsida(1516417) on fsida(1516389) on fsida(1516403) on fsida(1516440) on fsida(1499906) on fsida(1499960) on fsida(1513929) on fsida(1499907) on fsida(1499961) on fsida(1516424) on fsida(1516396) on fsida(1516378) on submit Confirm_Delete, code:'errTmActiveLockConflict'
commit failed (errTmActiveLockConflict)
while executing
"transaction {
foreach $vars [lrange $batch $i [expr $i+$bsiz-1]] {
if [set code [catch {uplevel $body} errs]] {
if {$code<4} break
}
incr i $vsiz
}
}"
(procedure "ForeachTrans" line 13)
invoked from: "ForeachTrans -noread id $ids 5 {
set rec [db $::db openid $id]
set state [dbobj $rec get State]
if { $state != $old } { lappend bad $id; continue }
if..."
(procedure "DeleteRecs" line 8)
invoked from: "DeleteRecs {1516445 1516410 1493919 1516431 1493922 1493923 1493924 1516417 1516389 1516403 1516440 1513929 1499960 1499906 1516378 1516396 1516424 14..."
("eval" body line 1)
invoked from: "eval DeleteRecs [list $ids] $params"
(procedure "MOD::action_confirm" line 27)
invoked from: "$cmd $chan $path $env"
--cut here--
Any ideas?