Sigh. I want to do just one thing, and that's turn on Radio Paradise from the office without going to the TV. Got ngRC working great (need to tweek the firewall and change the permissions on the ngRC directory to let all users have full control). The problem is the way I do Internet Radio is to save the station as a playlist in WMP, and then it appears in my playlists under VMC. Unfortunately, when I click on one of these I get a Java NPE:
Apache Tomcat/5.5.26 - Error report
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: /skins/pspiphone/../default/footer.jsp:32
29: catch (Exception e) {
30: e.printStackTrace(System.err);
31: String msg = "Unknown error occured, please look into the tomcat log...";
32: if (e.getMessage().equals("Please connect first")) {
33: msg = "could not connect to MCE/VMC, please check, if the addin is running";
34: }
35: %>
Stacktrace:
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:451)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
root cause
java.lang.NullPointerException
org.apache.jsp.skins.pspiphone.music_005fplaylist_jsp._jspService(music_005fplaylist_jsp.java:767)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:331)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
note The full stack trace of the root cause is available in the
Apache Tomcat/5.5.26 logs.
If I can find the source and the time, I might track this myself, but that's a big if...
mp