javaitext7licensing

REMOTE_REPORTING_MISSING_REMOTE_MODULE Itext 7.2.2


I am trying to consume an itext 7.2 license from java, however when loading it, it throws an exception of type: REMOTE_REPORTING_MISSING_REMOTE_MODULE

I have a .json file in C and I use licensing-base in version 4.1.0, please if someone could tell me what I might be doing wrong or if I'm missing something to do. Before doing a test with a temporary license and everything ok but when I use the paid license it throws an exception and doesn't let me continue.

In advance thanks for the help.


Solution

  • It looks like your license requires the usage of the remote reporting module iText provides.

    You can add it to your project using Maven, or download the jar and manually include it. It can be found here: https://mvnrepository.com/artifact/com.itextpdf.licensing/licensing-remote

    More information on volume and remote reporting licenses can be found here: https://kb.itextpdf.com/home/it7kb/faq/volume-counter-faqs

    Please make sure you're using the correct licensing-base and licensing-remote versions for your version of iText.

    A compatibility matrix can be found here: https://kb.itextpdf.com/home/it7kb/compatibility-matrix