Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
LLIOException
Scott_Downing
I get the error "com.opentext.api.LLIOException: Could not flush socket" when trying to call "FetchVersion" using Java. What we have been trying is, looping through a large amount of records and fetch the versions for each of the docs.Please let me know what is the cause of this error and how do we overcome this problem.
Find more posts tagged with
Comments
John_Shoun
We used to have a lot of problems with this when trying to do large file transfers or transactions over questionable network links.Are you using the socket connection to the server port 2099 or the HTTP connection (port 80). We changed our connections to the HTTP port and it cured many of our IO error problems.