Java Global Instance Error Codes
This section describes the error messages that can be reported by the Java Global Instance shared resource.
Error Codes | Error Message | Error Resolution |
---|---|---|
TIBCO-BW-SR-JAVA-500001 | BW6_EXCP_NAME_EXISTS = A connector configuration with the name "[{0}" already exists with pid [{1}] | This is an internal product error. Contact TIBCO Support. |
TIBCO-BW-SR-JAVA-500002 | Unable to find Application bundle [{0}] | This is an internal product error. Contact TIBCO Support. |
TIBCO-BW-SR-JAVA-500003 | Unable to construct an instance of the Java class [{0}]. Encountered exception [{1}] [{2}]. | Correct the error stated in the exception message and retry. |
TIBCO-BW-SR-JAVA-500004 | Activity input error. The activity received an incorrect value for the method parameters. IllegalArgumentException occurred while trying to construct an instance of the Java class [{0}]: [{1}] | Ensure that the correct values are provided for the constructor parameter elements that are in the activity input tab. |
TIBCO-BW-SR-JAVA-500005 | The constructor for the Java class [{0}] raised exception [{1}]. [{2}] | The exception was raised by the constructor of the declared Java class. Please refer to the Java class implementation for details. |
TIBCO-BW-SR-JAVA-500006 | The Java class [{0}] is not found in the classpath. Encountered ClassNotFoundException [{1}]. | Ensure that the specified class file is contained in the classpath. |
TIBCO-BW-SR-JAVA-500007 | Unable to obtain information for the method [{0}] from the class [{1}]. Encountered NoSuchMethodException [{2}]. | Reconfigure this activity or verify that the declared Java class has not changed since the last configuration. |
TIBCO-BW-SR-JAVA-500008 | Unable to obtain information for the cleanup method [{0}] from the class [{1}]. NoSuchMethodException occurred. [{2}] | Reconfigure this activity or verify that the declared Java class has not changed since the last configuration. |
TIBCO-BW-SR-JAVA-500009 | The cleanup method [{0}] raised exception [{1}]. [{2}] | The exception was raised by the method of the specified Java class. Please refer to the declared class implementation for details. |
TIBCO-BW-SR-JAVA-500010 | Unable to invoke the cleanup method [{0}]. Exception [{1}] occurred. [{2}] | Correct the error stated in the exception message and retry. |
TIBCO-BW-SR-JAVA-500012 | Unable to invoke the cleanup method [{0}]. Encountered exception [{1}] [{2}]. | The exception was raised by the method of the specified Java class. Please refer to the declared class implementation for details. |
TIBCO-BW-SR-JAVA-500014 | Received an incorrect value for the method [{0}] parameter to get access the BW Module properties. Exception occurred: [{1}] | Ensure that the correct values are provided for the method parameter to get access the BW Module properties. |
TIBCO-BW-SR-JAVA-200001 | {0} | This is a debug message and resolution is not applicable. |
TIBCO-BW-SR-JAVA-200002 | Failed to {0} Java Global Instance resource [{1}] | |
TIBCO-BW-SR-JAVA-000001 | Delete Called on configuration that does not exist with pid [{0}] |
Copyright © Cloud Software Group, Inc. All rights reserved.