NoClassDefFoundError: org/opensaml/xml/ConfigurationException
Rob Brownsell
R.J.Brownsell at sussex.ac.uk
Fri Oct 7 12:54:46 BST 2011
With Glassfish, I believe you can put jars inside the main lib installation directory, outside of the domain. We're using Glassfish and have put some general jars (like log4j) in there and they've been picked up ok.
-----Original Message-----
From: dev-bounces at shibboleth.net [mailto:dev-bounces at shibboleth.net] On Behalf Of Chad La Joie
Sent: 07 October 2011 12:51
To: Shib Dev
Subject: Re: NoClassDefFoundError: org/opensaml/xml/ConfigurationException
I can only assume the error means what it says. You'll need to go to
the Glassfish docs/list and find out how it constructs its classpath.
Because something there is messed up.
On Thu, Oct 6, 2011 at 21:08, Brad Cox <bradjcox at gmail.com> wrote:
> Could someone explain what this means and how to fix it? Thanks
> Context: glassfish/domains/domain1/lib/endorsed contains files specified on
> the wiki:
>
> resolver-2.9.1.jar
> serializer-2.9.1.jar
> xalan-2.7.1.jar
> xercesImpl-2.9.1.jar
> xml-apis-2.9.1.jar
>
> Pom specifies the same versions for the above marked provided.
> Pom specifies opensaml, xmltooling and openws latest versions
> from http://shibboleth.internet2.edu/downloads/maven2
> But nomatter what I get java.lang.NoClassDefFoundError:
> org/opensaml/xml/ConfigurationException on the first request. Is this
> saying org/opensaml/xml/ConfigurationException isn't in the war
> (xmltooling.jar is definitely there). Or is it reporting a config problem?
> This all happens
> before the DefaultBootstrap.bootstrap() call. So I'm stumped.
--
Chad La Joie
www.itumi.biz
trusted identities, delivered
--
To unsubscribe from this list send an email to dev-unsubscribe at shibboleth.net
More information about the dev
mailing list