View Issue Details

IDProjectCategoryView StatusLast Update
0004802SymmetricDSBugpublic2021-02-25 21:33
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.12.0 
Target Version3.12.7Fixed in Version3.12.7 
Summary0004802: On Tomcat, ack was not sent successfully: java.io.IOException: Premature EOF
DescriptionWhen deployed to Tomcat, after loading a batch, the client tries to ack the batch and gets an error:

Ack was not sent successfully on try number 1 of 5.: java.io.IOException: Premature EOF

The URI handler sets the Transfer-Encoding to chunked, which is a forbidden header (only user agent or server should be setting it) that works on Jetty, but not Tomcat.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.12 bfd9656c

2021-02-01 15:59:36

admin

Details Diff
0004802: On Tomcat, ack was not sent successfully: java.io.IOException:
Premature EOF
Affected Issues
0004802
mod - symmetric-server/src/main/java/org/jumpmind/symmetric/web/AckUriHandler.java Diff File

Issue History

Date Modified Username Field Change
2021-02-01 15:54 elong New Issue
2021-02-01 15:54 elong Status new => assigned
2021-02-01 15:54 elong Assigned To => elong
2021-02-01 15:59 elong Status assigned => resolved
2021-02-01 15:59 elong Resolution open => fixed
2021-02-01 15:59 elong Fixed in Version => 3.12.7
2021-02-01 16:00 admin Changeset attached => SymmetricDS 3.12 bfd9656c
2021-02-25 21:33 admin Status resolved => closed