Problem Description: Subsonic.log is filled error messages regarding cover art and thumbnail generation. This basically makes the file unusable for tracking actual usage. I have over 200,000 songs in library, and would be unable to fix the cover art issue, which seems to affect the majority of them.
Questions: Can this (ie: coverart/thumbnail) generation be suppressed? Can this be fixed to just show a blank or default thumbnail/cover (and the error surpressed), since cover art is not really a critical part of what this amazing software does? (any more than showing lyrics)?
Thanks in advance!
Version. 4.4 Server: jetty-6.1.x,java 1.6.0_24, Windows 2003
Typical Error:
[2011-04-23 22:59:09,468] WARN CoverArtController - Failed to create thumbnail for q:\musicLib\VariousArtists\Various Artists - 70's\The Number One 70's Album (2 CD)\CD1\01 - Abba - Take A Chance On Me.mp3
java.lang.NullPointerException
at java.io.ByteArrayInputStream.<init>(Unknown Source)
at net.sourceforge.subsonic.controller.CoverArtController.getImageInputStream(CoverArtController.java:172)
at net.sourceforge.subsonic.controller.CoverArtController.getCachedImage(CoverArtController.java:139)
at net.sourceforge.subsonic.controller.CoverArtController.handleRequest(CoverArtController.java:93)
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:807)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:501)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:715)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1093)
at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:265)
at org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:107)
at org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:72)
at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
at org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:166)
at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142)
at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
