Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If ACS still won't start after this change, is possible that the Notification Channel service is not able to start. In this case you will need to modify the /alma/<RELEASE>/ACSSW/config/svc.conf/defaultNotify.svc.conf configuration file:

Code Block
languagebash
# replace
static Notify_Default_Event_Manager_Objects_Factory "-AllocateTaskPerProxy -SourceThreads 1 -DispatchingThreads 1 -ValidateClient -ValidateClientInterval 60"
# by
static Notify_Default_Event_Manager_Objects_Factory "-ValidateClient -ValidateClientInterval 60"

...