Error Codes
The following table lists error codes, detailed explanation of each error, where applicable, and ways to solve different errors.
Error Code and Error Message | Role | Category | Description | Solution |
---|---|---|---|---|
TIBCO-BW-PALETTE-EJB-500001
{0} |
errorRole | BW_Plugin | The general information of error messages. | No action. |
TIBCO-BW-PALETTE-EJB-500002
Class {0} can not be loaded in app class path. |
errorRole | BW_Plugin | Fails to load the specified class in the app class path. | Check whether the class .jar file is added into the class path of this project. |
TIBCO-BW-PALETTE-EJB-500003
Exception occurred while {0}. |
errorRole | BW_Plugin | An exception occurs when initializing the JNDI server. | Check for the exception error message. |
TIBCO-BW-PALETTE-EJB-500004
Unknown exception occurred while {0}. |
errorRole | BW_Plugin | An unknown exception occurs. | Check for the exception error message. |
TIBCO-BW-PALETTE-EJB-500005
Method {0} can not be found in class {1}. |
errorRole | BW_Plugin | Fails to find the specified method in the class. | Check whether the invoked method has been declared in the class file. |
TIBCO-BW-PALETTE-EJB-500006
Security exception while get method {0} from class {1}. |
errorRole | BW_Plugin | A security exception occurs while receiving the specified method from the class. | Check the permission for communication. |
TIBCO-BW-PALETTE-EJB-500007
Class cast exception occurred, the look up object can not be cast to EJBHome object. |
errorRole | BW_Plugin | A class cast exception occurs while casting the lookup object to the EJB home object. | Check whether the JNDI name is correct, and the lookup result is not an EJB home reference. |
TIBCO-BW-PALETTE-EJB-500008
IO exception occurred while {0}. |
errorRole | BW_Plugin | An IO exception occurs. | Check the IO channel. |
TIBCO-BW-PALETTE-EJB-500009
{0} {1}, Invalid beantype. Beantype= {2}. |
errorRole | BW_Plugin | An error occurs when the bean type is invalid. | Check in the EJB container whether the bean type has been specified to be one of EJB. |
TIBCO-BW-PALETTE-EJB-500010
{0} {1}, remote exception occurred while {2}. |
errorRole | BW_Plugin | A remote exception occurs. | Check the error message on the application server. |
TIBCO-BW-PALETTE-EJB-500011
{0} {1}, illegal access exception while invoke method {2} in class {3}. |
errorRole | BW_Plugin | An illegal access exception occurs while invoking the method in the specified class. | Check the access permission. |
TIBCO-BW-PALETTE-EJB-500012
{0} {1}, illegal argument exception while invoke method {2} in class {3}. |
errorRole | BW_Plugin | An illegal argument exception occurs while invoking the method in the specified class. | Specify the input parameters to match the requirements of the invoked method. |
TIBCO-BW-PALETTE-EJB-500013
{0} {1}, invocation target exception while invoke method {2} in class {3}. |
errorRole | BW_Plugin | An invocation target exception occurs while invoking the method in the specified class. | Check the error message on the application server. |
TIBCO-BW-PALETTE-EJB-500014
{0} {1}, remote object can not be found in checked in object. |
errorRole | BW_Plugin | Fails to find the remote object in the checked-in object. | Check whether the JNDI name is correct and perform the lookup again. |
TIBCO-BW-PALETTE-EJB-500015
{0}, checked in object can not be found in process job resource. |
errorRole | BW_Plugin | Fails to find the checked-in object in the process job resource. | Perform the lookup again because the object has been released from the process context. |