[Zope] Problem in starting the Zope Server
Chris Withers
chrisw@nipltd.com
Wed, 22 Jan 2003 12:53:35 +0000
[don't post in html]
Dhira wrote:
> raise "Initialisation Error", "Command '%s' is missing" % cmd
> Initialisation Error: Command 'xsltproc' is missing*
> raise "Initialisation Error", "Command '%s' is missing" % cmd
> Initialisation Error: Command 'unrtf' is missing*
It appears you need to install some external programs which contain executables
called 'xsltproc' and 'unrtf'.
> 2003-01-21T09:36:32 PROBLEM(100) Init Ambiguous name for method of
> Products.XMLDocument.XMLDocument.Document: "manage_editForm" !=
> "manage_main"
> ------
> 2003-01-21T09:36:32 PROBLEM(100) Init Ambiguous name for method of
> Products.XMLDocument.XMLDocument.Document: "manage_editForm" != "manage"
> 2003-01-21T09:36:38 PROBLEM(100) Init Ambiguous name for method of
> Products.ParsedXML.ManageableDOM.DOMManageable: "manage_main" !=
> "manage_DOMTree"
These are dodgy security assertions in the XMLDocument and ParsedXML Products.
The authors of these products needs to fix them.
> 2003-01-21T09:36:38 PANIC(300) z2 Startup exception
> Traceback (innermost last):
> File /Users/zope/Zope-2.5.1/z2.py, line 618, in ?
> File /Users/zope/Zope-2.5.1/ZServer/PCGIServer.py, line 275, in __init__
> File /Users/zope/Zope-2.5.1/ZServer/medusa/asyncore.py, line 306, in bind
> error: (2, 'No such file or directory')*
You are trying to start up a PCGI server through a file on disk. The path where
this file is supposed to exist cant' be found or created.
cheers,
Chris