You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
I try to run a small test on windows, but I got "Unable to delete file" exception when the topology was stopped..
Unable to delete file: C:\Temp\701e9976-56a8-4573-9df4-fbe27c62140f\version-2\log.1
java.io.IOException: Unable to delete file: C:\Temp\701e9976-56a8-4573-9df4-fbe27c62140f\version-2\log.1
at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2279)
at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1653)
at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1535)
at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2270)
at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1653)
at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1535)
at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2270)
at backtype.storm.util$rmr.invoke(util.clj:413)
at backtype.storm.testing$kill_local_storm_cluster.invoke(testing.clj:164)
at backtype.storm.LocalCluster$_shutdown.invoke(LocalCluster.clj:32)
at backtype.storm.LocalCluster.shutdown(Unknown Source)
at com.twitter.summingbird.storm.StormTestRun$.tryRun(StormTestRun.scala:73)
at com.twitter.summingbird.storm.StormTestRun$.apply(StormTestRun.scala:113)
at com.twitter.summingbird.storm.StormTestRun$.apply(StormTestRun.scala:82)
The text was updated successfully, but these errors were encountered:
Hi!
I try to run a small test on windows, but I got "Unable to delete file" exception when the topology was stopped..
The text was updated successfully, but these errors were encountered: