Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] Admin UI problem after upgrade from 2.2.1 to 2.3.0

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] Admin UI problem after upgrade from 2.2.1 to 2.3.0


Chronological Thread 
  • From: "Hyzer, Chris" <>
  • To: Scott Koranda <>, grouper-users <>
  • Subject: RE: [grouper-users] Admin UI problem after upgrade from 2.2.1 to 2.3.0
  • Date: Sun, 22 Jan 2017 20:33:15 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) ;
  • Ironport-phdr: 9a23:Csi0zh0pTRu82Z/AsmDT+DRfVm0co7zxezQtwd8ZsesXLvnxwZ3uMQTl6Ol3ixeRBMOAuq4C17Wd6vuwEUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6arXK99yMdFQviPgRpOOv1BpTSj8Oq3Oyu5pHfeQtFiT6ybL9oIxi7rwrdutQYjIZhN6081gbHrnxUdupM2GhmP0iTnxHy5sex+J5s7SFdsO8/+sBDTKv3Yb02QaRXAzo6PW814tbrtQTYQguU+nQcSGQWnQFWDAXD8Rr3Q43+sir+tup6xSmaIcj7Rq06VDi+86tmTgLjhTwZPDAl7m7Yls1wjLpaoB2/oRx/35XUa5yROPZnY6/RYc8WSW9HU8lWTSJBAoK8b5APD+oAO+ZYoJDxqkcAoBa9GAWgHf7jxiJVjXPyw6E2z/gtHQTA0QIiBd0OtXbao8vvO6gPT++11qnGzTTdYPNSxDj29YrGfQ47rv6RQ71wa9fax1QzGAPClFWQqIrlPzyI3egJqmSX8vZsWeephmU6qQ9+vyKvy98shIfXm4wV1l7K+yZ3wIk3JN23VEF1btG/HZtMriGWK5d6Tt8+T212visx170IuYS8fCgP0JkryRzRavyGcoeW+BLvTPuaLCl4hHJ/ebK/nBi++lWnx+35Ssa00FZLrytbndnWrX0N1gfT5dSdRvtg5keuxzCP1wbJ5u5aPE80iLPWJpg8ybA+kZoTtF7MHi7wmEjuja+WcFkk9fay6+ThfLrmuoGQO5VqhQ7jL6QigsO/AeUkMggOQmiU4v6w26Hk/U38RrhBk/44krHBvZzEP8sXurO1DgpI3oo+9hqyCjmm3dsEkXUbKV9IegyIgofmNlzLJf30E+uzjla0nDt2yf3KIqftD5HQInTZjrvtYLJw51RBxAcxzN1S4Y9fBKsbL/LpQEDxscTVDh8nPAywxObqEM1z258ZV26THKOVKb7cv0eV6u42JOmDf5EatCz6K/g4+/7hlng5mUIbfaa0x5cXcGq4HvN6I0qHfXXsntYBEWAMvgYkS+zqlUGCUTpUZ3a1XKIw/C00CIWjDYvbR4CthqKO3DujE5FIfG9KFk2AHHL1e4mZRvsBbSySL8B9njAYULWsSZEu2B6huQL/zrdrMPbY9y8AuZLmztd15unTlR8o9TxzCsSQy2SNQH10nmIIRj45wrp/rFd8yleYzad0meFYFcRN6PNPVAc2L4DTwPFnC9zqQALOYs+JSEq6QtWhGTwxQcgxw9gTY0ZlBdqilAnP3zexA7ALjbyLH4c58qbd33jqO8Z90GjK2LMgj1kgXstAK3emhqhh+AjPGYLFiVuWmLu3dfdU4CmYz2yE0XbGn0ZCWQh8WO2RRnMYfELQod3R6UbLTrvoArMiZE8JxtSFN7NHcJj0llhcX7+3N87Zfnq8gSKtHhuS3ZuNapbnYWMQwH+bBUQZxVM953GDYEIeFzWsuSaWJzx0FEmlKxfp+ulvun6hZk4vxEeXd0Bn0fy49gND1q/UcO8awr9R4HRpkD5zBlvojorb
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

Can you please try this one?

https://github.com/Internet2/grouper/blob/GROUPER_2_3_BRANCH/grouper/lib/grouper/commons-digester.jar?raw=true

I will work on a patch for this. Sorry about that.

https://bugs.internet2.edu/jira/browse/GRP-1468

commons digester rewrite repackaged things. someone still references the old
one, not sure what.

Anyways, latest jar has both versions in there:

Until we can find a better fix

Thanks
Chris

-----Original Message-----
From:


[mailto:]
On Behalf Of Scott Koranda
Sent: Sunday, January 22, 2017 2:47 PM
To: grouper-users
<>
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



Archive powered by MHonArc 2.6.19.

Top of Page