DipTool0301E Dippable objects cannot be passed to DipFromRepositoryDialog constructor.
Severity: Error
Explanation: Dippable objects cannot be passed to the DipFromRepositoryDialog constructor.
User Response: This is an internal error if invoked from the dip tool; follow the instructions in the README file to report the problem to IBM. Otherwise, construct a DipDialog instead of a DipFromRepositoryDialog.
DipTool0400I Dipping initiated for "0"
Severity: Informational
Explanation: DipManagedBean displays this message at the beginning of the dipping process.
User Response: This message is informational; no action is necessary.
DipTool0405I No Dips selected.
Severity: Informational
Explanation: DipManagedBean was passed an empty Vector of dips.
User Response: This message is informational; no action is necessary.
DipTool0410I No Beans selected.
Severity: Informational
Explanation: DipManagedBean was passed an empty Vector of beans.
User Response: This message is informational; no action is necessary.
DipTool0415I Dipping with "0"
Severity: Informational
Explanation: DipManagedBean displays this message each time the dipping process starts.
User Response: This message is informational; no action is necessary.
DipTool0420I "0" is not an instance of Dip. Dip will not be added.
Severity: Informational
Explanation: DipManagedBean displays this message when a dip in the passed Vector of dips is not an instance of class Dip.
User Response: This message is informational; no action is necessary.
DipTool0425I "0" is not an instance of Dippable. Dip will not be added or removed.
Severity: Informational
Explanation: DipManagedBean displays this message when a bean in the passed Vector of beans is not an instance of class Dippable.
User Response: This message is informational; no action is necessary.
DipTool0435E Could not instantiate customizer: 0
Severity: Error
Explanation: DipManagedBean could not instantiate a customizer for the Dip bean. This is an internal error in the specific Dip bean.
User Response: Correct the BeanInfo and Customizer class code for the Dip bean. Try the operation again.
DipTool0440E Could not obtain customizer: 0
Severity: Error
Explanation: DipManagedBean could not obtain a customizer for the Dip bean through the Introspector. This is an internal error in the specific Dip bean.
User Response: Correct the BeanInfo and Customizer class code for the Dip bean. Try the operation again.
DipTool0445E Caught unexpected exception during introspection: 0
Severity: Error
Explanation: DipManagedBean could not obtain BeanInfo for the Dip bean through the Introspector. This is an internal error in the specific Dip bean.
User Response: Correct the BeanInfo and Customizer class code for the Dip bean. Try the operation again.
DipTool0460I Successfully applied "0"
Severity: Informational
Explanation: DipManagedBean successfully dipped the bean.
User Response: This message is informational; no action is necessary.
DipTool0465I Could not add "0"
Severity: Informational
Explanation: DipManagedBean failed to dip the bean. The dip may have been added already.
User Response: This message is informational; no action is necessary.
DipTool0470I Dip removal initiated for "0"
Severity: Informational
Explanation: DipManagedBean displays this message at the beginning of a dip removal process.
User Response: This message is informational; no action is necessary.
DipTool0475I Removing dip "0"
Severity: Informational
Explanation: DipManagedBean displays this message when beginning to remove a dip within the dip removal process.
User Response: This message is informational; no action is necessary.
DipTool0480I Successfully removed "0"
Severity: Informational
Explanation: DipManagedBean successfully removed a dip.
User Response: This message is informational; no action is necessary.
DipTool0485I Could not remove "0"
Severity: Informational
Explanation: DipManagedBean failed to remove a dip. This dip does not allow itself to be removed.
User Response: This message is informational; no action is necessary.
DipTool0506E Error: Cannot find matching managed bean in repository.
Severity: Error
Explanation: LocationPanelListener could not save a serialized version of the dippable bean to a repository.
User Response: This is an internal error. Follow the instructions in the README file to report the problem to IBM.
DipTool0507X Exception while getting BeanSystem working directory.
Severity: Exception
Explanation: An exception was thrown when LocationPanelListener could not obtain the BeanSystem working directory.
User Response: Run java com.ibm.beans.util.Configure to specify a valid working directory.
DipTool0508X Exception while saving managed bean in repository.
Severity: Exception
Explanation: An exception was thrown when LocationPanelListener could not save a serialized version of the dippable bean to a repository.
User Response: Correct the specified exception and try the operation again.
DipTool0509X File I/O exception while trying to write SER file: 0
Severity: Exception
Explanation: An exception was thrown when the dippable bean could not be written to a SER file.
User Response: Correct the specified I/O error and try the operation again.
DipTool0601I Command line parameters are valid.
Severity: Informational
Explanation: This message is output to the console when the -test option is used and the command line arguments are valid.
User Response: This message is informational; no action is necessary.
DipTool0602I 0 could not be loaded. The initial model will be empty.
Severity: Informational
Explanation: The described file or class could not be loaded into the morhing UI's model. Either the File could not be found or the class was not on the CLASSPATH.
User Response: The morphing UI will continue, but the model will not be initialized.
DipTool0605E Command line parameters are invalid.
Severity: Error
Explanation: This message is output to the console when an error is detected in the command line arguments. Following this message, a usage message is displayed to help the user correct the error.
User Response: This message is the result of an error; the program
has stopped. Correct the error and try again.
DipTool0710X Missing BeanBagModel implementation
Severity: Exception
Explanation: A MorphBeanBagModelManipulator tried to be instantiated with a null BeanBagModel instance.
User Response: This class can only be instantiated with a valid BeanBagModel instance.
DipTool0711X MorphBeanBagModelManipulator copy constructor can only be used with a MorphModelManipulator that contains a BeanBagModel.
Severity: Exception
Explanation: A MorphBeanBagModelManipulator tried to be instantiated with a MorphModelManipulator that doesn't contain a valid BeanBagModel.
User Response: The copy constructor for this class can only be used with a MorphModelManipulator that conatins a valid BeanBagModel instance.
DipTool0712X Could not put 0 in the WorkingDirectory.
Severity: Exception
Explanation: A MorphBeanBagModelManipulator tried to put the managed bean in the reposotory, but couldn't.
User Response: Correct whatever problem is preventing the ManagedBean from being put in the working directory.
DipTool0713E MorphBeanBagModelManipulator.0() method called with a non-ManagedBean object: 1.
Severity: Error
Explanation: A MorphBeanBagModelManipulator method was called with a non-ManagedBean object.
User Response: MorphBeanBagModelManipulator methods can only be called when the generic object is an instance of ManagedBean.
DipTool0810X Unknown location state
Severity: Exception
Explanation: The MorphDialog.getSaveToState() method found an unknown state.
User Response: The only known states are listed in the MorphView interface.
DipTool0910I Morphing initiated for 0
Severity: Informational
Explanation: This is an informational message indicating that the morphing process has begun.
User Response: This message is informational; no action is necessary.
DipTool0911X Null bean class name
Severity: Exception
Explanation: Morphing is being attempted on a null bean classname.
User Response: This is an internal error if invoked from the morph tool; follow the instructions in the README file to report the problem to IBM. Otherwise, pass a valid string bean classname.
DipTool0912X Null bean Interface name
Severity: Exception
Explanation: Morphing is being attempted on a null bean interface name.
User Response: This is an internal error if invoked from the morph tool; follow the instructions in the README file to report the problem to IBM. Otherwise, pass a valid string bean classname.
DipTool0913I Generating morphed code for 0
Severity: Informational
Explanation: Informational message indicating the morphing process to generate Dippable and DippableBeanInfo code has begun.
User Response: This message is informational; no action is necessary.
DipTool0914I Compiling 0
Severity: Informational
Explanation: This is an informational message indicating that compilation has begun on the referenced code.
User Response: This message is informational; no action is necessary.
DipTool0915I Saving 0 in 1
Severity: Informational
Explanation: This is an informational message indicating that the new morphed class is being saved to a repository.
User Response: This message is informational; no action is necessary.
DipTool0916I Morphing completed for 0
Severity: Informational
Explanation: This is an informational message indicating that the morphing process is complete.
User Response: This message is informational; no action is necessary.
DipTool0917E Cannot find ManagedBean 0.
Severity: Error
Explanation: The ManagedBean could not be found in the repository during the morphing process.
User Response: This is an internal error. Follow the instructions in the README file to report the problem to IBM.
DipTool0918E Compile failed during morphing process.
Severity: Error
Explanation: A compiler error occurred during the morphing process.
User Response: This is an internal error. Follow the instructions in the README file to report the problem to IBM.
DipTool0919X MorphController was instantiated with a null MorphView
Severity: Exception
Explanation: The MorphController was instantiated with a null MorphView.
User Response: Correct the offending code and only instantiate a MorphController with a valid MorphView.
DipTool0920E Incorrect URL for 0 means morphed class can not be saved to a jar.
Severity: Error
Explanation: The MorphModelManipulator assocated with the classes returned an incorrect URL for the associated class name.
User Response: Without a correct URL, the morphed class can not be saved to a jar. Correct the problem, which will be either with the MorphModelManipulator used, or with the corresponding model.
DipTool0921E Unknown URL for 0 means morphed class can not be saved to a jar.
Severity: Error
Explanation: The MorphModelManipulator assocated with the classes returned an unknown URL for the associated class name. This means no corresponding repository could be found for the URL.
User Response: Without a repository, the morphed class can not be saved to a jar. Correct the problem, which will be either with the MorphModelManipulator used, with the corresponding model, or with the missing repository.
DipTool0922E No repository could be created for location 0 means morphed class can not be saved to 1.
Severity: Error
Explanation: The RepositoryModelFactory could not create a repository for the mentioned location. Because of this, the newly morphed class can not be saved.
User Response: Verify the location mentioned in the message is a valid location.
DipTool0923E 0 class not found.
Severity: Error
Explanation: A ClassNotFoundException was thrown when a class load was attempted on the named class.
User Response: Make sure the
DipTool0924E IntrospectionException for 0's BeanInfo.
Severity: Error
Explanation: An IntrospectionException was thrown when the Introspector tried to get the BeanInfo for the named class.
User Response: Make sure the
DipTool0925E IllegalAccessException while instantiating 0.
Severity: Error
Explanation: An IllegalAccessException was thrown when newInstance was called on the named customizer class.
User Response: Make sure the customizer exists and is accessable through CLASSPATH.
DipTool0926E InstantiationException while instantiating 0.
Severity: Error
Explanation: An InstantiationException was thrown when newInstance was called on the named customizer class.
User Response: Make sure the customizer exists and is accessable through CLASSPATH.
DipTool0927E IOException while instantiating 0.
Severity: Error
Explanation: An IOException was thrown when Beans.instantiate was called on the named class.
User Response: Make sure the class exists and is accessable through CLASSPATH.
DipTool0928E No customized dip found for 0.
Severity: Error
Explanation: No copy of a customized version of the dip was found.
User Response: This is an internal error; follow the instructions in the README file to report the problem to IBM.
DipTool1110E MorphClassNameModelManipulator.0() method called with a non-String object: 1.
Severity: Error
Explanation: A MorphClassNameModelManipulator method was called with a non-String object.
User Response: MorphClassNameModelManipulator methods can only be called when the generic object is a String.