Hello,

I just installed the latest Zope 3 (3.2.1) with Python 2.4.2 on a freeBSD install.

Everything looks olkay, but I get an IOError if I click on the "Manage Process" link. My instance has been started with "zopectl start".

Here is the trace back:

Traceback (innermost last):

   * Module zope.publisher.publish, line 138, in publish
     result = publication.callObject(request, object)
   * Module zope.app.publication.zopepublication, line 161, in callObject
     return mapply(ob, request.getPositionalArguments(), request)
   * Module zope.publisher.publish, line 113, in mapply
     return debug_call(object, args)
     __traceback_info__: <security proxied
     zope.app.pagetemplate.simpleviewclass.SimpleViewClass from
     
/opt/Zope-3.2.1/lib/python/zope/app/applicationcontrol/browser/runtimeinfo.pt
     instance at 0x41e7aeec>
   * Module zope.publisher.publish, line 119, in debug_call
     return object(*args)
   * Module zope.app.pagetemplate.simpleviewclass, line 44, in __call__
     return self.index(*args, **kw)
   * Module zope.app.pagetemplate.viewpagetemplatefile, line 83, in
     __call__
     return self.im_func(im_self, *args, **kw)
   * Module zope.app.pagetemplate.viewpagetemplatefile, line 51, in
     __call__
     sourceAnnotations=getattr(debug_flags, 'sourceAnnotations', 0),
   * Module zope.pagetemplate.pagetemplate, line 117, in pt_render
     strictinsert=0, sourceAnnotations=sourceAnnotations)()
   * Module zope.tal.talinterpreter, line 277, in __call__
     self.interpret(self.program)
   * Module zope.tal.talinterpreter, line 352, in interpret
     handlers[opcode](self, args)
   * Module zope.tal.talinterpreter, line 908, in do_useMacro
     self.interpret(macro)
   * Module zope.tal.talinterpreter, line 352, in interpret
     handlers[opcode](self, args)
   * Module zope.tal.talinterpreter, line 538, in do_optTag_tal
     self.do_optTag(stuff)
   * Module zope.tal.talinterpreter, line 523, in do_optTag
     return self.no_tag(start, program)
   * Module zope.tal.talinterpreter, line 518, in no_tag
     self.interpret(program)
   * Module zope.tal.talinterpreter, line 352, in interpret
     handlers[opcode](self, args)
   * Module zope.tal.talinterpreter, line 878, in do_defineMacro
     self.interpret(macro)
   * Module zope.tal.talinterpreter, line 352, in interpret
     handlers[opcode](self, args)
   * Module zope.tal.talinterpreter, line 976, in do_defineSlot
     self.interpret(block)
   * Module zope.tal.talinterpreter, line 352, in interpret
     handlers[opcode](self, args)
   * Module zope.tal.talinterpreter, line 966, in do_defineSlot
     self.interpret(slot)
   * Module zope.tal.talinterpreter, line 352, in interpret
     handlers[opcode](self, args)
   * Module zope.tal.talinterpreter, line 588, in do_setLocal_tal
     self.engine.setLocal(name, self.engine.evaluateValue(expr))
   * Module zope.tales.tales, line 696, in evaluate
     return expression(self)
     
*/opt/Zope-3.2.1/lib/python/zope/app/applicationcontrol/browser/runtimeinfo.pt*
     *Line 9, Column 2*
     *Expression: <PathExpr standard:u'view/runtimeInfo'>*
        - Names:
           {'args': (),
            'context': 
<zope.app.applicationcontrol.applicationcontrol.ApplicationControl object at 
0x40a1366c>,
            'default': <object object at 0x402d3538>,
            'loop': {},
            'nothing': None,
            'options': {},
            'repeat': {},
            'request': <zope.publisher.browser.BrowserRequest instance 
URL=http://192.168.1.3:9999/++etc++process/index.html>,
            'template': 
<zope.app.pagetemplate.viewpagetemplatefile.ViewPageTemplateFile object at 
0x413c5bec>,
            'usage': <zope.pagetemplate.pagetemplate.TemplateUsage object at 
0x41e7fdac>,
            'view': <zope.app.pagetemplate.simpleviewclass.SimpleViewClass from 
/opt/Zope-3.2.1/lib/python/zope/app/applicationcontrol/browser/runtimeinfo.pt object 
at 0x41e7aeec>,
            'views': <zope.app.pagetemplate.viewpagetemplatefile.ViewMapper object 
at 0x41e7ae0c>}
   * Module zope.tales.expressions, line 205, in __call__
     return self._eval(econtext)
   * Module zope.tales.expressions, line 199, in _eval
     return ob()
   * Module zope.app.applicationcontrol.browser.runtimeinfo, line 46,
     in runtimeInfo
     formatted = self._getInfo(ri)
   * Module zope.app.applicationcontrol.browser.runtimeinfo, line 53,
     in _getInfo
     value = getattr(ri, "get" + name)()
   * Module zope.app.applicationcontrol.runtimeinfo, line 87, in
     getSystemPlatform
     for item in platform.uname():
   * Module platform, line 1007, in uname
     processor = _syscmd_uname('-p','')
   * Module platform, line 793, in _syscmd_uname
     output = string.strip(f.read())

IOError: [Errno 4] Interrupted system call


Finally this error generates 2 errors : "Object: <zope.app.folder.folder.Folder object at 0x405d74ac>, name: u'favicon.ico'"

Does that come from my Zope version ?

Sebastien

_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to