[Zope] Re: Zope restart fails

2005-10-03 Thread George Donnelly

John Poltorak wrote:

running 'sh zopectl start' appears to work but then Zope quickly falls 
over.



try ./runzope and tell us what happens.

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

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


Re: [Zope] Restart button in Control Panel

2005-04-19 Thread Milos Prudek
I don't think that debug mode has anything to do with it. Rather, if 
Correct. i have debug mode off, no Restart button.
you're using runzope it's not running in daemon mode, and so cannot 
restart. Run it as a service with 'zopectl start' and you'll have a 
Restart button.
Correct again. Thank you JCC.
--
Milos Prudek
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Restart button in Control Panel

2005-04-18 Thread Jake
You are starting it in Debug mode, which means it will not allow for the
restart button.

/etc/zope.conf (edit debug mode)

Also, try running it with:

/bin/zopectl start 

Jake
-- 
http://www.ZopeZone.com


Milos Prudek said:
 Is it possible to have the Restart button in ZMI Control Panel? I only
 have Shutdown. What controls this? I start my Zope instance with
 instance/bin/runzope .

 I use Zope 2.7.4.

 --
 Milos Prudek
 http://www.spoxdesign.com - your web usability testing
 ___
 Zope maillist  -  Zope@zope.org
 http://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope-dev )



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


Re: [Zope] Restart button in Control Panel

2005-04-18 Thread J Cameron Cooper
Jake wrote:
You are starting it in Debug mode, which means it will not allow for the
restart button.
/etc/zope.conf (edit debug mode)
Also, try running it with:
/bin/zopectl start 
I don't think that debug mode has anything to do with it. Rather, if 
you're using runzope it's not running in daemon mode, and so cannot 
restart. Run it as a service with 'zopectl start' and you'll have a 
Restart button.

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


Re: [Zope] Restart...

2000-12-04 Thread Cees de Groot

I said:
I'll probably start experimenting with ZEO and IDLE and a way to get 
unrestricted Python code into ZODB. Smalltalk kicks ass, and Zope is only that 
far from becoming a superset of it.


I did a quick hack that might be interesting to take a look at. I posted
it on zope-dev, here's the link:
  http://lists.zope.org/pipermail/zope-dev/2000-December/008164.html

Basically it's a quick hack to let you browse Zope's ZODB from within
IDLE. The next steps I'm thinking about is see whether tkhtml works
with Tkinter (anyone?) and if yes, open tkhtml windows as a double
click action on the DB browser tree (with communication, if possible,
through Python and not through HTTP).

I'm aware of the (stalled?) Zope-devenv-under- mozilla project. The
approach by extending IDLE seems much simpler to me, and I think Zope
really needs a decent development environment in order to move from
useful to insanely useful - I did a pilot project with Zope last week
(http://domein.worldsites.be), and while I am not unhappy with the 
result as a producer, I am very unhappy with the result as a software
engineer. Zope needs an IDE and a decent versioning system (the current
CVS project is a good start, but as far as I can see it at the moment
too cumbersome to be practical), and until that time I fear I'll 
have do all my work in Python (maybe with Webware, it seems decent
enough and has better support, through its single-shot adapter, for
development-time work in Python).


-- 
Cees de Groot   http://www.cdegroot.com [EMAIL PROTECTED]
GnuPG 1024D/E0989E8B 0016 F679 F38D 5946 4ECD  1986 F303 937F E098 9E8B

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )