Bug #4163
closederroneous hsql database creation
0%
Description
When I run the wrp suite on my windows machine a new directory appears inside of the wrp module directory called "Documents and SettingsAaron" which contains ".kepler/provenance" directory that has 4 files all beginning with provenance.
Somewhere the provenance module is missing a File.separator in a pathname, I've spent 30 minutes trying to find it and now give up... My guess is DotKeplerManager is not being used to get the path to the .kepler directory.
Updated by Aaron Aaron over 15 years ago
I should also mention that I also see the same four files where I would expect to see them, in C:\Documents and Settings\Aaron\.kepler\provenance
So this directory and the hsql database files that go in it are getting generated in both places for me here on my windows machine (I have not tried it on mac or lin).
Updated by ben leinfelder over 15 years ago
retargeting - be good if this was resolved.
I'm also thinking we should change the default provenance store to use the cache's hsqldb instance - this will allow us to use the same provenace store across multiple Kepler JVMs
Updated by ben leinfelder over 15 years ago
we're now using the cache's hsqldb instance and not doing anything to make a separate provenance database.
i'm closing this since i don't believe it can happen with how this is implemented. (but please re-open if it is a problem that persists)
Updated by Aaron Aaron over 15 years ago
I don't see the extra folder anymore, looks good