WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

The proxy server received an invalid response from an upstream server.

View: New views
3 Messages — Rating Filter:   Alert me  

The proxy server received an invalid response from an upstream server.

by rugbert :: Rate this Message:

| View Threaded | Show Only this Message

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?

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

by Peter Bengtsson-3 :: Rate this Message:

| View Threaded | Show Only this Message

Doesn't that just mean that Apache is proxy passing to a Zope that
doesn't respond?

2008/12/12 rugbert <kjennings@...>:

>
> 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@...
> 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@...
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: The proxy server received an invalid response from an upstream server.

by Dieter Maurer :: Rate this Message:

| View Threaded | Show Only this Message

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@...
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 )