Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Issue at the customer end - gateway timeout error

User_19BPUNov 25 2016 — edited Dec 20 2016

Hi,

We are getting an "gateway timeout error" for one customer when we tries to place an order from his local machine, this is happening for only one customer. Hence , it looks like there is some problem at the customer end, what are the parameters which can contribute to this issue from the customer end like n/w connectivity, etc? which we need to verify?

As Gateway timeout Error happens when "one server did not receive a timely response from another server that it was accessing while attempting to load the web page "?

Please clarify.

Thanks

Comments

Jiri.Machotka-Oracle

If it's not happening with all your customers, or at least all your customers performing a certain operation, it does not smell like a coding issue, but rather something in your infrastructure or networking. See https://www.reference.com/technology/504-gateway-timeout-mean-a3a1efcaf584ea22

I'm afraid a Java forum is probably not a good place to ask questions like this.

morgalr

You need to put a network trace on the route, or more easily, start out with a trace route using the IP protocol and see where the congestion is.  Does it happen every time or just some times?  If it happens sometimes, that is a horrible problem to trace, you have to put a packet sniffer in the line and see what conditions are present when the problem manifests. I have had it as simple as a router or gateway needed to be rebooted, and happy day, the problem was fixed.  On the other hand I've had to trace for weeks to finally get enough cases to form an opinion of what was happening and then take even longer tracing out options on what was the cause.

good luck,

Les

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 17 2017
Added on Nov 25 2016
2 comments
684 views