ClassCastException when ShARPE is running
Could not start SharpeCore: java.lang.ClassCastException: edu.internet2.middleware.shibboleth.aa.arp.provider.FileSystemArpRepository
When you run
ShARPE and you notice this error on the log, it means your idp.xml is
NOT configured properly. Make sure you follow installation procedure for
ShARPE install
In particular:
- you have not used MAMSFileSystemArpRepository in your idp.xml, or
- your $TOMCAT_HOME/webapps/shibboleth-idp/WEB-INF/web.xml is not using MAMSIdPResponder (this file automatically modified during ShARPE installation process)
to top