Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

Did anyone try the pdf2data web application come with 2.0.1, it's a lightweight template editor web application.

I was testing the pdf2data 2.0.1 web application, but I get error, the web application cannot start, this is the error message I got from Tomcat log:

15-Mar-2018 20:03:29.526 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file 15-Mar-2018 20:03:29.529 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [/pdf2data] startup failed due to previous errors

I followed this installation guide: https://itextpdf.com/sites/default/files/attachments/Web%20application%20installation%20guide%20pdf2Data.pdf

The pdf2data war file I used is: 2.0.1 Tomcat 8.5, JDK 1.8

James

I have asked the pdf2data experts at iText Software to take a look at your question. Are you by any chance a customer with a support contract? In that case it is better to contact iText Software directly, because pdf2data is a brand new product, and I don't expect that the Stack Overflow community already has a lot of knowledge about it. Amedee Van Gasse Mar 18, 2018 at 7:14 After open some debug information in tomcat by creating logging.properties under /WEB-INF/classes folder, I figured out it's a configuration issue, the web application is working now. Thanks for looking. James Zou Mar 19, 2018 at 20:45 pdf2data web application need looking for a license file when start, in web.properties, (licensekey=xxxxxxx) I pointed to wrong folder. James Zou Mar 19, 2018 at 20:50

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question . Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers .