[Zope] Cache flipping?

Darian V Schramm darian at abstractedge.com
Fri Mar 18 12:18:11 EST 2005


Here's the full code from the page template. Again it throws an 
Attribute error for the getDescription call. It calls no external python 
scripts, it just iterates over the images in the current directory 
(container).

I have DeadLockDebugger installed, but I can't reproduce the error that 
causes the site to stop responing, so I'm just waiting for the issue to 
come up again.

In the zope.conf can you set the verbosity of the debugging level or is 
it just on/off?

Thanks again.

----
<html>

<table>
<tr>
<td>Item #</td>
<td>ID</td>
<td>Photo</td>
<td>Title</td>
<td>Size (bytes)</td>
<td>Type</td>
<td>Description</td>
</tr>
<tr tal:repeat="photo container/objectValues">
<td tal:content="repeat/photo/number">#</td>
<td tal:content="photo/getId"></td>
<td>
<a class="photo" href="null"
tal:attributes="href photo/getId">
<img tal:attributes="src photo/absolute_url">
</a>
</td>
<td tal:content="photo/title">Title</td>
<td tal:content="photo/meta_type">Meta type</td>
<td tal:content="photo/getDescription">Desc</td>
</tr>
</table>
</html>
---

Darian Schramm
darian at abstractedge.com
t: 212.352.9311 x 102
f: 212.352.9498



Chris Withers wrote:
> Darian V Schramm wrote:
> 
>> The zope instance stops responding to incoming requests. I have a zeo 
>> client running that stays up with no errors in the zeo.log.
> 
> 
> You're using Plone, so all bets are off ;-)
> 
>> 2005-03-15T15:23:15 INFO(0) Plone Debug <FSControllerPythonScript at 
>> content_status_modify>
>> ------
>> 2005-03-15T15:23:15 INFO(0) Plone Debug content_status
>>
>> At this point the zope instance doesn't respond, and causes 502 errors 
>> from the apache proxy. The zope process is still running, but it 
>> doesn't respond to any requests and times out.
> 
> 
> I'd definitely suggest DeadlockDebugger...
> 
>> The only image manipulation that happens is within these page templates.
> 
> 
> Can you show us the full code?
> 
> cheers,
> 
> Chris
> 


More information about the Zope mailing list