java.lang.NullPointerException: Cannot invoke "com.aspose.words.internal.zzYLW.getLocale()"

Hi,

We receive the following error multiple times but we don’t have a reproduction.
For some reason there is a NullPointerException but we can’t see how this is caused.

Is this a known problem/defect and will this be fixed in a newer version perhaps?

FINEST|25-01-29 01:28:57|**java.lang.NullPointerException: Cannot invoke "com.aspose.words.internal.zzYLW.getLocale()**" because the return value of "com.aspose.words.internal.zze1.zzWq0()" is null
FINEST|25-01-29 01:28:57|    at com.aspose.words.internal.zzfk.zzb1(Unknown Source)
FINEST|25-01-29 01:28:57|    at com.aspose.words.zzYK8.zzY7N(Unknown Source)
FINEST|25-01-29 01:28:57|    at com.aspose.words.zzZrw.zzZy(Unknown Source)
FINEST|25-01-29 01:28:57|    at com.aspose.words.FieldFormat.zzWhh(Unknown Source)
FINEST|25-01-29 01:28:57|    at com.aspose.words.FieldFormat.zzZy(Unknown Source)
FINEST|25-01-29 01:28:57|    at com.aspose.words.zzWR8.zzZJA(Unknown Source)
FINEST|25-01-29 01:28:57|    at com.aspose.words.zzWR8.zzXdw(Unknown Source)
FINEST|25-01-29 01:28:57|    at com.aspose.words.zzY7o.zzXbZ(Unknown Source)
FINEST|25-01-29 01:28:57|    at com.aspose.words.zzY7o.zzWUI(Unknown Source)
FINEST|25-01-29 01:28:57|    at com.aspose.words.zzY7o.zzXAN(Unknown Source)
FINEST|25-01-29 01:28:57|    at com.aspose.words.zzY7o.zzXvB(Unknown Source)
FINEST|25-01-29 01:28:57|    at com.aspose.words.zzY7o.zzZJX(Unknown Source)
FINEST|25-01-29 01:28:57|    at com.aspose.words.zzY7o.zzWhh(Unknown Source)
FINEST|25-01-29 01:28:57|    at com.aspose.words.zzY7o.zzYmF(Unknown Source)
FINEST|25-01-29 01:28:57|    at com.aspose.words.zzY7o.zzXqT(Unknown Source)
FINEST|25-01-29 01:28:57|    at com.aspose.words.zzXPr.zzZy(Unknown Source)
FINEST|25-01-29 01:28:57|    at com.aspose.words.zzXPr.zzuV(Unknown Source)
FINEST|25-01-29 01:28:57|    at com.aspose.words.zzXPr.zzZy(Unknown Source)
FINEST|25-01-29 01:28:57|    at com.aspose.words.MailMerge.zzZy(Unknown Source)
FINEST|25-01-29 01:28:57|    at com.aspose.words.MailMerge.execute(Unknown Source)

We are using 24.9 from Aspose for Java:

   <dependency>
      <groupId>com.adp.composer.aspose</groupId>
      <artifactId>aspose-words</artifactId> 
      <version>24.9</version>
      <classifier>jdk17</classifier>      
  </dependency>

@hugodo Unfortunately, it is hard to say what causes the problem without ability to reproduce the problem. So, if possible, please provide the problematic input document and code that will allow us to reproduce the problem.