MongoDB Connector For BI 2.14

I have installed MongoDB Connector for BI on Windows Windows Server 2016 Standard. I have installed it as a service. I can start the installed service, the services shows that it is running, yet mongosqld.exe stops listening on tcp port 3707. There is nothing else bound to this port. Here is a snippet from the logs:

2020-12-31T06:22:04.918-0500 D SCHEMA     [mapping] mapped new table "hangfire.schema"
2020-12-31T06:22:04.918-0500 D SCHEMA     [sampler] finished mapping schema for namespace "scheduling"."hangfire.schema"
2020-12-31T06:22:04.918-0500 D SCHEMA     [sampler] mapping schema for namespace "scheduling"."hangfire.server"
2020-12-31T06:22:04.927-0500 D SCHEMA     [mapping] mapped new table "hangfire.server_Queues" for array at field path "Queues"
2020-12-31T06:22:04.927-0500 D SCHEMA     [mapping] mapped new table "hangfire.server"
2020-12-31T06:22:04.927-0500 D SCHEMA     [sampler] finished mapping schema for namespace "scheduling"."hangfire.server"
2020-12-31T06:22:04.927-0500 D SCHEMA     [sampler] mapping schema for namespace "scheduling"."hangfire.locks"
2020-12-31T06:22:04.958-0500 D SCHEMA     [mapping] mapped new table "hangfire.locks"
2020-12-31T06:22:04.958-0500 D SCHEMA     [sampler] finished mapping schema for namespace "scheduling"."hangfire.locks"
2020-12-31T06:22:04.958-0500 D SCHEMA     [sampler] mapping schema for namespace "scheduling"."backgroundJob"
2020-12-31T06:22:04.991-0500 D SCHEMA     [mapping] mapped new table "backgroundJob"
2020-12-31T06:22:04.991-0500 D SCHEMA     [sampler] finished mapping schema for namespace "scheduling"."backgroundJob"
2020-12-31T06:22:04.991-0500 D SCHEMA     [sampler] mapping schema for namespace "scheduling"."jobXbusiness"
2020-12-31T06:22:04.996-0500 D SCHEMA     [mapping] mapped new table "jobXbusiness"
2020-12-31T06:22:04.996-0500 D SCHEMA     [sampler] finished mapping schema for namespace "scheduling"."jobXbusiness"
2020-12-31T06:22:04.996-0500 I SCHEMA     [sampler] mapped schema for 6 namespaces: "scheduling" (6): ["hangfire.jobGraph", "hangfire.schema", "hangfire.server", "hangfire.locks", "backgroundJob", "jobXbusiness"]
2020-12-31T06:22:04.997-0500 I SCHEMA     [manager] obtained initial schema
2020-12-31T06:22:04.997-0500 D SCHEMA     [manager] refresh interval set to zero; schema will not be refreshed
2020-12-31T06:24:47.225-0500 I CONTROL    [signalProcessingThread] shutting down

Does any have any idea why it shuts down and stops listening on tcp port 3707?