${exception.class.name} at ${request.path}(500)

${exception.message?default('')}
Request Method: ${request.method}
Request URL: ${request.requestURL}
Exception Type: ${exception.class.name}
Exception Value:
${exception.message?default('')}
Exception Location: ${exception.stackTrace[0]}
Server time: ${date()?string('yyyy-MM-dd HH:mm:ss')}

Traceback

  ${stacktrace}
  

You're seeing this error because you have DEBUG = True in your JPlume settings file. Change that to False, and JPlume will display a standard 500 page.