- Code: Select all
Error: ApicId3Frame-> No space for picture data left.
Talking about log files, they tend to be quite *huge* due to a lot of (uneccesary?) java runtime messages being dumped to the log file.
Maybe there would be an idea to have an option specify what kinda log level you want, and only include all this for debugging?
- Code: Select all
at net.sourceforge.subsonic.domain.MusicFile.getMetaData(MusicFile.java:223)
at net.sourceforge.subsonic.service.SearchService$Line.forFile(SearchService.java:723)
at net.sourceforge.subsonic.service.SearchService$Scanner.visit(SearchService.java:787)
at net.sourceforge.subsonic.domain.MusicFile.accept(MusicFile.java:322)
at net.sourceforge.subsonic.domain.MusicFile.accept(MusicFile.java:329)
at n
Edit:
Now I'm getting another error message, maybe related to the other error message?
This one I see now is:
- Code: Select all
WARN CoverArtController - Failed to create thumbnail for /var/...../..../
java.lang.OutOfMemoryError: Java heap space
