Templates missing?

#1
Litespeed newbie question:

How can I get rid of these errors?
2010-06-29 11:54:10.784 ERROR [config:template:centralConfigLog] Listener [Default] does not exist
2010-06-29 11:54:10.785 ERROR [config:template:pHP_SuEXEC] Listener [Default] does not exist
2010-06-29 11:54:10.786 ERROR [config:template:EasyRailsWithSuEXEC] Listener [Default] does not exist

I expected to find the conf/templates/*.xml files missed, but they're there. I'm running a Rails app successfully, but need to know what this means. Thanks.
 
#2
Actually, I have a follow-up:

Immediately preceding the template errors is the following one:

2010-06-29 11:54:10.764 NOTICE The maximum number of file descriptor limit is set to 18446744073709551615

I never saw a file descriptor limit that large. Running on Mac OS X Leopard. Any help appreciated.
 
Top