[Setup] 4.1b2: http requests to non-themed site works for one theme but not the other

hydrostarr2 plone.org at hydrostarr.com
Sat Sep 24 05:20:33 UTC 2011


A little birdie tipped me to running the client1 and client2 in foreground to
see if this is a theme problem (I'm running zeocluster).  First, noting
pertinent buildout.cfg section:

<buildout.cfg>
############################################
# Ports
# -----
# Specify the ports on which your Zope installation
# will listen.
# ZEO Server
zeo-address = 127.0.0.1:8100
# Zope client 1
http-address = 8080
# Zope client 2
client2-address = 8081
</buildout.cfg>

Are the following sessions enlightening?


plone /usr/.../zeocluster/bin$ ./client1 fg
2011-09-23 23:40:40 INFO ZServer HTTP server started at Fri Sep 23 23:40:40
2011
	Hostname: 0.0.0.0
	Port: 8080
2011-09-23 23:40:42 INFO ZEO.ClientStorage zeostorage ClientStorage
(pid=8519) created RW/normal for storage: '1'
2011-09-23 23:40:42 INFO ZEO.cache created temporary cache file '<fdopen>'
2011-09-23 23:40:42 WARNING ZEO.zrpc (8519) CW: error connecting to
('127.0.0.1', 8100): ECONNREFUSED
2011-09-23 23:40:42 WARNING ZEO.zrpc (8519) CW: error connecting to
('127.0.0.1', 8100): ECONNREFUSED
2011-09-23 23:40:42 WARNING ZEO.zrpc (8519) CW: error connecting to
('127.0.0.1', 8100): ECONNREFUSED
2011-09-23 23:40:47 WARNING ZEO.zrpc (8519) CW: error connecting to
('127.0.0.1', 8100): ECONNREFUSED
2011-09-23 23:40:47 WARNING ZEO.zrpc (8519) CW: error connecting to
('127.0.0.1', 8100): ECONNREFUSED
2011-09-23 23:40:47 WARNING ZEO.zrpc (8519) CW: error connecting to
('127.0.0.1', 8100): ECONNREFUSED
2011-09-23 23:40:57 WARNING ZEO.zrpc (8519) CW: error connecting to
('127.0.0.1', 8100): ECONNREFUSED
2011-09-23 23:40:57 WARNING ZEO.zrpc (8519) CW: error connecting to
('127.0.0.1', 8100): ECONNREFUSED
[...above repeated...]


plone /usr/.../zeocluster/bin$ ./client2 fg
2011-09-23 23:49:32 INFO ZServer HTTP server started at Fri Sep 23 23:49:32
2011
	Hostname: 0.0.0.0
	Port: 8081
2011-09-23 23:49:34 INFO ZEO.ClientStorage zeostorage ClientStorage
(pid=8555) created RW/normal for storage: '1'
2011-09-23 23:49:34 INFO ZEO.cache created temporary cache file '<fdopen>'
2011-09-23 23:49:34 WARNING ZEO.zrpc (8555) CW: error connecting to
('127.0.0.1', 8100): ECONNREFUSED
2011-09-23 23:49:34 WARNING ZEO.zrpc (8555) CW: error connecting to
('127.0.0.1', 8100): ECONNREFUSED
2011-09-23 23:49:34 WARNING ZEO.zrpc (8555) CW: error connecting to
('127.0.0.1', 8100): ECONNREFUSED
2011-09-23 23:49:39 WARNING ZEO.zrpc (8555) CW: error connecting to
('127.0.0.1', 8100): ECONNREFUSED
2011-09-23 23:49:39 WARNING ZEO.zrpc (8555) CW: error connecting to
('127.0.0.1', 8100): ECONNREFUSED
2011-09-23 23:49:39 WARNING ZEO.zrpc (8555) CW: error connecting to
('127.0.0.1', 8100): ECONNREFUSED
2011-09-23 23:49:49 WARNING ZEO.zrpc (8555) CW: error connecting to
('127.0.0.1', 8100): ECONNREFUSED
2011-09-23 23:49:49 WARNING ZEO.zrpc (8555) CW: error connecting to
('127.0.0.1', 8100): ECONNREFUSED
2011-09-23 23:49:49 WARNING ZEO.zrpc (8555) CW: error connecting to
('127.0.0.1', 8100): ECONNREFUSED
[...above repeated...]

--
View this message in context: http://plone.293351.n2.nabble.com/4-1b2-http-requests-to-non-themed-site-works-for-one-theme-but-not-the-other-tp6811072p6826573.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.


More information about the Setup mailing list