I am getting an error java.lang.UnsatisfiedLinkError
in apphosting_java_openjre8,(/base/alloc/tmpfs/dynamic_runtimes/apphosting_java_openjre8/510ec52506d34156/lib/amd64/lib).
This happens when I try to generate my reports using jasper reports on AppEngine.
I appreciate your help on this.
Generating reports using jasper reports.
error: /base/alloc/tmpfs/dynamic_runtimes/apphosting_java_openjre8/510ec52506d34156/lib/amd64/lib`
CodePudding user response:
Same issue here, but using apache poi. It seems to be a problem loading system resurces as fonts.
CodePudding user response:
I found a solution in this google ticket https://issuetracker.google.com/issues/246830460 Please follow it.