uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39205-E

An attempt to read the tag library descriptor has failed. (TLD = aa....aa)

aa....aa: TLD file path
Description
An attempt to read the tag library descriptor (TLD) file has failed.
The path aa....aa of the TLD file will be output in the following format:
  • In the case of a TLD file within the Web application
    Path within the Web application
  • In the case of a TLD file saved in the JAR file of a Web application
    Path within the Web application of the JAR file (entry = path-within-the-JAR-file)
  • In the case of a TLD file within the library JAR
    LIB (Path from the root of the J2EE application of the JAR file in which the TLD file is saved) (entry = path-within-the-JAR-file)
  • In the case of a TLD file within the JAR file specified in the class path with the cjjspc command
    LIB (Absolute path of the JAR file in which the TLD file is saved) (entry = path-within-the-JAR-file)
Action
Remove the cause due to which an attempt to read the TLD file has failed.
The possible causes of error are as follows:
  • The file does not exist.
  • File read permission is not available.
  • Read permission is not available for the JAR file that includes the TLD file.
Correct the error location, and then update the Web application.
In the case of the J2EE server mode
If the reload functionality of the J2EE application is being used, either reload or redeploy.
If the reload functionality of the J2EE application is not being used, redeploy.
If the JSP pre-compile functionality used during application startup is executed and this message is output, re-execute the JSP pre-compile functionality used during application startup.
In the case of the servlet engine mode
Redeploy.
In the case of the cjjspc command or cjjsp2java command
Re-execute the command.