[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
HTTP 502 error during File-Download  XML
Forum Index -> Development
Author Message
tbredehoeft

Active

Joined: 26/09/2014 14:02:53
Messages: 22
Offline

We're using a filedownloadbutton with a DefaultBufferedStreamContent behind. So far this worked without problems, but one new customer gets a 502 error when executing that download:

Server returned HTTP response code: 502 for URL:
https://[customerURL]/[applicationName]/ccbuffer/BUFFERED_1457682048706_776.ccbuffer;jsessionid=[sessionID]

Any ideas what to do in this case?
Thanks in advance.
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5521
Offline

Hmmm,


502 = Der Server konnte seine Funktion als Gateway oder Proxy nicht erfüllen, weil er seinerseits eine ungültige Antwort erhalten hat.

Seems that there is some proxy in between which seems to tell the client that the server sent some invalid response via the proxy to the client...

Are you sure that the (CaptainCasa/Tomcat) Server is passing a back some valid content (and not e.g. "null"-content for some reason). There is some logging (INFO mode) in the server log of CaptainCasa when some download of buffered content is requested. Could you check this logging?

Regards, Björn

Björn Müller, CaptainCasa GmbH
tbredehoeft

Active

Joined: 26/09/2014 14:02:53
Messages: 22
Offline

Thank you for your reply.

The problem has disappeared at the customer after a server restart, so it doesn't look like an application- or Captain-Casa-problem.
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team