Win a copy of Getting started with Java on the Raspberry Pi this week in the Raspberry Pi forum!
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Jeanne Boyarsky
Sheriffs:
  • Rob Spoor
  • Devaka Cooray
  • Liutauras Vilda
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Piet Souris

Failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODING

 
Ranch Hand
Posts: 639
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an jsp with two javascript, when I execute "http://localhost:8080/ClientsWEB/ClientesWEB.jsp" I'm receiving this error "Failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODING" this in Google browser in Mozilla  I'm don't receiving nothing.
I don't have any idea of this problem.
Thanks in advace.
 
Marshal
Posts: 4349
559
VSCode Eclipse IDE TypeScript Redhat MicroProfile Quarkus Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How was the HTML generated and transmitted?  Was the output stream flushed?

Any chance that an anti-virus on the client side might be messing with things?
 
Cezar Apulchro
Ranch Hand
Posts: 639
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
After my page is loaded and I use the inspect of Google I seeing that the first line of Console is "GET http://localhost:8080/ClientsWEB/ClientesWEB.jsp net::ERR_INCOMPLETE_CHUNKED_ENCODING 200" . In relation of your second question realy I don't know.
 
Cezar Apulchro
Ranch Hand
Posts: 639
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To explain more.
Thanks.
image.jpg
[Thumbnail for image.jpg]
 
Sheriff
Posts: 8786
629
Mac OS X VI Editor BSD Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
An administrative note:
Please post error messages or code snippets as text/code as opposed to picture(s). Pictures are hard to read and in case of a need - unproductive to copy code.
 
Cezar Apulchro
Ranch Hand
Posts: 639
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok, no news?
 
Ron McLeod
Marshal
Posts: 4349
559
VSCode Eclipse IDE TypeScript Redhat MicroProfile Quarkus Java Linux
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Cezar Apulchro wrote:Ok, no news?

Nope - no news - not much information to work with.

How about posting the error messages and code as text as Liutauras suggested so that we can actually read them.

Also, if the HTML is being generated using JSP, then show us the JSP code.
 
Cezar Apulchro
Ranch Hand
Posts: 639
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry by delay.
 
It is difficult to free fools from the chains they revere - Voltaire. tiny ad:
Low Tech Laboratory
https://www.kickstarter.com/projects/paulwheaton/low-tech-0
reply
    Bookmark Topic Watch Topic
  • New Topic