the8472 / mldht

Bittorrent Mainline DHT implementation in java
Mozilla Public License 2.0
147 stars 45 forks source link

Exception while closing the DHT #14

Closed manaty closed 7 years ago

manaty commented 7 years ago

When closing the dht, using Bt java torrent library, i encounter the following exception:

java.nio.file.AccessDeniedException: C:\Users\smichea\AppData\Local\Temp\unlink-test5833109488279068966.tmp at sun.nio.fs.WindowsException.translateToIOException(Unknown Source) at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source) at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source) at sun.nio.fs.WindowsFileSystemProvider.implDelete(Unknown Source) at sun.nio.fs.AbstractFileSystemProvider.delete(Unknown Source) at java.nio.file.Files.delete(Unknown Source) at the8472.utils.AnonAllocator.(AnonAllocator.java:30) at lbms.plugins.mldht.kad.Node.saveTable(Node.java:885) at lbms.plugins.mldht.kad.DHT.stop(DHT.java:869) at bt.dht.MldhtService.shutdown(MldhtService.java:144)

the8472 commented 7 years ago

It's actually just superfluous debug information, I will remove the output.