Hi, I am trying to upload RDF to the Virtuoso server using the JDBC API.
I am able to upload quite a large amount of the data, however after a period of time I get the following error: Caused by: virtuoso.jdbc3.VirtuosoException: Problem during serialization : Connection reset by peer: socket write error at virtuoso.jdbc3.VirtuosoStatement.sendQuery(Unknown Source) at virtuoso.jdbc3.VirtuosoStatement.executeQuery(Unknown Source) at org.biomanta.upload.VirtuosoReposMediatorImpl.uploadRDF( VirtuosoReposMediatorImpl.java:86) ... 27 more Is this being caused by the Virtuoso server closing the connection after a predefined period of time? If so is this timeout configurable? Thanks, Imran