genworks / gendl

Archive of old version, visit gendl.org for current version --- #gendl on libera.chat
http://www.gendl.org
GNU Affero General Public License v3.0
57 stars 5 forks source link

YADD not working in ACL Free Express Edition 9.0 Release #124

Closed reiniervandijk closed 11 years ago

reiniervandijk commented 11 years ago

Apparently unrelated to previous issue because of different error message; YADD is not working in ACL Free Express Edition 9.0 Release. Error trace below. Please note that Aserve server is working. The hello world example works!

GDL-USER(10): (in-package :net.aserve)
#<The NET.ASERVE package>
NET.ASERVE(11): (publish :path "/hello"
         :content-type "text/html"
         :function #'(lambda (req ent)
                       (with-http-response (req ent)
                          (with-http-body (req ent)
                             (html "Hello World!")))))

then try: http://localhost:9001/hello

Trace:

; Autoloading for package "NET.RPC":
; Fast loading
;    D:\Program Files\Allegro CL 9.0 Free Express Edition Express\code\ACLRPC.fasl
; Autoloading for package "PROLOG":
; Fast loading
;    D:\Program Files\Allegro CL 9.0 Free Express Edition Express\code\PROLOG.fasl
; Autoloading for package "FLAVORS":
; Fast loading from bundle code\FLAVORS.fasl.
;   Fast loading from bundle code\vanilla.fasl.
; Autoloading for package "DBI.MYSQL":
; Fast loading
;    D:\Program Files\Allegro CL 9.0 Free Express Edition Express\code\MYSQL.fasl
;   Fast loading from bundle code\SHA1.fasl.
;     Fast loading
;        D:\Program Files\Allegro CL 9.0 Free Express Edition Express\code\DIGEST.fasl
;       Fast loading
;          D:\Program Files\Allegro CL 9.0 Free Express Edition Express\code\SSL.fasl
;         Foreign loading D:\openssl-0.9.8l\libeay32.dll.
;         Foreign loading D:\openssl-0.9.8l\ssleay32.dll.
;         Foreign loading D:\Program Files\Allegro CL 9.0 Free Express Edition Express\aclissl.dll.
[ASERVE] 31-aserve-worker: 06/21/13 - 10:42:46 - while processing command "GET /yadd HTTP/1.1"
got the error Enterprise SSL is not a licensed feature.
reiniervandijk commented 11 years ago

I think I solved my own problem. One needs to actively do some things to run ACL Expression Edition in "modern" mode. Read about it in:

https://github.com/genworks/gendl/wiki/ACL-Free-Express-Edition-9.0-Release-for-Windows