Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

error when accessing stored links #14

Open
gsergiu opened this issue Sep 15, 2014 · 0 comments
Open

error when accessing stored links #14

gsergiu opened this issue Sep 15, 2014 · 0 comments

Comments

@gsergiu
Copy link
Contributor

gsergiu commented Sep 15, 2014

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant