[Zope] Problem on running the ZOPE by using ZmySQLDA
Dieter Maurer
dieter@handshake.de
Wed, 13 Dec 2000 23:24:33 +0100 (CET)
Angietel writes:
> Finally my ZOPE is connected to MySQL succesfully, i can insert, delete =
> the record,but i can not search and view my record in ZOPE. When i go to =
> MySQL it can shows all my database records after my modification in =
> ZOPE. Every time when i want to search or view my records it will promt =
> out the illegal operation message in ZOPE and my pyhon will be exactly =
> look like this:-
> ....
>
> 2000-12-13T08:34:28 PROBLEM(100) ZServer Computing default hostname
> ------
> 2000-12-13T08:34:31 INFO(0) ZServer Medusa (V1.16.4.2) started at Wed =
Your Zope died.
Must be something wrong in an C extension module,
probably the MySQL connector.
I would try to get a core ("limit", "ulimit" commands) and
then look with a debugger into it.
Dieter