Fatal - ConsoleApp Access denied

Hello,

I am having problems getting sonarr to start up.
It was working like one time and after that never again.
I am on OSX (10.10.3 at the time of writing).
Sonarr version is 2.0.0.3154
Mono version is MonoFramework-MDK-4.0.1.44.macos10.xamarin.x86

Mono is installed; I uninstalled and reinstalled mono and sonarr a couple of times (via app and via command line) but I did not get it to start up again. The error message is always the same:

15-6-3 14:17:35.3|Info|Bootstrap|Starting Sonarr - /Applications/Sonarr.app/Contents/MacOS/NzbDrone.exe - Version 2.0.0.3154
15-6-3 14:17:37.4|Debug|ProcessProvider|Found 0 processes with the name: NzbDrone.Console
15-6-3 14:17:38.9|Debug|ProcessProvider|Found 0 processes with the name: NzbDrone
15-6-3 14:17:39.1|Info|MigrationLogger|*** Migrating data source=/Users/jan/.config/NzbDrone/nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Truncate;pooling=True;version=3;Full FSync=True ***
15-6-3 14:17:39.3|Debug|MigrationLogger|Took: 00:00:00.1780647
15-6-3 14:17:39.3|Info|MigrationLogger|*** Migrating data source=/Users/jan/.config/NzbDrone/logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Truncate;pooling=True;version=3;Full FSync=True ***
15-6-3 14:17:39.3|Debug|MigrationLogger|Took: 00:00:00.0100999
15-6-3 14:17:39.3|Info|Router|Application mode: Interactive
15-6-3 14:17:39.3|Debug|Router|Console selected
15-6-3 14:17:39.3|Info|OwinHostController|Listening on the following URLs:
15-6-3 14:17:39.3|Info|OwinHostController|  http://*:443/
15-6-3 14:17:39.4|Debug|OwinAppFactory|Attaching NzbDroneVersionMiddleWare to host
15-6-3 14:17:39.4|Debug|OwinAppFactory|Attaching SignalRMiddleWare to host
15-6-3 14:17:39.4|Debug|OwinAppFactory|Attaching NancyMiddleWare to host
15-6-3 14:17:39.5|Info|NancyBootstrapper|Starting NzbDrone API
15-6-3 14:17:39.6|Trace|EventAggregator|Publishing ApplicationStartedEvent
15-6-3 14:17:40.0|Trace|EventAggregator|ApplicationStartedEvent -> UserService
15-6-3 14:17:40.0|Trace|EventAggregator|ApplicationStartedEvent <- UserService
15-6-3 14:17:40.0|Trace|EventAggregator|ApplicationStartedEvent -> DownloadClientFactory
15-6-3 14:17:40.0|Debug|DownloadClientFactory|Initializing Providers. Count 8
15-6-3 14:17:40.1|Trace|EventAggregator|ApplicationStartedEvent <- DownloadClientFactory
15-6-3 14:17:40.1|Trace|EventAggregator|ApplicationStartedEvent -> IndexerFactory
15-6-3 14:17:40.1|Debug|IndexerFactory|Initializing Providers. Count 12
15-6-3 14:17:40.1|Trace|EventAggregator|ApplicationStartedEvent <- IndexerFactory
15-6-3 14:17:40.1|Trace|EventAggregator|ApplicationStartedEvent -> ReconfigureLogging
15-6-3 14:17:40.9|Info|SceneMappingService|Updating Scene mappings
15-6-3 14:17:41.6|Fatal|ConsoleApp|Access denied. This can happen if another instance of Sonarr is already running another application is using the same port (default: 8989) or the user has insufficient permissions
15-6-3 14:17:41.6|Info|HousekeepingService|Running housecleaning tasks

I searched through the forum but unfortunately did not yet find anything that helped.

E: The port 8989 seems to be free.

sudo lsof -i :8989

returns nothing.

best,
Jan

Looks like the port was changed to 443. You can fix that by editing the config file by hand, it will be in this folder:

/Users/jan/.config/NzbDrone/

That fixed it! Thanks a lot.
Have a good day.