Express (Distributed operating systems), v8.0 > Reference > Messages


LTXT

LTXT0001E: An IOException was thrown while writing the Object[] to the byte[].

Explanation Unsupported arguments were passed in an Object[] instance to the LocalizableTextFormatter object.
Action Verify that all arguments in the Object[] instance that is passed to the LocalizableTextFormatter.setArguments(Object[]) or LocalizableTextFormatter(String, String, Object[], String) method implement Serializable or one of the LocalizableText interfaces.

LTXT0002E: Unable to perform the format method on the LocalizableTextFormatter because of a remote exception.

Explanation The server might be unreachable.
Action Verify that the server is configured and running.

LTXT0003E: LocalizableTextFormatter.toString() error.

Explanation Arguments could not be loaded from the argument array.
Action Verify that all arguments in the Object[] instance that is passed to the LocalizableTextFormatter.setArguments or LocalizableTextFormatter(String, String, Object[], String) method implement Serializable or one of the LocalizableText interfaces.

LTXT0004E: Error occured during LocalizableTextFormatter.localFormat(Locale, TimeZone) or LocalizableTextFormatter.remoteFormat(Locale, TimeZone)

Explanation Either the pattern key or the resource bundle name is not set in the LocalizableTextFormatter object before formatting.
Action Verify that your code calls the LocalizableTextFormatter.setPatternKey(String) and LocalizableTextFormatter.setResourceBundleName(String) methods before calling the LocalizableTextFormatter.localFormat(Locale, TimeZone) or LocalizableTextFormatter.remoteFormat(Locale, TimeZone) methods.

LTXT0005I: Extracting files from:

Explanation File extraction is in progress.
Action No action is required.

LTXT0006I: Parsing ejb-jar.xml file.

Explanation File parsing is in progress.
Action No action is required.

LTXT0007I: Parsing ibm-ejb-jar-bnd.xmi file.

Explanation File parsing is in progress.
Action No action is required.

LTXT0008I: Preparing jar for deployment.

Explanation The JAR file is being modified for deployment.
Action No action is required.

LTXT0009I: Executing command:

Explanation The LocalizableTextEJBDeploy command is being run.
Action No action is required.

LTXT0010I: Final prep of jar file.

Explanation The JAR file is being modified for deployment
Action No action is required.

LTXT0011I: Creating jar file:

Explanation The deployment JAR file is being created.
Action No action is required.

LTXT0012E: LocalizableText jar file 'ltext.jar' could not be found.

Explanation The LocalizableText JAR file (ltext.jar) could not be found.
Action Verify that the installationDirectory command-line argument in the LocalizableTextEJBDeploy call is correct.

LTXT0013E: Output jar file already exists, recreating.

Explanation The deployment JAR file already exists; it is being recreated.
Action No action is required.

LTXT0014E: Unable to remove existing file:

Explanation The existing deployment JAR file was not deleted, because it was in use.
Action Verify that no processes are using the existing JAR file (workingDirectory/LocalizableText.jar).

LTXT0015E: LocalizableText jar file 'ltext.jar' could not be found.

Explanation The LocalizableText JAR file (ltext.jar) could not be found.
Action Verify that the installationDirectory command-line argument in the LocalizableTextEJBDeploy call is correct.

LTXT0016E: The required files from ltext.jar where not extracted.

Explanation The files ibm-ejb-jar-bnd.xmi, ibm-ejb-jar-ext.xmi, and ejb-jar.xml were not extracted from the ltext.jar file.
Action Verify that these files exist in the ltext.jar file.

LTXT0017E: [ {0} ] ! Serializable.

Explanation Unsupported arguments were passed in an Object[] instance to the LocalizableTextFormatter object.
Action Verify that all arguments in the Object[] instance that is passed to the LocalizableTextFormatter.setArguments(Object[]) or to LocalizableTextFormatter(String, String, Object[], String) method implement Serializable or one of the LocalizableText interfaces.

   

+

Search Tips   |   Advanced Search