I have a Java XCC application which syncs the database with data from
another application.  This has been running for many weeks now without any
MarkLogic errors but recently ran into this:

 

com.marklogic.xcc.exceptions.ServerConnectionException: An established
connection was aborted by the software in your host machine

[Session: user=Admin, cb=Netvisn [ContentSource: user=Admin, cb=Netvisn
[provider: address=server/137.136.22.61:8023, pool=0/64]]]

[Client: XCC/4.2-2]

                at
com.marklogic.xcc.impl.handlers.AbstractRequestController.runRequest(Abstrac
tRequestController.java:116)

                at
com.marklogic.xcc.impl.SessionImpl.insertContent(SessionImpl.java:198)

                at
com.marklogic.xcc.impl.SessionImpl.insertContent(SessionImpl.java:226)

                at
com.envisn.nv.xmldb.MarkLogicHelper.storeFile(MarkLogicHelper.java:196)

.

                at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.ja
va:886)

                at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:9
08)

                at java.lang.Thread.run(Thread.java:662)

Caused by: java.io.IOException: An established connection was aborted by the
software in your host machine

 

 

The server did recover from this (though it blew up the sync process).  All
the documents are loaded from files and a zero byte file should not be
possible.  

 

Does the exception suggest that the cause was a problem with the file
system, or something else?

 

Thanks,

gary

_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to