[Zope] Problem in starting the Zope Server

Dhira dhira@stylusinc.com
Tue, 21 Jan 2003 17:17:22 +0530


This is a multi-part message in MIME format.

------=_NextPart_000_02C0_01C2C170.F5EC57C0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi All,

I'm new to Zope and  using Zope 2.5.1. But due to some problem i'm not =
able to start the zope server . I also have Nuxeo CPS running on this =
sever . I get the following error when i try to start the server:

[zope@apollo Zope-2.5.1]$ ./start &
[1] 22112
[zope@apollo Zope-2.5.1]$ ------
2003-01-21T09:36:32 INFO(0) NuxExtendedWorkflow Patching WorkflowTool
------
2003-01-21T09:36:32 ERROR(200) NuxDocument Error loading plugin =
OpenOffice
Traceback (most recent call last):
  File =
"/Users/zope/Zope-2.5.1/Products/NuxDocument/plugins/__init__.py", line =
39, in loadPluginModule
    module =3D __import__(name, globals(), globals(), [])
  File =
"/Users/zope/Zope-2.5.1/Products/NuxDocument/plugins/OpenOffice.py", =
line 16, in ?
    checkCmd('xsltproc')
  File "/Users/zope/Zope-2.5.1/Products/NuxDocument/plugins/plugin.py", =
line 20, in checkCmd
    raise "Initialisation Error", "Command '%s' is missing" % cmd
Initialisation Error: Command 'xsltproc' is missing

------
2003-01-21T09:36:32 ERROR(200) NuxDocument Error loading plugin RTF
Traceback (most recent call last):
  File =
"/Users/zope/Zope-2.5.1/Products/NuxDocument/plugins/__init__.py", line =
39, in loadPluginModule
    module =3D __import__(name, globals(), globals(), [])
  File "/Users/zope/Zope-2.5.1/Products/NuxDocument/plugins/RTF.py", =
line 8, in ?
    checkCmd('unrtf')
  File "/Users/zope/Zope-2.5.1/Products/NuxDocument/plugins/plugin.py", =
line 20, in checkCmd
    raise "Initialisation Error", "Command '%s' is missing" % cmd
Initialisation Error: Command 'unrtf' is missing

------
2003-01-21T09:36:32 INFO(0) NuxCPSMembersPrivateArea Patching CMF =
Default Membership Tool: PortalFolder -> Workgroup
------
2003-01-21T09:36:32 INFO(0) NuxUserGroups.BasicUserWithGroups Patching =
BasicUser
------
2003-01-21T09:36:32 INFO(0) NuxUserGroups.LocalRolesWithGroups Patching =
RoleManager
------
2003-01-21T09:36:32 INFO(0) NuxUserGroups.CatalogToolWithGroups Patching =
CatalogTool
------
2003-01-21T09:36:32 PROBLEM(100) Init Ambiguous name for method of =
Products.XMLDocument.XMLDocument.Document: "manage_editForm" !=3D =
"manage_main"
------
2003-01-21T09:36:32 PROBLEM(100) Init Ambiguous name for method of =
Products.XMLDocument.XMLDocument.Document: "manage_editForm" !=3D =
"manage"
------
2003-01-21T09:36:37 INFO(0) ZODB Opening database for mounting: =
'142140560_1024563235.127461'
------
2003-01-21T09:36:37 INFO(0) ZODB Mounted database =
'142140560_1024563235.127461' at /temp_folder
------
2003-01-21T09:36:38 PROBLEM(100) Init Ambiguous name for method of =
Products.ParsedXML.ManageableDOM.DOMManageable: "manage_main" !=3D =
"manage_DOMTree"
------
2003-01-21T09:36:38 INFO(0) ZServer HTTP server started at Tue Jan 21 =
15:06:38 2003
        Hostname: apollo.stylus.local
        Port: 8080
------
2003-01-21T09:36:38 INFO(0) ZServer FTP server started at Tue Jan 21 =
15:06:38 2003
        Hostname: apollo.stylus.local
        Port: 8021
------
2003-01-21T09:36:38 ERROR(200) ZServer Cannot write PID file.
------
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')

I'll be really grateful if you could  tell me why exactly i'm getting =
this error.
Thanks for your Help.

Regards
Dhira






---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.435 / Virus Database: 244 - Release Date: 12/30/2002

------=_NextPart_000_02C0_01C2C170.F5EC57C0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2716.2200" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi All,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I'm new to Zope and &nbsp;using Zope =
2.5.1. But due=20
to some problem i'm not able to start the zope server . I also have =
Nuxeo CPS=20
running on this sever . I get the following error when i try to start =
the=20
server:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><STRONG>[zope@apollo Zope-2.5.1]$ =
./start=20
&amp;<BR>[1] 22112<BR>[zope@apollo Zope-2.5.1]$ =
------<BR>2003-01-21T09:36:32=20
INFO(0) NuxExtendedWorkflow Patching=20
WorkflowTool<BR>------<BR>2003-01-21T09:36:32 ERROR(200) NuxDocument =
Error=20
loading plugin OpenOffice<BR>Traceback (most recent call =
last):<BR>&nbsp; File=20
"/Users/zope/Zope-2.5.1/Products/NuxDocument/plugins/__init__.py", line =
39, in=20
loadPluginModule<BR>&nbsp;&nbsp;&nbsp; module =3D __import__(name, =
globals(),=20
globals(), [])<BR>&nbsp; File=20
"/Users/zope/Zope-2.5.1/Products/NuxDocument/plugins/OpenOffice.py", =
line 16, in=20
?<BR>&nbsp;&nbsp;&nbsp; checkCmd('xsltproc')<BR>&nbsp; File=20
"/Users/zope/Zope-2.5.1/Products/NuxDocument/plugins/plugin.py", line =
20, in=20
checkCmd<BR>&nbsp;&nbsp;&nbsp; raise "Initialisation Error", "Command =
'%s' is=20
missing" % cmd<BR>Initialisation Error: Command 'xsltproc' is=20
missing</STRONG></FONT></DIV>
<DIV><STRONG></STRONG>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><STRONG>------<BR>2003-01-21T09:36:32 =
ERROR(200)=20
NuxDocument Error loading plugin RTF<BR>Traceback (most recent call=20
last):<BR>&nbsp; File=20
"/Users/zope/Zope-2.5.1/Products/NuxDocument/plugins/__init__.py", line =
39, in=20
loadPluginModule<BR>&nbsp;&nbsp;&nbsp; module =3D __import__(name, =
globals(),=20
globals(), [])<BR>&nbsp; File=20
"/Users/zope/Zope-2.5.1/Products/NuxDocument/plugins/RTF.py", line 8, in =

?<BR>&nbsp;&nbsp;&nbsp; checkCmd('unrtf')<BR>&nbsp; File=20
"/Users/zope/Zope-2.5.1/Products/NuxDocument/plugins/plugin.py", line =
20, in=20
checkCmd<BR>&nbsp;&nbsp;&nbsp; raise "Initialisation Error", "Command =
'%s' is=20
missing" % cmd<BR>Initialisation Error: Command 'unrtf' is=20
missing</STRONG></FONT></DIV>
<DIV><STRONG></STRONG>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><STRONG>------<BR>2003-01-21T09:36:32 =
INFO(0)=20
NuxCPSMembersPrivateArea Patching CMF Default Membership Tool: =
PortalFolder=20
-&gt; Workgroup<BR>------<BR>2003-01-21T09:36:32 INFO(0)=20
NuxUserGroups.BasicUserWithGroups Patching=20
BasicUser<BR>------<BR>2003-01-21T09:36:32 INFO(0)=20
NuxUserGroups.LocalRolesWithGroups Patching=20
RoleManager<BR>------<BR>2003-01-21T09:36:32 INFO(0)=20
NuxUserGroups.CatalogToolWithGroups Patching=20
CatalogTool<BR>------<BR>2003-01-21T09:36:32 PROBLEM(100) Init Ambiguous =
name=20
for method of Products.XMLDocument.XMLDocument.Document: =
"manage_editForm" !=3D=20
"manage_main"<BR>------<BR>2003-01-21T09:36:32 PROBLEM(100) Init =
Ambiguous name=20
for method of Products.XMLDocument.XMLDocument.Document: =
"manage_editForm" !=3D=20
"manage"<BR>------<BR>2003-01-21T09:36:37 INFO(0) ZODB Opening database =
for=20
mounting: '142140560_1024563235.127461'<BR>------<BR>2003-01-21T09:36:37 =
INFO(0)=20
ZODB Mounted database '142140560_1024563235.127461' at=20
/temp_folder<BR>------<BR>2003-01-21T09:36:38 PROBLEM(100) Init =
Ambiguous name=20
for method of Products.ParsedXML.ManageableDOM.DOMManageable: =
"manage_main" !=3D=20
"manage_DOMTree"<BR>------<BR>2003-01-21T09:36:38 INFO(0) ZServer HTTP =
server=20
started at Tue Jan 21 15:06:38=20
2003<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hostname:=20
apollo.stylus.local<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Port:=20
8080<BR>------<BR>2003-01-21T09:36:38 INFO(0) ZServer FTP server started =
at Tue=20
Jan 21 15:06:38 2003<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
Hostname:=20
apollo.stylus.local<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Port:=20
8021<BR>------<BR>2003-01-21T09:36:38 ERROR(200) ZServer Cannot write =
PID=20
file.<BR>------<BR>2003-01-21T09:36:38 PANIC(300) z2 Startup=20
exception<BR>Traceback (innermost last):<BR>&nbsp; File=20
/Users/zope/Zope-2.5.1/z2.py, line 618, in ?<BR>&nbsp; File=20
/Users/zope/Zope-2.5.1/ZServer/PCGIServer.py, line 275, in =
__init__<BR>&nbsp;=20
File /Users/zope/Zope-2.5.1/ZServer/medusa/asyncore.py, line 306, in=20
bind<BR>error: (2, 'No such file or directory')</STRONG></FONT></DIV>
<DIV><STRONG><FONT face=3DArial size=3D2></FONT></STRONG>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I'll be really grateful if you could =
&nbsp;tell me=20
why exactly i'm getting this error.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Thanks for your Help.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Regards</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Dhira</FONT></DIV>
<DIV><STRONG><FONT face=3DArial size=3D2></FONT></STRONG>&nbsp;</DIV>
<DIV><STRONG><FONT face=3DArial size=3D2></FONT></STRONG><STRONG><FONT =
face=3DArial=20
size=3D2></FONT></STRONG>&nbsp;</DIV>
<DIV><STRONG></STRONG>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><BR>---<BR>Outgoing mail is certified =
Virus=20
Free.<BR>Checked by AVG anti-virus system (<A=20
href=3D"http://www.grisoft.com">http://www.grisoft.com</A>).<BR>Version: =
6.0.435 /=20
Virus Database: 244 - Release Date: =
12/30/2002</FONT></DIV></BODY></HTML>

------=_NextPart_000_02C0_01C2C170.F5EC57C0--