Attempting to use 'resourceScript' to see if a second factor is needed
Cantor, Scott
cantor.2 at osu.edu
Fri Sep 24 13:19:40 UTC 2021
On 9/24/21, 9:11 AM, "users on behalf of Jeff Chapin" <users-bounces at shibboleth.net on behalf of jeff.chapin at uni.edu> wrote:
> We are moving from 3.4.3 to 4.1.4. Our bean is now very similar -- I don't see how the error we are getting
> would be caused by the differences:
The code in 4.1 (and probably only 4.1) knows how to load resources to prevent the error you're getting, so you have a corrupt install in some way with a mixture of old/new code, or a platform difference we don't have any knowledge of. Simple as that.
If it's Tomcat, that would be my guess because that is always my guess and I'm often right. If not, then I don't have any other ideas except mixed jar version corruption (which is simply what Tomcat causes, constantly, thus it's always my first guess).
The symptom means you don't have a stable system that is probably much more concerning, but the actual direct workaround is a bean to directly instantiate a Filesystem Spring Resource and plug that in instead of using the conversion from String to Resource.
-- Scott
More information about the users
mailing list