"504 Gateway Time-out" error when debug of web application which is running in Eclipse Che workspace on OCP
See original GitHub issueDescription
There is 30 sec timeout of waiting response from Web application when we stop application at the breakpoint in debug mode in Eclipse Che which is run on OCP infrastructure:
Server response:
<html><body><h1>504 Gateway Time-out</h1>
The server didn't respond in time.
</body></html>
java.lang.RuntimeException: java.lang.Exception: Cannot do request for application: 504<html><body><h1>504 Gateway Time-out</h1>
The server didn't respond in time.
</body></html>
Reproduction Steps
Steps to reproduce: look at the selenium test StepIntoStepOverStepReturnWithChangeVariableTest#changeVariableTest().
This issue is reproducing both in browser and with java client library HttpURLConnection.
OS and version:
Eclipse Che Multiuser 6.3.0-SNAPSHOT which is run on OCP
It works correctly on Docker.
Diagnostics:
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How to Fix 504 Gateway Timeout Error: 10 Reliable Solutions
The 504 “Gateway Timeout” Error indicates that the browser sent an HTTP request to the server and it did not receive a response...
Read more >What is 504 Gateway Timeout Error and How To Fix It [5 Ways]
504 gateway timeout means a network error between servers on the internet. It is an HTTP status code means that one server did...
Read more >Oracle Fusion Middleware Release Notes
Error When Upgrading Oracle Internet Directory Due to Invalid ODS ... Eclipse IDE Erroneously Displays Compilation Error for Some Java ...
Read more >Untitled
Vacanta mare garcea avansat, Fix ms licensing protocol error in windows 7, ... Solar app feels like, 2008 jeep patriot 2wd reviews, Running...
Read more >Search OpenShift CI - OKD
#2106770 bug 5 months ago
#2101880 bug 4 months ago
#1997490 bug 15 months ago
#1904485 bug 2 years ago
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@eivantsov @dmytro-ndp Personally I, as a full-time engineer don’t see this as a big problem for a developer. Usually, debugging is not about changing something in debug and watching how it appears on the client side. But this is an important thing for some cases and definitely for demos of Che on OS. But only for certain people in certain cases, so I believe that we should not set it to something like 1h for all the workspaces of all the users. We can do something for particular workspaces or servers. For example, add an ability to configure this behavior in an infrastructure agnostic way in workspace attributes or server attributes. In this case, we can even provide UI to enable this.
Issues go stale after
180
days of inactivity.lifecycle/stale
issues rot after an additional7
days of inactivity and eventually close.Mark the issue as fresh with
/remove-lifecycle stale
in a new comment.If this issue is safe to close now please do so.
Moderators: Add
lifecycle/frozen
label to avoid stale mode.