Rhapsody might freeze and logging at debug level is not enough to understand why.
In such cases, an obfuscated intermediate representation can be generated. This intermediate xmi file will contain the structure of the model with anonymised elements. The goal is to help the Publisher team to find pattern in the semantic model or in diagram that makes the publication fail.
The model will be generated in the log folder.
To activate the generation of an obfuscated intermediate representation, set the following option in publisher.properties file:
# Determines whether an obfuscated intermediate representation of the model should be saved. Default: false
publisher.obfuscated.xmi=true
To deactivate the generation of an obfuscated intermediate representation, set the following option in publisher.properties file:
# Determines whether an obfuscated intermediate representation of the model should be saved. Default: false
publisher.obfuscated.xmi=false
If the publisher.obfuscated.xmi
property is not set in the publisher.properties file, the property is set to false, by default.