Hi , I am using TC 6.1 and everything is working apart from the Job Scheduler. Its starts up fine but then throws this error:
2012-05-11 11:43:04,905 [1] ERROR Telligent.JobScheduler.JobsManager [(null)] -
System.Net.Sockets.SocketException (0x80004005): Only one usage of each socket a
ddress (protocol/network address/port) is normally permitted
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress
socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at System.Net.Sockets.TcpListener.Start(Int32 backlog)
at HttpServer.HttpListener.Start(Int32 backLog)
at Telligent.JobScheduler.Hosting.JobsApplication.Initialize(SchedulerConfigu
rationElement config)
Scheduler started... press any key to exit
I looked here but this issue does not seem to be listed: telligent.com/.../20960.job-scheduler-installation-and-troubleshooting.aspx
I am guessing it is trying to run on a port that is already in use. If so How do I resolve this?
Thanks
Adam