Skip to Content.
Sympa Menu

grouper-users - [grouper-users] Caused by: java.lang.ClassNotFoundException: org.mortbay.jetty.HttpException - Missing jetty-6.1.26.jar

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] Caused by: java.lang.ClassNotFoundException: org.mortbay.jetty.HttpException - Missing jetty-6.1.26.jar


Chronological Thread 
  • From: Reid Watson <>
  • To: "" <>
  • Subject: [grouper-users] Caused by: java.lang.ClassNotFoundException: org.mortbay.jetty.HttpException - Missing jetty-6.1.26.jar
  • Date: Tue, 7 May 2019 23:41:13 +0000

Hi Everyone,

Very quick question about “jetty-6.1.*.jar”, when installing Grouper 2.4.0.
(Default install) we noticed certain jar’s a missing from a specific path
“grouper.apiBinary-2.4.0/lib/grouper”, investigating further we found the
jar’s are located within

grouper.ws-2.4.0/grouper-ws-scim/targetBuiltin/grouper-ws-scim/WEB-INF/lib/jetty-6.1.26.jar
grouper.ws-2.4.0/grouper-ws-scim/targetBuiltin/grouper-ws-scim/WEB-INF/lib/jetty-util-6.1.26.jar

Were currently attempting to run “EsbHttpPublisher / EsbConsumer” by setting
the following fields within “grouper-loader.properties"

changeLog.consumer.esb.class =
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbConsumer
changeLog.consumer.esb.publisher.class =
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbHttpPublisher

From the API logs we receive the following error message

Caused by: java.lang.NoClassDefFoundError: org/mortbay/jetty/HttpException
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:186)
at
edu.internet2.middleware.grouper.util.GrouperUtil.forName(GrouperUtil.java:1590)
... 26 more
Caused by: java.lang.ClassNotFoundException: org.mortbay.jetty.HttpException

When checking “/grouper.apiBinary-2.4.0/lib/grouper/“ the jar’s are missing,
reading an old thread from 2013
https://lists.internet2.edu/sympa/arc/grouper-users/2013-06/msg00083.html”
an engineer stated the following comment

“I assume I am missing some jar file in the api/lib/grouper directory? I
didn’t see anything about this in the wiki."

I would prefer someone from the grouper community review before I create a
Jira ticket

Cheers

Reid







Archive powered by MHonArc 2.6.19.

Top of Page