Nope, debugging is not enabled on either cluster-member instance. Check this one out, now I am finding this in my err.log file:
java.lang.OutOfMemoryError: unable to create new native thread It looks like its hitting some type of native OS memory limit for creating threads? I found this article about it: http://www.talkingtree.com/blog/index.cfm/2005/3/11/NewNativeThread And I am setting the -Xss128k flag to make the threads allocate less memory as suggested below, and am testing on my dev server. As a secondary question, is there any negative impact to shutting down the 'jrun admin' instance? Right now I have each instance configured to allocate 1024M of ram at startup, and I have the admin, the cfusion, and instance1 and instance2 all allocating 1024 megs each. The cfusion seems to just be the management instance that houses the cluster, is that one necessary for the cluster to run? Thanks again for anyone's idea's! Chris ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275380 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

