Newbie Question: First browsing no response
Hello, I'm new to Zope, I downloaded Zope and installed on my RedHat 9.0 machine. I ran "install" and "start" with no problem. However when I try my initial browsing both to localhost on the same machine, or from a remote machine, the browser sits there indefinitely. Sometimes it draws the frame borders, and once it put up some of the navigator frame, but it won't complete retrieving the rest of the first page. I get the same results with both Mozilla and Internet Explorer. I made sure Apache was disabled before installing and starting Zope. Can anyone help? I tried searching archives of this group, but my queries are too vague to nail down if I'm having a common problem. Thanks, Warren Chambliss
RH 9 has a problem with the threading. Apparently if you upgrade to the very latest version of the kernel and glibc everything will work. Check the list archives for more information. On Tue, 20 May 2003 warren_chambliss@agilent.com wrote:
Hello,
I'm new to Zope, I downloaded Zope and installed on my RedHat 9.0 machine. I ran "install" and "start" with no problem. However when I try my initial browsing both to localhost on the same machine, or from a remote machine, the browser sits there indefinitely. Sometimes it draws the frame borders, and once it put up some of the navigator frame, but it won't complete retrieving the rest of the first page.
I get the same results with both Mozilla and Internet Explorer. I made sure Apache was disabled before installing and starting Zope.
Can anyone help? I tried searching archives of this group, but my queries are too vague to nail down if I'm having a common problem.
Thanks, Warren Chambliss
_______________________________________________ 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 )
First, I'd ensure that Zope has ownership of its log and database files: chown -R zope ZOPE_INSTANCE/var Assuming that "zope" is the user you're running zope as and substituting your actual zope_instance path where indicated. If you installed zope as root, you may have other permission issues to attend to. After that, I'd look if the zope daemon is still running after your failed /manage request and check the logs if it isn't. Do you have any trouble getting to the QuickStart (localhost:8080) page? HTH, Dylan
warren_chambliss@agilent.com wrote at 2003-5-20 09:26 -0600:
I'm new to Zope, I downloaded Zope and installed on my RedHat 9.0 machine. I ran "install" and "start" with no problem. However when I try my initial browsing both to localhost on the same machine, or from a remote machine, the browser sits there indefinitely. Sometimes it draws the frame borders, and once it put up some of the navigator frame, but it won't complete retrieving the rest of the first page.
I get the same results with both Mozilla and Internet Explorer. I made sure Apache was disabled before installing and starting Zope.
Can anyone help? I tried searching archives of this group, but my queries are too vague to nail down if I'm having a common problem.
When Zope were incredibly slow, the name service has often been the cause (awaiting a DNS-timeout for each request). Try to access your server with the IP address rather than the name. Dieter
participants (4)
-
Dennis Allison -
Dieter Maurer -
Dylan Reinhardt -
warren_chamblissīŧ agilent.com