Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
----Original Message----
From: grouper-users-request@internet2.edu grouper-users-request@internet2.edu On Behalf Of Scott Koranda
Sent: Sunday, January 22, 2017 2:47 PM
To: grouper-users <grouper-users@internet2.edu>
Subject: [grouper-users] Admin UI problem after upgrade from 2.2.1 to 2.3.0
Hi,
I used the 2.3.0 grouperInstaller.jar to upgrade a deployment
today from 2.2.1 to 2.3.0.
The upgrade appeared to go well. I did not receive any
particular error messages.
The API seems fine. The "new" UI and WS appear fine.
But the "old" or Admin UI will not start. Tomcat 6 logs show me
SEVERE: Servlet /grouper threw load() exception
java.lang.ClassNotFoundException:
org.apache.commons.digester.RuleSet
That seems odd since I see the class in the jar file in the
deployment:
- pwd
/opt/grouper/grouper.ui/dist/grouper/WEB-INF/lib - jar tf commons-digester.jar | grep RuleSet
org/apache/commons/digester3/RuleSet.class
org/apache/commons/digester3/RuleSetBase.class
org/apache/commons/digester3/binder/FromBinderRuleSet$Key.class
org/apache/commons/digester3/binder/FromBinderRuleSet.class
I decided to be heavy handed and did a complete "from scratch"
2.3.0 deployment into a side directory, and then I copied all
the jars from that UI build/deployment into the upgraded one,
but I still see that error.
Any ideas? Where should I look next?
Thanks,
Scott K