-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Brian Myers wrote:
> When I run sudo /etc/init.d/zope3 start
> 
> I get the following:
> * Zope3: starting main_instance instance                                      
>                 [OK]
> 
> z3.log has not been updated, and the instance has not started. I do  
> notice that the old entries in the z3.log file do list the port and it  
> is 9673. But going to http://<machine's ip>:9673 finds no server, and  
> port scanning the machine does not find 9673 (or 8080) open. The ps  
> command shows no zope or python related process running.

The init.d script must be pointing to your instance's 'zopectl', and it
runs it in "daemon" mode, with no console output.  Can you run that
directly in the foreground?  E.g.:

 /path/to/zope/instance/bin/zopectl fg

That should show you whatever error is keeping your instance from starting.


Tres.
- --
===================================================================
Tres Seaver          +1 540-429-0999          tsea...@palladion.com
Palladion Software   "Excellence by Design"    http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkrcZcEACgkQ+gerLs4ltQ6YKACZAfDQ/xwVu0tnd+bj7LcifGt8
1sgAoK8AviXe+Xo7tk9Y1Aa4Vbiv6ZZU
=+pVX
-----END PGP SIGNATURE-----

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

Reply via email to