Forum OpenACS Q&A: Re: Res: AOLserver 4.5

Collapse
12: Re: Res: AOLserver 4.5 (response to 1)
Posted by Jose Agustin Lopez Bueno on
Hi again!

Yes, the error was by a mistake in the conf file.
Now we have one server with aolserver 4.5 running Ok
and serving OACS 5.1 pages.

Only got a small 😊 problem !
If the page has the news portlet we got a server crash.
"Top" show something like this:

S openacs 26747 1 3 69 0 - 170162 107757 12:05 ?
00:01:36 /usr/local/aolserver-4.5.0/bin/nsd -b
147.156.1.132:8000,147.156.1.132:8443 -u openacs -t
/var/lib/aolserver/pizarra/etc/base.4.5.tcl
Z openacs 26748 26747 0 67 0 - 0 1195e8 12:05 ?
00:00:00 [nsd] defunct

Any pointer?

Regards,
Agustin

Collapse
Posted by Jose Agustin Lopez Bueno on
Well, I think of it is a compiler / stack problem for adp pages.

If the adp page has 6 nested "if", the nsd process crash when
I get / read the variable in the "if" sentence.

Are there any parameter to control this?

Agustin

Collapse
Posted by Gustaf Neumann on
We use

ns_param StackSize 2048000

and don't see this problem
-gustaf

Ok.

In my tests I was using some default parameters.
I put StackSize in ns/threads to your value and
the problem has gone.

Thanks,
Agustin