[Zope] HELP! Double outputs!

Paul Zwarts paz@oratrix.com
Mon, 14 May 2001 16:55:04 +0200


Oh woe is the day....

I'm totally frazzled by this. I have moved a test zope install to a unix
server running another one. Both are configured for separate ports...

I have a structure something like this

<var logic>
<var header>
<var orderform>
<var footer>

(very basic description)

What I get is:


<var logic> - okay
<var header> - okay
<var orderform> - okay
<var orderform> - not okay
<var footer>


This application lives on several test machines and none of them have any
such problems. What duplicates is also very selective as well... Im not sure
where to go for debug info... z2.py started with the -D optioin shows
nothing. Apache shows nothing (even though the problematic zope is
refferenced directly to ZServer through port 8085)


The logging of REQUEST and SESSION reveal nothing. Putting in <dtml-var
sequence-key> doesnt show an miscreant <dtml-in> that loops one two many. I
am really lost....

Its Zope-232 with PGSQL703, PoPy 2.01 and the latest ZPoPy adapter. Perhaps
there is a bug here or someone has expereinced the same thing?


I cant be more than vague without writing an essay... But perhaps someone
can tell me how to monitor the Zope stack?


Thanks very much,
Paz