uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39332-E

The specified value for the aa....aa tag in the web.xml is invalid. (J2EE application = bb....bb, context root = cc....cc, class = dd....dd, method = ee....ee)

aa....aa: "post-construct" or "pre-destroy"
bb....bb: J2EE application name
cc....cc: Context root name
dd....dd: Class name specified in web.xml
ee....ee: Method name specified in web.xml
Description
The value specified in the <post-construct> tag, or <pre-destroy> tag of the Deployment Descriptor is invalid.
Take action based on the following causes:
  • The class specified in the <lifecycle-callback-class> tag does not exist.
  • The method specified in the <lifecycle-callback-method> tag does not exist. Alternatively, the method exists, but it contains arguments.
Action
Revise the definition of web.xml, or the J2EE application.