conga: problems getting luci up and running

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi All,

I'm trying to install Luci on a Fedora Core 6 in order to manage ricci's installed in Fedora 7 machines.
This is the problem I'm getting trying to get luci up and running:
Any help is really appreciated!!!!
Thanks :)

Installation procedure:

yum install zope plone
zopectl adduser username password
service zope start
/usr/sbin/luci_admin password [password_string]
service luci start

System config:

Zope Version - (Zope 2.10.5-final, python 2.4.4, linux2)
Python Version - 2.4.4 (#1, Oct 23 2006, 13:58:00) [GCC 4.1.1 20061011 (Red Hat 4.1.1-30)]
System Platform - uname -r: 2.6.18-1.2798.fc6
Network Services - ZServer.HTTPServer.zhttp_server (Port: 8080)


When I go to http://localhost:8080 and http://localhost:8080/manage everything looks fine

When i go to https://localhost:8084 these are the error messages I get

Z2.log:

127.0.0.1 - Anonymous [03/Dec/2007:16:14:22 +0100] "GET / HTTP/1.1" 200 358 "" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11" 127.0.0.1 - Anonymous [03/Dec/2007:16:14:22 +0100] "GET /luci/homebase HTTP/1.1" 302 742 "" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11" 127.0.0.1 - Anonymous [03/Dec/2007:16:14:22 +0100] "GET /luci/acl_users/credentials_cookie_auth/require_login?came_from=https://192.168.0.115:8084/luci/homebase/index_html HTTP/1.1" 500 4766 "" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11"


event.log:

------
2007-12-03T16:23:38 ERROR root Exception while rendering an error message
Traceback (most recent call last):
File "/usr/lib/zope/lib/python/OFS/SimpleItem.py", line 227, in raise_standardErrorMessage
   v = s(**kwargs)
File "/usr/lib/zope/lib/python/Products/CMFCore/FSPythonScript.py", line 140, in __call__
   return Script.__call__(self, *args, **kw)
File "/usr/lib/zope/lib/python/Shared/DC/Scripts/Bindings.py", line 313, in __call__
   return self._bindAndExec(args, kw, None)
File "/usr/lib/zope/lib/python/Shared/DC/Scripts/Bindings.py", line 350, in _bindAndExec
   return self._exec(bound_data, args, kw)
File "/usr/lib/zope/lib/python/Products/CMFCore/FSPythonScript.py", line 196, in _exec
   result = f(*args, **kw)
 File "Script (Python)", line 34, in standard_error_message
File "/usr/lib/zope/lib/python/Shared/DC/Scripts/Bindings.py", line 313, in __call__
   return self._bindAndExec(args, kw, None)
File "/usr/lib/zope/lib/python/Shared/DC/Scripts/Bindings.py", line 350, in _bindAndExec
   return self._exec(bound_data, args, kw)
File "/usr/lib/zope/lib/python/Products/CMFCore/FSPageTemplate.py", line 216, in _exec
   result = self.pt_render(extra_context=bound_names)
File "/usr/lib/zope/lib/python/Products/CMFCore/FSPageTemplate.py", line 155, in pt_render
   result = FSPageTemplate.inheritedAttribute('pt_render')(
File "/usr/lib/zope/lib/python/Products/PageTemplates/PageTemplate.py", line 89, in pt_render
   return super(PageTemplate, self).pt_render(c, source=source)
File "/usr/lib/zope/lib/python/zope/pagetemplate/pagetemplate.py", line 117, in pt_render
   strictinsert=0, sourceAnnotations=sourceAnnotations)()
File "/usr/lib/zope/lib/python/zope/tal/talinterpreter.py", line 271, in __call__
   self.interpret(self.program)
File "/usr/lib/zope/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
   handlers[opcode](self, args)
File "/usr/lib/zope/lib/python/zope/tal/talinterpreter.py", line 891, in do_useMacro
   self.interpret(macro)
File "/usr/lib/zope/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
   handlers[opcode](self, args)
File "/usr/lib/zope/lib/python/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
   self.do_optTag(stuff)
File "/usr/lib/zope/lib/python/zope/tal/talinterpreter.py", line 521, in do_optTag
   return self.no_tag(start, program)
File "/usr/lib/zope/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
   self.interpret(program)
File "/usr/lib/zope/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
   handlers[opcode](self, args)
File "/usr/lib/zope/lib/python/zope/tal/talinterpreter.py", line 870, in do_useMacro
   macro = self.engine.evaluateMacro(macroExpr)
 File "/usr/lib/zope/lib/python/zope/tales/tales.py", line 696, in evaluate
   return expression(self)
File "/usr/lib/zope/lib/python/zope/tales/expressions.py", line 217, in __call__
   return self._eval(econtext)
File "/usr/lib/zope/lib/python/Products/PageTemplates/Expressions.py", line 153, in _eval
   ob = self._subexprs[-1](econtext)
File "/usr/lib/zope/lib/python/zope/tales/expressions.py", line 124, in _eval
   ob = self._traverser(ob, element, econtext)
File "/usr/lib/zope/lib/python/Products/PageTemplates/Expressions.py", line 80, in boboAwareZopeTraverse
   object = object.restrictedTraverse(name)
File "/usr/lib/zope/lib/python/OFS/Traversable.py", line 301, in restrictedTraverse
   return self.unrestrictedTraverse(path, default, restricted=True)
File "/usr/lib/zope/lib/python/OFS/Traversable.py", line 284, in unrestrictedTraverse
   raise e
KeyError: 'header'
------
2007-12-03T16:23:39 ERROR Zope.SiteErrorLog https://192.168.0.115:8084/luci/acl_users/credentials_cookie_auth/require_login
Traceback (innermost last):
 Module ZPublisher.Publish, line 119, in publish
 Module ZPublisher.mapply, line 88, in mapply
 Module ZPublisher.Publish, line 42, in call_object
 Module Products.CMFCore.FSPythonScript, line 140, in __call__
 Module Shared.DC.Scripts.Bindings, line 313, in __call__
 Module Shared.DC.Scripts.Bindings, line 350, in _bindAndExec
 Module Products.CMFCore.FSPythonScript, line 196, in _exec
 Module None, line 10, in require_login
- <FSPythonScript at /luci/require_login used for /luci/acl_users/credentials_cookie_auth>
  - Line 10
Module Products.CMFFormController.ControllerPageTemplate, line 74, in __call__ Module Products.CMFFormController.BaseControllerPageTemplate, line 31, in _call
 Module Shared.DC.Scripts.Bindings, line 313, in __call__
 Module Shared.DC.Scripts.Bindings, line 350, in _bindAndExec
 Module Products.PageTemplates.ZopePageTemplate, line 330, in _exec
 Module Products.PageTemplates.ZopePageTemplate, line 426, in pt_render
 Module Products.PageTemplates.PageTemplate, line 89, in pt_render
 Module zope.pagetemplate.pagetemplate, line 117, in pt_render
  - Warning: Macro expansion failed
  - Warning: exceptions.KeyError: 'header'
 Module zope.tal.talinterpreter, line 271, in __call__
 Module zope.tal.talinterpreter, line 346, in interpret
 Module zope.tal.talinterpreter, line 891, in do_useMacro
 Module zope.tal.talinterpreter, line 346, in interpret
 Module zope.tal.talinterpreter, line 536, in do_optTag_tal
 Module zope.tal.talinterpreter, line 521, in do_optTag
 Module zope.tal.talinterpreter, line 516, in no_tag
 Module zope.tal.talinterpreter, line 346, in interpret
 Module zope.tal.talinterpreter, line 891, in do_useMacro
 Module zope.tal.talinterpreter, line 346, in interpret
 Module zope.tal.talinterpreter, line 586, in do_setLocal_tal
 Module zope.tales.tales, line 696, in evaluate
  - URL: global_defines
  - Line 8, Column 0
  - Expression: <PathExpr standard:u'plone_view/globalize'>
  - Names:
     {'container': <PloneSite at /luci>,
      'context': <PloneSite at /luci>,
      'default': <object object at 0xb7f4c528>,
      'here': <PloneSite at /luci>,
      'loop': {},
      'nothing': None,
      'options': {'args': (),
'state': <Products.CMFFormController.ControllerState.ControllerState object at 0xd6f14ac>}, 'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0xd6f118c>, 'request': <HTTPRequest, URL=https://192.168.0.115:8084/luci/acl_users/credentials_cookie_auth/require_login>,
      'root': <Application at >,
      'template': <ControllerPageTemplate at /luci/login_form>,
      'traverse_subpath': [],
      'user': <SpecialUser 'Anonymous User'>}
 Module zope.tales.expressions, line 217, in __call__
 Module Products.PageTemplates.Expressions, line 161, in _eval
 Module Products.PageTemplates.Expressions, line 123, in render
 Module Products.CMFPlone.browser.ploneview, line 68, in globalize
 Module Products.CMFPlone.browser.ploneview, line 133, in _initializeData
 Module Products.CMFPlone.browser.ploneview, line 515, in have_portlets
 Module zope.component._api, line 207, in getUtility
ComponentLookupError: (<InterfaceClass plone.portlets.interfaces.IPortletManager>, 'plone.leftcolumn')
------
2007-12-03T16:23:39 ERROR root Exception while rendering an error message
Traceback (most recent call last):
File "/usr/lib/zope/lib/python/OFS/SimpleItem.py", line 227, in raise_standardErrorMessage
   v = s(**kwargs)
File "/usr/lib/zope/lib/python/Products/CMFCore/FSPythonScript.py", line 140, in __call__
   return Script.__call__(self, *args, **kw)
File "/usr/lib/zope/lib/python/Shared/DC/Scripts/Bindings.py", line 313, in __call__
   return self._bindAndExec(args, kw, None)
File "/usr/lib/zope/lib/python/Shared/DC/Scripts/Bindings.py", line 350, in _bindAndExec
   return self._exec(bound_data, args, kw)
File "/usr/lib/zope/lib/python/Products/CMFCore/FSPythonScript.py", line 196, in _exec
   result = f(*args, **kw)
 File "Script (Python)", line 34, in standard_error_message
File "/usr/lib/zope/lib/python/Shared/DC/Scripts/Bindings.py", line 313, in __call__
   return self._bindAndExec(args, kw, None)
File "/usr/lib/zope/lib/python/Shared/DC/Scripts/Bindings.py", line 350, in _bindAndExec
   return self._exec(bound_data, args, kw)
File "/usr/lib/zope/lib/python/Products/CMFCore/FSPageTemplate.py", line 216, in _exec
   result = self.pt_render(extra_context=bound_names)
File "/usr/lib/zope/lib/python/Products/CMFCore/FSPageTemplate.py", line 155, in pt_render
   result = FSPageTemplate.inheritedAttribute('pt_render')(
File "/usr/lib/zope/lib/python/Products/PageTemplates/PageTemplate.py", line 89, in pt_render
   return super(PageTemplate, self).pt_render(c, source=source)
File "/usr/lib/zope/lib/python/zope/pagetemplate/pagetemplate.py", line 117, in pt_render
   strictinsert=0, sourceAnnotations=sourceAnnotations)()
File "/usr/lib/zope/lib/python/zope/tal/talinterpreter.py", line 271, in __call__
   self.interpret(self.program)
File "/usr/lib/zope/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
   handlers[opcode](self, args)
File "/usr/lib/zope/lib/python/zope/tal/talinterpreter.py", line 891, in do_useMacro
   self.interpret(macro)
File "/usr/lib/zope/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
   handlers[opcode](self, args)
File "/usr/lib/zope/lib/python/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
   self.do_optTag(stuff)
File "/usr/lib/zope/lib/python/zope/tal/talinterpreter.py", line 521, in do_optTag
   return self.no_tag(start, program)
File "/usr/lib/zope/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
   self.interpret(program)
File "/usr/lib/zope/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
   handlers[opcode](self, args)
File "/usr/lib/zope/lib/python/zope/tal/talinterpreter.py", line 870, in do_useMacro
   macro = self.engine.evaluateMacro(macroExpr)
 File "/usr/lib/zope/lib/python/zope/tales/tales.py", line 696, in evaluate
   return expression(self)
File "/usr/lib/zope/lib/python/zope/tales/expressions.py", line 217, in __call__
   return self._eval(econtext)
File "/usr/lib/zope/lib/python/Products/PageTemplates/Expressions.py", line 153, in _eval
   ob = self._subexprs[-1](econtext)
File "/usr/lib/zope/lib/python/zope/tales/expressions.py", line 124, in _eval
   ob = self._traverser(ob, element, econtext)
File "/usr/lib/zope/lib/python/Products/PageTemplates/Expressions.py", line 80, in boboAwareZopeTraverse
   object = object.restrictedTraverse(name)
File "/usr/lib/zope/lib/python/OFS/Traversable.py", line 301, in restrictedTraverse
   return self.unrestrictedTraverse(path, default, restricted=True)
File "/usr/lib/zope/lib/python/OFS/Traversable.py", line 284, in unrestrictedTraverse
   raise e
KeyError: 'header'


Pedro Bandim Faustino
email/sip: pedro.faustino@xxxxxxx

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

--
Linux-cluster mailing list
Linux-cluster@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/linux-cluster

[Index of Archives]     [Corosync Cluster Engine]     [GFS]     [Linux Virtualization]     [Centos Virtualization]     [Centos]     [Linux RAID]     [Fedora Users]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite Camping]

  Powered by Linux