vishesh / whalebin

Web application to share Whalesong programs
9 stars 2 forks source link

Website: too many open files #20

Closed greggraham closed 8 years ago

greggraham commented 8 years ago

I get the following message when trying to run a program or look at the source code of a program on http://bigbang.ccs.neu.edu/.

Exception The application raised an exception with the message:

open-input-file: cannot open input file path: /home/whalebin/whalebin/data/outputs/e7/e7iQm system error: Too many open files; errno=24 Stack trace:

f415 at:

at: line 58, column 2, in file /usr/share/racket/pkgs/web-server-lib/web-server/dispatchers/dispatch-servlets.rkt select-handler/no-breaks at: line 162, column 2, in file /usr/share/racket/collects/racket/private/more-scheme.rkt at: line 112, column 8, in file /usr/share/racket/pkgs/web-server-lib/web-server/private/dispatch-server-unit.rkt
stchang commented 8 years ago

This problem seems to have occurred again. @vishesh can you kick the server?

vishesh commented 8 years ago

Fixed the problem and restarted the server.