Exception


JsonMapperException: No JsonMapper class is found

You might have faced the below exception org.jobrunr.utils.mapper.JsonMapperException: No JsonMapper class is found. Make sure you have either Jackson, Gson […] Continue reading »

java.lang.NoClassDefFoundError: org/bouncycastle/crypto/generators/SCrypt

While encoding your password/data with SCryptPasswordEncoder, you might be getting the below exception: java.lang.NoClassDefFoundError: org/bouncycastle/crypto/generators/SCrypt at org.springframework.security.crypto.scrypt.SCryptPasswordEncoder.digest(SCryptPasswordEncoder.java:195) ~[spring-security-crypto-6.0.3.jar:6.0.3] at org.springframework.security.crypto.scrypt.SCryptPasswordEncoder.encode(SCryptPasswordEncoder.java:150) […] Continue reading »