Corporate Home Open Source Home
Syndicate content
Eucalyptus
2 replies [Last post]
m1t0z
Offline
Joined: 05/07/2010

Hi. In my euca-cluster machine (cloud controller, walrus, cluster controller, storage controller) i have this error in httpd-cc_error_log:

[notice] Apache/2.2.14 (Ubuntu) Axis2C/1.6.0 configured -- resuming normal operations
[error] server is within MinSpareThreads of MaxClients, consider raising the MaxClients setting
[notice] caught SIGTERM, shutting down

Is that error message important or i can ignore it? And why it happens? Euca services often are terminating by himselfs when i trying to do some operations (like register cluster).

P.S.
Ubuntu 10.04
Eucalyptus 1.6.2

graziano
Offline
Joined: 01/14/2010
Hello, you can safely ignore

Hello,

you can safely ignore it: the NC is not threaded and so only one apache server needs to be serving it, otherwise you may run into issue. The problem you are seeing are unrelated to this. Would you mind to elaborate a bit more what problems are you seeing and the steps you took?

cheers
graziano

m1t0z
Offline
Joined: 05/07/2010
Thanks!

Thanks for answer!
Ok, I just will ignore this error. In addition, i believe i found the source of my troubles. I described it here. Hope on your help!