uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE47711-W

The specified module name is invalid. All objects in this module will not be bound as Portable Global JNDI names. (uri = aa....aa, module name = bb....bb)

aa....aa: Module URI
bb....bb: Standard module name
Description
The module name contains characters that cannot be specified.
You can start the application as is, so there is no problem in the case of applications that do not use the Portable Global JNDI names.
However, action is required if one of the following cases is applicable:
  • If there is a client that looks up the objects in this module using the Portable Global JNDI name.
  • If a resource reference is defined in this module using a name beginning with java:module.
Action
If the objects must be registered in the Portable Global JNDI name for this module, take the following action to change the standard module name:
For EJB-JAR modules
  • If <module-name> of ejb-jar.xml is specified
    Correct the value specified in <module-name>, re-import, and then execute the module.
  • If <module-name> of ejb-jar.xml is not specified (if ejb-jar.xml is omitted)
    Correct the EJB-JAR file name (EJB directory name in the exploded archive format) and then re-import.
For Web modules (Web application)
  • If <module-name> of web.xml is specified
    Correct the value specified in <module-name> and then re-import.
  • If <module-name> of web.xml is not specified (if web.xml is omitted)
    Correct the WAR file name (WAR directory name in the exploded archive format) and then re-import.
For resource adapter modules
Correct the RAR file name and then re-import.
Note that if the objects need not be registered in the Portable Global JNDI names for all the applications in Application Server, you can control this message by specifying false in the user property ejbserver.jndi.global.enabled.