After updating a Decision Table, validating and then do the BuildAndDeploy step, it fails. from WebStudio after successful abuild from Studio
book
Article ID: KB0074082
calendar_today
Updated On:
Products
Versions
TIBCO BusinessEvents Extreme
-
Not Applicable
-
Description
Description: When generating an EAR through WebStudio/RMS, RMS invokes the builder command-line utility. builder uses an (Eclipse) workspace directory in ~/.builder. The errors above might be related to this workspace directory having stale information in it.
Symptoms: Various build errors in WebStudio even after successful builds in Studio.
Cause: rmsbuilder uses the default location for the builder workspace (~/.builder). This might cause problemsif there are concurrent rmsbuilder invocations from RMS and if Eclipse does not allow multiple processesto use the same workspace.
Issue/Introduction
After updating a Decision Table, validating and then do the BuildAndDeploy step, it fails. from WebStudio after successful abuild from Studio
Environment
BE-X 1.1.x and BE-X 1.2.x
Resolution
Fixed in BE-X 1.3.0. WebStudio now uses a per-command builder workspace when generating deployables.The workspace is created in the <rms bin>/.rmsbuilder directory with a unique nameand removed when the command completes.