On Mon, Dec 14, 2009 at 5:33 PM, Tony Anecito <adanec...@yahoo.com> wrote:
> Hi All,
>
> Has anyone ever seen this error before while using Apache on Solaris say in 
> the last year? If so what was the fix?
>
> Deadlock situation detected/avoided: ap_proxy: couldn't create the lock

Isn't that message from the WebLogic plug-in?  Ask them?

Are you running the worker MPM with multiple listening sockets?  If so:

It might get better if you change the lock mechanism used by the
accept mutex.  Try "AcceptMutex sysvsem" or "AcceptMutex pthread".

The former may require sysdef to increase the number of semaphore undo
structures available :(
If httpd child processes are crashing, the latter may result in a web
server hang :( (I doubt it, though)

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to