Error Codes

The exceptions that are thrown by the plug-in are listed with corresponding descriptions and resolutions.

Error Code and Error Message Role Category Description Resolution
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 Failed to load the specified class in app class path. Check if the class jar file is added into the classpath of this project.
TIBCO-BW-PALETTE-EJB-500003

Exception occurred while {0}.

errorRole BW_Plugin An exception occurred when initializing JNDI server. Check for the exception error message.
TIBCO-BW-PALETTE-EJB-500004

Unknown exception occurred while {0}.

errorRole BW_Plugin An unknown exception occurred. Check for the exception error message.
TIBCO-BW-PALETTE-EJB-500005

Method {0} can not be found in class {1}.

errorRole BW_Plugin Failed to find the specified method in the class. Check if 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 An security exception occurred 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 occurred while casting the look up object to the EJB home object. Check if the JNDI name is correct, 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 occurred. Check the IO channel.
TIBCO-BW-PALETTE-EJB-500009

{0} {1}, Invalid beantype. Beantype= {2}.

errorRole BW_Plugin An error occurred when BeanType was invalid. Check in the EJB container if the BeanType has been specified of the EJB.
TIBCO-BW-PALETTE-EJB-500010

{0} {1}, remote exception occurred while {2}.

errorRole BW_Plugin A remote exception occurred. 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 occurred 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 occurred 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 occurred 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 Failed to find the remote object in the checked-in object. Check if 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 Failed 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.