04-27-06 01:21 PM
Instead of using native Apache, use IBM HTTP Server. Internal Server Error
(500) is usually associated with application server and is a catch-all
error. Check that you have enough threads in WAS web container.
Sunit
<sandip_213095@infosys.com> wrote in message
news:1975500896.1144295048461.JavaMail.wassrvr@ltsgwas007.sby.ibm.com...
>I am using WAS v6.0.2 in a clustered setup. My WAS NDM Version is 6.0.2 as
>well.
> As a web server I am using Apache HTTP WebServer v2.0.
>
> While testing with 10 users it gives me "Internal Server Error" (not
> always).
>
> I tried increasing ThreadsPerChild value to 7500 but still the problem
> exists.
> If i will increse the same above 7500 then while starting Apache service,
> it gives me following error...
> --------------------------------------------------------------------------
---
> [Wed Apr 05 14:59:02 2006] [notice] Child 34664: Acquired the star
t mutex.
> [Wed Apr 05 14:59:02 2006] [notice] Child 34664: Starting 15000 wo
rker
> threads.
> [Wed Apr 05 14:59:05 2006] [crit] (OS 8)Not enough storage is avai
lable to
> process this command. : Child 34664: _beginthreadex failed. Unable to
> create all worker threads. Created 7919 of the 15000 threads requested
> with the ThreadsPerChild configuration directive.
> [Wed Apr 05 14:59:05 2006] [notice] Parent: Received shutdown sign
al --
> Shutting down the server.
> --------------------------------------------------------------------------
---
>
> Waiting for solution....
> Thanks in advance...
>
> --
> Sandip
[ Post a follow-up to this message ]
|