knop-project / knop

Web application framework for Lasso 8 and 9
18 stars 46 forks source link

Knop for Lasso 9 demo fails on Mac OS X 10.5 #99

Closed stevepiercy closed 9 years ago

stevepiercy commented 10 years ago

When loading /sitemap/ of the demo on Mac OS X 10.5 the following error is displayed:

An unhandled failure during a web request
Error Code: -9948
Error Msg: Definition Not Found: knop_database(-database=string, -table=string, -username=string, -password=string, -keyfield=string, -lockfield=string)
Error Stack: 
18:9 //Library/WebServer/Documents/knop-project/knop9/demo//_config/cfg__global.inc
483:3 web_response.lasso
482:4 web_response.lasso
12:1 //Library/WebServer/Documents/knop-project/knop9/demo//index.lasso
483:3 web_response.lasso
482:4 web_response.lasso
19:20 //Library/WebServer/Documents/knop-project/knop9/demo//_urlhandler.lasso
14:1 //Library/WebServer/Documents/knop-project/knop9/demo//_urlhandler.lasso
483:3 web_response.lasso
482:4 web_response.lasso
13:6 /var/lasso/instances/default//LassoStartup/urlhandler_atbegin.lasso
12:5 /var/lasso/instances/default//LassoStartup/urlhandler_atbegin.lasso
11:4 /var/lasso/instances/default//LassoStartup/urlhandler_atbegin.lasso
70:15 web_response.lasso
81:3 query.lasso
8:16 staticarray.lasso
7:3 staticarray.lasso
80:8 query.lasso
70:4 web_response.lasso
63:4 web_response.lasso
235:4 web_response.lasso
182:2 error.lasso
182:2 error.lasso
176:2 error.lasso
175:2 error.lasso
62:3 web_response.lasso
235:4 web_response.lasso
229:3 web_response.lasso
227:6 web_response.lasso
664:17 fastcgi.lasso
182:2 error.lasso
182:2 error.lasso
176:2 error.lasso
175:2 error.lasso
663:2 fastcgi.lasso
287:16 fastcgi.lasso
283:3 fastcgi.lasso
275:2 fastcgi.lasso
182:2 error.lasso
182:2 error.lasso
176:2 error.lasso
175:2 error.lasso
281:2 fastcgi.lasso
275:2 fastcgi.lasso
599:5 fastcgi.lasso
599:5 fastcgi.lasso
598:4 fastcgi.lasso
591:4 fastcgi.lasso
589:21 fastcgi.lasso
stevepiercy commented 10 years ago

Well, sometimes. If you visit /sitemap/ immediately after starting the instance, then it displays fine. But as soon as you navigate to any page that uses a grid/database, the instance crashes and will not come up. Only remedy is to remove the knoplibs. This might be a "won't fix" since 10.5 is so old, although that should not be a factor.

stevepiercy commented 9 years ago

I'm closing this issue as I cannot reproduce this on Mac OS X 10.8.5 or greater.