The port used by cruisecontro is being used, that's why 1.8 can't start. If your service is running, and you try to start from comman line you will receive the same error.
You should be able to troubleshoot this restarting your server. Rolando El 09/08/2012 16:29, "rozza" <[email protected]> escribió: > Hello, i am new to CCNET and trying to setup an integration server; I was > working perfectly with CCNET 1.7 untill i decided to upgrade to CCNET 1.8. > the CCNET service doesn't start and CCNET server crashes with the following > error: > [CCNet Server:ERROR] INTERNAL ERROR: Remoting configuration failed with > the exception 'System.Reflection.TargetInvocationException: Exception has > been thrown by the target of an invocation. ---> Syste > m.Net.Sockets.SocketException: Only one usage of each socket address > (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 System.Runtime.Remoting.Channels.ExclusiveTcpListener.Start(Boolean > exclusiveAddressUse) > at > System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.StartListening(Object > data) > at > System.Runtime.Remoting.Channels.Tcp.TcpServerChannel..ctor(IDictionary > properties, IServerChannelSinkProvider sinkProvider, > IAuthorizeRemotingConnection authorizeCallback) > at System.Runtime.Remoting.Channels.Tcp.TcpChannel..ctor(IDictionary > properties, IClientChannelSinkProvider clientSinkProvider, > IServerChannelSinkProvider serverSinkProvider) > --- End of inner exception stack trace --- > at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, > SignatureStruct& signature, IntPtr declaringType) > at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags > invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) > at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, > Binder binder, Object[] args, CultureInfo culture, Object[] > activationAttributes) > at > System.Runtime.Remoting.RemotingConfigHandler.CreateChannelFromConfigEntry(ChannelEntry > entry) > at > System.Runtime.Remoting.RemotingConfigHandler.ConfigureChannels(RemotingXmlConfigFileData > configData, Boolean ensureSecurity) > at > System.Runtime.Remoting.RemotingConfigHandler.ConfigureRemoting(RemotingXmlConfigFileData > configData, Boolean ensureSecurity)'. > ---------- > System.Runtime.Remoting.RemotingException: Remoting configuration failed > with the exception 'System.Reflection.TargetInvocationException: Exception > has been thrown by the target of an invocation. ---> > System.Net.Sockets.SocketException: Only one usage of each socket address > (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 System.Runtime.Remoting.Channels.ExclusiveTcpListener.Start(Boolean > exclusiveAddressUse) > at > System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.StartListening(Object > data) > at > System.Runtime.Remoting.Channels.Tcp.TcpServerChannel..ctor(IDictionary > properties, IServerChannelSinkProvider sinkProvider, > IAuthorizeRemotingConnection authorizeCallback) > at System.Runtime.Remoting.Channels.Tcp.TcpChannel..ctor(IDictionary > properties, IClientChannelSinkProvider clientSinkProvider, > IServerChannelSinkProvider serverSinkProvider) > --- End of inner exception stack trace --- > at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, > SignatureStruct& signature, IntPtr declaringType) > at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags > invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) > at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, > Binder binder, Object[] args, CultureInfo culture, Object[] > activationAttributes) > at > System.Runtime.Remoting.RemotingConfigHandler.CreateChannelFromConfigEntry(ChannelEntry > entry) > at > System.Runtime.Remoting.RemotingConfigHandler.ConfigureChannels(RemotingXmlConfigFileData > configData, Boolean ensureSecurity) > at > System.Runtime.Remoting.RemotingConfigHandler.ConfigureRemoting(RemotingXmlConfigFileData > configData, Boolean ensureSecurity)'. > at > System.Runtime.Remoting.RemotingConfigHandler.ConfigureRemoting(RemotingXmlConfigFileData > configData, Boolean ensureSecurity) > at System.Runtime.Remoting.RemotingConfiguration.Configure(String > filename, Boolean ensureSecurity) > at > ThoughtWorks.CruiseControl.Core.RemoteCruiseServer..ctor(ICruiseServer > server, String remotingConfigurationFile, Boolean disableRemoting) > at ThoughtWorks.CruiseControl.Core.CruiseServerFactory.Create(Boolean > remote, String configFile) > at ThoughtWorks.CruiseControl.Core.ConsoleRunner.LaunchServer() > at ThoughtWorks.CruiseControl.Console.AppRunner.Run(String[] args, > Boolean usesShadowCopying) > ---------- > > An unexpected error has caused the console to crash, please press any key > to continue... > > > Any ideas?? >
