[Zope] HELP! Double outputs!

Tino Wildenhain tino@wildenhain.de
Mon, 14 May 2001 17:08:46 +0200


Hi Paul,

you arent using any in-tags in your orderform by chance?
May be they are supposed to only run one time but really
run twice from duplicate database rows?

Regards
Tino

--On Montag, 14. Mai 2001 16:55 +0200 Paul Zwarts <paz@oratrix.com> wrote:

> 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
>
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )