Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » ERR_INCOMPLETE_CHUNKED_ENCODING(Server push Hang-up)
ERR_INCOMPLETE_CHUNKED_ENCODING [message #1858824] Tue, 25 April 2023 01:25 Go to next message
Kunok Joung is currently offline Kunok JoungFriend
Messages: 7
Registered: February 2023
Junior Member
In my Eclipse RAP development environment (Jetty), sometimes the UI hangs up.
In that case, it only works when performing UI activities, such as clicking a button with the mouse.
This will continue until the page is reloaded by clicking the browser reload button.
This is the error content confirmed by the browser developer tools.
index.php/fa/43146/0/
index.php/fa/43145/0/

In the above, it seems that the ServerPush response came in an incorrect chunked method, and the error occurred because the RAP Client could not handle it.

I'm curious about something like this:
1. Why is ServerPush's response processed in a chunked way and what to do otherwise?
2. Even if an error occurs in the relevant part of rap-client.js, ServerPush processing should continue. Why was it stopped?
3. I am using RAP version 3.21. Are these issues fixed in later versions?
  • Attachment: rap.png
    (Size: 120.12KB, Downloaded 225 times)
  • Attachment: rap1.png
    (Size: 87.46KB, Downloaded 211 times)
Re: ERR_INCOMPLETE_CHUNKED_ENCODING [message #1858826 is a reply to message #1858824] Tue, 25 April 2023 06:04 Go to previous messageGo to next message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2427
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi,

the "fetch" error handling is improved in the latest version. Please let us know if the issue persists with it.

Regards,
Ivan
Re: ERR_INCOMPLETE_CHUNKED_ENCODING [message #1858904 is a reply to message #1858826] Sat, 29 April 2023 10:35 Go to previous message
Kunok Joung is currently offline Kunok JoungFriend
Messages: 7
Registered: February 2023
Junior Member
Thank you for replying in advance.

After upgrading to RAP version 3.24 and testing, the same phenomenon occurred.
By checking that the rap-client.js file was changed, I expected the phenomenon to disappear, but it did not.
The line where the error occurred was 31486 in RAP 3.21, but it is 31507 in 3.24.
index.php/fa/43154/0/
Will the error disappear if I upgrade to RAP 3.25 version? RAP 3.25 version has not been officially released yet, so I upgraded to RAP 3.24 version.
  • Attachment: error.png
    (Size: 214.29KB, Downloaded 151 times)
Previous Topic:RAP support of CSS transitions
Next Topic:RAP Selectable Label with MarkUp
Goto Forum:
  


Current Time: Sat Nov 09 01:53:55 GMT 2024

Powered by FUDForum. Page generated in 0.03157 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top