Link to home
Start Free TrialLog in
Avatar of Paul Wills
Paul WillsFlag for South Africa

asked on

weblogic java.net.ProtocolException: EOF

Hi Experts

We have an application deployed on weblogic cluster, the application creates and publishes documents. During the creation phase the  application throws the below exception:

========================================================================================================

org.springframework.http.converter.HttpMessageNotReadableException: Could not read document: EOF after reading only: '130432' of: '533010' promised bytes, out of which at least
: '512' were already buffered; nested exception is java.net.ProtocolException: EOF after reading only: '130432' of: '533010' promised bytes, out of which at least: '512' were a lready buffered
        at org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter.readJavaType(AbstractJackson2HttpMessageConverter.java:224)
        at org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter.read(AbstractJackson2HttpMessageConverter.java:208)
        at org.springfr
===========================================================================================================

The application was tested on our Dev and QA environments and works fine, in production it throws the above exception.

May you please assist.

Thank
ASKER CERTIFIED SOLUTION
Avatar of gheist
gheist
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Paul Wills

ASKER

Hi gheist

How was it foiled and how do we test if it is a reverse proxy issue?
post data was chopped at 128K
I dont know, you asked about weblogic. Yes, it is fragile.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
130432 looks near 128k, i.e header that post data is 533010 was delivered but only <128k cam to weblogic.
I have weblogic (problem) too