logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Error reading status line from remote server
Author
Johnny12345



Joined: 05 Aug 2014
Posts: 2
Location: Ottawa, Canada

PostPosted: Wed 06 Aug '14 3:30    Post subject: Error reading status line from remote server Reply with quote

Hi, all

We are currently using Apache 2.2.10 as the reverse proxy for the SAP portal server 7.3.1. The SAP applications are built based on webdynpro abap technology.

2 of the apps are getting intermittent spinning circles. The Apache server will ultimately timeout and give the "bad request" and HTTP 400. We were never able to reproduce the problem except we do see users are running into them. Obviously, the problems occur very randomly, but often enough to generate a lot of support tickets. No error was generated in the sap system log.

Here is what I see from the apache access log and error log:
[31/Jul/2014:23:50:26 -0400] TLSv1 AES128-SHA "POST /sap/bc/webdynpro/sap/ZR_SSEPP_OPERATIONAL_SCHEDULE;sap-ext-sid=VcFRQjFOvu8TJYp9gDoeAA--4x1GQAg0MPPjCUEQif5iWQ--?sap-contextid=SID%3aANON%3asapprd_PR3_03%3aezUnW-FXtaYVyXREaAD7rxW0k8o5pk_n9RfjPfcB-NEW HTTP/1.1" 400 3004 "https://xxxxx/sap/bc/webdynpro/sap/ZR_SSEPP_OPERATIONAL_SCHEDULE;sap-ext-sid=VcFRQjFOvu8TJYp9gDoeAA--4x1GQAg0MPPjCUEQif5iWQ--" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)" 706345611

[Fri Aug 01 14:19:07 2014] [error] [client 10.4.53.198] (70014)End of file found: proxy: error reading status line from remote server xxxxxx, referer: https://xxxxx/sap/bc/webdynpro/sap/ZR_SSEPP_OPERATIONAL_SCHEDULE;sap-ext-sid=RaH2yjQlV6o7wVaj6wv6zA--LXTMFzjjKvcuwT*DXWoBmA--

I found bug 37770 and went to see the apache admin. But he thinks that the parameter(proxy-initial-not-pooled=1) that fixes the bug only applies to mod_proxy_http. However, we are using mod_proxy. Do you have other idea?

Thanks,
Jonathan.
Back to top
Johnny12345



Joined: 05 Aug 2014
Posts: 2
Location: Ottawa, Canada

PostPosted: Wed 06 Aug '14 3:37    Post subject: Reply with quote

By the way, we have proved that the parameter the HTTP 400 is coming from the "main apache timeout" parameter, not the one from the proxypass since we set their values differently.

We don't have the option to take out Apache in any way since the apps in question are HR related. By Corporate policy, any access to these apps have to go through Apache. So we have no way to narrow down the source of the problem. The apache admin of course thinks that the problem comes from SAP. Also, when the user's session is hung, we see absolutely no activity from him/her in SAP. Maybe the problem comes from SAP, but I would like to have your opinion after seeing so many posts on this Apache error.

By the way, the apache team doesn't want to turn on debug because it may affect other web applications performance wise.

Thanks,
Jonathan.
Back to top


Reply to topic   Topic: Error reading status line from remote server View previous topic :: View next topic
Post new topic   Forum Index -> Apache