Known Issues
The following known issues have been identified in this release of TIBCO ActiveMatrix BusinessWorks™.
Administration
Key | Description |
---|---|
AMBW-37423 | Summary: Post upgrade, too many unnecessary error messages are displayed while starting BWAgent.
Workaround: Remove the link file from the <BW_HOME>/<Old_Versions>/ext folder |
AMBW-32929 | Summary: Process monitoring statistics are not populated if checkpoint has been used in the process.
Workaround: None
|
AMBW-32922 |
Summary: On Process Monitoring page, Job filter displays results for records on the current page only.
Workaround: None
|
AMBW-32904 |
Summary: Sometimes all the transitions are not highlighted and input/output data is not seen for activities when process monitoring is enabled using UDP transport.
Workaround: Use FTL transport for process monitoring.
|
AMBW-32594 |
Summary: On the Process Monitoring page, the Datetime value in the MM/DD/YYYY format for filtering jobs does not work.
Workaround: Use the datetime value as displayed in the database
|
AMBW-32071 | Summary: Failed to Upload Large EAR file larger than 10MB with MariaDB.
Workaround: Use any other database.
|
AMBW-32057 | Summary: Agent Count is getting increased for AppSpace after restoring Domain.
Workaround: None
|
AMBW-31832 |
Summary: In the process diagram view of Process Monitoring, if a constructor block includes a catch block, then it is not highlighted after its execution.
Workaround: None
|
AMBW-31831 | Summary: In Process Monitoring, sometimes, because of uid issue references are not highlighted and input or output data might not displayed.
Workaround: Remove all uid related warnings from TIBCO Business Studio™ for BusinessWorks™. Create an EAR file. Deploy the EAR file, and then enable process monitoring.
|
AMBW-31600 |
Summary: When an application is running and AppNode is restarted, the job id is duplicated and two jobs with same id is present under process monitoring.
Workaround: None
|
AMBW-31493 |
Summary: User is getting considered as Role in file based authorization.
Workaround: None
|
AMBW-31447 |
Summary: The Same .EAR file is uploaded in different folders without using the replace option in AS Enterprise Mode.
Workaround: None
|
AMBW-30759 |
Summary: Failed to get AppNode
Config.ini file's property details by REST API.
Workaround: None
|
AMBW-30398 |
Summary: Unable to register BWAgent from the command line on some machines. Workaround: None
|
AMBW-29846 |
Summary: Process diagrams are not visible on the Admin UI when the project name has a period (.) between the numbers. Workaround: Remove the number from the process package name, regenerate the EAR file, and re-deploy it.
|
AMBW-29725 |
Summary: The Internal Server Error is displayed intermittently in logs when there is a change in the network.
Workaround: None
|
AMBW-29632 | Summary: Process diagram is not shown in TIBCO® Enterprise Administrator when the
TIBCO ActiveMatrix BusinessWorks™ process package name contains number.
For example com.tibco.bw.service.SIXXXZZZ.1.0 Workaround: None
|
AMBW-29235 |
Summary: When application components are started or stopped multiple times from the Admin UI, the TIBCO-BW-TEAAGENT-500506: Failed to get components for Application error is sometimes displayed. Workaround: Refresh the entire page or navigate to different tab, for example, the AppNodes or AppSpaces page and then go back to the Components tab. |
AMBW-28244 | Summary: Admin UI shows wrong information under
Installation tab after upgrade.
Workaround: None. |
AMBW-27654 |
Summary: Identity-Truststore is not created for the SSL Client post migration. Workaround: After migrating the SSL enabled service , it will create the SSL client resource. In SSL client resource, provide the keystore provider resource in Keystore Provider as Trust Store. Provide the Keystore only. This will import all the certificates required for SSL enabled services in ActiveMatrix BusinessWorks™ 6x. |
AMBW-27440 | Summary: In the DBEMS mode when you upgrade from
ActiveMatrix BusinessWorks 6.3.1 to
ActiveMatrix BusinessWorks 6.4.0 and restore Domain, the error,
ERROR: null value in column "commandid" violates not-null constraint, is thrown.
Workaround: After upgrade, drop the old commandhistory table and run the new ActiveMatrix BusinessWorks 6.4.0 bundled script to create the commandhistory table and then restore the domain. |
AMBW-26286 | Summary: Unable to upload large sized EAR files (~10 MB) when the DB2 database is used for the DBEMS or DBFTL mode.
Workaround: None |
AMBW-25889 | Summary: From the command line, users can enable the OSGi and create a new AppNode on the same OSGi port.
Workaround: Use the Admin UI to enable the OSGi port. |
Bindings
Key | Description |
---|---|
AMBW-36113 | Summary: A multipart message where one part points to type and the other part points to element and a message using mixed security mode is not supported.
Workaround: Change mixed security mode in a given WSDL. |
AMBW-34508 | Summary: The following error occurs for the concrete WSDL at design time:
src-import.1.1: The namespace attribute ..
Workaround: Convert the statement from import to include where you get this error. |
AMBW-32951 | Summary: A SOAP service responding with mustUnderstand attribute as
true is ignored irrespective of selecting or deselecting the
Ignore mustUnderstand check box on the SOAP Reference binding. This behavior does not affect the client and server communication.
Workaround: None |
AMBW-32760 | Summary: On creating SOAP Reference Binding with the concrete WSDL generated at run time with multilevel schema imports, the
java.lang.NullPointerException is displayed when clicking the reference binding.
Workaround: None |
AMBW-29098 |
Summary: When creating a concrete WSDL by right-clicking on the
Service Descriptor folder, the following error is generated at design time:
WSDL import error.
Workaround: None |
AMBW-27870 | Summary: On importing WSDL with RPC Encoded style, a validation error is generated at design time since the underlying schema with namespace http://schemas.xmlsoap.org/soap/encoding/ is not generated.
Workaround: To remove the validation error and create the SOAP Reference Binding, download the encoding schema with the said namespace and ensure that schema is a part of the application module or the shared module. |
AMBW-27435 | Summary: When module properties used from a shared module project were renamed, the changes made were not reflected at the SOAP binding level.
Workaround: Select the updated module property from the drop down in the SOAP binding. |
AMBW-26806 |
Summary: When a REST service with a schema that uses a type which was imported from another XSD is invoked in a REST Reference Binding, it fails with the ServiceRuntimeException. Workaround: None |
AMBW-23104 | Summary: When the WSDL uses multiple parts in the Request body of an operation, a design time validation error occurs on the generated SOAP reference binding. The application works fine at run time.
Workaround: None |
AMBW-22981 | Summary: When the REST Service which is implemented with GET Operation with Response as String, then the content-type of the response is changed from application/json to text/plain.
Workaround: Use XSD Element in Response instead of String. |
AMBW-21363 |
Summary: REST Call failed on run-time under non-UTF8 locale environment. Workaround: Set the default encoding of the AppNode to UTF-8 by adding "-Dfile.encoding=UTF-8" to java.extended.properties of "bw/6.3/config/bwappnode-an. tra_template". |
AMBW-13607 |
Summary: REST Doc UI is not supported on Firefox browser. Workaround: Use other browsers for the Doc UI. |
AMBW-13572 | Summary: For some use cases, REST Doc UI does not show the correct error code in case of Internal Server errors on the Server side.
Workaround: Check the raw message that contains the correct error code. |
AMBW-13485 | Summary: REST Doc UI does not support browsers like Internet Explorer.
Workaround: Use Chrome browsers for the Doc UI. |
AMBW-8982 | Summary: Changing the
Resource name in the REST service
Bindings tab, does not update the
Resource Service Path.
Workaround: None |
General
Key | Description |
---|---|
AMBW-37594 | Summary: Breakpoints are not working when execution flow goes from one process to another.
Workaround: Select an activity where debugging with the breakpoint is halted. It enables the Resume button. Click the button to resume debugging. |
AMBW-37524 | Summary: Unit testing is not working when providing an input schema with nested elements to the start activity.
Workaround: None |
AMBW-34416 | Summary: Failed to connect to AppNode using SSH client
Workaround: Use HTTP client. Preferred way is using curl. |
AMBW-34404 | Summary: Incorrect trace is generated for the invoke process with default jaeger properties.
Workaround: Set JAEGER_SAMPLER_TYPE=const, and JAEGER_SAMPLER_PARAM=1 properties in the AppNode or AppSpace config.ini file. |
AMBW-34396 | Summary: Clicking
Help Contents shows
HTTP ERROR: 500 error.
Workaround: None |
AMBW-34343 | Summary: An application fails to start in
TIBCO Business Studio™ for BusinessWorks™ when you install the latest EMS driver.
Workaround: Restart TIBCO Business Studio for BusinessWorks. |
AMBW-32878 | Summary: Exceptions are seen when generating the
manifest.json file from the existing EAR on a Linux platform.
Workaround: Though exceptions are displayed on the terminal, the manifest.json file will be generated successfully.
|
AMBW-32761 | Summary: The user will not be able to create the references for the custom operations such as Merge, Update, Trace using the drag and drop swagger file approach.
Workaround: Users can create the references for the custom operations using the REST Reference wizard.
|
AMBW-28941 | Summary: Ungrouping nested groups created inside a
Catch block of a group may not ungroup as expected.
Workaround: None |
AMBW-28780 | Summary: While generating EAR for the sample
tibco.bw.sample.core.conversation.CrossProcessConversation, the following exception occurs in
TIBCO Business Studio for BusinessWorks
java.lang.NullPointerException.
Workaround: None |
AMBW-28663 | Summary: The
tibco.bw.sample.policy.samlcredentialmapping.SoapHttpBinding sample fails intermittently with the error:
com.tibco.governance.agent.action.ActionException.
Workaround: None |
AMBW-28378 | Summary: When a process property is renamed , the change is not reflected in the activity and an error is displayed.
Workaround: None |
AMBW-28319 | Summary: WSDL interface fails to resolve correctly if multiple WSDLs share the same target namespace and the SOAP invoke is created with an external binding reference.
Workaround: Instead of an external reference binding, use binding reference. |
AMBW-28264 | Summary: When groups with the On Catch, Catch All and the OnEvent faults are created inside a constructor or a proxy operation, the activities inside them are lost after ungrouping.
Workaround: None |
AMBW-27253 |
Summary: The
Identity Provider field in the
WSS Consumer policy resource does not support module properties.
Workaround: None |
AMBW-25219 |
Summary: Multiple
End activities use the same variable in
TIBCO ActiveMatrix BusinessWorks™.
Workaround: None |
AMBW-25073 | Summary: The option to test connections, for example JMS or sFTP, in a shared resource that has a profile is not supported in
TIBCO Business Studio for BusinessWorks.
Workaround: Specify the server configuration details as literal value or module properties. |
AMBW-24508 | Summary:
TIBCO-THOR-FRWK-CMN-500001:Error while renaming bundle file to final location: - error could be displayed due to low disk space.
Workaround: None
|
AMBW-19746 | Summary: When you initialize the module shared variable of XSD type with the select value option to point the XML instance, application fails to start at run time.
Workaround: Enforce the default encoding of AppNode JVM to UTF-8 by adding -Dfile.encoding=UTF-8 in the bwappnode.tra file.
|
AMBW-19540 |
Summary: When a project contain abstract and concrete WSDL using same target namespace, a validation error is generated. Workaround: None |
AMBW-18459 | Summary: The ability to reference from a standalone (external) schema to an inline schema is not supported. If your project contains such a reference, a validation error is generated.
Workaround: Externalize the WSDL-inline schema and change the import statements to reference the newly created (external) schema. |
AMBW-17998 | Summary: The .EAR file generated using
bwdesign utility does not support non-ASCII characters.
Workaround: None |
AMBW-17562 | Summary: The OSGi configuration properties have been aligned between the debug environment launched from within
TIBCO Business Studio for BusinessWorks and the AppNode that is launched in an installation. However, a difference in behavior of the
osgi.compatibility.bootdelegation property in both the environments has been observed.
Workaround: None |
AMBW-16256 |
Summary: The first attempt to change the data type of an Operator's input or output schema element fails and the change is not committed. Subsequent attempts complete without any failure.
Workaround: To commit the change, you must press the return key after every change. |
AMBW-14861 | Summary: Unable to enter an XPath expression on a transition using the XPath Builder. This issue is observed on Mac OS only.
Workaround: Enter the XPath expression directly in the Properties tab > Expression field for the transition without using the XPath Builder. |
AMBW-13823 | Summary: Directory browser dialog in BW Context Sensitive Help preference setting page does not consistently popup on Mac OS X 10.9.2
Workaround: Copy and paste the directory path into the configuration field instead of using directory browser to pick it. |
AMBW-12490 | Summary: Under certain circumstances, substitution types do not resolve properly in the mapper. The mapper shows errors for them.
Workaround: Try closing and reopening the project. If that does not solve the issue, try closing and reopening Eclipse. If the errors still persist, perform a project clean (that is, go to the Project menu and click Clean...). |
AMBW-11534 | Summary:
TIBCO Business Studio for BusinessWorks crashes occasionally on Windows 2012 R2 platform when switching workspace from
.
Workaround: Retry by switching the workspace. |
Migration
Key | Description |
---|---|
AMBW-37570 | Summary: The exceptions are visible on the console, but the project executes correctly.
Workaround: None |
AMBW-36077 | Summary: After migration, if the migrated project contains any SOAP service or client binding that uses SOAP RPC Encoded arrays, the following WSDL validation error occurs:
WSDL In-line schema SOAP encoded array type error. In-line schema in WSDL file contains SOAP encoded array type which requires a fix pattern. Workaround: Download the SOAP Encoding schema from 'http://schemas.xmlsoap.org/soap/encoding/', and put it into the ActiveMatrix BusinessWorks project. |
AMBW-35926 | Summary: The migration tool does not support external schema for multi-part message in the bindings.
Workaround: Create wrapper schemas for all multi-part messages of WSDL. |
AMBW-35899 | Summary: Currently, only copy-of mapping is supported for context mapping of headers.
Workaround: You can either create One-to-one mapping manually or use a copy-of option for context mappings. |
AMBW-33749 | Summary: After migration, additional round brackets in the names of the folder for externalized schema creates issues at run time.
Workaround: Remove the special characters after migration in the folder names. |
AMBW-30656 |
Summary: A schema cannot contain two global components with the same name.
Workaround: Modify one of the schema namespaces or element names, so that the names are unique. |
AMBW-30476 | Summary: After migration, the input mapping for the
End activity which refers to a multi-part WSDL message displays validation errors.
Workaround: A WSDL message is not supported by a mapper. Create a new .xsd schema element with the structure similar to associated WSDL message, and then map the schema element in place of WSDL message. |
AMBW-26746 | Summary: The
TransformXML activity from
ActiveMatrix BusinessWorks 5.x did not migrate correctly if the Input/Output style of the activity was set to
TREE in the
ActiveMatrix BusinessWorks 5.x project.
Workaround: None |
AMBW-14547 |
Summary: When you migrate an TIBCO ActiveMatrix BusinessWorks 5.x project containing in-built functions in the
JDBC Query activity, an
Invalid Column name error is thrown in the
JDBC Query activity.
Workaround: Use an Alias instead of the in-built functions in the ActiveMatrix BusinessWorks 5.x project. |
AMBW-14295 | Summary: After migration, the output of project with REST and JSON palette activities does not match with the input of the other activities in the migrated project.
Workaround: None |
AMBW-13683 | Summary: Shared resource module property references in the migrated TIBCO ActiveMatrix BusinessWorks 5.x projects do not show up correctly on non-Windows platforms.
Workaround: Close and reopen the project. |
AMBW-9969 |
Summary:
ActiveMatrix BusinessWorks 5.x projects with SOAP headers configuration in SOAP activities are not properly migrated to
ActiveMatrix BusinessWorks
6.x.
Workaround: SOAP functionality in ActiveMatrix BusinessWorks 6.x is achieved through SOAP Binding where its detail configuration is outside of ActiveMatrix BusinessWorks Process. The SOAP headers definition are defined at the Binding configuration and configured as generic context parameters for the Process. In the Process, you can use the Get Context activity (from Basic Palette) to retrieve and process the headers as context data. You can do this manually to complete the migrated project. |
Palettes
JAVA Palette | |
---|---|
Key | Description |
AMBW-13526 | Summary: In
Java To XML activity, the
Output tab is not populated correctly, if Java class contains nested object references in different classes.
Workaround: None. |
JDBC Palette | |
---|---|
Key | Description |
AMBW-36229 | Summary: Unnecessary error logs are displayed in the log file.
Workaround: None |
AMBW-23464 | Summary: The Oracle DataDirect driver does not support cursor datatype.
Workaround: Use native drivers instead of DataDirect drivers. |
AMBW-23260 | Summary: MySQL Community Edition is not supported for Data Direct drivers
Workaround: Use native drivers instead of DataDirect drivers. |
AMBW-23193 | Summary: When using DataDirect drivers with a JDBC Shared Resource, that is linked to a JDBC process, the SQL Builder Wizard does not work correctly.
Workaround: Use native drivers. |
AMBW-20130 | Summary: The login timeout value is not effective when connecting to a Windows OS database. The
JDBC Query activity fails with the error,JDBCConnectionNotFoundException at runtime without honoring the
Login Timeout
value specified in the
JDBC Connection Shared Resource.
Workaround: None |
AMBW-14624 | Summary: The
Set Explicit Nil check box for Objects and Collections in
JDBC Call Procedure activity is disabled.
Workaround: None |
AMBW-14547 | Summary: When you migrate an
TIBCO ActiveMatrix BusinessWorks™ 5.x project containing in-built functions in the
JDBC Query activity, an invalid column name error is thrown in the
JDBC Query
activity.
Workaround: Use an Alias instead of the in-built functions in the ActiveMatrix BusinessWorks™ 5.x project. |
AMBW-11667 | Summary: Using any in-built function in
JDBC Query activity without "Alias" fails to execute the application and throws an
Invalid Column name error at run time.
Workaround: Use "Alias" to work with any in-built function in JDBC Query activity. |
AMBW-11624 | Summary:
TIBCO Business Studio™ for BusinessWorks™ hangs when opening SQL Builder if the database details on the JDBC shared resource are changed from PostgreSQL to MySQL after a query has been created using SQL builder.
Workaround: None |
AMBW-8855 |
Summary: The localized error messages of JDBC connection are not displayed correctly in
TIBCO Business Studio for BusinessWorks.
Workaround: None |
Policy
Key | Description |
---|---|
AMBW-34607 | Summary: Marketo plugin container edition breaks with the recent JRE upgrade.
Workaround: Please refer Marketo plug-in documentation for more information. |
AMBW-19513 | Summary: If a SOAP binding is not configured with Transport, the
Add New Policy icon should be disabled, the
Policy field should not be displayed in the tree view, and a NULL pointer exception is generated if you try to add a policy on the binding.
Workaround: None |