Error during SESSION activate. I got the message
Got 'database is locked' executing 'select * from rivet_session WHERE 1 = 1 AND ip_address = '192.168.10.136' AND session_id = '03295C2BFA5219B4C0D8C17D22384EA9''
can't find package sak::util
    while executing
"package require sak::util"
    (in namespace eval "::request" script line 10)
    invoked from within
"namespace eval ::request $script"
    ("::try" body line 12)

OUTPUT BUFFER:

# -*- tcl -*- # Implementation of 'readme'. # Available variables # * argv - Cmdline arguments # * base - Location of sak.tcl = Top directory of Tcllib distribution # * cbase - Location of all files relevant to this command. # * sbase - Location of all files supporting the SAK. package require sak::util package require sak::readme set raw 0 set log 0 set stem {} set tclv {} if {[llength $argv]} { sak::readme::usage } sak::readme::run ## # ###