Errors when running serve.sh

classic Classic list List threaded Threaded
3 messages Options
bas
Reply | Threaded
Open this post in threaded view
|

Errors when running serve.sh

bas
Administrator
I get the following when running the blasma repository's serve.sh:

$ ./serve.sh
2020-04-03 17:29:29,026 ERROR luan.modules.http.LuanHandler - too many arguments
	luan:lucene/Lucene.luan line 36 in function 'index'
	site:/lib/Db.luan line 11
	site:/lib/Config.luan line 3
	site:/init.luan line 4
	luan:http/Server.luan line 73 in function 'serve'
	luan:http/serve.luan line 10
	classpath:luan/cmd_line.luan line 27
	classpath:luan/cmd_line.luan line 24
2020-04-03 17:29:29,044 INFO  goodjava.webserver.Server - started server on port 8080

I tried removing Lucene.type.english from the"index" function call but then I get other errors.
Reply | Threaded
Open this post in threaded view
|

Re: Errors when running serve.sh

fschmidt
Administrator
I just committed my first fixes.  If you update it should work.  But I will continue to clean up the code this weekend.
bas
Reply | Threaded
Open this post in threaded view
|

Re: Errors when running serve.sh

bas
Administrator
I can get the main page running now, thanks.