java.lang.UnsatisfiedLinkError 2

##4 Caused by: java.lang.UnsatisfiedLinkError: Java_java_io_ObjectStreamClass_initNative at java.io.ObjectStreamClass.<clinit>(Unknown Source) ~[na:na] at java.io.ObjectInputStream.readNonProxyDesc(Unknown Source) ~[na:na] at java.io.ObjectInputStream.readClassDesc(Unknown Source) ~[na:na] at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source) ~[na:na] at java.io.ObjectInputStream.readObject0(Unknown Source) ~[na:na] at java.io.ObjectInputStream.readObject(Unknown Source) ~[na:na] at java.io.ObjectInputStream.readObject(Unknown Source) ~[na:na] ##5 java.lang.UnsatisfiedLinkError: Java_java_lang_StackStreamFactory_checkStackWalkModes at java.lang.StackStreamFactory.init(Unknown Source) ~[na:na] at java.lang.StackStreamFactory.<clinit>(Unknown Source) ~[na:na] at java.lang.StackWalker.walk(Unknown Source) ~[na:na] at java.util.logging.LogRecord$CallerFinder.get(Unknown Source) ~[na:na] at java.util.logging.LogRecord.inferCaller(Unknown Source) ~[na:na] at java.util.logging.LogRecord.getSourceClassName(Unknown Source) ~[na:na] at java.util.logging.SimpleFormatter.format(Unknown Source) ~[na:na] at java.util.logging.StreamHandler.publish(Unknown Source) ~[na:na] at java.util.logging.ConsoleHandler.publish(Unknown Source) ~[na:na] at java.util.logging.Logger.log(Unknown Source) ~[na:na] at java.util.logging.Logger.doLog(Unknown Source) ~[na:na]
2 Replies
apignotti
apignotti2d ago
This problem should be relatively easy to fix, but please provide a complete test case that we can use to reproduce the error
JacobDK123
JacobDK123OP2d ago
sorry, I do not have the time to seperate every stacktrace for this app into into seperate example projects, I can only provide the stack trace as indication of what is wrong.

Did you find this page helpful?