How to clear named KeyStores before every run?
It is the first thing that runs before I start my crawler. It works as expected and drops both of the keystores.
But when I try to write fresh data to these stores again with this code
I get this error
I was expecting it to create a new store if didn't exist, but for some reason it doesn't and I am kinda lost with this error.
Any help would be appreciated!
