assembly1001E Error occurred compiling: "0"
Severity: Error
Explanation: An error occurred while compiling the Java source code for the JavaBean currently being assembled.
User Response: This is an internal error. Follow the instructions in the readme file to report the problem to IBM.
assembly1002E Could not load class: "0"
Severity: Error
Explanation: An error occurred while attempting to load the class generated for the JavaBean currently being assembled. This could be due to an error in the CLASSPATH environment variable.
User Response: Check for an error in the CLASSPATH environment variable, correct the error, then retry the operation.
assembly1003E Could not create an instance of: "0"
Severity: Error
Explanation: An error occurred while attempting to create an instance of the class generated for the JavaBean being assembled.
User Response: This is an internal error. Follow the instructions in the readme file to report the problem to IBM.
assembly1004E The class name specified is not valid
Severity: Error
Explanation: The class name specified for the JavaBean being created is not a valid Java class name.
User Response: Ensure that the class name is a valid Java class name, then retry the operation.
assembly1005E The package name specified is not valid
Severity: Error
Explanation: The package name specified for the JavaBean being created is not a valid Java package name.
User Response: Ensure that the package name is a valid Java package name, then retry the operation.
assembly1006E The repository name specified is not valid
Severity: Error
Explanation: The repository name specified for the JavaBean being created is not valid.
User Response: Ensure that the repository name is a valid directory or jar file name, then retry the operation.
assembly1007E A file error occurred creating: "0"
Severity: Error
Explanation: An error occurred while attempting to generate the JavaBean currently being assembled. The error is probably due to a problem in creating one or more of the files needed for the JavaBean.
User Response: Check that there is sufficient disk space available and that the specified drive and path names are correct. Retry the operation.
assembly1008E Could not run: "0"
Severity: Error
Explanation: An error occurred while attempting to run an instance of the JavaBean being assembled. The problem is probably due to an error in the CLASSPATH environment variable.
User Response: Check for and correct any errors in the CLASSPATH environment variable, then retry the operation.
assembly1009E Field "0" is defined by views: "1"
Severity: Error
Explanation: Two or more of the assembly surface tool's views are attempting to define a public field with the same name. The name of the field and the views attempting to define the field name are specified in the message.
User Response: Check to see if the field name can be changed in one of the views causing the problem. If there does not appear to be a way to resolve the conflict, follow the instructions in the readme file to report the problem to IBM.
assembly1010E Method "0" is defined by views: "1"
Severity: Error
Explanation: Two or more of the assembly surface tool's views are attempting to define a public method with the same name and argument signature. The name and signature of the method and the views attempting to define the method are specified in the message.
User Response: Check to see if the method name or argument signature can be changed in one of the views causing the problem. If there does not appear to be a way to resolve the conflict, follow the instructions in the readme file to report the problem to IBM.
assembly1011E Unable to restore assembly information from: "0"
Severity: Error
Explanation: An error occurred while attempting to restore the contents of the assembly surface from the specified file. The error is caused either by a problem reading the specified file or because the specified file does not contain serialized Java data.
User Response: Check that the specified file exists, can be read, and is a file in which the assembly surface tool previously saved session information, then retry the operation.
assembly1012E "0" does not contain assembly surface information
Severity: Error
Explanation: An error occurred while attempting to restore the contents of the assembly surface from the specified file. The specified file does not contain the contents of a previously saved assembly surface session.
User Response: Specify a different file and retry the operation.
assembly1013E Unable to save assembly information to: "0"
Severity: Error
Explanation: An error occurred while attempting to save the contents of the assembly surface to the specified file. The error is probably due to a problem in creating the specified file.
User Response: Check that there is sufficient disk space available and that the specified file name is correct, then retry the operation.
assembly1014I Cannot add: "0"
Severity: Informational
Explanation: The specified bean cannot be added to the assembly surface. The most likely reason is that the bean does not implement the 'java.io.Serializable' interface.
User Response: Select a different bean, then retry the operation.
assembly1015I Unable to run the generated bean "0"
Severity: Informational
Explanation: The assembly surface is unable to run the generated bean.
User Response: The most likely problem is that the generated bean is not a type that can be run from the assembly surface (e.g. it is not an AWT Applet, Component, or Window). Check that the correct options were selected, then generate a new bean and retry the operation.
assembly1016E Unable to generate the bean using the icon file: "0"
Severity: Error
Explanation: The assembly surface is unable to generate the bean using the specified icon file.
User Response: The most likely problem is that the specified icon file does not exist or cannot be read, or there is insufficient disk space to make a copy of the file. Check that the specified file exists, can be read, and that there is sufficient disk space available to make a copy of the file, then generate a new bean and retry the operation.
assembly2101E Error occurred browsing: "0"
Severity: Error
Explanation: An error occurred while attempting to browse the definition of the specified JavaBean. The problem is most likely due to an error in the definition of the JavaBean.
User Response: Contact the supplier of the JavaBean to see if an updated version of the bean is available. Try the operation again.
assembly2102E Cannot browse: "0"
Severity: Error
Explanation: The specified JavaBean cannot be browsed. The information required to browse the JavaBean is not included as part of the JavaBean content.
User Response: Contact the supplier of the JavaBean to see if an updated version of the bean is available which includes the browse information. Try the operation again.
assembly2401E Introspection failed retrieving MethodDescriptors for 0
Severity: Error
Explanation: The Introspector threw an exception when an attempt was made to retrieve MethodDescriptors from the specified bean.
User Response: Report the problem to the bean owner.
assembly2402E Introspection failed retrieving PropertyDescriptors for 0
Severity: Error
Explanation: The Introspector threw an exception when an attempt was made to retrieve PropertyDescriptors from the specified bean.
User Response: Report the problem to the bean owner.
assembly2403E Introspection failed retrieving EventSetDescriptors for 0
Severity: Error
Explanation: The Introspector threw an exception when an attempt was made to retrieve EventSetDescriptors from the specified bean.
User Response: Report the problem to the bean owner.
assembly2501E Property sheet: Couldn't introspect: "0"
Severity: Error
Explanation: An error occurred when an attempt was made to introspect the currently selected bean. The bean may not be a valid JavaBean.
User Response: Select a different bean and try the operation again.
assembly2502E InvocationTargetException while updating "0"
Severity: Error
Explanation: An error occurred when an attempt was made to change a property of the currently selected bean. The bean setter method does not support the design pattern used by the property sheet editor.
User Response: Change the property using the bean customizer if one is available. Try the operation again.
assembly2503E Unexpected exception while updating "0"
Severity: Error
Explanation: An unexpected error occurred when an attempt was made to change a property of the currently selected bean.
User Response: Change the property using the bean customizer if one is available. Try the operation again.
assembly2601E Introspection failed retrieving MethodDescriptors for 0
Severity: Error
Explanation: The Introspector threw an exception when an attempt was made to retrieve MethodDescriptors from the specified bean.
User Response: Report the problem to the bean owner.
assembly2602E Introspection failed retrieving PropertyDescriptors for 0
Severity: Error
Explanation: The Introspector threw an exception whan an attempt was made to retrieve PropertyDescriptors from the specified bean.
User Response: Report the problem to the bean owner.
assembly2603E Introspection failed retrieving EventSetDescriptors for 0
Severity: Error
Explanation: The Introspector threw an exception whan an attempt was made to retrieve EventSetDescriptors from the specified bean.
User Response: Report the problem to the bean owner.
assembly2701I Duplicate Name Selected.
Severity: Informational
Explanation: An error occurred while Republishing with the new republish names. Usually this is due to a conflict with a previously selected name for a method, property, or event.
User Response: Specify another name for Republish As and retry the operation.
assembly2702E Error in Getting BeanInfo for the selected JavaBean
Severity: Error
Explanation: An error occurred while obtaining BeanInfo data for the selected JavaBean. This can happen if the reference to the JavaBean the BeanInfo for the selected JavaBean is in error.
User Response: Retry the operation with a corrected BeanInfo for the JavaBean.
assembly2703I Internal Error in the BeanReference for the selected JavaBean
Severity: Informational
Explanation: The BeanReference for the selected JavaBean is invalid (null). This usually indicates an internal error in obtaining the BeanReference.
User Response: This message is informational; no action is necessary.
assembly2704I No BeanInfo was found for the selected JavaBean.
Severity: Informational
Explanation: An error occurred while obtaining BeanInfo data for the selected JavaBean. This can happen if the reference to the JavaBean is in error.
User Response: Retry the operation with a corrected BeanInfo for the JavaBean.
assembly2801E Error occurred while saving source code to: "0"
Severity: Error
Explanation: An error occurred while attempting to save the Java source code to the specified file. The specified file name may be invalid or inaccessable, or there may not be enough disk space available to write the file.
User Response: Check that there is sufficient disk space to write the file; otherwise specify a different file name and retry the operation.
assembly2901E Layout: cannot find main canvas type (0)
Severity: Error
Explanation: The Layout subassembly attempted to instantiate a canvas and could not find the class.
User Response: Configure the Java run time to find the class.
assembly2902E Layout: cannot read canvas (0)
Severity: Error
Explanation: The Layout subassembly attempted to instantiate a canvas, but failed with an I/O exception.
User Response: Configure the Java run time to find the class.
assembly2903E Layout: cannot construct primary canvas
Severity: Error
Explanation: The Layout subassembly failed at establishing a primary canvas for itself.
User Response: Configure the Java run time to find the class.
assembly2904E Layout: cannot find base class (0)
Severity: Error
Explanation: The VisualLayout subassembly attempted to instantiate a base class, but could not find the class.
User Response: Configure the Java run time to find the class.
assembly2905E Layout: cannot find base interface 'java.io.Serializable'
Severity: Error
Explanation: The VisualLayout subassembly attempted to instantiate a base interface, but could not find the interface.
User Response: Configure the Java run time to find the interface.
assembly2906E Layout: no ViewBox was active
Severity: Error
Explanation: The currently selected Layout "ViewBox," is not active.
User Response: This is an internal error. Follow the instructions in the README file to report the problem to IBM.
assembly2907E Layout: insert thread interrupted
Severity: Error
Explanation: A thread waiting on a mouse event was interrupted unexpectantly.
User Response: This is an internal error. Follow the instructions in the README file to report the problem to IBM.
assembly2908E Layout: could not find frame
Severity: Error
Explanation: No frame instance was found when the AWT component hierarchy was searched.
User Response: This is an internal error. Follow the instructions
in the README file to report the problem to IBM.