Skip to Content.
Sympa Menu

grouper-users - [grouper-users] Error - although library in place in webapps

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] Error - although library in place in webapps


Chronological Thread 
  • From: Linda Toth <>
  • To:
  • Subject: [grouper-users] Error - although library in place in webapps
  • Date: Fri, 16 Oct 2015 12:44:25 -0800

Good afternoon,

I am working through the installation of the demo in RHEL.  I have successfully added some libraries that were not in the WEB-INF/lib folder, but when I search for the library location for the following error, it appears the required JAR is in the library.

The ERROR:
java.lang.NullPointerException
	edu.internet2.middleware.grouper.grouperUi.beans.ui.GrouperRequestContainer.retrieveFromRequestOrCreate(GrouperRequestContainer.java:202)
	org.apache.jsp.index_jsp._jspService(index_jsp.java:74)
	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:717)


References to GrouperRequestContainer:

[root@<myserver>]# grep -r GrouperRequestContainer *

index.jsp:<%@page import="edu.internet2.middleware.grouper.grouperUi.beans.ui.GrouperRequestContainer"%>

index.jsp:GrouperRequestContainer.retrieveFromRequestOrCreate();

Binary file WEB-INF/lib/grouper-ui.jar matches


A listing of the jar reveals the class is present and since I have added all patches, and been consistent with the version, *.2.2.1, I assumed this jar contains the appropriate methods.

Suggestions?


Linda Toth
University of Alaska - Office of Information Technology (OIT) - Identity and Access Management
910 Yukon Drive, Suite 103
Fairbanks, Alaska 99775
Tel: 907-450-8320
Fax: 907-450-8381
 | www.alaska.edu/oit/




Archive powered by MHonArc 2.6.16.

Top of Page