Studio goes into hung state while running in debug mode on Windows machine

Studio goes into hung state while running in debug mode on Windows machine

book

Article ID: KB0075030

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks 6.x

Description

When we use WriteToLog activities in BW code and with excessively wide log message written to the console on windows machine, Studio goes into Hung state.

Resolution

There could be chances that we are running into a known defect of Eclipse where it would hang on Windows with excessively wide log message written to the console. Even though It's not going to be an issue at runtime/once the application is deployed.

Workarounds:

1. Avoid excessively wide/long log message (however, there might be a business need)
2. Reduce the log level (e.g. use WARN or ERROR) while debugging.
=============================
<!-- Default Log activity logger -->
<logger name="com.tibco.bw.palette.generalactivities.Log">
<level value="ERROR"/>
<appender-ref ref="APPLICATION-FILE"/>
</logger>
=============================

Issue/Introduction

When we use WriteToLog activities in BW code and with excessively wide log message written to the console on windows machine, Studio goes into Hung state.

Additional Information

https://bugs.eclipse.org/bugs/show_bug.cgi?id=457685