[Zope] Fw: Problem in starting the Zope Server

Zope zope@stylusinc.net
Wed, 22 Jan 2003 12:46:52 +0530


Thank you so much for your help . Now I'm able to start the  zope sever and
work . I checked the permissions to the var folder but that was ok. There
was some problem with in starting the PCGI server, I strated the server with
following option:

[zope@apollo Zope-2.5.1]$ ./start -f - -p -

i.e disabling the FTP and PCGI sever, and it worked .

Thanks once again

Regards
Dhira


----- Original Message -----
From: "AM" <list_subscriber@neurobs.com>
To: "Zope" <zope@stylusinc.net>
Cc: <zope@zope.org>
Sent: Tuesday, January 21, 2003 9:38 PM
Subject: Re: [Zope] Fw: Problem in starting the Zope Server


> Well all the other errors seem to be recoverable. The last lines
> indicate that
>
> 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')
>
> Zserver is unable to create a PID file. Possibly you permissions to the
> var folder in INSTANCE_HOME are not set correctly.
>
> Allow zope to write to the folder and you should be able to start up at
> least.
>
> hth
> AM
>
> Zope wrote:
>
> >
> > ----- 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,
> >
> > 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 = __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 = __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" !=
> > "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: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" !=
> > "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
>
>
> --
> ==================================================================
>  Aseem Mohanty
>  Neurobehavioral Systems Inc, 828 San Pablo Ave, Albany, CA 94706
>  (R) 510 7696011 (M) 510 3014871 (O) 510 5279231
> ==================================================================
>  "I saw `cout' being shifted "Hello world" times to the left and
>   stopped right there!!"                        -- Steve Gonedes
> ==================================================================
>
>
>
>


---
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