[Zope-dev] Problems with Zope 2.8 on FreeBSD (was Re: Problems with PageTemplates on Zope 2.8)

2005-06-30 Thread Morten W. Petersen
>> I have an application called the Issue Dealer which I'm porting to Zope
>> 2.8.  However, whenever I try to access a PageTemplate which makes use
>> of a page template macro it just hangs and consumes all available CPU.
>>
>> Any ideas what could be wrong here, or how I could debug it?
> 
> Does the server or the client hang?

It's the client that's hanging.  The first time I tested it, it was as a
simple Zope instance.  http://instance/manage worked fine, but accessing
an Issue Dealer instance (http://instance/stuff) didn't work.

Now when I try setting up a ZEO server/client version 2.8 with python
2.3.5 on FreeBSD 5.4, the server hangs even when I try to access
http://instance/manage.  http://instance/manage_copyright works fine
however.

-Morten
begin:vcard
fn:Morten Petersen
n:Petersen;Morten
org:Nidelven IT
adr:;;Postboks 923;Trondheim;;7409;Norway
email;internet:[EMAIL PROTECTED]
title:Project Manager
tel;work:+47 45 44 00 69
tel;cell:+47 45 44 00 69
x-mozilla-html:FALSE
url:http://www.nidelven-it.no
version:2.1
end:vcard

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


RE: [Zope-dev] Problems with Zope 2.8 on FreeBSD (was Re: Problems with PageTemplates on Zope 2.8)

2005-07-01 Thread Andrew Sawyers
Did you bump up the thread stack size for the python you're running Zope
with?  This sounds like that problem.  If you search zope.org for FreeBSD -
I have a note on how I fix it.


Andrew

--
Zope Managed Hosting
Software Engineer
Zope Corporation
(540) 361-1700 

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of Morten W. Petersen
> Sent: Thursday, June 30, 2005 7:37 PM
> To: Max M
> Cc: zope-dev@zope.org
> Subject: [Zope-dev] Problems with Zope 2.8 on FreeBSD (was Re: Problems
> with PageTemplates on Zope 2.8)
> 
> >> I have an application called the Issue Dealer which I'm porting to Zope
> >> 2.8.  However, whenever I try to access a PageTemplate which makes use
> >> of a page template macro it just hangs and consumes all available CPU.
> >>
> >> Any ideas what could be wrong here, or how I could debug it?
> >
> > Does the server or the client hang?
> 
> It's the client that's hanging.  The first time I tested it, it was as a
> simple Zope instance.  http://instance/manage worked fine, but accessing
> an Issue Dealer instance (http://instance/stuff) didn't work.
> 
> Now when I try setting up a ZEO server/client version 2.8 with python
> 2.3.5 on FreeBSD 5.4, the server hangs even when I try to access
> http://instance/manage.  http://instance/manage_copyright works fine
> however.
> 
> -Morten

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Problems with Zope 2.8 on FreeBSD (was Re: Problems with PageTemplates on Zope 2.8)

2005-07-01 Thread Morten W. Petersen
I've heard of this earlier, but never experienced it until now.  :)

And yes, that was the issue!  :)

Thanks,

Morten

Andrew Sawyers wrote:
> Did you bump up the thread stack size for the python you're running Zope
> with?  This sounds like that problem.  If you search zope.org for FreeBSD -
> I have a note on how I fix it.
> 
> 
> Andrew
> 
> --
> Zope Managed Hosting
> Software Engineer
> Zope Corporation
> (540) 361-1700 
> 
> 
>>-Original Message-
>>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
>>Behalf Of Morten W. Petersen
>>Sent: Thursday, June 30, 2005 7:37 PM
>>To: Max M
>>Cc: zope-dev@zope.org
>>Subject: [Zope-dev] Problems with Zope 2.8 on FreeBSD (was Re: Problems
>>with PageTemplates on Zope 2.8)
>>
>>
>>>>I have an application called the Issue Dealer which I'm porting to Zope
>>>>2.8.  However, whenever I try to access a PageTemplate which makes use
>>>>of a page template macro it just hangs and consumes all available CPU.
>>>>
>>>>Any ideas what could be wrong here, or how I could debug it?
>>>
>>>Does the server or the client hang?
>>
>>It's the client that's hanging.  The first time I tested it, it was as a
>>simple Zope instance.  http://instance/manage worked fine, but accessing
>>an Issue Dealer instance (http://instance/stuff) didn't work.
>>
>>Now when I try setting up a ZEO server/client version 2.8 with python
>>2.3.5 on FreeBSD 5.4, the server hangs even when I try to access
>>http://instance/manage.  http://instance/manage_copyright works fine
>>however.
>>
>>-Morten
> 
> 
> 


-- 
Regards,

Morten

Tlf:  +47 45 44 00 69
Blog: http://www.blogologue.com
begin:vcard
fn:Morten Petersen
n:Petersen;Morten
org:Nidelven IT
adr:;;Postboks 923;Trondheim;;7409;Norway
email;internet:[EMAIL PROTECTED]
title:Project Manager
tel;work:+47 45 44 00 69
tel;cell:+47 45 44 00 69
x-mozilla-html:FALSE
url:http://www.nidelven-it.no
version:2.1
end:vcard

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )