Hi,
From 9:50AM to 12:05PM PT today we had a large spike in “Authentication failed” errors (4400 errors within this timeframe). We saw this for both Words and Cells. It has since disappeared.
We are on a metered license, and these are the lines that the failure occurred at:
com.aspose.words.Metered metered = new com.aspose.words.Metered();
metered.setMeteredKey(this.metered_license_public_key, this.metered_license_private_key);
Are there any known issues about these type of failures (or any mini outages today?)
Here is the entire stacktrace:
java.lang.IllegalStateException: Authentication failed.
at com.aspose.words.Metered.setMeteredKey(Unknown Source)
at com.hellosign.WordsConverter.authorize(WordsConverter.java:27)
at com.hellosign.AsposeConvert.convert(AsposeConvert.java:22)
at com.hellosign.ConversionJob.process(ConversionJob.java:48)
at com.hellosign.DaemonApp.start(DaemonApp.java:85)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.java:241)