Menu

#2 Installation Problem

open
nobody
None
5
2002-09-20
2002-09-20
Anonymous
No

I am new to Zope. In the process of building a site
and thought Issue Tracker would help me keep track of
the work of myself and a couple of students working
with me.

Downloaded, untarred into my products directory.
Created an instance in the ZMI. Edited a couple of the
properties of the issue tracker object and added my
first issue. No problem until I tried to return to the
home page of my Issue Tracker and rec'd the following
error. Here's the entire traceback:

Traceback (innermost last):
File
/usr/local/zope-2.5.0/lib/python/ZPublisher/Publish.py,
line 150, in publish_module
File
/usr/local/zope-2.5.0/lib/python/ZPublisher/Publish.py,
line 114, in publish
File
/usr/local/zope-2.5.0/lib/python/Zope/__init__.py, line
158, in zpublisher_exception_hook
(Object: issueTracker)
File
/usr/local/zope-2.5.0/lib/python/ZPublisher/Publish.py,
line 98, in publish
File
/usr/local/zope-2.5.0/lib/python/ZPublisher/mapply.py,
line 88, in mapply
(Object: index_html)
File
/usr/local/zope-2.5.0/lib/python/ZPublisher/Publish.py,
line 39, in call_object
(Object: index_html)
File
/usr/local/zope-2.5.0/lib/python/Shared/DC/Scripts/Bindings.py,
line 252, in __call__
(Object: index_html)
File
/usr/local/zope-2.5.0/lib/python/Shared/DC/Scripts/Bindings.py,
line 283, in _bindAndExec
(Object: index_html)
File
/usr/local/zope-2.5.0/lib/python/Products/PageTemplates/PageTemplateFile.py,
line 94, in _exec
(Object: index_html)
File
/usr/local/zope-2.5.0/lib/python/Products/PageTemplates/PageTemplate.py,
line 86, in pt_render
(Object: index_html)
File
/usr/local/zope-2.5.0/lib/python/TAL/TALInterpreter.py,
line 158, in __call__
File
/usr/local/zope-2.5.0/lib/python/TAL/TALInterpreter.py,
line 191, in interpret
File
/usr/local/zope-2.5.0/lib/python/TAL/TALInterpreter.py,
line 523, in do_useMacro
File
/usr/local/zope-2.5.0/lib/python/TAL/TALInterpreter.py,
line 191, in interpret
File
/usr/local/zope-2.5.0/lib/python/TAL/TALInterpreter.py,
line 542, in do_defineSlot
File
/usr/local/zope-2.5.0/lib/python/TAL/TALInterpreter.py,
line 191, in interpret
File
/usr/local/zope-2.5.0/lib/python/TAL/TALInterpreter.py,
line 432, in do_insertStructure_tal
File
/usr/local/zope-2.5.0/lib/python/Products/PageTemplates/TALES.py,
line 247, in evaluate
File
/usr/local/zope-2.5.0/lib/python/Products/PageTemplates/Expressions.py,
line 189, in __call__
File
/usr/local/zope-2.5.0/lib/python/Products/PageTemplates/Expressions.py,
line 184, in _eval
File
/usr/local/zope-2.5.0/lib/python/Products/PageTemplates/Expressions.py,
line 84, in render
(Object: latestIssues)
File
/usr/local/zope-2.5.0/lib/python/Products/PageTemplates/ZRPythonExpr.py,
line 75, in call_with_ns
(Object: __render_with_namespace__)
File
/usr/local/zope-2.5.0/lib/python/Shared/DC/Scripts/Bindings.py,
line 266, in __render_with_namespace__
(Object: latestIssues)
File
/usr/local/zope-2.5.0/lib/python/Shared/DC/Scripts/Bindings.py,
line 283, in _bindAndExec
(Object: latestIssues)
File
/usr/local/zope-2.5.0/lib/python/Products/PageTemplates/PageTemplateFile.py,
line 94, in _exec
(Object: latestIssues)
File
/usr/local/zope-2.5.0/lib/python/Products/PageTemplates/PageTemplate.py,
line 86, in pt_render
(Object: latestIssues)
File
/usr/local/zope-2.5.0/lib/python/TAL/TALInterpreter.py,
line 158, in __call__
File
/usr/local/zope-2.5.0/lib/python/TAL/TALInterpreter.py,
line 191, in interpret
File
/usr/local/zope-2.5.0/lib/python/TAL/TALInterpreter.py,
line 402, in do_setLocal_tal
File
/usr/local/zope-2.5.0/lib/python/Products/PageTemplates/TALES.py,
line 247, in evaluate
File
/usr/local/zope-2.5.0/lib/python/Products/PageTemplates/Expressions.py,
line 189, in __call__
File
/usr/local/zope-2.5.0/lib/python/Products/PageTemplates/Expressions.py,
line 184, in _eval
File
/usr/local/zope-2.5.0/lib/python/Products/PageTemplates/Expressions.py,
line 92, in render
(Object: ListIssuesFiltered)
File
/usr/local/zope/lstech/OtherProducts/IssueTrackerProduct/IssueTracker.py,
line 1122, in ListIssuesFiltered
(Object: issueTracker)
File
/usr/local/zope/lstech/OtherProducts/IssueTrackerProduct/IssueTracker.py,
line 1317, in _ListIssuesFiltered
(Object: issueTracker)
TALESError: Sorry, an error occurred

Discussion

  • Peter Bengtsson

    Peter Bengtsson - 2002-09-21

    Logged In: YES
    user_id=208160

    More information please.

    Because of stupid error message
    reporting with TAL it is very difficult to say what the problem is.

    Go
    into the Catalog object in the instance root and click on the "Catalog" tab.
    Do the listed objects there reflect how the one and only issue is stored?
    Try to explain that.
    Do you use a SiteAccess rule or a virtual host
    monster?

    What version are you using?
    Did you CVS it down?

    What linux distro do you use?
    Do you use a proxy server (apache
    or squid)?

    Thank you, Peter

     
  • Nobody/Anonymous

    Logged In: NO

    Here is the additional info you requested:

    >Go into the Catalog object in the instance root and click
    on the "Catalog" tab. Do the listed objects there reflect
    how the one and only issue is stored? Try to explain that.

    Yes there is an issue tracker "0001" object here. There is
    alot of information about this object here. Can you be more
    specific?

    > Do you use a SiteAccess rule or a virtual host
    monster?

    SiteAccess rule

    > What version are you using?

    0.4.5b

    > Did you CVS it down?

    No

    > What linux distro do you use?

    RH 7.2

    > Do you use a proxy server (apache or squid)?

    No

     

Log in to post a comment.

MongoDB Logo MongoDB