Hitachi

uCosminexus Application Server Messages


25.3.1 Message format and details of messages

Organization of this subsection

(1) Message format

The message format is as follows:

nnnn message ([nnnn message ([nnnn ....])])

The meaning of the format is described below:

  • nnnn

    This indicates the message number managed in the Component Container.

  • Message

    This indicates an error message.

  • ([nnnn message ([nnnn ....])])

    If there are multiple causes of error, the output is nested. Messages are delimited using brackets ( ).

(2) Details of messages

Messages output as detailed information are mentioned below:

No.

Message

Description

Action

0101

It failed in the analysis of TagLib. The 1st argument of <InputStream> is (null).

An internal error occurred.

Contact the maintenance personnel.

0102

It failed in the analysis of TagLib. The 2nd argument <WebDescriptorFactory> is (null).

An internal error occurred.

Contact the maintenance personnel.

0103

cannot read tld: [aa....aa]

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

0104

'aa....aa' not found in TagLib XML. Actual value was <bb....bb>.

An internal error occurred.

aa....aa: Maintenance information

bb....bb: Maintenance information

Contact the maintenance personnel.

0105

TagLib XML parsing error: [aa....aa]

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

0106

Invalid value = aa....aa: (in TagLib XML). Correct value is boolean value, yes or no.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

0201

It failed in the analysis of Web Application. The 1st argument <InputStream> is (null).

An internal error occurred.

Contact the maintenance personnel.

0202

It failed in the analysis of Web Application. The 2nd argument <WebDescriptorFactory> is (null).

An internal error occurred.

Contact the maintenance personnel.

0203

The configuration cannot be read. (aa....aa)

The DDs of WAR cannot be read.

aa....aa: Detailed message

Remove the cause according to the detailed message.

0204

'aa....aa' was not found in web.xml. The actual value was <bb....bb>.

The DDs of WAR cannot be analyzed.

aa....aa: Element name of an invalid DD

bb....bb: Element name of a valid DD.

Modify the description of the DDs.

0205

A web.xml parsing error occurred: (aa....aa)

An error was detected during the analysis of DDs of WAR.

aa....aa: Detailed message

Remove the cause according to the detailed message.

0206

Invalid XML: The document type of web.xml is null.

The document type declaration is not specified correctly in the DDs of WAR.

Specify the document type declaration correctly.

0207

There is no web component by the name of 'aa....aa' here.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

0208

Invalid argument. name=aa....aa value=bb....bb

An internal error occurred.

aa....aa: Maintenance information

bb....bb: Maintenance information

Contact the maintenance personnel.

0209

<web-app> contains more than one element of <aa....aa>.

Multiple aa....aa tags are specified in <web-app> tag.

aa....aa: Tag name specified multiple times in the <web-app>tag.

aa....aa tags cannot be specified multiple times in the <web-app>tag. Specify only one tag.

0301

Cannot set the descriptor unless this node has been added to a document for ApplicationClient.

An internal error occurred.

Contact the maintenance personnel.

0302

Cannot get the descriptor unless this node has been added to a document for ApplicationClient.

An internal error occurred.

Contact the maintenance personnel.

0303

Invalid XML: The document type of the application client is null.

An internal error occurred.

Contact the maintenance personnel.

0304

Invalid XML: The document type of the application client is unknown. (root name = 'aa....aa', public ID = 'bb....bb', system ID = 'cc....cc')

An internal error occurred.

aa....aa: Maintenance information

bb....bb: Maintenance information

cc....cc: Maintenance information

Contact the maintenance personnel.

0305

The <application-client> node was not found.

An internal error occurred.

Contact the maintenance personnel.

0401

Cannot set the descriptor unless this node has been added to a document for ApplicationClient Runtime DeploymentDescriptor.

An internal error occurred.

Contact the maintenance personnel.

0501

Cannot set the descriptor unless this node has been added to a document for Application.

An internal error occurred.

Contact the maintenance personnel.

0502

Cannot get the descriptor unless this node has been added to a document for Application.

An internal error occurred.

Contact the maintenance personnel.

0503

Invalid XML: The document type of the application is null.

The document type declaration is not specified in the DDs of EAR.

Specify the document type declaration.

0504

Invalid XML: The document type of the application is unknown: aa....aa

The document type declaration is not specified correctly in the DDs of EAR.

aa....aa: Specified document type declaration

Specify the document type declaration correctly.

0506

Cannot find context root for web bundle with entry 'aa....aa' in this ear.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

0507

No <application> nodes were found.

An internal error occurred.

Contact the maintenance personnel.

0601

Cannot set the descriptor unless this node has been added to a document for Connector.

An internal error occurred.

Contact the maintenance personnel.

0602

The transaction support value for the connector is invalid: aa....aa

Specification of transaction-support is invalid.

aa....aa: Value of the specified transaction-support.

Specify one of the following: NoTransaction LocalTransaction XATransaction

0603

The authentication-mechanism-type of the connector is invalid: aa....aa

Specification of authentication-mechanism-type is invalid.

aa....aa: Specified authentication-mechanism-type value

Specify either 'BasicPassword' or 'Kerbv5'.

0604

No <connector> nodes could be found.

An internal error occurred.

Contact the maintenance personnel.

0605

Invalid XML: <security-permission-spec> in <connector> is empty.

The value is not specified in security-permission-spec.

Specify an appropriate value in security-permission-spec.

0701

aa....aa says it is linked to an EJB called bb....bb of type cc....cc, but no bean of this name and type can be found in this ejb-jar.

The type of EJB (aa....aa) linked with ejb-ref-name(bb....bb) differs from the type specified in ejb-ref-type(cc....cc).

aa....aa: Value of the display-name of the EJB to be linked.

bb....bb: Value specified in ejb-ref-name.

cc....cc: Value specified in ejb-ref-type.

Specify the value that matches with the type of EJB to be linked, in ejb-ref-type.

0702

aa....aa says it is linked to an EJB called bb....bb of home interface cc....cc, but no bean of this home interface name and type can be found in this ejb-jar.

home interface name of the EJB (aa....aa) linked with ejb-ref-name (bb....bb) does not match with the interface name (cc....cc) specified in home.

aa....aa: Value of the display-name of the EJB to be linked.

bb....bb: Value specified in ejb-ref-name.

cc....cc: Value specified in home.

Specify the home interface name of the EJB (aa....aa) in home.

0703

aa....aa says it is linked to an EJB called bb....bb of remote interface cc....cc, but no bean with this remote interface name and type can be found in this ejb-jar.

remote interface name of the EJB (aa....aa) linked with ejb-ref-name (bb....bb) does not match with the interface name (cc....cc) specified in remote.

aa....aa: Value of the display-name of the EJB to be linked.

bb....bb: Value specified in ejb-ref-name.

cc....cc: Value specified in remote.

Specify the remote interface name of the EJB (aa....aa) in remote.

0704

aa....aa says it is linked to an EJB called bb....bb of type cc....cc, but no bean of this name and type can be found in this ejb-jar.

The type of EJB (aa....aa) linked with ejb-ref-name(bb....bb) differs from the type specified in ejb-ref-type(cc....cc).

aa....aa: Value of the display-name of the EJB to be linked.

bb....bb: Value specified in ejb-ref-name.

cc....cc: Value specified in ejb-ref-type.

Specify the value that matches with the type of EJB to be linked, in ejb-ref-type.

0705

aa....aa says it is linked to an EJB called bb....bb of local home interface cc....cc, but no bean with this local home interface name and type can be found in this ejb-jar.

local-home interface name of the EJB (aa....aa) linked with ejb-ref-name (bb....bb) does not match with the interface name (cc....cc) specified in local-home.

aa....aa: Value of the display-name of the EJB to be linked.

bb....bb: Value specified in ejb-ref-name.

cc....cc: Value specified in local-home.

Specify the local-home interface name of the EJB (aa....aa) in local-home.

0706

aa....aa says it is linked to an EJB called bb....bb of local interface cc....cc, but no bean with this local interface name and type can be found in this ejb-jar.

local interface name of the EJB (aa....aa) linked with ejb-ref-name (bb....bb) does not match with the interface name (cc....cc) specified in local.

aa....aa: Value of the display-name of the EJB to be linked.

bb....bb: Value specified in ejb-ref-name.

cc....cc: Value specified in local.

Specify the local interface name of the EJB (aa....aa) in local.

0707

Cannot have null value for mandatory element 'aa....aa'.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

0708

aa....aa says it is linked to an EJB called bb....bb of remote business interface cc....cc, but no bean with this remote business interface name and type can be found in this ejb-jar.

remote business interface name of the EJB (aa....aa) linked with ejb-ref-name (bb....bb) does not match with the interface name (cc....cc) specified in business-remote.

aa....aa: Value of the display-name of the EJB to be linked.

bb....bb: Value specified in ejb-ref-name.

cc....cc: Value specified in business-remote.

Revise such that the remote business interface name is matching.

0709

aa....aa says it is linked to an EJB called bb....bb of local business interface cc....cc, but no bean with this local business interface name and type can be found in this ejb-jar.

local business interface name of the EJB (aa....aa) linked with ejb-ref-name (bb....bb) does not match with the interface name (cc....cc) specified in business-local.

aa....aa: Value of the display-name of the EJB to be linked.

bb....bb: Value specified in ejb-ref-name.

cc....cc: Value specified in business-local.

Revise such that the local business interface name is matching.

0801

Cannot set the descriptor unless this node has been added to a document for ejb.

An internal error occurred.

Contact the maintenance personnel.

0802

Cannot get the descriptor unless this node has been added to a document for ejb.

An internal error occurred.

Contact the maintenance personnel.

0803

Invalid XML: The document type of EJB is null.

The document type declaration is not specified in the DDs of EJB-JAR.

Specify the document type declaration.

0804

Invalid XML: The document type of EJB is unknown: aa....aa

The document type declaration is not specified correctly in the DDs of EJB-JAR.

aa....aa: Specified document type declaration

Specify the document type declaration correctly.

0805

ERROR: Cascade-delete can only be specified if the other role has a multiplicity of One.

If cascade-delete is specified, 'One' must be specified in multiplicity.

Either do not specify cascade-delete or specify 'One' in multiplicity.

0806

The value 'aa....aa' of the multiplicity element in EJB deployment descriptor XML is incorrect: the value must be One or Many.

Specification of multiplicity is invalid.

aa....aa: Value of multiplicity.

Specify either 'One' or 'Many'.

0807

No <ejb> nodes could be found.

An internal error occurred.

Contact the maintenance personnel.

0901

Cannot set the descriptor unless this node has been added to a document for ejb.

An internal error occurred.

Contact the maintenance personnel.

0902

Invalid XML: The Bean setting aa....aa is not specified as a local home or as a home interface.

Neither home nor local-home is specified in the EJB aa....aa.

aa....aa: display-name value of the EJB.

Specify either home or local-home (or both).

0903

Invalid XML: Document type for ejb is (null).

The document type declaration is not specified in the DDs of EJB-JAR.

Specify the document type declaration.

0904

Invalid XML: Unknown document type for ejb: aa....aa

The document type declaration is not specified correctly in the DDs of EJB-JAR.

aa....aa: Specified document type declaration

Specify the document type declaration correctly.

0905

The jms acknowledge mode is invalid: aa....aa

Specification of acknowledge-mode is invalid.

aa....aa: acknowledge-mode value.

Specify either 'Auto-acknowledge' or 'Dups-ok-acknowledge'.

0906

The subscription durability string is invalid: aa....aa

Specification of subscription-durability is invalid.

aa....aa: subscription-durability value.

Specify either 'Durable' or 'NonDurable'.

0907

The jms destination type is invalid: aa....aa

Specification of destination-type is invalid.

aa....aa: destination-type value.

Specify either 'javax.jms.Queue' or 'javax.jms.Topic'.

0908

No query element method was found in the XML: [aa....aa]

The method specified in query-method is not found.

aa....aa: Detailed message

Specify the query-method correctly according to the detailed message.

0909

The <query-method> is ambiguous or invalid.

The method specified in query-method does not exist or the asterisk (*) is not specified in the method-name of query-method.

Specify the query-method correctly.

0910

Invalid XML: Bean aa....aa does not define a remote interface.

remote is not specified in the EJB (aa....aa).

aa....aa: display-name value of the EJB.

When home is specified, specify remote also.

0911

Invalid XML: Bean aa....aa does not define a local interface.

Local is not specified in the EJB (aa....aa).

aa....aa: display-name value of the EJB.

When local-home is specified, specify local also.

0912

Invalid XML: Bean aa....aa does not define a ejb-class.

ejb-class of EJB (aa....aa) is not specified correctly.

aa....aa: display-name value of the EJB.

Specify the correct ejb-class.

0913

Invalid XML: Bean aa....aa does not define a ejb-name.

The ejb-name of EJB (aa....aa) is not specified correctly.

aa....aa: display-name value of the EJB.

Specify the ejb-name correctly.

0914

Bean aa....aa must specify a <abstract-schema-name> tag for cmp-version 2.x.

The abstract-schema-name is not specified in the EJB (aa....aa) of CMP2.x version.

aa....aa: display-name value of the EJB.

Specify the abstract-schema-name correctly.

1001

Cannot set the descriptor unless this node has been added to a document for ejb.

An internal error occurred.

Contact the maintenance personnel.

1101

Cannot set the descriptor unless this node has been added to a document for ejb.

An internal error occurred.

Contact the maintenance personnel.

1102

Failure : SQL relations to CMP aa....aa cannot be found from CMPEntityBean bb....bb.

An internal error occurred.

aa....aa: Maintenance information

bb....bb: Maintenance information

Contact the maintenance personnel.

1201

Cannot set the descriptor unless this node has been added to a document for Web.

An internal error occurred.

Contact the maintenance personnel.

1301

Cannot set the descriptor unless this node has been added to a document for Web.

An internal error occurred.

Contact the maintenance personnel.

1401

Cannot set the descriptor unless this node has been added to a document for Web.

An internal error occurred.

Contact the maintenance personnel.

1402

No <web> nodes could be found.

An internal error occurred.

Contact the maintenance personnel.

1501

Cannot set the descriptor unless this node has been added to a document for Web.

An internal error occurred.

Contact the maintenance personnel.

1601

getAttribute(key) : key is (null).

An internal error occurred.

Contact the maintenance personnel.

1602

getAttribute(key, value) : key is (null). value is aa....aa.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

1603

removeAttribute(key) : key is (null).

An internal error occurred.

Contact the maintenance personnel.

1604

addElement(value) : value is (null).

An internal error occurred.

Contact the maintenance personnel.

1605

removeElement(value) : value is (null)

An internal error occurred.

Contact the maintenance personnel.

1701

Document was null.

An internal error occurred.

Contact the maintenance personnel.

1702

cannot find a node under aa....aa with tag bb....bb.

An internal error occurred.

aa....aa: Maintenance information

bb....bb: Maintenance information

Contact the maintenance personnel.

1703

aa....aa has no sub nodes with tag bb....bb

An internal error occurred.

aa....aa: Maintenance information

bb....bb: Maintenance information

Contact the maintenance personnel.

1704

The public ID and the system ID for this XML document cannot be resolved: aa....aa [bb....bb].

An internal error occurred.

aa....aa: Maintenance information

bb....bb: Maintenance information

Contact the maintenance personnel.

1705

Type mismatch of DTD.

An internal error occurred.

Contact the maintenance personnel.

1801

The public ID is incorrect.

An incorrect public ID is specified in the document type declaration.

Specify a correct public ID.

1901

Illegal application version : aa....aa

The version of the J2EE application is invalid.

aa....aa: Maintenance information

Make sure that the value of the public identifier of application.xml or the value of the version attribute of the application element is correct.

1902

This application has no ejb jars of name aa....aa

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

1903

This application has no ejb jars of name aa....aa

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

1904

This application has no beans of name aa....aa

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

1905

This application has no application clients of name aa....aa

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

1906

This application has no application clients jars of name aa....aa

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

1907

This application has no web app of name aa....aa

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

1908

This application has no web app jars of name aa....aa

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

1909

This application has no rar jar of name aa....aa.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

1910

This application has no application clients jars of name aa....aa

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

2001

An attempt to create a temporary directory has failed.

A temporary directory cannot be created.

  • If the permission to write to the temporary directory is not available, assign the write permissions.

  • If the capacity of a temporary directory location is insufficient, then secure the capacity.

2002

The class loader cannot be created.

An internal error occurred.

Contact the maintenance personnel.

2003

J2EE module 'aa....aa' cannot be extracted from the EAR file 'bb....bb'.

A file specified in module does not exist in EAR file.

aa....aa: File name specified in module

bb....bb: EAR file name

  • If this message is output while importing the EAR, revise the configuration of the EAR files.

  • If this message is output in cases other than import, contact the maintenance personnel.

2004

An attempt to unpack the archive failed. The parent file for aa....aa cannot be made.

The directory deploying the archive files cannot be created.

aa....aa: Name of a directory to be deployed

  • If the other applications are locked, terminate that application.

  • If the permission to write to the temporary directory is not available, assign the write permissions.

  • If the capacity is insufficient, secure the capacity.

2005

It failed in the analysis of Ear. The 1st argument of <File> is (null).

An internal error occurred.

Contact the maintenance personnel.

2006

The EAR file 'aa....aa' does not exist

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

2007

No deployment information was found. The format was invalid. (EAR file = aa....aa)

The specified file does not have the correct format as an EAR file.

aa....aa: EAR file name

  • While importing the EAR file, revise the configuration of the files to be imported.

  • If this message is output in cases other than import, contact the maintenance personnel.

2008

File Object for Save to do Deployment Descriptor of J2EEModule for EJB is Null.

An internal error occurred.

Contact the maintenance personnel.

2009

File Object for Save to do Deployment Descriptor of J2EEModule for Web Application is Null.

An internal error occurred.

Contact the maintenance personnel.

2010

File Object for Save to do Deployment Descriptor of j2EEModule for ApplicationClient is Null.

An internal error occurred.

Contact the maintenance personnel.

2011

File Object for Save to do Runtime Deployment Descriptor of ApplicationClient is Null.

An internal error occurred.

Contact the maintenance personnel.

2012

File Object for Save to do Deployment Descriptor of j2EEModule for Connector is Null.

An internal error occurred.

Contact the maintenance personnel.

2013

File Object for Save to do Application (Ear) is Null.

An internal error occurred.

Contact the maintenance personnel.

2014

An attempt to save an EAR file resulted in an error: aa....aa to bb....bb

An EAR file cannot be saved.

aa....aa: Temporary file name created while creating an EAR file.

bb....bb: Name of the file to be saved

  • If the other applications are locked, terminate that application.

  • If the permission to write to the temporary directory is not available, assign the write permissions.

  • If the capacity is insufficient, secure the capacity.

2015

File Object for Save to do Deployment Descriptor of J2EEApplication is Null.

An internal error occurred.

Contact the maintenance personnel.

2016

File Object for Save to do Runtime Deployment Descriptor is Null.

An internal error occurred.

Contact the maintenance personnel.

2017

aa....aa is an unknown Descriptor type for removing.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

2018

aa....aa is an unknown BundleDescriptor type for removing.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

2019

'aa....aa' cannot be extracted from file 'bb....bb'.

aa....aa cannot be deployed from the archive files

aa....aa: File names in the archive file.

bb....bb: Archive file name

  • While importing the files, check and, if necessary, revise the configuration of the files to be imported.

  • If this message is output in cases other than import, contact the maintenance personnel.

2020

The file aa....aa to acquire ApplicationName doesn't exist.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

2021

The Application name for Load to do 'application.xml' is Null.

An internal error occurred.

Contact the maintenance personnel.

2022

The File Object for Load to do 'Ear' is Null.

An internal error occurred.

Contact the maintenance personnel.

2023

The File Object for Load to do Runtime Deployment Descriptor is Null.

An internal error occurred.

Contact the maintenance personnel.

2024

The J2EEModule name of EJB for Load is Null.

An internal error occurred.

Contact the maintenance personnel.

2025

The File Object of EJB Jar for Load is Null.

An internal error occurred.

Contact the maintenance personnel.

2026

The J2EEModule name of Web Application for Load is Null.

An internal error occurred.

Contact the maintenance personnel.

2027

The File Object of Web Application War for Load is Null.

An internal error occurred.

Contact the maintenance personnel.

2028

The J2EEModule name of Connactor for Load is Null.

An internal error occurred.

Contact the maintenance personnel.

2029

The File Object of Connector Rar for Load is Null.

An internal error occurred.

Contact the maintenance personnel.

2030

The J2EEModule name of ApplicationClient for Load is Null.

An internal error occurred.

Contact the maintenance personnel.

2031

The File Object of ApplicationClient Jar for Load is Null.

An internal error occurred.

Contact the maintenance personnel.

2032

The J2EEModule name of ApplicationClient for Load is Null.

An internal error occurred.

Contact the maintenance personnel.

2033

The File Object of ApplicationClient Runtime Deployment Descriptor for Load is Null.

An internal error occurred.

Contact the maintenance personnel.

2101

No archive file for ApplicationClient: aa....aa

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

2102

Cannot package Application Client: aa....aa does not exist.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

2103

You must include the class file for aa....aa in the packaging command of ApplicationClient Jar bb....bb

An internal error occurred.

aa....aa: Maintenance information

bb....bb: Maintenance information

Contact the maintenance personnel.

2104

The File Object of ApplicationClient Jar for Load is Null.

An internal error occurred.

Contact the maintenance personnel.

2105

ApplicationClient Jar 'aa....aa' does not exist.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

2106

No deployment information for the application client was found at aa....aa in bb....bb.

An internal error occurred.

aa....aa: Maintenance information

bb....bb: Maintenance information

Contact the maintenance personnel.

2107

The manifest format is incorrect. There is no Mail-Class description in the manifest.

An internal error occurred.

Contact the maintenance personnel.

2108

The File Object of ApplicationClient Deployment Descriptor for Save is Null.

An internal error occurred.

Contact the maintenance personnel.

2109

The File Object of ApplicationClient Runtime Deployment Descriptor for Save is Null.

An internal error occurred.

Contact the maintenance personnel.

2110

The File Object of ApplicationClient Jar for Save is Null.

An internal error occurred.

Contact the maintenance personnel.

2111

An error occurred during renaming of an application client: from aa....aa to bb....bb.

An internal error occurred.

aa....aa: Maintenance information

bb....bb: Maintenance information

Contact the maintenance personnel.

2112

The J2EEModule name of ApplicationClient for Load is Null.

An internal error occurred.

Contact the maintenance personnel.

2113

The File Object of ApplicationClient Jar for Load is Null.

An internal error occurred.

Contact the maintenance personnel.

2114

The File Object of ApplicationClient Runtime Deployment Descriptor for Load is Null.

An internal error occurred.

Contact the maintenance personnel.

2201

Illegal application client version : aa....aa

The version of the J2EE application client is invalid.

aa....aa: Maintenance information

Make sure that the value of the public identifier of application-client.xml or the value of the version attribute of the application-client element is correct.

2202

This application client has no ejb reference by the name aa....aa.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

2203

This application client has no JMS destination reference by the name of aa....aa

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

2204

This application client has no resource reference by the name aa....aa.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

2301

An attempt to rename a JAR file failed: from aa....aa to bb....bb.

A JAR file cannot be saved. File name cannot be changed to bb....bb.

aa....aa: Old Old file name

bb....bb: New file name

  • If the other applications are locked, terminate that application.

  • If the permission to write to the temporary directory is not available, assign the write permissions.

  • If the capacity is insufficient, secure the capacity.

2302

An attempt to rename a JAR file failed: from aa....aa to bb....bb.

A JAR file cannot be saved. File name cannot be changed to bb....bb.

aa....aa: Old Old file name

bb....bb: New file name

  • If the other applications are locked, terminate that application.

  • If the permission to write to the temporary directory is not available, assign the write permissions.

  • If the capacity is insufficient, secure the capacity.

2303

An attempt to unpack the archive has failed. The parent file of aa....aa cannot be made.

The directory aa....aa deploying archive files cannot be created.

aa....aa: Directory name to be created.

  • If the other applications are locked, terminate that application.

  • If the permission to write to the temporary directory is not available, assign the write permissions.

  • If the capacity is insufficient, secure the capacity.

2304

aa....aa does not exist.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

2401

No archive file for Connector: aa....aa

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

2402

The File Object of Connector Rar for Load is Null.

An internal error occurred.

Contact the maintenance personnel.

2403

Connector RAR 'aa....aa' does not exist.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

2404

No deployment information for the connector was found at aa....aa in bb....bb

The specified file does not have the correct format as a RAR file.

aa....aa: File name to be acquired from a RAR file.

bb....bb: RAR file name

  • While importing the files, check and, if necessary, revise the configuration of the files to be imported.

  • If this message is output in cases other than import, contact the maintenance personnel.

2405

The File Object of Connector Rar for Save is Null.

An internal error occurred.

Contact the maintenance personnel.

2406

The File Object of Connector Deployment Descriptor for Save is Null.

An internal error occurred.

Contact the maintenance personnel.

2407

An attempt to rename an RAR file failed: from aa....aa to bb....bb.

A RAR file cannot be saved. File name cannot be changed to bb....bb.

aa....aa: Old Old file name

bb....bb: New file name

  • If the other applications are locked, terminate that application.

  • If the permission to write to the temporary directory is not available, assign the write permissions.

  • If the capacity is insufficient, secure the capacity.

2408

The connector cannot be packaged: aa....aa does not exist.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

2409

An attempt to read the connector XML has failed: [aa....aa]

The DDs of RAR cannot be read.

aa....aa: Detailed message

Remove the cause according to the detailed message.

2410

The J2EEModule name of Connector Rar for Load is Null.

An internal error occurred.

Contact the maintenance personnel.

2411

The File Object Connector Deployment Descriptor for Load is Null.

An internal error occurred.

Contact the maintenance personnel.

2501

The container transaction type is unknown: aa....aa

Specification of trans-attribute is invalid.

aa....aa: Specified trans-attribute value.

Specify one of the following: NotSupported Supports Required RequiresNew Mandatory Never

2601

No archive file for EjbBundle: aa....aa

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

2602

An EJB cannot be packaged. aa....aa does not exist.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

2603

The EJB JAR file 'aa....aa' does not exist.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

2604

No deployment information for the EJB was found at aa....aa in bb....bb

The specified file does not have the correct format as an EJB-JAR file.

aa....aa: File name acquired from EJB-JAR file.

bb....bb: EJB-JAR file name

  • While importing the files, check and, if necessary, revise the configuration of the files to be imported.

  • If this message is output in cases other than import, contact the maintenance personnel.

2605

The J2EEModule name of Ejb Jar for Load is Null.

An internal error occurred.

Contact the maintenance personnel.

2606

The File Object of Ejb Jar for Load is Null.

An internal error occurred.

Contact the maintenance personnel.

2607

File Object of Ejb Jar for Save is Null.

An internal error occurred.

Contact the maintenance personnel.

2608

An attempt to rename an EJB JAR file failed: from aa....aa to bb....bb.

The EJB-JAR file cannot be saved. File name cannot be changed to bb....bb.

aa....aa: Old Old file name

bb....bb: New file name

  • If the other applications are locked, terminate that application.

  • If the permission to write to the temporary directory is not available, assign the write permissions.

  • If the capacity is insufficient, secure the capacity.

2609

Couldn't get application archivist for Ejb Jar Update.

An internal error occurred.

Contact the maintenance personnel.

2701

Illegal ejb version : aa....aa

The version of EJB-JAR is invalid.

aa....aa: Maintenance information

Make sure that the value of the public identifier of ejb-jar.xml or the value of the version attribute of the ejb-jar element is correct.

2702

Referencing error: This bundle has no bean with the name aa....aa

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

2703

Invalid XML: aa....aa(bb....bb) is not defined at cc....cc.

aa....aa is not defined in bb....bb.

aa....aa: Tag value

bb....bb: Tag name defining aa....aa

cc....cc: Tag name

Specify the value defined in bb....bb in cc....cc.

2801

The CMP version is invalid: aa....aa

The cmp-version is invalid.

aa....aa: Specified cmp-version value.

Specify either '1.x' or '2.x'.

2901

Cannot set use-caller-identity for Message Driven beans.

An internal error occurred.

Contact the maintenance personnel.

2902

Cannot set RunAs identity when using caller identity.

An internal error occurred.

Contact the maintenance personnel.

2903

Cannot get RunAs identity when using caller identity.

An internal error occurred.

Contact the maintenance personnel.

2904

A method level transaction attribute cannot be specified for a bean with the transaction type aa....aa. This EJB name is bb....bb.

The EJB (bb....bb) is BMT. The container-transaction cannot be specified.

aa....aa: Specified transaction-type value.

bb....bb: ejb-name value of the EJB.

  • Change to CMT.

  • Delete the container-transaction.

2905

Cannot add roles when the descriptor is not part of an ejb bundle.

An internal error occurred.

Contact the maintenance personnel.

2906

Cannot add roles when the ejb bundle does have them: RoleName is aa....aa

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

2907

Cannot add roles when the descriptor is not part of an ejb bundle.

An internal error occurred.

Contact the maintenance personnel.

2908

Cannot remove roles when the ejb bundle does not have them: RoleName is aa....aa

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

2909

This bean 'aa....aa' has no environment property by the name of bb....bb.

An internal error occurred.

aa....aa: Maintenance information

bb....bb: Maintenance information

Contact the maintenance personnel.

2910

This bean 'aa....aa' has no Ejb Reference by the name of bb....bb

An internal error occurred.

aa....aa: Maintenance information

bb....bb: Maintenance information

Contact the maintenance personnel.

2911

This bean 'aa....aa' has no JMS destination reference by the name of bb....bb

An internal error occurred.

aa....aa: Maintenance information

bb....bb: Maintenance information

Contact the maintenance personnel.

2912

This web app has no resource reference by the name of aa....aa

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

3001

Entity beans can only have Container transaction type. The type was being set to aa....aa.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

3002

aa....aa is not a valid value for the entity reentrancy of EJB bb....bb.

Specification of reentrant is invalid.

aa....aa: Specified reentrant value.

bb....bb: ejb-name value of the EJB.

Specify either True or False.

3003

aa....aa is not an allowed persistence type of Ejb bb....bb.

Specification of persistence-type is invalid.

aa....aa: Specified persistence-type value.

bb....bb: ejb-name value of the EJB.

Specify either 'Bean' or 'Container'.

3004

Cannot set type aa....aa on an entity bean bb....bb.

An internal error occurred.

aa....aa: Maintenance information

bb....bb: Maintenance information

Contact the maintenance personnel.

3101

aa....aa is not a valid EJB reference type.

Specification of ejb-ref-type is invalid.

aa....aa: Specified ejb-ref-type value.

Specify either 'Entity' or 'Session'.

3201

aa....aa is not a legal ejb type.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

3202

Remote home interface aa....aa does not have a findByPrimaryKey method.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

3301

Incorrect value for integrity: aa....aa

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

3302

Incorrect value for confidentiality: aa....aa

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

3303

Incorrect value for establishTrustInTarget: aa....aa

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

3304

Incorrect value for establishTrustInClient: aa....aa

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

3305

Incorrect value for authentication method: aa....aa

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

3306

Incorrect value for callerPropagation: aa....aa

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

3401

The transaction attribute aa....aa of a message-driven bean bb....bb is invalid.

The transaction attribute that cannot be used in Message-driven Bean was specified.

aa....aa: Specified trans-attribute value.

bb....bb: ejb-name value of the EJB.

Specify either 'NotSupported' or 'Required'.

3402

Cannot set the type 'aa....aa' of a message-driven bean bb....bb.

An internal error occurred.

aa....aa: Maintenance information

bb....bb: Maintenance information

Contact the maintenance personnel.

3403

Message-driven bean aa....aa isn't set up to have durable subscription.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

3404

Message-driven bean aa....aa isn't set up to have durable subscription.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

3405

onMessage is not defined for message-bean aa....aa.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

3406

The transaction type aa....aa of a message-driven bean bb....bb is invalid.

The transaction-type that cannot be used in Message-driven Bean was specified.

aa....aa: Specified transaction-type value.

bb....bb: ejb-name value of the EJB.

Specify either 'Bean' or 'Container'.

3501

EJB aa....aa cannot be set up in ejb-local-ref 'bb....bb' because the local interface has not been defined.

Local is not defined in the EJB referenced in ejb-local-ref

aa....aa: ejb-name value of the EJB to be referenced.

bb....bb: ejb-ref-name value.

Define local in aa....aa.

3502

EJB aa....aa cannot be set up in ejb-ref 'bb....bb' because the remote interface has not been defined.

Remote is not defined in the EJB referenced in ejb-ref.

aa....aa: ejb-name value of the EJB to be referenced.

bb....bb: ejb-ref-name value.

Define remote in aa....aa.

3503

The API syntax is invalid. The link name cannot be acquired from an external reference.

An internal error occurred.

Contact the maintenance personnel.

3504

This ejb reference has no ejb descriptor.

An internal error occurred.

Contact the maintenance personnel.

3505

This ejb reference has no ejb descriptor.

An internal error occurred.

Contact the maintenance personnel.

3601

The session type aa....aa for session EJB bb....bb is invalid. The type must be 'cc....cc', 'dd....dd', or 'ee....ee'.

The session-type is invalid.

aa....aa: Specified session-type value.

bb....bb: ejb-name value of the EJB.

cc....cc: Stateful

dd....dd: Stateless

ee....ee: Singleton

Specify either Stateful, Stateless, or Singleton.

3602

Cannot set the type of a session bean aa....aa.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

3603

The transaction type aa....aa for a session bean bb....bb is invalid.

The transaction-type that cannot be used in Session Beans was specified.

aa....aa: Specified transaction-type value.

bb....bb: ejb-name value of the EJB.

Specify either 'Bean' or 'Container'.

3702

aa....aa is not an allowed property value type.

Specification of env-entry-type is invalid.

aa....aa: Specified data type.

Specify one of the following: java.lang.Boolean java.lang.Byte java.lang.Character java.lang.String java.lang.Short java.lang.Integer java.lang.Long java.lang.Float java.lang.Double

3703

'aa....aa' cannot be changed to the Character class.

The value specified in env-entry-value cannot be used in java.lang.Character.

aa....aa: Value specified in env-entry-value.

Specify only a single character in env-entry-value.

3704

An instance of aa....aa cannot be created from bb....bb (reason = cc....cc)

The value specified in env-entry-value cannot be used in aa....aa.

aa....aa: Value specified in env-entry-type.

bb....bb: Value specified in env-entry-value.

cc....cc: Detailed message

Specify the value that can be used in env-entry-type, in env-entry-value.

3705

The environment properties type is invalid: aa....aa

Specification of env-entry-type is invalid.

aa....aa: Specified data type.

Specify one of the following: java.lang.Boolean java.lang.Byte java.lang.Character java.lang.String java.lang.Short java.lang.Integer java.lang.Long java.lang.Float java.lang.Double

3801

The cmp-field or cmr-field name cannot be empty strings.

No value is specified in the field-name of cmp-field or cmr-field-name of cmr-field.

Specify the value correctly in the field-name and cmr-field-name.

3803

The cmp-field or cmr-field name aa....aa must begin with a lower-case letter.

The field-name of cmp-field or cmr-field-name of cmr-field must begin with a lower-case letter.

aa....aa: Value specified in the field-name or cmr-field-name.

The first letter must be in lower case. Whether the first letter is in lower case is determined according to the isLowerCase method of java.lang.Character.

3901

aa....aa is not a valid authentication method for the Web.

Specification of auth-method is invalid.

aa....aa: Specified auth-method value

Specify one of the following: BASIC FORM DIGEST CLIENT-CERT

4001

The message-driven bean aa....aa does not process the method 'bb....bb'.

The message-driven Bean (aa....aa) does not process the method (bb....bb).

aa....aa: ejb-name value of the EJB.

bb....bb: Specified method name.

Specify the method name correctly.

4002

Method aa....aa is not contained in Ejb 'bb....bb'.

Method (aa....aa) is not contained in the EJB (bb....bb).

aa....aa: Specified method name

bb....bb: ejb-name value of the EJB.

Specify the method name correctly.

4003

Method aa....aa was not found in EJB bb....bb.

Method (aa....aa) is not contained in the EJB (bb....bb).

aa....aa: Specified method name

bb....bb: ejb-name value of the EJB.

Specify the method name correctly.

4101

unknown Reference type.

An internal error occurred.

Contact the maintenance personnel.

4201

CMRFieldInfo not found for field aa....aa.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

4202

There is no local interface for the target bean aa....aa of the CMR field.

When cmr-field is specified, local also must be specified in that EJB.

aa....aa: ejb-name value of the EJB.

Also, specify local in the EJB.

4203

PersistentFieldInfo not found for field aa....aa.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

4204

PersistentFieldInfo not found for pkey field aa....aa.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

4205

No cmp field is defined for CMP EJB aa....aa.

No cmp-field is defined for EJB (aa....aa).

aa....aa: display-name value of the EJB.

Specify the cmp-field.

4206

Error building allSqlStatementedMethods: aa....aa

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

4207

Accessor aa....aa for CMP field bb....bb cannot be found.

Access method (aa....aa) for cmp-field (bb....bb) cannot be found.

aa....aa: Access method name

bb....bb: Value specified in cmp-field.

Specify the cmp-field correctly.

4208

CMP field aa....aa in class bb....bb cannot be found.

CMP field (aa....aa) is not defined in class (bb....bb).

aa....aa: Value specified in cmp-field.

bb....bb: Class name of CMP.

Specify the cmp-field correctly.

4209

CMP/CMR field aa....aa must start with a lower-case character.

The field-name or cmr-field-name must begin with a lower-case character.

aa....aa: Value specified in the field-name or cmr-field-name.

The first letter must be in lower case. Whether the first letter is in lower case is determined according to the isLowerCase method of java.lang.Character.

4301

cmr-field-type is aa....aa. The value must be java.util.Collection or java.util.Set.

Specification of cmr-field-type is invalid.

aa....aa: Value specified in the cmr-field-type.

Specify either 'java.util.Collection' or 'java.util.Set'.

4401

aa....aa is not a valid transport guarantee value.

Specification of transport-guarantee is invalid.

aa....aa: Value specified in transport-guarantee.

Specify either 'NONE', 'INTEGRAL' or 'CONFIDENTIAL'.

4501

Jsp aa....aa does not exist in the Web application bb....bb.

The file specified in jsp-file does not exist.

aa....aa: File name specified in jsp-file.

bb....bb: display-name value of the WAR.

  • While importing the files, check and, if necessary, revise the configuration of the files to be imported.

  • If this message is output in cases other than import, contact the maintenance personnel.

4502

The Web application cannot be packaged. aa....aa does not exist.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

4503

Reading web.xml resulted in an error: [aa....aa]

The DDs of WAR cannot be read.

aa....aa: Detailed message

Remove the cause according to the detailed message.

4504

File Object of Web Application Deployment Descriptor for Save is Null.

An internal error occurred.

Contact the maintenance personnel.

4505

An attempt to rename a WAR file failed: from aa....aa to bb....bb.

A WAR file cannot be saved. File name cannot be changed to bb....bb.

aa....aa: Old Old file name

bb....bb: New file name

  • If the other applications are locked, terminate that application.

  • If the permission to write to the temporary directory is not available, assign the write permissions.

  • If the capacity is insufficient, secure the capacity.

4506

The File Object of Web Application War for Save is Null.

An internal error occurred.

Contact the maintenance personnel.

4507

The J2EEModule name of Web Application War for Load is Null.

An internal error occurred.

Contact the maintenance personnel.

4508

The File Object of Web Application War for Load is Null.

An internal error occurred.

Contact the maintenance personnel.

4509

The Web WAR file 'aa....aa' does not exist.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

4510

No deployment information for the Web was found at aa....aa in bb....bb.

The specified file does not have the correct format as WAR files.

aa....aa: File name to be acquired from WAR files.

bb....bb: WAR file name

  • While importing the files, check and, if necessary, revise the configuration of the files to be imported.

  • If this message is output in cases other than import, contact the maintenance personnel.

4511

A descriptor parsing error occurred: [aa....aa]

The DDs cannot be analyzed.

aa....aa: Detailed message

Remove the cause according to the detailed message.

4601

Illegal web version : aa....aa

The version of WAR is invalid.

aa....aa: Maintenance information

Make sure that the value of the public identifier of web.xml or the value of the version attribute of the web-app element is correct.

4602

This web component has no JMS destination reference by the name of aa....aa.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

4603

This web app has no ejb reference by the name of aa....aa.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

4604

This web app has no resource reference by the name of aa....aa

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

4701

The implementation of aa....aa for the Web cannot be instantiated.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

4702

The aa....aa implementation class for the Web cannot be found.

An internal error occurred.

aa....aa: Maintenance information

Contact the maintenance personnel.

4801

Invalid argument for createMessage method of duplicate object.

An internal error occurred.

Contact the maintenance personnel.

4802

Cannot get Message when the descriptor is not part of a bundle.

An internal error occurred.

Contact the maintenance personnel.

4803

Cannot get Message when the descriptor is not part of a enterprise-beans.

An internal error occurred.

Contact the maintenance personnel.

4901

Illegal connector version : aa....aa

The version of the resource adapter is invalid.

aa....aa: Maintenance information

Make sure that the value of the public identifier of ra.xml or the value of the version attribute of the connector element is correct.