Tentacle will not start - cannot register urlacl

Hi Paul,

I just got the latest build which resolved certificate errors I was having before. Now I am trying to start the service and it is having troubles registering the urlacl. The exception in interactive mode is: System.ServiceModel.AddressAlreadyInUseException: HTTP could not register URL http://*:10933/Jobs/. Another application has already registered this URL with HTTP.SYS

See the console output for a full stack trace(attached).

I have also included a screenshot of the httpcfg. The server is win2k3.

Thanks!

-Dan

httpcfg.bmp

console.txt (11 KB)

Hi Dan,

If you run netstat -b, are any other processes listening on port 10933?

You can change the port that Tentacle listens on in the Tentacle.exe.config file as a workaround.

Paul

Hi Paul,

It looks like this was my mistake, after going through a few rounds of uninstalling/reinstalling I guess the old service was hanging around or eventually the new one started and I didn’t notice. So in the end the background service was running as I was trying to run it in interactive mode… doh!!

Now on to the fun stuff… :wink:

Thanks!

Dan