GroupDocs.Total for Java License Issue

Hi, I have a valid group docs Total license for Java. I am using Spring application. I have not given any value for application.licensePath in application.properties so that it can take license from Default folder Licenses in the application. I am using both annotation and signature feature. When i run my application, i get cannot verify signature license error. Can you please help me to fix it ? Below is the code where I am getting the problem.

try {
License license = new License();
license.setLicense(globalConfiguration.getApplication().getLicensePath());
} catch (Throwable exc) {
logger.error(“Can not verify Signature license!”);
}

@nites67,

Thank you for your inquiry.
In order to further investigate this scenario, we need following details from you:

  • Both APIs versions (e.g. 18.10, 18.11)
  • A simple console based application using that we could reproduce this same issue at our end

Please share these details and we’ll surely help you out.