【发布时间】:2011-08-11 00:04:44
【问题描述】:
Ubuntu 10.04 系统。新的 Plone 安装,一切顺利并创建了一些内容,一切似乎都很好。新的内核更新和稍后重新启动,Plone 正在运行,但不会向浏览器显示任何页面。事实上,浏览器尝试只是超时。我可以远程登录到系统上的端口 8080 并手动发送 HTTP 获取,但没有任何返回。 zeo 安装中 client1 的日志文件不断重复:
2011-08-10T16:59:57 INFO ZServer HTTP server started at Wed Aug 10 16:59:57 2011
Hostname: 0.0.0.0
Port: 8080
------
2011-08-10T16:59:57 INFO Zope Set effective user to "plone"
------
2011-08-10T17:00:02 INFO ZEO.ClientStorage zeostorage ClientStorage (pid=24596) created RW/normal for storage: '1'
------
2011-08-10T17:00:02 INFO ZEO.cache created temporary cache file '<fdopen>'
------
2011-08-10T17:00:02 INFO ZEO.ClientStorage zeostorage Testing connection <ManagedClientConnection ('127.0.0.1', 8100)>
------
2011-08-10T17:00:02 INFO ZEO.zrpc.Connection(C) (127.0.0.1:8100) received handshake 'Z3101'
------
2011-08-10T17:00:02 INFO ZEO.ClientStorage zeostorage Server authentication protocol None
------
2011-08-10T17:00:02 INFO ZEO.ClientStorage zeostorage Connected to storage: ('dns', 8100)
------
2011-08-10T17:00:02 INFO ZEO.ClientStorage zeostorage No verification necessary -- empty cache
------
2011-08-10T17:00:22 INFO ZServer HTTP server started at Wed Aug 10 17:00:22 2011
Hostname: 0.0.0.0
Port: 8080
我无法找到任何其他有关导致此问题的信息,也找不到任何有关调试 Plone 安装的文档。
感谢您提供的任何帮助。
【问题讨论】:
-
检查了您的文件所有权和权限?确保所有守护进程——包括 zeo——可以找到并写入日志和数据文件。另外,检查 zeo 日志和客户端日志。
标签: linux plone ubuntu-10.04 restart