Re: [Zope] The proxy server received an invalid response from an upstream server.

2008-12-13 Thread Dieter Maurer
rugbert wrote at 2008-12-12 09:33 -0800:

My client's zope has two back ends, /manage and /tools. tools is the one with
the more user friendly interface and manage is the utilitarian one. 

When users goto /tools tho, and click the assets folder the site times
outs with this:
[code]
Proxy Error

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /tools/assets/.

Reason: Error reading from remote server
[/code]

This error usually means that Zope has died (in some Zope versions,
it could also have a different cause: too large requests on which
Zope responded in violation of the HTTP specification by just closing
the connection).

In normal operation, Zope is automatically restarted after it has died.
Thus, it may not be trivial to determine whether this happened.

Your options:

  *  look into your Zope logfile.
 If set up properly, it contains log entries which indicate
 a restart

  *  start Zope in the foreground (on *nix: bin/zopectl fg)

 Then Zope is not automatically restarted on death but
 must be manually restarted.


Once you know whether a restart really happens, you can try
to find the causes. For this, knowledge of your operating system
would be necessary.

-- 
Dieter
___
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] The proxy server received an invalid response from an upstream server.

2008-12-12 Thread Peter Bengtsson
Doesn't that just mean that Apache is proxy passing to a Zope that
doesn't respond?

2008/12/12 rugbert kjenni...@housecallit.com:

 My client's zope has two back ends, /manage and /tools. tools is the one with
 the more user friendly interface and manage is the utilitarian one.

 When users goto /tools tho, and click the assets folder the site times
 outs with this:
 [code]
 Proxy Error

 The proxy server received an invalid response from an upstream server.
 The proxy server could not handle the request GET /tools/assets/.

 Reason: Error reading from remote server
 [/code]

 However, I can get there just fine through manage. Any thoughts?
 --
 View this message in context: 
 http://www.nabble.com/The-proxy-server-received-an-invalid-response-from-an-upstream-server.-tp20980101p20980101.html
 Sent from the Zope - General mailing list archive at Nabble.com.

 ___
 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 )




-- 
Peter Bengtsson,
work www.fry-it.com
home www.peterbe.com
hobby www.issuetrackerproduct.com
___
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 )