Traceback
Up to GlossaryThis Definition applies to: Any version.
|
TracebackUp to GlossaryThis Definition applies to: Any version. A Python "traceback" is a detailed error message generated when an error occurs in executing Python code.
Since Plone, running atop Zope, is a Python application, most Plone errors will generate a Python traceback. If you are filing an issue report regarding a Plone or Plone-product error, you should try to include a traceback log entry with the report. To find the traceback, check your event.log log file. Alternatively, use the ZMI to check the error_log object in your Plone folder. A traceback will be included with nearly all error entries.
A traceback will look something like this: "Traceback (innermost last): ... AttributeError: adapters"
They can be very long. The most useful information is generally at the end.
by
Steve McMahon
—
last modified
August 28, 2007 - 03:06
All content is copyright Plone Foundation and the individual contributors.
|
For any issues with the web site functionality, please file a ticket.
Please consult the policy on plone.org content if you want your content published on this site.