[Zope] Why is 'Shutdown' an Error?

Jonothan Farr jfarr@real.com
Thu, 10 Aug 2000 10:50:00 -0700


Because it throws a SystemExit exception. If you're not running in debug mode
"-D" you won't see the traceback.
--jfarr

"Work like you don't need the money,
love like you've never been hurt,
and dance like no one is watching!"
Anonymous

----- Original Message -----
From: William BC Crandall <wcra@beest.midat.de>
To: Zope list <zope@zope.org>
Sent: Thursday, August 10, 2000 7:13 AM
Subject: [Zope] Why is 'Shutdown' an Error?


> Another start-up question.
>
> Why does the Control Panel "Shutdown" button
> generate an Error:
>
>
> Zope Error
> Zope has encountered an error while publishing this resource.
>
> exceptions.SystemExit
>
> Zope has exited normally.
>
> Traceback (innermost last):
>   File C:\Program Files\TotipotentZope\lib\python\ZPublisher\Publish.py,
> line 222, in publish_module
>   File C:\Program Files\TotipotentZope\lib\python\ZPublisher\Publish.py,
> line 187, in publish
>   File C:\Program Files\TotipotentZope\lib\python\ZPublisher\Publish.py,
> line 171, in publish
>   File C:\Program Files\TotipotentZope\lib\python\ZPublisher\mapply.py,
> line 160, in mapply
>     (Object: manage_shutdown)
>   File C:\Program Files\TotipotentZope\lib\python\ZPublisher\Publish.py,
> line 112, in call_object
>     (Object: manage_shutdown)
>   File C:\Program
> Files\TotipotentZope\lib\python\App\ApplicationManager.py, line 383, in
> manage_shutdown
>     (Object: ElementWithAttributes)
> SystemExit: 0
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
>