wlst script error: UnsatisfiedLinkError jffi-1.2.dll
I'm trying to upgrade weblogic server to 14.1.1 (on windows 10).
There I'm using several wlst scripts to create my wls domain, but im getting a jython linkage error:
"java.lang.UnsatisfiedLinkError: could not locate stub library in jar file. Tried [jni/x86_64-Windows/jffi-1.2.dll, /jni/x86_64-Windows/jffi-1.2.dll]"
stacktrace see attachement
There is a knowing jython bug in v2.7 from 2012: https://bugs.jython.org/issue1889
Can I upgrade jython inside weblogic 14.1.1 or how can I fix this?
Any help would be appreciated.