Hi; I've got an error in my error log, but I can't figure out where "App.Management" lives: Traceback (innermost last): Module ZPublisher.Publish, line 101, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 39, in call_object Module App.Management, line 85, in manage_workspace Redirect: http://202.71.106.119:7080/error_log/manage_main Please advise. TIA, beno
----- Original Message ----- From: "beno" <zope@2012.vi> To: "[Zope] Mailing List" <zope@zope.org> Sent: Tuesday, August 08, 2006 6:55 AM Subject: [Zope] Where Is This Module?
Hi; I've got an error in my error log, but I can't figure out where "App.Management" lives:
Traceback (innermost last): Module ZPublisher.Publish, line 101, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 39, in call_object Module App.Management, line 85, in manage_workspace Redirect: http://202.71.106.119:7080/error_log/manage_main
In my installation (Zope 2.9.2) Management.py lives in: /usr/local/src/Zope-2.9.2/Dependencies/App-Zope-2.9.2/App hth Jonathan
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 8 Aug 2006, at 08:32, Jonathan wrote:
I've got an error in my error log, but I can't figure out where "App.Management" lives:In my installation (Zope 2.9.2) Management.py lives in:
/usr/local/src/Zope-2.9.2/Dependencies/App-Zope-2.9.2/App
Actually, the location is /path/to/Zope/lib/python/App/Management.py, that's where it is loaded from. That Dependencies tree is not where it's loaded from. jens -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFE2Ia/RAx5nvEhZLIRAkICAJ4ufTOZjFliFT+0u01X5lZxrrXzkgCeKxT7 xATxCmwu0ohnFglSrHupDyI= =kWSO -----END PGP SIGNATURE-----
beno wrote at 2006-8-8 06:55 -0400:
I've got an error in my error log, but I can't figure out where "App.Management" lives:
Traceback (innermost last): Module ZPublisher.Publish, line 101, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 39, in call_object Module App.Management, line 85, in manage_workspace Redirect: http://202.71.106.119:7080/error_log/manage_main
There is no problem with this module. You just have you "error_log" object configured in a bit silly way: Usually, you should configure it to ignore "Redirect" exceptions (they are not real exceptions but normal behaviour). -- Dieter
participants (4)
-
beno -
Dieter Maurer -
Jens Vagelpohl -
Jonathan