SWI-Prolog / pengines

Pengine and Prolog scratchpad
BSD 2-Clause "Simplified" License
57 stars 16 forks source link

http://pengines.swi-prolog.org/ internal error #25

Closed orencio closed 6 years ago

orencio commented 6 years ago

The pengine site http://pengines.swi-prolog.org/ is defunct with this error:

Internal server error

I/O error in write on stream (0x7f1958025f60) (Disk quota exceeded) In: [12] format((0x7f1958025f60),'/~s/ request(~q, ~3f, ~q).~n',["Mon Jul 16 14:03:40 2018",235850|...]) [9] broadcast:broadcast('') at /usr/lib/swi-prolog/library/broadcast.pl:123 [8] httpd_wrapper:call_handler(http_unix_daemon:http_dispatch,235850,'') at /usr/lib/swi-prolog/library/http/http_wrapper.pl:319 [7] catch(httpd_wrapper:call_handler(...,235850,...),error(io_error(write,(0x7f1958025f60)),context(...,'Disk quota exceeded')),httpd_wrapper:true) at /usr/lib/swi-prolog/boot/init.pl:372 [6] httpd_wrapper:handler_with_output_to(http_unix_daemon:http_dispatch,235850,'',current_output,error(io_error(write,(0x7f1958025f60)),context(...,'Disk quota exceeded'))) at /usr/lib/swi-prolog/library/http/http_wrapper.pl:297 [5] httpd_wrapper:handler_with_output_to('',235850,'',(0x7f1938283430),error(io_error(write,(0x7f1958025f60)),context(...,'Disk quota exceeded'))) at /usr/lib/swi-prolog/library/http/http_wrapper.pl:309

Note: some frames are missing due to last-call optimization. Re-run your program in debug mode (:- debug.) to get more detail. SWI-Prolog httpd at pengines

JanWielemaker commented 6 years ago

Thanks. Should be fine. Note that pengines is getting old. For interactive use use swish.swi-prolog.org. Tobjron is working on a new version of web-enabled Prolog.