Description: The activity was not compiled
Resolution: Compile the activity in Designer.
Description: Exception encountered while invoking a method on the activity
Resolution: Inspect the Java source for this activity for a possible cause.
Description: The Java compiler is not in the classpath. Add tools.jar to the classpath.
Resolution: Add tools.jar to the classpath.
Description: The Java compiler encountered an error in the activity Java code.
Resolution: Examine the error and fix the issue in the Java code.
Description: The activity uses embedded comments to auto generate code. One of them is missing.
Resolution: Update the code to remove any unbalanced comment delimiters and recompile.
Description: The activity could not determine a suitable temporary directory.
Resolution: add java.property.javaCode=[directory] in the designer.tra and bwengine.tra files.
Description: Source files are written to the local file system for the compiler to access. The given file already exists and is write protected.
Resolution: Remove the Java source file from the local file system so that the activity may write a new copy.
Description: Source files are written to the local file system for the compiler to access. There was an error writing the given file to the file system.
Resolution: Examine the temporary directory for sufficient space to write files.
Description: The Java plugin activity is not able create schema for the activity's input tab. Exception occurred
Resolution: Please correct the error and retry.
Description: The Java plugin activity is not able create schema for the activity's output tab. Exception occurred
Resolution: Please correct the error and retry.
Description: This activity is not able to convert the input data.
Resolution: Please Contact TIBCO Support
Description: This activity is not able to create the output data.
Resolution: Please Contact TIBCO Support
Description: Error occurred while initializing the activity.
Resolution: Please Contact TIBCO Support
Description: Exception occurred while trying to obtain information for the declared Java class.
Resolution: Please correct the error stated in the exception message and retry.
Description: ClassNotFoundException occurred while trying to access the specified Java class.
Resolution: Please verify that the specified class file is contained in the classpath.
Description: Unable to create an instance of the specified Java class.
Resolution: Please correct the error stated in the exception message and retry.
Description: The activity received a incorrect value for the method parameter element that is in the activity input tab. IllegalArgumentException occurred while trying to construct the specified Java class.
Resolution: Verify that the correct values are provided for the method parameter elements that are in the activity input tab.
Description: Unable to create an instance of the Java class. Exception occurred while trying to create an instance of the Java class.
Resolution: Please correct the error stated in the exception message and retry.
Description: Exception occurred on invocation of the Java class constructor.
Resolution: The exception was raised by the constructor of the declared Java class. Please refer to the Java class implementation for details.
Description: The selected class is an abstract Java class.
Resolution: Make sure that the selected class is not an abstract Java class
Description: The selected class is a Java interface.
Resolution: Make sure that the selected class is not a Java interface
Description: The declared Java class is not serializable. If the user has selected the option to cache the declared Java class then the class must be a subtype of the interface 'java.io.Serializable'.
Resolution: Make sure that the selected class is a subtype of the interface 'java.io.Serializable'
Description: Invalid method return type. If the selected method must returns a Java class then the class must be a subtype of the interface 'java.io.Serializable'.
Resolution: Make sure that the selected method returns a serializable Java class
Description: The method name is not contained in the declared Java class.
Resolution: It is possible that the declared Java class has been modified since the last configuration of this activity. Please reconfigure this activity or verify that the declared Java class has not changed since the last configuration.
Description: The cleanup method name is not contained in the declared Java class.
Resolution: It is possible that declared Java class has been modified since the last configuration of this activity. Please reconfigure this activity or verify that the declared Java class has not changed since the last configuration.
Description: SecurityException occurred while trying to get method information from the declared Java class.
Resolution: Please correct the error and retry.
Description: ClassNotFoundException occurred while trying to get method information from the declared Java class.
Resolution: Please verify that the specified class file is contained in the classpath.
Description: Exception occurred while trying to get method information from the declared Java class.
Resolution: Please correct the error and retry.
Description: The activity received a incorrect value for the method parameter element that is in the activity input tab. IllegalArgumentException occurred while trying to invoke the Java method.
Resolution: Verify that the correct values are provided for the method parameter elements that are in the activity input tab.
Description: The activity received a incorrect value for the declared class element that is in the activity input tab.
Resolution: Possible causes for this error are: (1). Incorrect object reference was specified for the declared Java class. Verify that the correct Java object reference is provided for the declared Java class element shown in the input tab of this activity. (2). The classpath refers to a incorrect declared class or the Java jar file. Verify that the classpath refers to the correct declared class.
Description: The activity received a incorrect value for the declared class element that is in the activity input tab.
Resolution: Possible causes for this error are: (1). Incorrect object reference was specified for the declared Java class. Verify that the correct Java object reference is provided for the declared Java class element shown in the input tab of this activity. (2). The classpath refers to a incorrect declared class or the Java jar file. Verify that the classpath refers to the correct declared class.
Description: The activity received a null value for the declared class element that is in the activity input tab
Resolution: Possible causes for this error are: (1). Incorrect object reference was specified for the declared Java class. Verify that the correct Java object reference is provided for the declared Java class element shown in the input tab of this activity. (2). The preceding activity that provides the input value for this activity produced a null for its output.
Description: Unable to invoke the user specified method of the Java class. Exception occurred while trying to invoke the method.
Resolution: Please correct the error stated in the exception message and retry.
Description: Unable to invoke the cleanup method for the Java class. Exception occurred while trying to invoke the method.
Resolution: Please correct the error stated in the exception message and retry.
Description: Exception occurred on invocation of the specified method.
Resolution: The exception was raised by the method of the specified Java class. Please refer to the declared class implementation for details.
Description: Exception occurred on invocation of the cleanup method.
Resolution: The exception was raised by the method of the specified Java class. Please refer to the declared class implementation for details.
Description: Unable to get the JavaSchema activity referenced by this activity
Resolution: Please correct the error and retry.
Description: The repository does not contain the JavaSchema activity referenced by this activity.
Resolution: Please correct the error and retry.
Description: The JavaSchema activity referenced by this activity contains invalid field values.
Resolution: Please correct the error and retry.
Description: The activity received a null value for the declared Java class element that is in the activity input tab
Resolution: Possible causes for this error are: (1). Incorrect object reference was specified for the declared class. Verify that the correct Java object reference is provided for the declared class element shown in the input tab of this activity. (2). The preceding activity that provides the input value for this activity produced a null for its output.
Description: The activity received a incorrect value for the declared Java class element that is in the activity input tab.
Resolution: Possible causes for this error are: (1). Incorrect object reference was specified for the declared class. Verify that the correct Java object reference is provided for the declared class element shown in the input tab of this activity. (2). The classpath refers to a incorrect the declared class or the Java jar file. Verify that the classpath refers to the correct declared Java class.
Description: The user has selected the option to construct the declared class by the activity. This option is available in the
Resolution: Select a Java class that contain a default constructor
Description: Unable to convert data from XML to Java or Java to XML.
Resolution: Certain Java data types are not supported by the BusinessWorks conversion mechanism. Please verify that unsupported data types are not utilized or referenced in your Java class.
Description: Unable to convert the Java object to an XML data
Resolution: Certain Java data types are not supported by the Java to XML conversion mechanism. Please verify that unsupported data types are not utilized or referenced in your Java class.
Description: Unable to convert the XML data to Java object
Resolution: Certain Java data types are not supported by the XML to Java conversion mechanism. Please verify that unsupported data types are not utilized or referenced in your Java class.
Description: Error occurred while trying to generate schema for the declared Java class.
Resolution: Please correct the error and retry.
Description: The selected class must be serializable for XML to Java conversion operation
Resolution: Select a class that is serializable
Description: The selected Java class does not contain a constructor with zero arguments
Resolution: Select a Java class that contain a default constructor
Description: The declared Java class contains unsupported data type.
Resolution: Certain Java data types are not supported by the XML to Java or Java to XML conversion mechanism. Please verify that unsupported data types are not utilized or referenced in your Java class.
Description: A schema could not be located the specified Java class.
Resolution: Please attempt to generate the schema.
Description: A schema could not be located the specified namespace.
Resolution: Please examine the JavaSchema resource and attempt to regenerate the schema.
Description: The declared class modifier must be public.
Resolution: Please verfiy that the Java class that implements the selected method is declared public
Description: The declared inteface modifier must be public.
Resolution: Please verfiy that the Java Inteface that proclaims the selected method is declared public
Description: All classes comprising the [%2] Java class must contain a constructor with zero arguments
Resolution: Select a Java class comprised only of classes with default constructors
Description: The declared class modifier must be public.
Resolution: Make sure that the selected Java class is declared as a public class
Description: Unable to get the Java Global Instance resource referenced by this activity
Resolution: Please correct the error and retry.
Description: The repository does not contain the Java Global Instance resource referenced by this activity.
Resolution: Please correct the error and retry.
Description: The Java Global Instance resource referenced by this activity contains invalid field values.
Resolution: Please correct the error and retry.
Description: The Java Global Instance resource referenced by this JavaMethod activity contains different Java class name then the Java class name specified in the JavaMethod activity
Resolution: Please reconfigure the JavaMethod activity.
Description: The Java Global Instance resource referenced by this JavaMethod activity contains different library value then the library value specified in the JavaMethod activity
Resolution: Please reconfigure the JavaMethod activity.
Description: The onEvent(Object output) method must never be called in the init() method. The BW engine is in the middle of initializing the Java Event Source activity.
Resolution: Please remove the onEvent(Object output) method call in the init method.
Description: The error occurs when the JavaProcessStarter is unable to generate notification data due un-availability of a resource.
Resolution: Please check the JavaProcessStarter component for resource errors.
Description: This exception is thrown if the getOutputObjectType() method defines the type of the output object that is not the same as object type passed to onEvent(Object object) method in case of "Convert Output Object To XML" flag being set.
Resolution: Please make sure that object passed to onEvent(Object output) method is of the same type as that which is returned by getOutputObjectType().