Troubleshooting

This section provides information on how to solve some commonly observed issues.

 
Issue Description Cause and Resolution
If a jar/artifact/plugin is missing in the Problems tab after importing a project. For example, the "com.tibco.plette.shared.jar" jar is missing whose dependency is present in autogenerated pom.xml file.

Cause: The palette shared jar is located under <TIBCO-HOME>\bwce\2.x\system\shared\. Before BWCE 2.7.0 it was packaged with the Maven plug-in installer. After BWCE 2.7.0, the Maven plug-in is provided out-of-box with BW, the palette shared jar gets installed in the local .m2 repo during product installation. You can install it again by running the script at <TIBCO-HOME>\bwce\2.x\maven\install.bat. Ensure the mvn --version command works on your machine before you run install.bat command.

Resolution: Update the project. Right click ->Maven->Update Project

When the maven project with the assertion is executed with Maven Goals, the following error occurs Failed to execute goal com.tibco.plugins:bw6-maven-plugin:2.9.1:bwtest (default-bwtest) on project ERROR [qtp811813182-94] com.tibco.bw.thor.management.bw.tests.rest.BWUnitTestResource - null

Cause: It is caused due to the missing latest maven plug-in jar at .m2 repository.

Workaround:

1. Place the updated jar at TIBCO-HOME\bwce\2.x\maven\bw6-maven-pluginlocation.
2. At the same location, update the Install.bat and POM file with the correct jar version (change 2.9.1 to 2.9.2 in the script) which is supposed to be used.
3. Run install.bat which updates and places the latest maven plug-in jar at .m2 repository.

 

Intermittently assertion or mocking icons are missing on activities. Resoution: Select the Tests tab again to see the icons.