Just found a relevant thread: http://developer.marklogic.com/pipermail/general/2010-March/004924.html
Sorry. Gary From: [email protected] [mailto:[email protected]] On Behalf Of Gary Larsen Sent: Wednesday, July 10, 2013 12:19 PM To: General MarkLogic Developer Discussion Subject: [MarkLogic Dev General] java.io.IOException on store My java web app running in Tomcat is storing data files to the ML database using XCCJ. Once in a great while, apparently random, I'll get this error. This is killing a process and would like to resolve, though will probably add a retry to see if that is successful. Any ideas? Thanks, Gary com.marklogic.xcc.exceptions.ServerConnectionException: An established connection was aborted by the software in your host machine [Session: user=Admin, cb=NetvisnProd [ContentSource: user=Admin, cb=NetvisnProd [provider: address=APP-EFBI-23/137.136.22.16:8023, pool=0/64]]] [Client: XCC/5.0-4] at com.marklogic.xcc.impl.handlers.AbstractRequestController.runRequest(Abstrac tRequestController.java:123) at com.marklogic.xcc.impl.SessionImpl.insertContent(SessionImpl.java:293) at com.marklogic.xcc.impl.SessionImpl.insertContent(SessionImpl.java:321) .. Caused by: java.io.IOException: An established connection was aborted by the software in your host machine at sun.nio.ch.SocketDispatcher.write0(Native Method) at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:33) at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:69) at sun.nio.ch.IOUtil.write(IOUtil.java:26) at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334) at com.marklogic.http.HttpChannel.writeBuffer(HttpChannel.java:371) at com.marklogic.http.HttpChannel.writeBody(HttpChannel.java:353) at com.marklogic.http.HttpChannel.flushRequest(HttpChannel.java:347) at com.marklogic.http.HttpChannel.receiveMode(HttpChannel.java:275) at com.marklogic.http.HttpChannel.getResponseCode(HttpChannel.java:182) at com.marklogic.xcc.impl.handlers.ContentInsertController.serverDialog(Content InsertController.java:118) at com.marklogic.xcc.impl.handlers.AbstractRequestController.runRequest(Abstrac tRequestController.java:84) ... 14 more
_______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
