Bean Extender Messages Reference


com.ibm.beans.script


Scripting0001E addMethodName is null

Severity: Error

Explanation: The add listener method name is null.

User Response: Be sure that all events supported by the Java objects used in the script file have an associated add listener method. 

Scripting0002E add method not found

Severity: Error

Explanation: The add listener method cannot be found.

User Response: Be sure that the Java objects used in scripting have not been changed since the last time the script was edited. 


Scripting0003E invoke failed

Severity: Error

Explanation: Method invocation failed. This error could happen when adding or removing an event listener or invoking an event handler in the script.

User Response: Be sure that the Java objects used in scripting have not been changed since the last time the script was edited and that the Java package containing the script class is in the CLASSPATH statement. Try the operation again. 


Scripting0004E removeMethodName is null

Severity: Error

Explanation: The remove listener method name is null.

User Response: Be sure that all events supported by the Java objects used in scripting have an associated method to remove a listener. 


Scripting0005E remove method not found

Severity: Error

Explanation: The method to remove a listener cannot be found.

User Response: Be sure that the Java objects used in scripting have not been changed since the last time the script was edited. 


Scripting0006E getMethodDesc caught exception:

Severity: Error

Explanation: Cannot get the method description by the method name.

User Response: Be sure that the Java objects used in scripting have not been changed since the last time the script was edited. 


Scripting0007E Compilation failed

Severity: Error

Explanation: Compiling a Java source file caused an exception to be thrown.

User Response: Make sure the Java compiler is on the CLASSPATH. Try the operation again. 


Scripting0008E Loading the listener class

Severity: Error

Explanation: The generated event listener class cannot be loaded.

User Response: Be sure that the Java package containing the generated event listener class is in the CLASSPATH statement and then try the operation again. 


Scripting0009E Scripting component not found for descriptor: 0

Severity: Error

Explanation: The scripting component based on the scripting component descriptor cannot be found.

User Response: Be sure that the scripting component is registered and installed correctly. Try the operation again. 


Scripting0010E Exception in EventProc writeExternal

Severity: Error

Explanation: The event processor cannot be serialized out.

User Response: Be sure that you have the correct permissions for the directory to which the script is to be saved and that there is sufficient space on your hard disk. Try the operation again. 


Scripting0011E Exception caught in reading classes

Severity: Error

Explanation: The classes could not be loaded.

User Response: Ensure that the Java package containing the script class file is on the CLASSPATH. Try the operation again. 


Scripting0012E Exception in EventProc readExternal

Severity: Error

Explanation: Cannot serialize in the event processor.

User Response: Be sure that you have the correct permissions for the directory from which the script is to be read and try the operation again. 


Scripting0013E Already Running... Press terminate first

Severity: Error

Explanation: The script is already running.

User Response: Select the Terminate button to terminate the script, then start the script again. 


Scripting0014E Exception thrown from newInstance

Severity: Error

Explanation: The Vector for a user-defined event listener cannot be created.

User Response: Be sure that the Java classes.zip file is in your CLASSPATH statement and then try the operation again. 


Scripting0015E Exception in adding listeners

Severity: Error

Explanation: An event listener cannot be added to the Java object.

User Response: This is an internal error. Follow the instructions in the README file to report the problem to IBM. 


Scripting0016E Class not registered with event processor

Severity: Error

Explanation: The Java object class is not registered with the event processor.

User Response: Be sure that the Java objects used in scripting have not been changed since the last time the script was edited. 


Scripting0017E Exception at getBeanInfo

Severity: Error

Explanation: Bean information about the Java object specified in the message could not be accessed.

User Response: Be sure that the object used in scripting is a valid Java object, then try the operation again. 


Scripting0018E connectSource: findMethod null

Severity: Error

Explanation: A method based on the method name -1 cannot be found.

User Response: Be sure that the Java objects used in scripting have not been changed since the last time the script was edited. 


Scripting0019E Exception in removeListener

Severity: Error

Explanation: The event listener specified in the message cannot be removed.

User Response: This is an internal error. Make note of the information listed in the message and follow the instructions in the README file to report the problem to IBM. 


Scripting0020E Exception in findMethod: 0

Severity: Error

Explanation: The method specified in the message cannot be found.

User Response: This is an internal error. Make note of the information listed in the message and follow the instructions in the README file to report the problem to IBM. 


Scripting0021E Code generation failed

Severity: Error

Explanation: The user-defined event listener specified in the message cannot be generated.

User Response: This is an internal error. Make note of the information listed in the message and follow the instructions in the README file to report the problem to IBM. 


Scripting0022E Load Failed: 0

Severity: Error

Explanation: The generated user-defined event listener specified in the message cannot be loaded.

User Response: This is an internal error. Make note of the information listed in the message and follow the instructions in the README file to report the problem to IBM. 


Scripting0023E Cannot open file: 0

Severity: Error

Explanation: The file to generate the user-defined event listener specified in the message cannot be created. The file may not have write permission, or there may not be sufficient space on the hard disk for the file.

User Response: Make sure that the temporary directory has the correct permissions and that there is enough space on the hard disk. Try the operation again. 


Scripting0024E Cannot close file: 0

Severity: Error

Explanation: The file to generate the user-defined event listener specified in the message cannot be created. The file may not have write permission, or there may not be sufficient space on the hard disk for the file.

User Response: Be sure that the temporary directory has the correct permissions and that there is enough space on the hard disk. Try the operation again. 


Scripting0025E Script generation failed; check for compilation errors

Severity: Error

Explanation: The scripting generation in the Assembly Surface failed.

User Response: There may be compile errors. Check for errors and recompile if necessary. 


Scripting0026E Cannot find handle for object named 0

Severity: Error

Explanation: A named object cannot be found.

User Response: Be sure that the object name was not changed after the script was generated. 


Scripting0200E Introspection Error

Severity: Error

Explanation: An introspection error occurred.

User Response: This is an internal error. Make note of the information listed in the message and follow the instructions in the README file to report the problem to IBM. 


Scripting0300W Class 0 conflicts with 1. Only the first of the conflicting classes will be imported. Use fully qualified class names.

Severity: Warning

Explanation: Identical class names could have been used in the script. The script can only import classes of different names without causing a compilation error.

User Response: Use fully qualified class names in the script and generate the script again. 


Scripting0400E Exception caught during debugger startup

Severity: Error

Explanation: Starting the debugger caused an exception tp be thrown..

User Response: This is an internal error. Follow the instructions in the README file to report the problem to IBM. 


[ Top of Page | Previous Page | Next Page | Table of Contents | Documentation Homepage ]