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


I18N

I18N0001I: The default Internationalization context element [{0}] was used on {1}.

Explanation The internationalization service API and propagation mechanisms provide default values for internationalization context elements that are either unavailable or not valid.
Action The service provides local process default elements for any caller context elements that are missing from an incoming request. For invocation context elements, specify the invocation locales and time zones through the internationalization context API before issuing outgoing requests.

I18N0002I: The Internationalization context element [{0}] is not available on {1}.

Explanation The specified internationalization context element was unavailable during a particular action, such as handling an incoming request or completing an internationalization context API method invocation.
Action A context element can be missing from an incoming request (for instance, a request from a client that is not using the internationalization service). For caller context, enable the internationalization service on the client, if possible. For missing invocation context elements, specify them through the internationalization context API.

I18N0003I: The Internationalization context element [{0}] is invalid on {1}.

Explanation The specified type of context element is malformed. See the product documentation for details about well-formed locale and time zone elements.
Action When using the [CMI, Run-As-Specified] internationalization context management policy, reassemble the application component and correct the problematic context element. For application-managed internationalization, correct the problematic context element within the application source.

I18N0004I: Unsupported context format on {0}.

Explanation The format of an internationalization context element detected on an incoming request is not supported by this release of the internationalization service.
Action No action is required. By default, the service uses the format of the local process.

I18N0005I: The default Internationalization context management policy {0} was used on {1}.

Explanation The internationalization service applies the default context management policy [CMI, Run-As-Caller] for internationalization context management deployment descriptors that are either unavailable or not valid.
Action No action is required. If you prefer a context management policy other than the default, reassemble the application and assign internationalization context management policies to all components.

I18N0006I: The Internationalization context management policy is unavailable on {0}.

Explanation The internationalization context element for the application component was unavailable during a particular action, such as handling an outgoing request or completing an internationalization context API method invocation.
Action Reassemble the application and assign an internationalization context management policy to the component indicated. Otherwise, the service uses the default policy.

I18N0007I: The Internationalization context management policy is invalid on {0}.

Explanation The content of an internationalization context management policy is not valid.
Action Reassemble the application and ensure that the specified internationalization context management policy is supported.

I18N0008I: The {0}, {1}, lacks Internationalization context management policy information on {2}.

Explanation No internationalization context management information was detected for the specified application component.
Action Reassemble the application and assign an internationalization context management policy to the specified component. Otherwise, the service uses the default policy.

I18N0010I: The Internationalization service is {0} on {1}.

Explanation Current state, configuration, or quality of the internationalization service.
Action No action is required.

I18N0011I: The Internationalization service is already {0} on {1}.

Explanation Indicates a re-attempted action on the internationalization service.
Action No action is required.

I18N0012I: The Internationalization service is not {0} on {1}.

Explanation The specified action on the internationalization service has not occurred.
Action No action is required.

I18N0013I: The Internationalization service is suspended (blocked) due to a previous condition on {0}.

Explanation Indicates a change in the quality of the internationalization service. If a serious problem occurs, service might be suspended.
Action Review the trace log for error conditions that might result in suspension of service.

I18N9001E: Message key {0} was not found in any searched resource bundles.

Explanation The message key supplied to retrieve a message is not valid.
Action None.

I18N9002E: An unexpected exception occurred while providing Internationalization service on {0}:
{1}

Explanation The service encountered an unexpected condition.
Action Enable tracing for the internationalization service and examine the trace log for statements that indicate both the actual problem and the resulting quality of service.

I18N9003E: Minor code: {0}; refer to the Troubleshooting section of the Internationalization service Programmer''s Guide.

Explanation A minor code indicates a particular system error.
Action None. Minor codes are not implemented in this release of the internationalization service.

I18N9004E: A Security exception occurred while accessing a default Internationalization context element ({0}) on {1}.

Explanation The Java security framework is prohibiting access to the default Java Virtual Machine locale or time zone.
Action Modify the Java security framework permissions to allow access to the default locale or time zone.

I18N9005E: Application components can set invocation context elements under the Application-managed (AMI) Internationalization context management policy, only; the current applicable policy {0}.

Explanation The internationalization context API throws an IllegalStateException exception whenever an application component attempts to set its invocation locale while running under a container-managed internationalization context policy (for example, [CMI, Run-As-Caller]).
Action Reassemble the application and associate the application-managed internationalization context management policy to the specified application component.

I18N9006E: The ORB has failed on {0}.

Explanation A serious error has occurred: The internationalization service cannot handle IIOP requests with an object request broker (ORB).
Action Review the trace log for related error conditions.

I18N9007E: The Thread Context Manager is not operational on {0}.
The Internationalization service cannot manage context.

Explanation A serious error has occurred: The internationalization service cannot scope context elements without the thread context manager.
Action Review the trace log for related error conditions.

I18N9008E: Activity service is unavailable on {0}.
The Internationalization service cannot propagate or receive context on IIOP requests.

Explanation A serious error has occurred: Without the activity service, internationalization context cannot be propagated over IIOP requests.
Action Review the trace log for activity service error conditions.

I18N9009E: AsynchBeans service is unavailable on {0}.
The AsynchBeans environment cannot support Internationalization context.

Explanation The internationalization context is not supported in the specified asynchronous beans runtime environment, if it is running.
Action If the application server must support asynchronous beans, verify that asynchbeans.jar resides in the class path and review the trace log for error conditions related to asynchronous beans.

I18N9010E: EJB container service is unavailable on {0}.
The Internationalization service cannot support EnterpriseBeans.

Explanation A serious error has occurred: Without EJB container support, internationalization context cannot be scoped properly to EJB methods.
Action Review the trace log for EJB container-related error conditions.

I18N9011E: Web container service is unavailable on {0}.
The Internationalization service cannot support Servlets and JSPs.

Explanation A serious error has occurred: Without Web container support, internationalization context cannot be scoped properly to servlets and JSP components.
Action Review the trace log for any Web container-related error conditions.

I18N9012E: SOAP support is unavailable on {0}.
The Internationalization service cannot support Web Services.

Explanation A serious error has occurred: Without SOAP handling support, internationalization context cannot be scoped properly to Web services.
Action Review the trace log for any Web service-related error conditions.

I18N9013E: MetaData service is unavailable on {0}.
The Internationalization service cannot process Internationalization deployment descriptors.

Explanation A serious error has occurred: Without the metadata service, internationalization context management policies default to [CMI, Run-As-Caller].
Action Review the trace log for error conditions related to the metadata service.

I18N9014E: The Internationalization context API is unavailable on {0}.
Application components will be unable to access Internationalization context API references.

Explanation A serious error has occurred: Without API support, application components cannot access internationalization context elements.
Action None.

I18N9015E: The Internationalization context API cannot be bound into the namespace on {0}.
Application components will be unavailable on {0}.
Application components will be unable to access Internationalization context API references.

Explanation A serious error has occurred: Without naming service (JNDI) support, application components cannot obtain internationalization context API references.
Action Review the trace log for error conditions related to the naming service.

   

+

Search Tips   |   Advanced Search