You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
NPE if the search session is not initialized:
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
it.cnr.isti.exception.TechnicalRuntimeException: Cannot parse standard request
it.cnr.isti.cophir.ui.bean.QueryComposer.parseRequest(QueryComposer.java:58)
it.cnr.isti.cophir.ui.servlet.Search.processRequest(Search.java:125)
it.cnr.isti.cophir.ui.servlet.Search.doGet(Search.java:154)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
root cause
java.lang.NullPointerException
it.cnr.isti.cophir.ui.bean.QueryComposer.parseStandardRequest(QueryComposer.java:196)
it.cnr.isti.cophir.ui.bean.QueryComposer.parseRequest(QueryComposer.java:56)
it.cnr.isti.cophir.ui.servlet.Search.processRequest(Search.java:125)
it.cnr.isti.cophir.ui.servlet.Search.doGet(Search.java:154)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
note The full stack trace of the root cause is available in the Apache Tomcat/6.0.35 logs.
Apache Tomcat/6.0.35
The text was updated successfully, but these errors were encountered: