Page 1 of 1

Java.lang.NoSuchFieldError: customPasswordCheck

Posted: 07 Jul 2018, 21:25
by Ninjaoninja2
Hello,
I've been experimenting with the Login Assistant Component, and as such, I am trying to salt the passwords just like in the docs. I've followed everything, and I compiled my code in Eclipse without any errors, but as soon as I try to load the extension in SFS, it's giving me this error:

Code: Select all

java.lang.NoSuchFieldError: customPasswordCheck


And like I said it's bothering me because my code compiled and exported into a .jar without any problems.

Re: Java.lang.NoSuchFieldError: customPasswordCheck

Posted: 09 Jul 2018, 16:53
by Lapo
Hi,
is there a more complete stack trace? With further details?
It looks like some jar file is missing at runtime. Maybe a problem with deployment?

Thanks