
|
If you were logged in you would be able to see more operations.
|
|
This could be another virus scanner related issue; it is only reproducable on specific machines and not on others. This problem occurs in a program than runs thousands of transactions back-to-back. During this process, the .alloc files are often deleted and then recreated upon the next commit.
org.openrdf.sail.SailException: java.io.FileNotFoundException: C:\.....\triples-spoc.alloc (Access is denied)
at org.openrdf.sail.nativerdf.NativeStoreConnection.commitInternal(NativeStoreConnection.java:309)
at org.openrdf.sail.helpers.SailConnectionBase.commit(SailConnectionBase.java:281)
at org.openrdf.sail.helpers.SailConnectionWrapper.commit(SailConnectionWrapper.java:112)
at org.openrdf.repository.sail.SailRepositoryConnection.commit(SailRepositoryConnection.java:81)
... 17 common frames omitted
Caused by: java.io.FileNotFoundException: C:\.....\triples-spoc.alloc (Access is denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at org.openrdf.sail.nativerdf.btree.AllocatedNodesList.sync(AllocatedNodesList.java:130)
at org.openrdf.sail.nativerdf.btree.BTree.sync(BTree.java:512)
at org.openrdf.sail.nativerdf.TripleStore.sync(TripleStore.java:956)
at org.openrdf.sail.nativerdf.TripleStore.commit(TripleStore.java:883)
at org.openrdf.sail.nativerdf.NativeStoreConnection.commitInternal(NativeStoreConnection.java:304)
... 20 common frames omitted
|
|
|
There are no comments yet on this issue.
|
| |
|
|