Typically UNIX systems can only have a certain number of file descriptors open. This is set to 64 by default I believe. This can be increased to something like 1024 which should stop the error.
No process may have more than OPEN_MAX file descriptors open at a time. http://www.macromedia.com/v1/handlers/index.cfm?ID=8627&Method=Full Look at this page for the section about Solaris and it will anser your question. You need to modify the /etc/system file to increase the file descriptor size to 1024. -----Original Message----- From: James Taavon [mailto:[EMAIL PROTECTED]] Sent: 16 April 2002 16:03 To: CF-Talk Subject: Related Question to Previous Solaris question Does anybody know what unix error 24 means? Error Occurred While Processing Request Error Diagnostic Information An error occurred while attempting to establish a connection to the service. Unix error number 24 occurred: Too many open files -----Original Message----- From: James Taavon [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 10:53 AM To: CF-Talk Subject: RE: EMERGENCY!!! NEED SOLARIS HELP (THANKS) thanks -----Original Message----- From: Stephen Galligan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 10:47 AM To: CF-Talk Subject: RE: EMERGENCY!!! NEED SOLARIS HELP su as root and then use these to start and stop the ColdFusion processes: <installdir>/coldfusion/bin/start <installdir>/coldfusion/bin/stop Stephen -----Original Message----- From: James Taavon [mailto:[EMAIL PROTECTED]] Sent: 16 April 2002 15:42 To: CF-Talk Subject: EMERGENCY!!! NEED SOLARIS HELP I need the stop/startup command for CF on Solaris platform. THANKS IN ADVANCE!!! ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

