List Info

Thread: Plone not showing up on Add list




Plone not showing up on Add list
user name
2006-03-17 00:44:18
Hi.
I've checked around and it seems like this is an unsolved
issue.  I'm  
running on:

Red Hat Enterprise Linux AS release 4 (Nahant Update 1)

After getting Python 2.4.2 and Zope 2.9.1 running and the
Plone and  
DocFinderTab products in the instance1/Products directory,
Plone  
doesn't showup on the Add list.

So, after finding a recent message on the topic I followed
your  
advice and I installed Python 2.3.5 and Zope 2.8.6final but
get some  
other errors as below, so right now I'm stuck and need some
help on  
debugging this.

[hellyjmagma ~]$ zopectl start
Traceback (most recent call last):
   File
"/usr/local/zope/lib/python/Zope2/Startup/zopectl.py&
quot;, line  
316, in ?
     main()
   File
"/usr/local/zope/lib/python/Zope2/Startup/zopectl.py&
quot;, line  
274, in main
     options.realize(args)
   File
"/usr/local/zope/lib/python/Zope2/Startup/zopectl.py&
quot;, line  
91, in realize
     ZDOptions.realize(self, *args, **kw)
   File
"/usr/local/zope/lib/python/zdaemon/zdoptions.py"
;, line 273,  
in realize
     self.load_schema()
   File
"/usr/local/zope/lib/python/zdaemon/zdoptions.py"
;, line 321,  
in load_schema
     self.schema = ZConfig.loadSchema(self.schemafile)
   File
"/usr/local/zope/lib/python/ZConfig/loader.py",
line 31, in  
loadSchema
     return SchemaLoader().loadURL(url)
   File
"/usr/local/zope/lib/python/ZConfig/loader.py",
line 65, in  
loadURL
     return self.loadResource(r)
   File
"/usr/local/zope/lib/python/ZConfig/loader.py",
line 159, in  
loadResource
     schema = ZConfig.schema.parseResource(resource, self)
   File
"/usr/local/zope/lib/python/ZConfig/schema.py",
line 27, in  
parseResource
     xml.sax.parse(resource.file, parser)
   File
"/usr/local/lib/python2.3/xml/sax/__init__.py",
line 33, in  
parse
     parser.parse(source)
   File
"/usr/local/lib/python2.3/xml/sax/expatreader.py"
;, line 107,  
in parse
     xmlreader.IncrementalParser.parse(self, source)
   File
"/usr/local/lib/python2.3/xml/sax/xmlreader.py",
line 123, in  
parse
     self.feed(buffer)
   File
"/usr/local/lib/python2.3/xml/sax/expatreader.py"
;, line 207,  
in feed
     self._parser.Parse(data, isFinal)
   File
"/usr/local/lib/python2.3/xml/sax/expatreader.py"
;, line 300,  
in start_element
     self._cont_handler.startElement(name,
AttributesImpl(attrs))
   File
"/usr/local/zope/lib/python/ZConfig/schema.py",
line 99, in  
startElement
     getattr(self, "start_" + name)(attrs)
   File
"/usr/local/zope/lib/python/ZConfig/schema.py",
line 475, in  
start_schema
     keytype, valuetype, datatype =
self.get_sect_typeinfo(attrs)
   File
"/usr/local/zope/lib/python/ZConfig/schema.py",
line 201, in  
get_sect_typeinfo
     datatype = self.get_datatype(attrs,
"datatype", "null", base)
   File
"/usr/local/zope/lib/python/ZConfig/schema.py",
line 194, in  
get_datatype
     return self._registry.get(dtname)
   File
"/usr/local/zope/lib/python/ZConfig/datatypes.py"
;, line 398,  
in get
     t = self.search(name)
   File
"/usr/local/zope/lib/python/ZConfig/datatypes.py"
;, line 423,  
in search
     package = __import__(n, g, g, component)
   File
"/usr/local/zope/lib/python/Zope2/Startup/datatypes.py
", line  
21, in ?
     import OFS.Uninstalled
   File
"/usr/local/zope/lib/python/OFS/Uninstalled.py",
line 16, in ?
     import  SimpleItem, Globals, Acquisition
   File
"/usr/local/zope/lib/python/OFS/SimpleItem.py",
line 26, in ?
     import AccessControl.Role, AccessControl.Owned,
App.Common
   File
"/usr/local/zope/lib/python/AccessControl/__init__.py
", line  
17, in ?
     from Implementation import setImplementation
   File
"/usr/local/zope/lib/python/AccessControl/Implementati
on.py",  
line 98, in ?
     setImplementation("C")
   File
"/usr/local/zope/lib/python/AccessControl/Implementati
on.py",  
line 51, in setImplementation
     from AccessControl import ImplC as impl
   File
"/usr/local/zope/lib/python/AccessControl/ImplC.py&qu
ot;, line 18,  
in ?
     from cAccessControl import rolesForPermissionOn, \
   File "/usr/local/zope/lib/python/AccessControl/ 
SimpleObjectPolicies.py", line 82, in ?
     from DocumentTemplate.DT_Util import TemplateDict
   File
"/usr/local/zope/lib/python/DocumentTemplate/__init__.
py",  
line 21, in ?
     from DocumentTemplate import String, File, HTML,
HTMLDefault,  
HTMLFile
   File "/usr/local/zope/lib/python/DocumentTemplate/ 
DocumentTemplate.py", line 112, in ?
     from DT_String import String, File
   File
"/usr/local/zope/lib/python/DocumentTemplate/DT_String
.py",  
line 19, in ?
     from DT_Util import ParseError, InstanceDict,
TemplateDict,  
render_blocks, str
   File
"/usr/local/zope/lib/python/DocumentTemplate/DT_Util.p
y",  
line 67, in ?
     from ZPublisher.TaintedString import TaintedString
   File
"/usr/local/zope/lib/python/ZPublisher/__init__.py&qu
ot;, line 24,  
in ?
     from Publish import publish_module, Retry
   File
"/usr/local/zope/lib/python/ZPublisher/Publish.py&quo
t;, line 20,  
in ?
     from Request import Request
   File
"/usr/local/zope/lib/python/ZPublisher/Request.py&quo
t;, line 13,  
in ?
     import HTTPRequest
   File
"/usr/local/zope/lib/python/ZPublisher/HTTPRequest.py
", line  
18, in ?
     from BaseRequest import BaseRequest
   File
"/usr/local/zope/lib/python/ZPublisher/BaseRequest.py
", line  
583, in ?
     itypes[set] = 0
NameError: name 'set' is not defined
[hellyjmagma ~]$

Cheers.
--------------
John Helly, University of California, San Diego
San Diego Supercomputer Center 9500 Gilman Dr. Mail Code
0527, La  
Jolla CA 92093-0505
Phone: Voice +01 760 840 8660 mobile / 760 943 0382 / 858
534 5060  /  
stonesteps (Skype) / stonesteps7 (iChat)
http://www.sdsc.edu/~hell
yj


_______________________________________________
Setup mailing list
Setuplists.plone.org
http://
lists.plone.org/mailman/listinfo/setup
Plone not showing up on Add list
user name
2006-03-17 15:19:38
I would pay little attention to the traceback as it may be a
knock-on 
effect of other things.

A few ideas :

Try Zope 2.8.5 perhaps.
Make absolutely sure your python (when building, and runing,
Zope) is 
pointing at the 2.3.5 version, not Red Hat's 2.4.2.
Make sure its a totally fresh installation of Zope, no old
Data.fs 
hanging around.
Make sure the Plone tarball is untar-ed into your Zope
Products 
directory and is readable / sensible ownership.

Some of this is a bit obvious , no offence meant.  

Hope that helps,
Cheers
Nick

_______________________________________________
Setup mailing list
Setuplists.plone.org
http://
lists.plone.org/mailman/listinfo/setup
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )