When using oozie, we encountered the following exception
Serverredirectedtoomanytimes(20)
java.net.ProtocolE xception:Serverredirectedtoomanytimes (20)
atsun.net. www.protocol.http.HttpURLConnection.getInputStream (HttpURLConnection. java:1141 )
atjava.net.URL.openStream(URL. java:1007 )
What’s the matter with this
Later, it was found in the forum that someone mentioned:
“Most of the redirection is back to the original page.”
That is to say, after jumping to one address, because it fails to pass the verification, it does not jump to the next address
Or return to the current address
As a result, the same address constantly jumps back to itself, becoming a dead loop
After 20 times, it was reported as abnormal
Similar Posts:
- window.location.href/replace/reload()
- About window.history.back() backward problem
- How to Solve stale element reference: element is not attached to the page document
- Request failed with status code 500 & Self referencing loop detected for property ‘xx‘ with type
- Roman to Integer LeetCode Java
- [Five Method to Solve] android webpage err_unknown_url_scheme
- Using join buffer (Block Nested Loop)
- How to Solve Error: whose view is not in the window hierarchy
- The difference between Top.location and window.location.href
- Problems of java.sql.sqlrecoveryexception: IO error: connection reset of ojdbc in Linux Environment