EJBGUI メッセージ 0-99

Oracle Tuxedo のシステム・メッセージには、次の情報が含まれています。

説明: メッセージの意味と内容を説明します。

アクション: 検出された問題を修正するための手順を示します。

関連項目: 関連する情報の参照先を示します (ただし、必要な場合のみ)。

Oracle Tuxedo のシステム・メッセージには番号が付けられ、複数のカタログにまとめられています。カタログの種類は、メッセージの生成元である Oracle Tuxedo 10g Release 3 (10.3) システムのコンポーネントの種類に基づいています。特定のメッセージを調べるには、以下のカタログの中から適切なカタログ名をクリックしてください。

注意: すでに廃止された機能のメッセージが表示される場合があります。廃止された機能はサポートされませんのでご注意ください。

1

ERROR: A value was not set for this EnvironmentEntry

説明

The environment entry value cannot be null. The value must be of environment entry type.

アクション

Set the environment entry value and retry the operation.

関連項目

2

ERROR: Directory name must be provided

説明

The directory name must be provided for container managed persistence.

アクション

Provide a valid directory name and retry.

関連項目

3

ERROR: Malformed finder signature

説明

The signature for the finder method is null.

アクション

Correct the input.

関連項目

4

ERROR: Finder name matches no real finder method

説明

The finder method with this name does not exist.

アクション

Correct the input.

関連項目

5

ERROR: Formal parameter type mismatch

説明

There is a mismatch in the formal parameter defined in the finder method, with the actual method defined in the class.

アクション

Verify the parameters and correct the input.

関連項目

6

ERROR: Wrong number of formal parameters

説明

The finder method has a mismatch in parameter count.

アクション

Verify the parameters and correct the input.

関連項目

7

ERROR: Malformed query expression

説明

The query expression for the finder method has eitheran invalid syntax or there is no query expression for the finder method.

アクション

Verify the syntax of the query expression or provide a valid query expression for the finder method. A finder method must have aquery expression. Consult the BEA WebLogic Enterprise EJB XML Reference andlook for query-grammar.

関連項目

Online Help for BEA WebLogic Enterprise EJB Deployer.

8

ERROR: JNDI name must be specified

説明

The JNDI name cannot be null. A valid JNDI name must be provided.

アクション

Correct the input.

関連項目

9

ERROR: Class name must be provided

説明

For Module Initialization, a valid class must be provided.

アクション

Provide a valid class name and retry.

関連項目

10

ERROR: The value must be of val type

説明

The value of the environment entry should be one of java.lang.String,java.lang.Boolean,java.lang.Integer, java.lang.Double, java.lang.Byte,java.lang.Short, java.lang.Long,java.lang.Float only as specified by the EJB specification.

アクション

Correct the input.

関連項目

11

ERROR: Unable to create temp directory

説明

Cannot create a temporary directory for the operation.

アクション

Ensure that there is enough disk space available and that you have therequired permissions.

関連項目

12

ERROR: Unable to recover from backup file

説明

There was an error in recovering from the backup JAR file.

アクション

Ensure that there is enough disk space available and that you have therequired permissions.

関連項目

13

INFO: Add the following val security roles using the tpgrpadd command

説明

The security role in the BEA WebLogic Enterprise environment should be added using the tpgrapdd command.

アクション

Use tpgrpadd to add security roles in BEA WebLogic Enterprise.For information on how to use tpaddgrp(1), see the BEA TuxedoReference Manual.

関連項目

tpgrpadd(1)

14

ERROR: The database table name is a required field

説明

The database table cannot be null for JDBC-based persistence. The valid table name must be provided.

アクション

Correct the input and retry.

関連項目

15

ERROR: The connection pool name is a required field

説明

The connection pool cannot be null for container-managed persistence. The valid pool name must be provided.

アクション

Correct the input and retry.

関連項目

16

ERROR: Saving the val ejb-jar file due to val

説明

An error occurred while saving the ejb-jar file.

アクション

Ensure that there is enough disk space and that you have the required permissions.Also ensure that some other process is not using the file. A detailed explanationof the failure was provided. Please take corrective action and retry the save operation.

関連項目

17

ERROR: While saving the properties file val

説明

An error has occurred while saving the deployer.properties.The deployer.properties is saved in user's home directory.

アクション

Delete the existing deployer.properties and restart the BEA WebLogic Enterprise EJB Deployer. A new deployer.properties would be created in the user home directory. Reconfigure the options using Edit->Preferences menus.

関連項目

18

ERROR: Unable to create val

説明

An error has occurred while creating the deployer.properties.The deployer.properties is saved in user's home directory.

アクション

Delete if any existing deployer.properties and restart theBEA WebLogic Enterprise EJB Deployer. Ensure that there is enough disk spaceand that you have the required permissions.

関連項目

19

ERROR: While saving options val

説明

An error has occurred while saving the options to the deployer.properties file.The deployer.properties is saved in user's home directory.

アクション

Delete any existing deployer.properties and retry the operation. Ensurethat there is enough disk space and that you have the required permissions.

関連項目

20

ERROR: Loading ejb-jar file: val

説明

There was an error loading the JAR file requested.

アクション

Details for failure are in the error message. Take corrective action.

関連項目

21

ERROR: Assertion Error: val

説明

There was an error loading the JAR file requested.

アクション

Details for failure are in the error message. Take corrective action.

関連項目

22

ERROR: Parsing Deployment Descriptor: val

説明

There was an error parsing the Deployment Descriptor xml.

アクション

Details for failure are in the error message. Take corrective action.

関連項目

23

ERROR: Invalid name specified in JndiName for val bean

説明

The JNDI name specified for the bean is invalid.

アクション

Correct the input and retry.

関連項目