1
我正在嘗試將便攜式快板服務器和Webactions啓動並運行在SBCL上。到目前爲止,我設法使paserve能夠正確地提供頁面。但是,網絡操作在控制檯中顯示以下警告:Allegro Webactions未在SBCL上提供服務。調試方法或可能的解決方案?
1-aserve-worker: 05/27/09 - 21:28:43 - processing clp file "/home/user/pages/index.html" got error The value NIL
is not of type
FUNCTION.
1-aserve-worker: 05/27/09 - 21:28:43 - while processing command "GET /testing/index.html HTTP/1.0"
got error The slot NET.ASERVE::OBJECTS is unbound in the object #<NET.ASERVE:CLP-ENTITY {C1C8201}>.
有關爲何發生這種情況的任何想法?或者,我有什麼想法可以打破這個來檢查/調查正在發生的事情?
軟件版本:運行在debian 2.6.26,PAServe 1.2.47上的SBCL 1.0.28。