AACLI.sh throwing - Error creating bean with name 'shibboleth.HandlerManager'
Paul Hethmon
paul.hethmon at clareitysecurity.com
Wed May 29 14:54:25 EDT 2013
I don't use the script, but that error is simply the JVM saying it cannot
find the listed class. That class is normally provided by your container
at runtime and I suspect you will need to add it to the lib directory so
the script can reference it. For Tomcat, it is called "servlet-api.jar"
and will be found in the Tomcat directory tree.
Paul
On 5/29/13 2:51 PM, "Kasa, Nubli" <mmohdkas at iu.edu> wrote:
> I ran aacli.sh script as follows:
>
> > /opt/shibboleth-idp/bin/aacli.sh --configDir
>/opt/shibboleth-idp/conf/ --principal username
>
> And got the errors below. I can't seem to find a good reference for
>this error. Did anyone had this issue before?
> We're running Shibboleth version 2.3.8 .
>
>Exception in thread "main"
>org.springframework.beans.factory.BeanCreationException: Error creating
>bean with name 'shibboleth.HandlerManager': Initialization of bean
>failed; nested exception is java.lang.NoClassDefFoundError:
>javax/servlet/ServletRequest
>
More information about the users
mailing list