Created
May 15, 2012 06:42
-
-
Save mayhem/2699613 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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