Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
Resolution:
Description:
============
The following warning is seen upon engine restart:
2008-09-12 08:39:06,022 [EngineReminderQueue] WARN com.arjuna.ats.jts.logging.loggerI18N - [com.arjuna.ats.internal.jts.recovery.RecoveryEnablement_1] [com.arjuna.ats.internal.jts.recovery.RecoveryEnablement_1] - added ORBAttribute for recoveryCoordinatorInitialiser
which has been documented as being wrong; the correct message for this being:
<<could not locate supported ORB for RecoveryCoordinator initialisation. >>
Resolution:
==========
These warning messages are informational. To suppress them do the following:
1). Download a patched version of JacORB 2.2.1 from http://labs.jboss.com/portal/jbosstm/downloads. Unzip it to say, C:\JacORB221 directory.
2). cd C:\JacORB221\etc; cp jacorb_properties.template jacorb.properties;
Edit the jacorb.properties file to replace all "verbosity=3" with "verbosity=1"
3). cd C:\JacORB221\etc; edit orb.properties -
Change jacorb.config.dir=e:/JacORB_CONFIG_FEATURE to jacorb.config.dir=C:/JacORB221
and replace all "verbosity=3" with "verbosity=1", all "verbosity=4" (if there are any) with "verbosity=1"
4.) Edit the designer.tra file to append C:/JacORB221/lib;C:/JacORB221/etc for tibco.env.CUSTOM_CP_EXT
Run the BW project with Arjuna. The messages should not be present.