BEA Logo BEA Banner

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   WLE Doc Home   |   Messages   |   Catalog List   |   Previous   |   Next


EJBGUI Messages 0-99



1


ERROR: A value was not set for this EnvironmentEntry

Description

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

Action

Set the environment entry value and retry the operation.


2


ERROR: directory name must be provided

Description

The directory name must be provided for container managed persistence.

Action

Provide a valid directory name and retry.


3


ERROR: Malformed finder signature

Description

The signature for the finder method is null.

Action

Correct the input.


4


ERROR: Finder name matches no real finder method

Description

The finder method with this name does not exist.

Action

Correct the input.


5


ERROR: Formal parameter type mis-match

Description

There is a mis-match in the formal parameter defined in the finder method, with the actual method defined in the class.

Action

Verify the parameters and correct the input.


6


ERROR: Wrong number of formal parameters

Description

The finder method has a mis-match in parameter count.

Action

Verify the parameters and correct the input.


7


ERROR: Malformed query expression

Description

The query expression if of invalid syntax.

Action

Verify the syntax of the expression and retry.

See Also

Online Help for Weblogic EJB Deployer


8


ERROR: JNDI name must be specified

Description

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

Action

Correct the input.


9


ERROR: Class name must be provided

Description

For Module Initialization a valid class must be provided.

Action

Provide a valid class name and retry.


10


ERROR: The value must be of val type

Description

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 specifed by the EJB specification.

Action

Correct the input.


11


ERROR: Unable to create temp directory

Description

Cannot create a temp directory for operation.

Action

Ensure that there is enough disk space and permissions.


12


ERROR: Unable to recover from backup file

Description

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

Action

Ensure that there is enough disk space and permissions.


13


INFO: Add the following val security roles using tpgrpadd command. For details of using tpaddgrp(1), Please consult WLE Reference Manual

Description

The security role in the WLE envrionment should be added using the tpgrapdd command.

Action

Use tpgrpadd to add security roles in WLE.

See Also

tpgrpadd


14


ERROR: The database table name is a required field

Description

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

Action

Correct the input and retry.


15


ERROR: The connection pool name is a required field

Description

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

Action

Correct the input and retry.


16


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

Description

An error had occurred while saving the jar file.

Action

Details for failure are in error message. Take corrective actions.


17


ERROR: while saving the properties file val

Description

An error had occurred while saving the properties file.

Action

Details for failure are in error message. Take corrective actions.


18


ERROR: Unable to create val

Description

Cannot create val file temp directory.

Action

Ensure that there is enough disk space and permissions.


19


ERROR: while saving options val

Description

An error had occurred while EJB Deployer options.

Action

Ensure that there is enough disk space and permissions.


20


ERROR: Loading ejb-jar file: val

Description

There was an error loading the jar file requested.

Action

Details for failure are in error message.


21


ERROR: Assertion Error: val

Description

There was an error loading the jar file requested.

Action

Details for failure are in error message.


22


ERROR: Parsing Deployment Descriptor: val

Description

There was an error parsing the Deployment Descriptor xml.

Action

For details for failure see the error message.


23


ERROR: Invalid name specified in JndiName for val bean

Description

The JNDI name specified for the bean is invalid.

Action

Correct the input and retry.