-
Defect
-
Resolution: Done
-
Critical
-
1.0.0
-
None
I am seeing a problem related to some of the Admin functions. Notably,
the OAI-PMH Harvesting "Harvest Records" is throwing an error and returning a blank page.
The JSP seems to be unable to find it's command object? Could this be a configuration issue related to recent refactoring of OAI related annotations?
Excerpt of exception trace:
[ERROR] org.apache.tiles.jsp.taglib.RenderTagSupport: Error during rendering
javax.servlet.jsp.JspTagException: Neither BindingResult nor plain
target object for bean name 'command' available as request attribute
at
org.springframework.web.servlet.tags.BindTag.doStartTagInternal(BindTag.java:121)
at
org.springframework.web.servlet.tags.RequestContextAwareTag.doStartTag(RequestContextAwareTag.java:77)
at
org.apache.jsp.WEB_002dINF.views.jsp.oai.admin.getRecords_jsp._jspService(getRecords_jsp.java:219)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
the OAI-PMH Harvesting "Harvest Records" is throwing an error and returning a blank page.
The JSP seems to be unable to find it's command object? Could this be a configuration issue related to recent refactoring of OAI related annotations?
Excerpt of exception trace:
[ERROR] org.apache.tiles.jsp.taglib.RenderTagSupport: Error during rendering
javax.servlet.jsp.JspTagException: Neither BindingResult nor plain
target object for bean name 'command' available as request attribute
at
org.springframework.web.servlet.tags.BindTag.doStartTagInternal(BindTag.java:121)
at
org.springframework.web.servlet.tags.RequestContextAwareTag.doStartTag(RequestContextAwareTag.java:77)
at
org.apache.jsp.WEB_002dINF.views.jsp.oai.admin.getRecords_jsp._jspService(getRecords_jsp.java:219)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)