Dario -
I had faced similar problems ... try the following thread for help
http://aspn.activestate.com/ASPN/Mail/Message/zope-Dev/940742
on how to trap the error on a running process. For linux, you need
the command strace ... here is one url
http://www.pugcentral.org/howto/truss.htm
On
Chris and Joachim -
Maybe this is too simplistic of an approach ... but why not have the
session data manager automatically create a new, session data
container (temporary storage) for a given zope version. The session
data manager can be optimized for the case of no version and then when
and i
Ok .. here's the collector url:
http://collector.zope.org/Zope/108
- j
At Fri, 28 Dec 2001 00:14:21 -0500,
Chris McDonough wrote:
>
> > At the time, I hadn't received any feedback (however, I'm not blaming
> > anyone). I also never posted this to the collector before. Should one
> > of us
At Fri, 28 Dec 2001 00:14:21 -0500,
Chris McDonough wrote:
>
> > At the time, I hadn't received any feedback (however, I'm not blaming
> > anyone). I also never posted this to the collector before. Should one
> > of us post this?
>
> It would be appreciated, Joseph.
ok ... I can post this aft
Adam -
At Thu, 27 Dec 2001 21:42:10 -0500,
Adam Manock wrote:
>
> It was written against 2.4.1
> I run 2.4.3.
> It would have been really nice if it had been included in Zope 2.4.next..
>
> Hmm, has anything else changed that I need to be aware of before applying
> the patch?
>
FYI.
I
Matt -
If possible, I would prefer to use a source Python 2.1.2 release with
a source zope 2.4.4 ? bugfix release (or create my own from the 2.4
cvs branch) once the fixes are complete. We do not want to put a 2.5
release in production at this time.
Thanks for the update.
regards,
- j
At We
Matt et al -
We are using python 2.1.1 with pymalloc disabled and gc enabled with
zope 2.4.3 on the solaris platform. We are currently seeing only 1 or
2 restarts a day for the zope/zeo clients. Fortunately, we have not
experienced any trouble with the zeo server.
We have applied the a) exten
Matt -
Ok, I installed everything and the system is running fine (or no
worse). However, we still faced one restart so far. I have included
the debug information below.
This looks similiar to the problem report on sourceforge:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=4719
Matt -
Well, your patch seems fine in our testing environment.
Unfortunately, we do not see any restarts in the testing environment
... always in production. I had to rebuild our entire software base
because we are using other products that use extensions class and they
are not included under t
At Tue, 11 Dec 2001 10:42:46 -0500,
Matthew T. Kromer wrote:
> >
> >#0 0xef5b9810 in _lwp_sema_wait ()
> >(gdb) info threads
> > 19 Thread 10 0xef5b9810 in _lwp_sema_wait ()
> > 18 Thread 9 0xef5b9810 in _lwp_sema_wait ()
> > 17 Thread 8 0xef5b9810 in _lwp_sema_wait
Hello.
We are facing zope restarts on the solaris 5.6 platform with zope
2.4.3 and python 2.1.1. I put together a script based some
information on an old posting to the apache mailing list. The
following shell/perl script allows one to get a core file from a dying
zope child process and also a
Daniel -
I have **not** tried this myself yet, but I plan to check this week.
Please take a look at the following URL:
http://www.humanfactor.com/cgi-bin/cgi-delegate/apache-ML/nh/1998/Oct/0130.html
This mail is related to apache but the same analysis might apply to
zope. I believe the trus
Hello.
Just for fun ... I tried to run the tests too. I built Python2.2b2
from source and had to manually modify the Setup.dist file to build
and include pyexpat.
I then ran the zope test suite and all passed except one ...
Traceback (most recent call last):
File
"/usr/local/namaste/zfs-li
I believe request.environ should be used rather than simply request
for checking for the REMOTE_HOST and REMOTE_ADDR keys in
domainSpecMatch.
Since the collector is down, I thought this is probably the best place
to post bug reports.
- j
*** Zope-2.4.1-src/lib/python/AccessControl/User.py
Correction ... http://www.zope.org/Members/natsukashi/index.html
http://www.zope.org/Members/natsukashi/index_html is not able to be
found on www.zope.org.
At Tue, 09 Oct 2001 12:35:08 +0900,
>
> http://www.zope.org/Members/natsukashi/Prototypes/CoreSessionUserFolder.tgz
>
> or link vi
Chris -
Thanks for your response.
I had already put together a prototype since my first mail to you on
this subject and just completed integration with version 0.9. I have
placed a tar bundle at the following url:
http://www.zope.org/Members/natsukashi/Prototypes/CoreSessionUserFolder.tgz
Johan -
I have done a similiar hotfix by using None - which I think is a
better alternative than ''.
If you want to see all of the source, download the following Product,
http://www.zope.org/Members/natsukashi/Products/CMFPropertyCore, and
look inside the file CMFPropertyCore/LinkPropertyManage
consensus?
User-Agent: Wanderlust/2.5.8 (Smooth Criminal) SEMI/1.14.3 (Ushinoya) FLIM/1.14.2
(Yagi-Nishiguchi) APEL/10.3 MULE XEmacs/21.4 (patch 1) (Copyleft) (i386-debian-linux)
Reply-To: [EMAIL PROTECTED]
MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya")
Content-Type: text/plain; charse
Chris -
I'm not sure of your plans for integrating core session tracking with
zope 2.5. This may be obvious to you but I just realized today how I
would really like to use core session tracking.
I haven't yet investigated the feasability of an implementation. However,
it would be nice to have 3
Hello.
I'm getting the following error message (see below) while accessing the
contents of a folder (http://localhost/cmf/Portal/FolderD/folder_contents)
underneath a CMF site instance.
I was testing Python 2.1, and CMF 1.1/Zope 2.4.0 (latest cvs checked
out versions). I do not have any proble
x27;m
currently using 1080 for zope (z2.py -w 1080).
- j
p.s. One more related question have you tried using
mod_proxy/mod_rewrite with zope's webdav source port (-W) and virtual
host monster?
At Tue, 10 Apr 2001 10:57:15 -0400,
Evan Simpson wrote:
>
> From: "Joseph
Evan and Zope Dev -
I'm using the virtual host monster with apache proxy/rewrite
mechanism. I faced a little bit of trouble dealing with zope's
setServerURL method.
I'm using a configuration such as this on the apache side:
RewriteRule ^/(.*)$ \
http://localhost:1080/Virt
Evan -
I believe I have found a situation while using python methods that
exposes a security hole. A user that can create python methods can
grant the Manager role to himself by simply writing and then calling
the manage_users method. This issue might also apply to other
scenarios.
I created a
Hello.
I tried to use some of the webdav functions in zope but ran into some trouble
with the MOVE and COPY operations. One issue seems to be that the
method "getSecurityManager" is not imported into the file
zope-2.2/lib/python/webdav/Resource.py.
def dav__validate(self, object, methodname,
24 matches
Mail list logo