Versions Compared

Key

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

If you try to run a fresh ACS install in a machine with, let's say, 2 GB of RAM, you might see some errors like:

Code Block
languagebash


Detected the process has disappeared without ever emitting the expected string!
Code Block
languagebash

Will continue waiting any ways...
Detected the process has disappeared without ever emitting the expected string!
Will continue waiting any ways...
Detected the process has disappeared without ever emitting the expected string!
Will continue waiting any ways...
Detected the process has disappeared without ever emitting the expected string!
Will continue waiting any ways...
Detected the process has disappeared without ever emitting the expected string!

...

If ACS still won't start after this change, it 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"

...