bea Home | 製品 | dev2dev | support | askBEA
 ドキュメントのダウンロード   サイト・マップ   用語集 
検索

 Previous Next  

IJTOOLS メッセージ 0-99


1


ERROR: EjbCodeGenerator failed to load class val1:val2

説明

The EjbCodeGenerator failed to load the specified class.

アクション

Make sure bean binaries are in CLASSPATH while running the weblogic.ejbc tool.


2


WARN: PersistenceVendors: val1

説明

This is an informational message indicating the name of the vendor tool that is providing container-managed persistence.

アクション

None.


3


ERROR: EJBC fatal error: unable to find base class val1

説明

A base class was not found.

アクション

Make sure weblogicaux.jar is in the classpath.


4


ERROR: processing val1

説明

EJB tool weblogic.ejbc encountered an error while processing val1.

アクション

Contact customer support.


5


ERROR: No Deployment Descriptors in val1

説明

No deployment descriptors were found in val2.

アクション

Possible reasons:

  • ejb-jar.xml should be in the META-INF directory of the given val2.
  • weblogic-ejb-extensions.xml should be in the META-INF directory of the given val2 if the deployable jar is created.
  • Errors were encountered while reading the given xml files, or one or more bean classes was not in the CLASSPATH or jar.


6


WARN: weblogic.ejbc : val1

説明

This is a warning message. The val1 value gives the details.

アクション

Take corrective action if necessary.


7


INFO:Usage: DDCompiler <Std ejb-jar XML> [Weblogic EJB extensions XML]

説明

Improper usage of DDCompiler.

アクション

Re-run the command with the correct syntax.


8


ERROR: ComplianceCheck failed for val1

説明

Deployment descriptor for val1 does not comply with the EJB specification.

アクション

Correct the listed errors to make the deployment descriptor compliant with the EJB specification.


9


ERROR: ejb-jar val1 does not comply with the EJB 1.1 specifications.

説明

The deployment descriptor for val1 does not comply with the EJB specification.

アクション

Correct the listed errors to make the deployment descriptor compliant with the EJB specification.


10


ERROR: Field val1 is not present in class val2

説明

Field val1 as specified in cmp-field of the deployment descriptor is missing in bean class val2. The container-managed persistence fields described in XML must be member variables of class val2.

アクション

Correct the input.


11


ERROR: Cannot access field val1 in class val2. Perhaps it is not declared public?

説明

The WebLogic Enterprise Server EJB container requires that container-managed fields of entity bean have public access.

アクション

Correct the input.


12


ERROR: Home Interface is not specified for val1

説明

The <home> element is missing in the deployment descriptor of val1.

アクション

Correct the input.


13


ERROR: Bean class cannot be null for val1

説明

<ejb-class> cannot be null in the deployment descriptor of val1.

アクション

Correct the input.


14


ERROR: Remote Interface cannot be null for val1

説明

<remote> cannot be null in the deployment descriptor of val1.

アクション

Correct the input.


15


ERROR: Bean class cannot be abstract for val1

説明

<ejb-class> of val1 cannot be an abstract class.

アクション

Correct the input.


16


ERROR: Bean class must be public for val1

説明

<ejb-class> of val1 must have public access.

アクション

Correct the input.


17


ERROR: Remote interface class val1 of val2 must extend EJBObject

説明

The Enterprise JavaBean's remote interface must be a derivative of javax.ejb.EJBOBject.

アクション

Correct the input.


18


ERROR: Home interface class val1 of val2 must extend EJBHome

説明

The Enterprise JavaBean's home interface must be a derivative of javax.ejb.EJBHome.

アクション

Correct the input.


19


ERROR: Method val1 (val2) not found in bean val3

説明

Method val1 (val2) was not not found in bean val3.

アクション

Correct the input.


20


ERROR: Method val1 (val2) declared in remote interface but not found in bean val3

説明

Remote methods declared in remote interface val2 of the bean should have corresponding methods in bean class val3.

アクション

Correct the input.


21


ERROR: Deployment Descriptor is neither an entity nor a session descriptor for val1

説明

Internal Error.

アクション

Make sure weblogic.ejb11.deployment.EntityDescriptor and weblogic.ejb11.deployment.SessionDescriptor belong to weblogicaux.jar shipped with WebLogic Enterprise Server. If classes with the same name are present elsewhere, put those class behind weblogicaux.jar in your CLASSPATH.


22


WARN: Non matching exception(s) for methods val1 and val2 of val3

説明

Found a nonmatching exception between the two given methods of the bean's remote interface and implementation.

アクション

The container will automatically wrap such exceptions in java.rmi.RemoteException. Optionally, change the remote interface and the implementation so that the exceptions match.


23


WARN: The generated implementation of bean's remote interface of val1 will wrap any such exception in java.rmi.RemoteException

説明

This is a warning message.

アクション

Take corrective action if necessary.


24


ERROR: env-entry val1 of bean val2 is not of type java.lang.String, java.lang.Boolean, java.lang.Integer, java.lang.Double, java.lang.Byte, java.lang.Short, java.lang.Long or java.lang.Float

説明

The <env-entry> element should have <env-entry-type>, as specified by the EJB specification. <env-entry-type> 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, or java.lang.Float only.

アクション

Correct the input.


25


ERROR: env-entry val1 of bean val2 is not of type java.lang.String, java.lang.Boolean, java.lang.Integer, java.lang.Double, java.lang.Byte, java.lang.Short, java.lang.Long or java.lang.Float

説明

<env-entry> does not contain a valid <env-entry-type>, as specified by the EJB specification. <env-entry-type> 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, or java.lang.Float only.

アクション

Correct the input.


26


ERROR: No security-role(s) defined in assembly descriptor of val1 of in val2

説明

<security-role-ref> are defined in <enterprise-beans>, but <security-role> are missing in <assembly-descriptor> of deployment descriptor.

アクション

<security-role-ref> must refer to one of the <security-role>s in the same ejb-jar.


27


ERROR: Could not resolve role-name val1 referenced in val2 of val3

説明

The given role val1 referenced in val2 is not present in val3.

アクション

Correct the input.


29


ERROR: Could not resolve ejb-ref val1 referenced in val2 in val3

説明

No bean with <ejb-name> val1 referred to by the <ejb-ref> was found in val2 of val3.

アクション

ejb-ref should be resolvable in the same ejb-jar.


30


ERROR: resource-ref with res-ref-name val1 of bean val2 has res-ref-type which does not confirm to one of WebLogic Enterprise Server supported types : javax.sql.DataSource

説明

The WebLogic Enterprise Server only supports javax.sql.DataSource as <resource-ref>.

アクション

Correct the input.


31


ERROR: resource-ref with res-ref-name val1 of bean val2 has invalid res-auth. It must be either Container or Application

説明

The <resource-ref> has an invalid <res-auth>.

アクション

Correct the input.


32


ERROR: No transaction policies defined for bean val1 using transaction-type=Container

説明

A bean using a container-managed transaction should at least define the default transaction policy for the bean.

アクション

Correct the input.


33


ERROR: At least a default transaction policy should be defined for bean val1 using container managed transaction.

説明

A bean using a container-managed transaction should at least define the default transaction policy for the bean.

アクション

Correct the input.


34


ERROR: Invalid use of container-transaction for bean val1 using bean managed transaction

説明

A session bean using a bean-managed transaction must not have <container-transaction> in its <assembly-descriptor>.

アクション

Correct the input.


35


ERROR: Class val1 must implement interface SessionBean for val2

説明

<ejb-class> val1 of val2 must implement the SessionBean interface.

アクション

Correct the input.


36


ERROR: create() of Home of val1 must always return the remote interface type

説明

The create() method of Home of val1 should have the return type described in <remote> of val1.

アクション

Correct the input.


37


ERROR: Stateless session bean val1 can have only one create() method, one which takes no parameters

説明

A stateless session bean val1 can have only one create() method, and it cannot take any parameters.

アクション

Correct the input.


38


ERROR: Method ejbCreate (val1) not found in bean val2

説明

Each create method of remote interface (<remote>) of bean val1 must have a corresponding ejbCreate method in bean class (<ejb-class>).

アクション

Correct the input.


39


ERROR: Session bean val1 must have at least one valid create() method

説明

Session bean val1 must have at least one valid create() method.

アクション

Correct the input.


40


ERROR: Method val1 of val2 is incorrect. Session bean ejbCreate() must return void

説明

Method val1 of val2 is incorrect. The session bean ejbCreate() method must return void.

アクション

Correct the input.


41


ERROR: Stateless session bean val1 must not implement javax.ejb.SessionSynchronization interface.

説明

The Stateless session bean cannot implement the javax.ejb.SessionSynchronization interface.

アクション

Correct the input.


42


ERROR: Bean val1 implementing SessionSynchronization interface must be using only container managed transaction

説明

The Bean val1 implementing the SessionSynchronization interface must use only container-managed transaction.

アクション

Correct the input.


43


ERROR: trans-attribute for any method of bean val1 implementing SessionSynchronization interface must be any of Required, RequiresNew or Mandatory

説明

Trans-attribute for any method of bean val1 implementing the SessionSynchronization interface must be any of Required, RequiresNew, or Mandatory only. Exceptions: remove methods on remote and home interfaces.

アクション

Correct the input.


47


ERROR: Bean class of val1 must implement the javax.ejb.EntityBean interface.

説明

<ejb-class> val1 of val2 must implement the SessionBean interface.

アクション

Correct the input.


48


ERROR: Primary key class of val1 is not specified

説明

The entity bean must define the primary key class in the deployment descriptor (<prim-key-class>) of val1.

アクション

Correct the input.


49


ERROR: Method val1 is incorrect. Entity bean val2's ejbCreate() must have a return type of primary key class val3

説明

ejbCreate of entity bean val2 must have a return type of primary key class as in <prim-key-class> of the deployment descriptor.

アクション

Correct the input.


50


ERROR: findByPrimaryKey (val1) does not exist in home interface class val2 of bean val3

説明

Home interface val2 of entity bean val3 must at least define one finder method - findByPrimaryKey(val1.

アクション

Correct the input.


52


ERROR: The return type for method val1 is expected to be of type val2 in val3

説明

Return type of method val1 should be of type val2 <prim-key-class> of val3.

アクション

Correct the input.


53


ERROR: The return type for method val1 is expected to either be an java.util.Enumeration,java.util.Collection or val2 for val3

説明

The return type of the finder method must be java.util.Enumeration, java.util.Collection, or a primary key class <prim-key-class> of val3.

アクション

Correct the input.


54


ERROR: cmp-field val1 of bean val2 does not have valid modifier definition.

説明

The container-managed persistence field val1 of bean val2 is either private, protected, static, or transient. The WebLogic Enterprise Server EJB Container requires that the modifier not be private, protected, static, or transient.

アクション

Correct the input.


55


ERROR: cmp-field val1 of bean val2 does not have valid type definition

説明

The container-managed persistence field val1 of bean val2 does not conform to types as specified in the EJB specification. These types can only be Java primitive types, Java Serializable types, and references of remote and home interfaces.

アクション

Correct the input.


56


ERROR: Primary key class of val1 must be application defined for a bean with container-managed persistence. It cannot be val2

説明

The Primary key class of an entity bean should be defined by the application.

アクション

Correct the input.


57


ERROR: Primary key class val1 of val2 must have a public default constructor

説明

The Primary key class val1 of val2 must have a public default constructor.

アクション

Correct the input.


59


ERROR: Field val1 is present in primary key class but not in the bean for val2

説明

All fields of primary key class <prim-key-class> must be also present as member variables of the bean class for val2.

アクション

Correct the input.


60


ERROR: For container-managed persistence in val1, the primary key class must either implement equals() and hashCode(), or not be a final class

説明

For container-managed persistence in val1, the primary key class must either implement equals() and hashCode(), or not be a final class.

アクション

Correct the input.


61


ERROR: The return type for method val1 is expected to either be a java.util.Enumeration, java.util.Collection or the remote interface class of val2

説明

Create/Finder methods on entity bean's home interface must return any of the following types: java.util.Enumeration, java.util.Collection, or the remote interface <remote> of bean val2.

アクション

Correct the input.


62


ERROR: ejbCreate() for bean val1 using container managed persistence must have return type as primary key

説明

ejbCreate() for bean val1 using container-managed persistence must have a return type as the primary key

アクション

Correct the input.


63


WARN: Found method val1 in bean using container managed persistence

説明

The method val1 was found in a bean using container-managed persistence.

アクション

No action required.


64


INFO: File: val1 ==================================================================

説明

Output for file val1.

アクション

No action required.


65


INFO: Bean class: val1-----------------------------------------------

説明

Output for bean class val1.

アクション

No action required.


66


ERROR: Deployment Descriptor map not defined

説明

This is an internal error.

アクション

Contact BEA Customer Support


67


INFO: File: val1 ==================================================================

説明

Output for file val1.

アクション

No action required.


68


INFO: Bean class: val1-----------------------------------------------

説明

Output for bean class val1.

アクション

No action required.


69


ERROR: Deployment Descriptor map not defined

説明

This is an internal error.

アクション

Contact BEA Customer Support.


70


ERROR: Deployment Descriptor map not defined

説明

This is an internal error.

アクション

Contact BEA Customer Support.


71


ERROR: Deployment Descriptor map not defined

説明

This is an internal error.

アクション

Contact BEA Customer Support.


72


ERROR: processing val

説明

This is an internal error.

アクション

Contact BEA Customer Support.


73


ERROR: No assembly-descriptor defined in deployment-descriptor

説明

The XML deployment descriptor contains a security role reference, but not an assembly-descriptor.

アクション

Add an assembly-descriptor element to the deployment descriptor, and define the referenced security role in the assembly-descriptor.


74


ERROR: Could not resolve role-link role-link name referenced in ejb name in deployment descriptor filename

説明

The definition of in the XML deployment descriptor contains a reference to a security role that is not defined in deployment descriptor.

アクション

Update the incorrect role-link element so that it references a valid security role.


75


ERROR: Unsupported DTD dtd reference referenced in deployment descriptor.

説明

The XML deployment descriptor references an unsupported document type declaration (DTD). The supported document types for EJB deployment descriptors are 'ejb-jar_1_1.dtd' and 'weblogic-ejb-extensions.dtd'.

アクション

Update the deployment descriptor so that it references one of the supported document types.

 

Back to Top Previous Next
Contact e-docsContact BEAwebmasterprivacy