I recently got this message when deploying the project. We use the Developer OEM version ($ 2997).
The project cannot be deployed because this library can no longer be found.
What can i do?
Have your problem solved? Please share the screenshot of issue that you are facing. As per our understanding, you are facing issue when Aspose.Words for Java 20.9 is used with iText 2.1.7 Jar.
Please create a simple Java application ( source code without compilation errors ) that helps us to reproduce your problem on our end and attach it here for testing. We will investigate the issue and provide you more information on it.
Thanks for sharing the detail. Unfortunately, we are unable to reproduce this issue at our end. Please ZIP and attach the POM file. We will use the same POM file for testing that you are using. Thanks for your cooperation.
here a maven project. building this creates the error mentioned. (mvn/maven install)
[INFO] ------------------< org.example.aspose:aspose-words >-------------------
[INFO] Building aspose-words 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for com.lowagie:itext:jar:2.1.7.js8 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
the projects are also built and distributed via Jenkins (Linux). There I get the same error as well as from the command line (mvn clean install). This is NOT an IntelliJ problem. IntelliJ has no control over Maven.
OpenJDK 64-Bit Server VM warning: forcing TieredStopAtLevel to full optimization because JVMCI is enabled
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building aspose-words 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://repository.aspose.com/repo/com/lowagie/itext/2.1.7.js8/itext-2.1.7.js8.pom
Downloading: https://repo.maven.apache.org/maven2/com/lowagie/itext/2.1.7.js8/itext-2.1.7.js8.pom
[WARNING] The POM for com.lowagie:itext:jar:2.1.7.js8 is missing, no dependency information available
Downloading: https://repository.aspose.com/repo/com/lowagie/itext/2.1.7.js8/itext-2.1.7.js8.jar
Downloading: https://repo.maven.apache.org/maven2/com/lowagie/itext/2.1.7.js8/itext-2.1.7.js8.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.410 s
[INFO] Finished at: 2020-09-21T08:57:21+02:00
[INFO] Final Memory: 11M/50M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project aspose-words: Could not resolve dependencies for project org.example.aspose:aspose-words:jar:1.0-SNAPSHOT: Could not find artifact com.lowagie:itext:jar:2.1.7.js8 in AsposeJavaAPI (https://repository.aspose.com/repo/) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
Regarding the issue you are facing using maven, please share your working environment e.g. operating system, Java version etc. Please also share step by step guide that helps us to reproduce this issue at our end. We will investigate this issue further and provide you more information on it.
It is nice to hear from you that your problem has been solved. Please feel free to ask if you have any question about Aspose.Words, we will be happy to help you.