uCosminexus Application Server, Messages
![[Contents]](FIGURE/CONTENT.GIF)
![[Back]](FIGURE/FRONT.GIF)
KDJE39132-E
An invalid TagExtraInfo class aa....aa is specified. (J2EE application = bb....bb, context root = cc....cc, file = dd....dd, tag library = ee....ee)
- aa....aa: TagExtraInfo class name
bb....bb: The J2EE application name in the case of the J2EE server mode, and a null character string in the case of the servlet engine mode, or the cjjspc command or cjjsp2java command
cc....cc: The context root name in the case of the J2EE server mode or the servlet engine mode, and a null character string in the case of the cjjspc command or cjjsp2java command
dd....dd: Path within the Web application of this JSP file or the tag file, and the absolute path of the JSP file in the case of the cjjsp2java command (in the case of a tag file saved in a JAR file, however, output is in the following format:
'Path within the Web application of the JAR file (entry = path-within-the-JAR-file)')
ee....ee: uri attribute value of the taglib directive of this JSP file or tag file
- Description
- An invalid TagExtraInfo class was specified.
- The TagExtraInfo class must fulfill the following conditions:
- The class TagExtraInfo must be inherited.
- It is not an interface or abstract class.
- It must have a public constructor.
- Action
- Include the appropriate TagExtraInfo class in the Web application.
- 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
- When the application update detection and the reload functionality are being used, either reload or redeploy.
- When the application update detection and the reload functionality are not being used, redeploy.
- In the case of the cjjspc command or cjjsp2java command
- Re-execute the command.
All Rights Reserved. Copyright (C) 2012, 2013, Hitachi, Ltd.