[Zope] Fw: Problem in starting the Zope Server

robert christophe christof.robert@wanadoo.fr
21 Jan 2003 23:14:55 +0100


Le mar 21/01/2003 =E0 17:08, AM a =E9crit :
> Well all the other errors seem to be recoverable. The last lines=20
> indicate that
>=20
> 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 bi=
nd
> error: (2, 'No such file or directory')
>=20
> Zserver is unable to create a PID file. Possibly you permissions to the=20
> var folder in INSTANCE_HOME are not set correctly.
>=20
> Allow zope to write to the folder and you should be able to start up at=20
> least.
>=20

There is a mailling list for CPS
http://www.nuxeo.com/cps/mailman/listinfo/cps-users


A ++

> hth
> AM
>=20
> Zope wrote:
>=20
> > =20
> > ----- Original Message -----
> > From: Dhira <mailto:dhira@stylusinc.com>
> > To: zope@zope.org <mailto:zope@zope.org>
> > Sent: Tuesday, January 21, 2003 5:17 PM
> > Subject: Problem in starting the Zope Server
> >
> > Hi All,
> > =20
> > I'm new to Zope and  using Zope 2.5.1. But due to some problem i'm not=20
> > able to start the zope server . I also have Nuxeo CPS running on this=20
> > sever . I get the following error when i try to start the server:
> > =20
> > [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 OpenOff=
ice
> > Traceback (most recent call last):
> >   File=20
> > "/Users/zope/Zope-2.5.1/Products/NuxDocument/plugins/__init__.py",=20
> > line 39, in loadPluginModule
> >     module =3D __import__(name, globals(), globals(), [])
> >   File=20
> > "/Users/zope/Zope-2.5.1/Products/NuxDocument/plugins/OpenOffice.py",=20
> > line 16, in ?
> >     checkCmd('xsltproc')
> >   File=20
> > "/Users/zope/Zope-2.5.1/Products/NuxDocument/plugins/plugin.py", line=20
> > 20, in checkCmd
> >     raise "Initialisation Error", "Command '%s' is missing" % cmd
> > Initialisation Error: Command 'xsltproc' is missing
> > =20
> > ------
> > 2003-01-21T09:36:32 ERROR(200) NuxDocument Error loading plugin RTF
> > Traceback (most recent call last):
> >   File=20
> > "/Users/zope/Zope-2.5.1/Products/NuxDocument/plugins/__init__.py",=20
> > line 39, in loadPluginModule
> >     module =3D __import__(name, globals(), globals(), [])
> >   File "/Users/zope/Zope-2.5.1/Products/NuxDocument/plugins/RTF.py",=20
> > line 8, in ?
> >     checkCmd('unrtf')
> >   File=20
> > "/Users/zope/Zope-2.5.1/Products/NuxDocument/plugins/plugin.py", line=20
> > 20, in checkCmd
> >     raise "Initialisation Error", "Command '%s' is missing" % cmd
> > Initialisation Error: Command 'unrtf' is missing
> > =20
> > ------
> > 2003-01-21T09:36:32 INFO(0) NuxCPSMembersPrivateArea Patching CMF=20
> > Default Membership Tool: PortalFolder -> Workgroup
> > ------
> > 2003-01-21T09:36:32 INFO(0) NuxUserGroups.BasicUserWithGroups Patching=20
> > BasicUser
> > ------
> > 2003-01-21T09:36:32 INFO(0) NuxUserGroups.LocalRolesWithGroups=20
> > Patching RoleManager
> > ------
> > 2003-01-21T09:36:32 INFO(0) NuxUserGroups.CatalogToolWithGroups=20
> > Patching CatalogTool
> > ------
> > 2003-01-21T09:36:32 PROBLEM(100) Init Ambiguous name for method of=20
> > Products.XMLDocument.XMLDocument.Document: "manage_editForm" !=3D=20
> > "manage_main"
> > ------
> > 2003-01-21T09:36:32 PROBLEM(100) Init Ambiguous name for method of=20
> > Products.XMLDocument.XMLDocument.Document: "manage_editForm" !=3D "mana=
ge"
> > ------
> > 2003-01-21T09:36:37 INFO(0) ZODB Opening database for mounting:=20
> > '142140560_1024563235.127461'
> > ------
> > 2003-01-21T09:36:37 INFO(0) ZODB Mounted database=20
> > '142140560_1024563235.127461' at /temp_folder
> > ------
> > 2003-01-21T09:36:38 PROBLEM(100) Init Ambiguous name for method of=20
> > Products.ParsedXML.ManageableDOM.DOMManageable: "manage_main" !=3D=20
> > "manage_DOMTree"
> > ------
> > 2003-01-21T09:36:38 INFO(0) ZServer HTTP server started at Tue Jan 21=20
> > 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=20
> > 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 __ini=
t__
> >   File /Users/zope/Zope-2.5.1/ZServer/medusa/asyncore.py, line 306, in=20
> > bind
> > error: (2, 'No such file or directory')
> > =20
> > I'll be really grateful if you could  tell me why exactly i'm getting=20
> > this error.
> > Thanks for your Help.
> > =20
> > Regards
> > Dhira
> > =20
> > =20
> > =20
> > =20
> > =20
> >
> > ---
> > 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
>=20
>=20
> --=20
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>  Aseem Mohanty							  =20
>  Neurobehavioral Systems Inc, 828 San Pablo Ave, Albany, CA 94706=20
>  (R) 510 7696011 (M) 510 3014871 (O) 510 5279231		  =09
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D								  =09
>  "I saw `cout' being shifted "Hello world" times to the left and =20
>   stopped right there!!"                        -- Steve Gonedes =20
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20
>=20
>=20
>=20
>=20
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -=20
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )