https://bz.apache.org/bugzilla/show_bug.cgi?id=64017

--- Comment #2 from Vinoth <vinothkumarg...@gmail.com> ---
Thanks i removed packet size from tomcat and apache. Post that when i try to
hit the apache url am getting below error using curl and browser it shows
"SyntaxError: JSON.parse: unexpected end of data...." on response tab F12.

Curl Error:

< HTTP/1.1 200 200
HTTP/1.1 200 200
< Date: Thu, 19 Dec 2019 01:56:35 GMT
Date: Thu, 19 Dec 2019 01:56:35 GMT
< Server: Apache/2.4.41 (Unix) mod_jk/1.2.46
Server: Apache/2.4.41 (Unix) mod_jk/1.2.46
< Transfer-Encoding: chunked
Transfer-Encoding: chunked
< Content-Type: application/json
Content-Type: application/json

<
* Problem (2) in the Chunked-Encoded data
* Closing connection 0
curl: (56) Problem (2) in the Chunked-Encoded data

mod_jk.log:

[Wed Dec 18 20:59:57 2019] [61404:140737068881664] [debug]
ajp_process_callback::jk_ajp_common.c (2132): (node2) AJP13 protocol: Reuse is
OK
[Wed Dec 18 20:59:57 2019] [61404:140737068881664] [debug]
ajp_reset_endpoint::jk_ajp_common.c (848): (node2) resetting endpoint with
socket 41
[Wed Dec 18 20:59:57 2019] [61404:140737068881664] [debug]
ajp_done::jk_ajp_common.c (3288): recycling connection pool for worker node2
and socket 41
[Wed Dec 18 20:59:57 2019] [61404:140737068881664] [debug] jk_handler::mod_jk.c
(2975): Service finished with status=200 
[Wed Dec 18 20:59:57 2019] wizui_router 0.141739


However when i try to hit the direct tomcat url endpoint am getting the proper
response back. Looks like apache is splitting the single response to multiple.
Please suggest

Thanks,
Vinoth

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to