Unable to start event gateway instance: Event Gateway Service is not enabled
Hi all,
In my dev box (CF 2021 Developer edition) I try to setup an ActiveMQ Gateway.
In CF Admin - Event Gateways - Settings the
"Enable ColdFusion Event Gateway Services" is checked (enabled)
and
- Event Gateway Processing Threads = 1 (as is the max for developer edition)
- Maximum number of events to queue = 2 (the max for developer edition is 10)
In Gateway Instances I added an ActiveMQ instance it was saved successfully, but in the table "Configured ColdFusion Event Gateway Instances" when in Actions column I click on "Start" to enable the new Gateway instance I get a message
==> "Unable to start event gateway instance: Event Gateway Service is not enabled."
I added and another Gateway instance of CFML type and I get the same error message.
I rebooted and in eventGateway.log it reports
"Information","Thread-24","06/21/22","14:35:16","","Stopping Event Gateways."
"Information","main","06/21/22","14:35:59","","Starting Event Backend Handlers."
"Information","main","06/21/22","14:35:59","","Initialized EventRequestDispatcher with a Thread Pool size of 1."
"Information","main","06/21/22","14:35:59","","Initializing EventRequestHandler"
"Information","main","06/21/22","14:35:59","","Starting Event Gateways."
After the reboot I tried again to enable the gateway instances and I got the same message.
Do you have any idea what's the problem and how I can start the gateway instances?
Thnaks in advance
