Hi,
we have a server with 2 appication nodes, in both cases the license key is stored into the DB but in one of the two nodes when I generate a pdf this excpetion arises:
java.lang.ArrayIndexOutOfBoundsException: arraycopy: last source index 39873 out of bounds for byte[1704]
at java.lang.System.arraycopy(Native Method) ~[?:?]
at com.spire.pdf.packages.sprpow.spr▏‡—(LicenseFile.java:190) ~[spire.pdf-11.9.6.jar:11.9.6]
at com.spire.pdf.packages.sprpow.spr╗†—(LicenseFile.java:40) ~[spire.pdf-11.9.6.jar:11.9.6]
at com.spire.pdf.packages.sprfuw.spr—†—(LicenseProvider.java:263) ~[spire.pdf-11.9.6.jar:11.9.6]
And it creates a 0 byte pdf,
Suggestions on the cause?
Thanks