Re: [Zope-dev] many conflict errors

2007-05-25 Thread Perry
Answering to myself: we could get rid of the sessionrelated conflict errors, by removing all session = context.REQUEST.SESSION from our scripts. But we still have these conflict errors: how can I find out, what causes these conflicts. 2007-05-25T10:17:50 INFO ZPublisher.Conflict

[Zope-dev] Zope Tests: 5 OK

2007-05-25 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Thu May 24 12:00:00 2007 UTC to Fri May 25 12:00:00 2007 UTC. There were 5 messages: 5 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2.7 Python-2.3.6 : Linux From: Zope Unit Tests Date: Thu May 24 20:59:43 EDT 2007

Re: [Zope-dev] many conflict errors

2007-05-25 Thread Maciej Wisniowski
Perry napisał(a): Answering to myself: we could get rid of the sessionrelated conflict errors, by removing all session = context.REQUEST.SESSION from our scripts. But we still have these conflict errors: how can I find out, what causes these conflicts. 2007-05-25T10:17:50 INFO

Re: [Zope-dev] many conflict errors

2007-05-25 Thread Perry
Maciej Wisniowski schrieb: Perry napisał(a): Answering to myself: we could get rid of the sessionrelated conflict errors, by removing all session = context.REQUEST.SESSION from our scripts. But we still have these conflict errors: how can I find out, what causes these conflicts.

Re: [Zope-dev] many conflict errors

2007-05-25 Thread Maciej Wisniowski
I set it now to 9600/4800 (Timeout/Resolution) but it seams that it has no effect. Hm... where did you set this? At faster's preferences page in ZMI? can you verify that these settings are used? To change timeout/resolution to high values for standard session implementation in zope.conf I had to

Re: [Zope-dev] many conflict errors

2007-05-25 Thread Perry
Maciej Wisniowski schrieb: I set it now to 9600/4800 (Timeout/Resolution) but it seams that it has no effect. Hm... where did you set this? At faster's preferences page in ZMI? Yes can you verify that these settings are used? don't know how. To change timeout/resolution to high values for

[Zope-dev] Re: many conflict errors

2007-05-25 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Perry wrote: Answering to myself: we could get rid of the sessionrelated conflict errors, by removing all session = context.REQUEST.SESSION from our scripts. But we still have these conflict errors: how can I find out, what causes these

[Bug] ZODB invalidation processing (was: [Zope-dev] many conflict errors)

2007-05-25 Thread Dieter Maurer
Perry wrote at 2007-5-25 13:16 +0200: database conflict error (oid 0x7905e6, class BTrees._IOBTree.IOBucket, serial this txn started with 0x036ddc2a44454dee 2007-05-25 09:14:16.000950, serial currently committed 0x036ddc2c21950377 2007-05-25 09:16:07.870801) (80 conflicts (10 unresolved) since

[Zope] Unauthorized: You are not allowed to access 'manage_page_header' in this context

2007-05-25 Thread Yuri
I've an application in Zope. A user see this message when he try to submit a form. I've tried myself with his account and I had no error. I'm using OpenFlow, if it matters. The user is never sent to the openflow instance, so I don't understand how he tries to request this url. Can be a

Re: [Zope] Unauthorized: You are not allowed to access 'manage_page_header' in this context

2007-05-25 Thread Andreas Jung
--On 25. Mai 2007 10:48:04 +0200 Yuri [EMAIL PROTECTED] wrote: I've an application in Zope. A user see this message when he try to submit a form. I've tried myself with his account and I had no error. Unauthorized: You are not allowed to access 'manage_page_header' in this context Google

Re: [Zope] Redirection problem

2007-05-25 Thread Ken Ara
Virtual hosting for us is limited to two lines in the default VHM mappings: mysite.org/mysite *.mysite.org/mysite This minimal arrangement has worked for several years, although Pound and ZEO are new for us. No other problems. Ken --- Andrew Milton [EMAIL PROTECTED] wrote: +---[ Ken Ara

Re: [Zope] Unauthorized: You are not allowed to access 'manage_page_header' in this context

2007-05-25 Thread Yuri
Andreas Jung wrote: --On 25. Mai 2007 10:48:04 +0200 Yuri [EMAIL PROTECTED] wrote: I've an application in Zope. A user see this message when he try to submit a form. I've tried myself with his account and I had no error. Unauthorized: You are not allowed to access 'manage_page_header' in

Re: [Zope] Unauthorized: You are not allowed to access 'manage_page_header' in this context

2007-05-25 Thread Andreas Jung
--On 25. Mai 2007 11:03:47 +0200 Yuri [EMAIL PROTECTED] wrote: Andreas Jung wrote: --On 25. Mai 2007 10:48:04 +0200 Yuri [EMAIL PROTECTED] wrote: I've an application in Zope. A user see this message when he try to submit a form. I've tried myself with his account and I had no error.

Re: [Zope] Redirection problem

2007-05-25 Thread Andrew Milton
+---[ Ken Ara ]-- | Virtual hosting for us is limited to two lines in the | default VHM mappings: | | mysite.org/mysite | *.mysite.org/mysite | | This minimal arrangement has worked for several years, | although Pound and ZEO are new for us. No other | problems. Right,

Re: [Zope] Redirection problem

2007-05-25 Thread Ken Ara
Thanks for bringing this up! I have always wanted to know: since the introduction of VHM I have never used this 'VirtualHostBase' business. I have only ever used the mappings tab as mentioned below; no Apache or other redirect rules. All has always worked perfectly. Am I finally being bitten by

Re: [Zope] Redirection problem

2007-05-25 Thread Andrew Milton
+---[ Ken Ara ]-- | Thanks for bringing this up! I have always wanted to | know: since the introduction of VHM I have never used | this 'VirtualHostBase' business. I have only ever used | the mappings tab as mentioned below; no Apache or | other redirect rules. All has

Re: [Zope] Redirection problem

2007-05-25 Thread Ken Ara
Thanks for that. Well, I don't feel like changing everything just because of this one new feature (user editing). Instead, could I add something in my edit method, ahead of return REQUEST.RESPONSE.redirect(redir_url()) to inform Zope about the port to use? Ken --- Andrew Milton [EMAIL