Hi to all,
Just learned about fuzzydb and decided to have a look. I followed the
instructions on
https://github.com/whirlwind-match/whirlwind-db. On
the GUI when pressing "Random entries" I have the following.
I am guessing some zip file is missing from the git "master", I found
none under the filesystem.
Regards
y:\GITHome\git\whirlwind-db>mvn exec:java -pl com.wwm.indexer.gui
[INFO] Scanning for projects...
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building org.fuzzydb.indexer.gui 1.0.0.M3-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] >>> exec-maven-plugin:1.1:java (default-cli) @
org.fuzzydb.indexer.gui >>
>
[INFO]
[INFO] <<< exec-maven-plugin:1.1:java (default-cli) @
org.fuzzydb.indexer.gui <<
<
[INFO]
[INFO] --- exec-maven-plugin:1.1:java (default-cli) @
org.fuzzydb.indexer.gui --
-
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See
http://www.slf4j.org/codes.html#StaticLoggerBinder for
further detail
s.
WARNING ** USING DEFAULTS **. No Whirlwind config specified by
whirlwind.propert
ies.url and couldn't find whirlwind.properties or database.properties
on the cla
sspath
=================================
SearchParamsConverter: Warning: Hard-coded Start/EndPostcode->Start/
EndLocation
conversions in operation!
=================================
java.lang.NullPointerException
at com.wwm.util.FileUtils.readObjectFromGZip(FileUtils.java:
50)
at
com.wwm.postcode.RandomPostcodeGenerator.load(RandomPostcodeGenerator
.java:91)
at
com.wwm.postcode.RandomPostcodeGenerator.<init>(RandomPostcodeGenerat
or.java:44)
at
com.wwm.indexer.internal.random.RandomFullPostcode.getGen(RandomFullP
ostcode.java:29)
at
com.wwm.indexer.internal.random.RandomFullPostcode.next(RandomFullPos
tcode.java:24)
at
com.wwm.indexer.internal.random.RandomFullPostcode.next(RandomFullPos
tcode.java:19)
at
com.wwm.indexer.demo.WhirlwindRandomiser.generateAttributes(Whirlwind
Randomiser.java:72)
at
com.wwm.indexer.demo.WhirlwindRandomiser.generateProfileAttributes(Wh
irlwindRandomiser.java:79)
at
com.wwm.indexer.demo.WhirlwindRandomiser.createRandomEntries(Whirlwin
dRandomiser.java:55)
at whirlwind.demo.gui.WhirlWindDemo$1.run(WhirlWindDemo.java:
74)