Re: [Zope-dev] Cannot run zopectl fg on Zope trunk

2007-03-17 Thread Martijn Pieters

On 3/17/07, Andreas Jung <[EMAIL PROTECTED]> wrote:

> currently after a make clean; make inplace; make instance -d
> $INSTANCE_HOME; cd $INSTANCE_HOME, zopectl fg fails with:

works for me.


Looks like make clean is not complete; after a fresh checkout and
build, Zope now starts just fine.

--
Martijn Pieters
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Cannot run zopectl fg on Zope trunk

2007-03-17 Thread Andreas Jung



--On 17. März 2007 17:56:42 +0100 Martijn Pieters <[EMAIL PROTECTED]> wrote:


currently after a make clean; make inplace; make instance -d
$INSTANCE_HOME; cd $INSTANCE_HOME, zopectl fg fails with:



works for me.

Andreas

pgpS1OkFiCzWk.pgp
Description: PGP signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Cannot run zopectl fg on Zope trunk

2007-03-17 Thread Martijn Pieters

currently after a make clean; make inplace; make instance -d
$INSTANCE_HOME; cd $INSTANCE_HOME, zopectl fg fails with:

$ bin/zopectl fg
Traceback (most recent call last):
 File "/Users/mj/Development/SVN/Zope/lib/python/Zope2/Startup/zopectl.py",
line 322, in ?
   main()
 File "/Users/mj/Development/SVN/Zope/lib/python/Zope2/Startup/zopectl.py",
line 281, in main
   c = ZopeCmd(options)
 File "/Users/mj/Development/SVN/Zope/lib/python/zdaemon/zdctl.py",
line 141, in __init__
   for k, v in options.configroot.environment.mapping.items():
AttributeError: 'dict' object has no attribute 'mapping'

--
Martijn Pieters
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )