Jump to content
We've recently updated our Privacy Statement, available here ×

Proxy Error while running report.....


monika.sudam.mali

Recommended Posts

Hi Team,

 

When I am running crosstab report getting below error...

HTML response error code: 502, error

HTML response was: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

Proxy Error

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request POST /reportservice/flow.html.

Reason: Error reading from remote server

 


JBCS httpd/2.4.29-SP2-40 (Red Hat) Server at imtsoffline.aexp.com Port 443

 

My query is returning 50 columns....

 

Any suggestions..?

 

 

 

Link to comment
Share on other sites

  • 2 years later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

What worked for us was to add the following in the proxy in the ssl.conf file. /etc/httpd/conf.d/ssl.conf

timeout=2400 KeepAlive=On

So your proxy would look something like below, where the 999.999.999.999 is your server ip address

<Location /jasperserver-pro>
# PRODUCTION PROXY
ProxyPass  http://999.999.999.999:8080/jasperserver-pro timeout=2400 KeepAlive=On
ProxyPassReverse http://999.999.999.999:8080/jasperserver-pro
</Location>

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...