MassBank / MassBank-data

Official repository of open data MassBank records
74 stars 59 forks source link

ISAS_Dortmund records derive server error #90

Closed tsufz closed 5 years ago

tsufz commented 5 years ago

@meier-rene

Type Exception Report

Message java.lang.ArrayIndexOutOfBoundsException

Description The server encountered an unexpected condition that prevented it from fulfilling the request.

Exception

org.apache.jasper.JasperException: java.lang.ArrayIndexOutOfBoundsException org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:598) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:514) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:386) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:330) javax.servlet.http.HttpServlet.service(HttpServlet.java:742) org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

Root Cause

java.lang.ArrayIndexOutOfBoundsException

Note The full stack trace of the root cause is available in the server logs.

meier-rene commented 5 years ago

I will look into it. Do you have some more information about that? Do you find that error in the tomcat logs?

tsufz commented 5 years ago

TC.log

meier-rene commented 5 years ago

I found the reason for the problem. RecordDisplay does not accept empty lines at file end. Its fixed now on data side and the Validator takes care of this in the future.