Is there particular content in the audio files that needs to be present to facilitate the coverart acquisition? I don't see any cover art while playing the music (which I've found works best with Winamp). In fact, I have no idea outside of the Media Player, the "Status" view, or the playlist in the bottom frame that a file is being played.
Also, clicking on the Most Frequently Played or Most Recently Played links in the "Playing" view gives the following error(s) ... kind of wonder if the two problems are related:
HTTP Status 500 -
--------------------------------------------------------------------------------
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: Exception in JSP: /home.jsp:125
122: boolean showLastPlayed, boolean showRating, boolean showLastModified) throws IOException {
123: StringBuffer buf = new StringBuffer();
124: buf.append("<table>\n");
125: for (int i = 0; i < files.length; i++) {
126: MusicFile file = files[i];
127: if (file == null || !file.exists()) {
128: continue;
Stacktrace:
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:504)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.securityfilter.filter.SecurityFilter.doFilter(SecurityFilter.java:188)
root cause
java.lang.NullPointerException
org.apache.jsp.home_jsp.getAlbumList(org.apache.jsp.home_jsp:32)
org.apache.jsp.home_jsp._jspService(org.apache.jsp.home_jsp:265)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.securityfilter.filter.SecurityFilter.doFilter(SecurityFilter.java:188)
note The full stack trace of the root cause is available in the Apache Tomcat/5.5.15 logs.
--------------------------------------------------------------------------------
Apache Tomcat/5.5.15