[Zope-dev] Re: [Zope] IBM DB2/CLI Database Adapter

2002-02-15 Thread Matthew T. Kromer
[Removed extra Zope list CC] Robin, if you haven't already been directed towards mxODBC, I suggest you give that a try. - Original Message - From: "Robin Smidsrod" <[EMAIL PROTECTED]> To: "Zope User List" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, February 13, 2002 10:

[Zope-dev] Error : exceptions.SystemExit

2002-02-15 Thread Pascal Samuzeau
Hi, I've got this error when I shutdown my Zope : An error was

Re: [Zope-dev] Error : exceptions.SystemExit

2002-02-15 Thread Jens Vagelpohl
it says "zope has exited normally". i think that's a pretty clear explanation of what happened (meaning this error is completely benign). jens On Friday, February 15, 2002, at 09:30 , Pascal Samuzeau wrote: > Hi, > > I've got this error when I shutdown my Zope : > > An error was encountered

[Zope-dev] Re: [Zope] IBM DB2/CLI Database Adapter

2002-02-15 Thread Robin Smidsrod
On Fri, 15 Feb 2002, Matthew T. Kromer wrote: > Robin, if you haven't already been directed towards mxODBC, I suggest you > give that a try. Hmmm. The ZmxODBC DA is available in binary form for Win32. And SQLRelay won't compile due to some weird libxml2 build problem... > - Original Message

[Zope-dev] Error : exceptions.SystemExit

2002-02-15 Thread buelent aldemir
everything is allright! with "-D" you have started zope in debug-mode python /src/Zope-2.4.1-solaris-2.6-sparc/lib/python/z2.py -D read the z2.py file, there you can find more switches to run zope if you run zope without the -D parameter, you will not get any detailled debugging info

[Zope-dev] Webdav conformance testing with litmus

2002-02-15 Thread Stefane Fermigier
Hi, just came across the litmus WebDAV compliance testing tool on www.webdav.org, and ran it on zope 2.5.0. Here's the result: -> running `basic': 0. init.. pass 1. begin. pass 2. options... pass 3. put_get... pass 4. mkcol_over_plain.

Re: [Zope-dev] Webdav conformance testing with litmus

2002-02-15 Thread Andreas Jung
Looks good. The last time I run the test, the testing tool crashed all the time :) - aj - Original Message - From: "Stefane Fermigier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 15, 2002 13:02 Subject: [Zope-dev] Webdav conformance testing with litmus Hi, just c

Re: [Zope-dev] Zope 2.4.4b1 dumps core

2002-02-15 Thread Dieter Maurer
Jeremy Hylton writes: > ... memory corruption ... > Does the community have any Zen about how to narrow down bugs like > this? I once used "purify" to analyse this type of problem. I was not easy: "purify" slowed Zope down by one to two magnitudes. It has been only feasible because the mean ti