HTTP Status 500 - java.util.NoSuchElementException


type Exception report

message java.util.NoSuchElementException

description The server encountered an internal error that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: java.util.NoSuchElementException
	it.inera.opaclib.web.OpaclibServlet.doGet(OpaclibServlet.java:109)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:723)

root cause

java.util.NoSuchElementException
	java.util.StringTokenizer.nextToken(StringTokenizer.java:349)
	it.inera.opaclib.util.RPNHandler.rpnRefine(RPNHandler.java:729)
	it.inera.opaclib.multirequest.ParamsHelper.loadParams(ParamsHelper.java:109)
	it.inera.opaclib.web.command.ZCommand.execute(ZCommand.java:42)
	it.inera.opaclib.web.OpaclibServlet.doGet(OpaclibServlet.java:103)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:723)

note The full stack trace of the root cause is available in the Apache Tomcat/6.0.53 logs.


Apache Tomcat/6.0.53