<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="UTF-8" isErrorPage="true" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> <%@ include file="head.jsp" %>

Error

Airsonic encountered an internal error. You can report this error in the Airsonic Forum. Please include the information below.

<% long totalMemory = Runtime.getRuntime().totalMemory(); long freeMemory = Runtime.getRuntime().freeMemory(); long usedMemory = totalMemory - freeMemory; %>
Status
Error
Message
Path
Time
Exception
Java version <%=System.getProperty("java.vendor") + ' ' + System.getProperty("java.version")%>
Operating system <%=System.getProperty("os.name") + ' ' + System.getProperty("os.version")%>
Server <%=application.getServerInfo()%>
Memory Used <%=usedMemory/1024L/1024L%> of <%=totalMemory/1024L/1024L%> MB
Stack trace
                        ${fn:escapeXml(trace)}