Usually this is due to the AOLserver process using up all its file handles that it is allowed to have by the OS.
The fix is to raise the number of file handles you can have using the limit or ulimit command.
Note that for a permanent fix, you can either place the command in your startup file, which is read each time you login, or you can place it in the shell script you use to start AOLserver.