Dear Support,
I am using the JForex SDK (2.7.7) with Eclipse, and testing the TesterMain.java source with a strategy of mine. When the strategy stopped, I got the following exception:
2013-01-07 22:20:38.327 INFO singlejartest.Main - Executing onStop
2013-01-07 22:20:38.336 INFO singlejartest.Main - Strategy stopped: 1
2013-01-07 22:20:38.450 ERROR com.dukascopy.charts.data.datacache.LocalCacheManager - Shutdown in progress
java.lang.IllegalStateException: Shutdown in progress
at java.io.DeleteOnExitHook.add(Unknown Source)
at java.io.File.deleteOnExit(Unknown Source)
at com.dukascopy.charts.data.datacache.LocalCacheManager.getIntraPeriodFileHandle(LocalCacheManager.java:492)
at com.dukascopy.charts.data.datacache.LocalCacheManager$WriteDelayedTasks.run(LocalCacheManager.java:2790)
at java.util.TimerThread.mainLoop(Unknown Source)
at java.util.TimerThread.run(Unknown Source)
This is being printed in the console about 7500 (!) times.
What is this and how to fix this?