Skip to content

Instantly share code, notes, and snippets.

@mayhem
Created May 15, 2012 06:42
Show Gist options
  • Save mayhem/2699613 to your computer and use it in GitHub Desktop.
Save mayhem/2699613 to your computer and use it in GitHub Desktop.
search@cartman:~$ make freedb
make mb_index TYPE=freedb
make[1]: Entering directory `/home/search'
mkdir -p ./data/tmp
rm -rf ./data/tmp/freedb_index
env JAR=jar/http-svn-musicbrainz-org-search-server-trunk--13563-index-with-dependencies.jar builder --indexes-dir ./data/tmp --freedb-dump freedb-data/freedb-complete-latest.tar.bz2 --indexes freedb
Index Builder Started:06:40:03
Exception in thread "main" java.lang.NullPointerException
at org.musicbrainz.search.index.DatabaseIndex.readReplicationInformationFromDatabase(DatabaseIndex.java:117)
at org.musicbrainz.search.index.IndexBuilder.main(IndexBuilder.java:139)
make[1]: *** [mb_index] Error 1
make[1]: Leaving directory `/home/search'
make: *** [data/cur/freedb] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment