Saving, Event Integrator, configuration on HPUX and AIX fails

  • 7006179
  • 02-Jun-2010
  • 11-Jul-2012

Environment

Business Service Manager 4.5

Situation

After saving any, Event Integration, configuration on HPUX or AIX, the configuration is gone or empty. The logs have references to an, Unmarshalling exception.

Resolution

The event integrator configuration file was converted from a serialized object to a xml document several releases ago. HPUX and AIX, use a different method to write java objects to xml, so that the default xml serialization fails.

The resolution to this issue, is to add a property to ../config/eve.custom.properties files, which forces the event integrator to use the older serialized object format.

1. Create ../config/eve.custom.properties
2. Add the property, com.mosol.Eve.ConfigManager.useserfile=true
3. Restart all of the Event Integrator