Hi there!
I'm in desperate need of assistance. I've created a high volume site, which uses web services at the background. Everything works ok, when there isn't a lot of traffic, but when there's more, every now and then some webservice function causes something similar to the following error message on http-log:
[error] [client xx.xx.xx.xx] PHP Fatal error: Uncaught SoapFault exception: [SOAP-ENV:Server]
There are no available objects in the pool in /var/www/includes/classes/drivers/dl.php:127\nStack tr
ace:\n#0 [internal function]: SoapClient->__call('CustomerLogin', Array)
I haven't found anything related to some kind of SOAP pool anywhere and don't know what to do to get rid of the error.
Platform:
Linux 2.6.16-1.2080_FC5smp
Apache/2.2.0 (Fedora)
PHP 5.1.4 (Zend: 2.1.0)
Thanks in advance for any possible help!