Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26732

    My simple JSP example does not work. I get this error message:

    The absolute uri: http://pd4ml.com/tlds/pd4ml/2.6 cannot be resolved in either web.xml or the jar files deployed with this application

    I have included the 2 jar files, and I can access that url, so what is the cause?

    This also leads to another question: Does the pdf conversion happen in my site, or is any data sent out to pd4ml.com for the actual conversion?

    #29016

    1. Obviously PD4ML JSP taglib (pd4ml_tl.jar – part of PD4ML distribution) is missing in WEB-INF/lib.

    2. The conversion happens in your environment – no data sent to pd4ml.com

    #29017

    I am having the same problem but every jar file is included.

    #29018

    Forgot to include error message in Eclipse which is:
    Can not find the tag library descriptor for “http://pd4ml.com/tlds/pd4ml/2.6”

    #29019

    http://pd4ml.com/tlds/pd4ml/2.6 in the context is not an URL, but an unique identifier of a JSP tag library (pd4ml_tl.jar).

    If the JAR is correctly added to your web application it “registers” itself among application resources under the name.

    If your application tries to unsuccessfully connect the URL, that means there is a webapp misconfiguration.

    I would recommend to download the most recent version of PD4ML, install it and to make sure there is no old cached instances of pd4ml.jar in the working dir of the application etc.

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘Troubleshooting’ is closed to new topics and replies.