Reporter | Sergey Coox (coox) |
---|---|
Created | Feb 28, 2012 5:49:14 PM |
Updated | Feb 28, 2012 5:49:14 PM |
Priority | Normal |
Type | Exception |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
ReSharper 7.0 ASL - branch Version=7.0.0.0, Built=2012-02-28T09:42:47, Configuration=“Csharp PublicMode Vbnet VS1000”
Initial instantiation of the component TypeComponent { IntegrationTestsServer, State: Corrupted } has failed. Exception has been thrown by the target of an invocation. There is already a listener on IP endpoint 127.0.0.1:8330. This could happen if there is another application already listening on this endpoint or if you have multiple service endpoints in your service host with the same IP endpoint but with incompatible binding configurations. Only one usage of each socket address (protocol/network address/port) is normally permitted
--- EXCEPTION #1/5 [SocketException]
Message = “Only one usage of each socket address (protocol/network address/port) is normally permitted”
ExceptionPath = Root.InnerException.InnerException.InnerException.InnerException
NativeErrorCode = 10048
ClassName = System.Net.Sockets.SocketException
HResult = E_FAIL=EFail=80004005
Source = System
StackTraceString = “
”
--- Outer —
--- EXCEPTION #2/5 [AddressAlreadyInUseException]
Message = “There is already a listener on IP endpoint 127.0.0.1:8330. This could happen if there is another application already listening on this endpoint or if you have multiple service endpoints in your service host with the same IP endpoint but with incompatible binding configurations.”
ExceptionPath = Root.InnerException.InnerException.InnerException
ClassName = System.ServiceModel.AddressAlreadyInUseException
InnerException = “Exception #1 at Root.InnerException.InnerException.InnerException.InnerException”
HResult = COR_E_SYSTEM=80131501
Source = System.ServiceModel
StackTraceString = “
”
--- Outer —
--- EXCEPTION #3/5 [TargetInvocationException]
Message = “Exception has been thrown by the target of an invocation.”
ExceptionPath = Root.InnerException.InnerException
ClassName = System.Reflection.TargetInvocationException
InnerException = “Exception #2 at Root.InnerException.InnerException.InnerException”
HResult = COR_E_TARGETINVOCATION=80131604
Source = mscorlib
StackTraceString = “
”
--- Outer —
--- EXCEPTION #4/5 [InvalidOperationException]
Message = “Initial instantiation of the component TypeComponent { IntegrationTestsServer, State: Corrupted } has failed.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
Data.Descriptor = “TypeComponent { IntegrationTestsServer, State: Corrupted }”
InnerException = “Exception #3 at Root.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509
--- Outer —
--- EXCEPTION #5/5 [LoggerException]
Message = “Initial instantiation of the component TypeComponent { IntegrationTestsServer, State: Corrupted } has failed.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 10.0.40219.1
InnerException = “Exception #4 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
Initial instantiation of the component TypeComponent { IntegrationTestsServer, State: Corrupted } has failed. Exception has been thrown by the target of an invocation. There is already a listener on IP endpoint 127.0.0.1:8330. This could happen if there is another application already listening on this endpoint or if you have multiple service endpoints in your service host with the same IP endpoint but with incompatible binding configurations. Only one usage of each socket address (protocol/network address/port) is normally permitted
--- EXCEPTION #1/5 [SocketException]
Message = “Only one usage of each socket address (protocol/network address/port) is normally permitted”
ExceptionPath = Root.InnerException.InnerException.InnerException.InnerException
NativeErrorCode = 10048
ClassName = System.Net.Sockets.SocketException
HResult = E_FAIL=EFail=80004005
Source = System
StackTraceString = “
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Bind(EndPoint localEP) at System.ServiceModel.Channels.SocketConnectionListener.Listen()
--- Outer —
--- EXCEPTION #2/5 [AddressAlreadyInUseException]
Message = “There is already a listener on IP endpoint 127.0.0.1:8330. This could happen if there is another application already listening on this endpoint or if you have multiple service endpoints in your service host with the same IP endpoint but with incompatible binding configurations.”
ExceptionPath = Root.InnerException.InnerException.InnerException
ClassName = System.ServiceModel.AddressAlreadyInUseException
InnerException = “Exception #1 at Root.InnerException.InnerException.InnerException.InnerException”
HResult = COR_E_SYSTEM=80131501
Source = System.ServiceModel
StackTraceString = “
at System.ServiceModel.Channels.SocketConnectionListener.Listen() at System.ServiceModel.Channels.BufferedConnectionListener.Listen() at System.ServiceModel.Channels.ExclusiveTcpTransportManager.OnOpen() at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportManagerContainer.Open(SelectTransportManagersCallback selectTransportManagerCallback) at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.ConnectionOrientedTransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.TcpChannelListener`2.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at JetBrains.IntegrationTestsServerPlugin.IntegrationTestsServer.RegisterService() in c:\Work\ReSharper\Main.hg\Psi.Features\test\src\Integration\Framework\ServerPlugin\Src\IntegrationTestsServer.cs:line 188 at JetBrains.IntegrationTestsServerPlugin.IntegrationTestsServer..ctor(Lifetime lifetime, IThreading invocator, IMainWindow mainWindow, WindowsMessageHookManager windowsMessageHookManager, IApplicationDescriptor product) in c:\Work\ReSharper\Main.hg\Psi.Features\test\src\Integration\Framework\ServerPlugin\Src\IntegrationTestsServer.cs:line 109
--- Outer —
--- EXCEPTION #3/5 [TargetInvocationException]
Message = “Exception has been thrown by the target of an invocation.”
ExceptionPath = Root.InnerException.InnerException
ClassName = System.Reflection.TargetInvocationException
InnerException = “Exception #2 at Root.InnerException.InnerException.InnerException”
HResult = COR_E_TARGETINVOCATION=80131604
Source = mscorlib
StackTraceString = “
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.Reflection.ConstructorInfo.Invoke(Object[] parameters) at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\Work\ReSharper\Main.hg\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 217 at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\Work\ReSharper\Main.hg\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 228 at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\Work\ReSharper\Main.hg\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 240 at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\Work\ReSharper\Main.hg\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43 at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\Work\ReSharper\Main.hg\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
--- Outer —
--- EXCEPTION #4/5 [InvalidOperationException]
Message = “Initial instantiation of the component TypeComponent { IntegrationTestsServer, State: Corrupted } has failed.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
Data.Descriptor = “TypeComponent { IntegrationTestsServer, State: Corrupted }”
InnerException = “Exception #3 at Root.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509
--- Outer —
--- EXCEPTION #5/5 [LoggerException]
Message = “Initial instantiation of the component TypeComponent { IntegrationTestsServer, State: Corrupted } has failed.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 10.0.40219.1
InnerException = “Exception #4 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Util.Logger.LogException(Exception ex) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\Logger\Logger.cs:line 622 at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\Work\ReSharper\Main.hg\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 126 at JetBrains.Application.Components.ComponentContainer.Compose() in c:\Work\ReSharper\Main.hg\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 143 at JetBrains.Application.Env.RunsProducts.RunProduct(Lifetime lifetimeProduct, IApplicationDescriptor product, IEnumerable`1 enumProgramConfigurationsProviders, JetEnvironment environment, IDictionaryEvents`2 productsNonComposed, IDictionaryEvents`2 productsComposed) in c:\Work\ReSharper\Main.hg\Platform\src\Shell\src\Application\Environment\Infra\RunsProducts.cs:line 185 at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass1f.<Init_RunWhenAllowed>b__1e(Lifetime lifetimeProduct, IApplicationDescriptor product) in c:\Work\ReSharper\Main.hg\Platform\src\Shell\src\Application\Environment\Infra\RunsProducts.cs:line 132 at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass17`1.<>c__DisplayClass20.<ForEachItemCore>b__10() in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 209 at JetBrains.Util.Logger.Catch(Action action) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\Logger\Logger.cs:line 243 at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass17`1.<ForEachItemCore>b__f(AddRemoveEventArgs`1 args) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 209 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Signal!1.cs:line 523 at JetBrains.DataFlow.CollectionEvents`1.FireAddRemove(AddRemove action, TValue value, Object cookie) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 272 at JetBrains.DataFlow.CollectionEvents`1.InternalAdd(TValue value, Object cookie) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 370 at JetBrains.DataFlow.CollectionEvents`1.Add(TValue value, Object cookie) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 523 at JetBrains.DataFlow.ICollectionEventsEx.Add[TValue](ICollectionEvents`1 thіs, Lifetime lifetime, TValue value, Object cookie) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 263 at JetBrains.Application.Env.RunsProducts.<>c__DisplayClass9.<>c__DisplayClassb.<Init_CollectProductsAllowedToRun>b__5(Lifetime lifeIsAllowed) in c:\Work\ReSharper\Main.hg\Platform\src\Shell\src\Application\Environment\Infra\RunsProducts.cs:line 71 at JetBrains.DataFlow.SequentialLifetimes.<>c__DisplayClass3.<Next>b__2(LifetimeDefinition definition, Lifetime lifetime) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\SequentialLifetimes.cs:line 39 at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILogger logger) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 113 at JetBrains.DataFlow.SequentialLifetimes.DefineNext(Action`2 FNext) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\SequentialLifetimes.cs:line 55 at JetBrains.DataFlow.SequentialLifetimes.Next(Action`1 FNext) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\SequentialLifetimes.cs:line 39 at JetBrains.DataFlow.IPropertyEx.<>c__DisplayClass37.<WhenTrue>b__36(PropertyChangedEventArgs`1 args) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Extension\IPropertyEx.cs:line 414 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Signal!1.cs:line 523 at JetBrains.DataFlow.Signal`1.Fire(TValue value) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Signal!1.cs:line 472 at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Property!1.cs:line 280 at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Property!1.cs:line 559 at JetBrains.DataFlow.IPropertyEx.<>c__DisplayClass16`2.<FlowInto>b__15(PropertyChangedEventArgs`1 args) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Extension\IPropertyEx.cs:line 126 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Signal!1.cs:line 523 at JetBrains.DataFlow.Signal`1.Fire(TValue value) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Signal!1.cs:line 472 at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Property!1.cs:line 280 at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Property!1.cs:line 559 at JetBrains.DataFlow.Property`1.set_Value(TValue value) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Property!1.cs:line 655 at JetBrains.Application.ComposeBooleansWithPriority.UpdateActiveTellers(Lifetime lifetimeComponent, List`1 tellers, IProperty`1 propComposite) in c:\Work\ReSharper\Main.hg\Platform\src\Shell\src\ComponentModel\ComposeBooleansWithPriority.cs:line 145 at JetBrains.Application.ComposeBooleansWithPriority.<>c__DisplayClassd.<UpdateActiveTellers>b__b() in c:\Work\ReSharper\Main.hg\Platform\src\Shell\src\ComponentModel\ComposeBooleansWithPriority.cs:line 120 at JetBrains.DataFlow.IPropertySignalEx.<>c__DisplayClass1f`1.<Advise_NoAcknowledgement>b__1e(PropertyChangedEventArgs`1 args) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Extension\IPropertySignalEx.cs:line 235 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Signal!1.cs:line 523 at JetBrains.DataFlow.Signal`1.Fire(TValue value) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Signal!1.cs:line 472 at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Property!1.cs:line 280 at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Property!1.cs:line 559 at JetBrains.DataFlow.IPropertyEx.<>c__DisplayClass16`2.<FlowInto>b__15(PropertyChangedEventArgs`1 args) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Extension\IPropertyEx.cs:line 126 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Signal!1.cs:line 523 at JetBrains.DataFlow.Signal`1.Fire(TValue value) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Signal!1.cs:line 472 at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Property!1.cs:line 280 at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Property!1.cs:line 559 at JetBrains.Application.DataFlowEx.<>c__DisplayClass23`1.<FlowIntoGuarded_NoReplay>b__22() in c:\Work\ReSharper\Main.hg\Platform\src\Shell\src\DataFlowEx.cs:line 210 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266 at JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(String name, Action action) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 303 at JetBrains.Application.DataFlowEx.<>c__DisplayClass23`1.<FlowIntoGuarded_NoReplay>b__21() in c:\Work\ReSharper\Main.hg\Platform\src\Shell\src\DataFlowEx.cs:line 210 at JetBrains.DataFlow.ISignalEx.<>c__DisplayClass1`1.<Advise>b__0(TValue value) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Extension\ISignalEx.cs:line 22 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Signal!1.cs:line 523 at JetBrains.DataFlow.Signal`1.Fire(TValue value) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Signal!1.cs:line 472 at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Property!1.cs:line 280 at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\DataFlow\Property!1.cs:line 559 at JetBrains.VsIntegration.Application.VsNonZombiedProductCanBeStarted.<>c__DisplayClass4.<.ctor>b__0() in c:\Work\ReSharper\Main.hg\Platform\src\VisualStudio\Core\src\Shell\VsNonZombiedProductCanBeStarted.cs:line 54 at JetBrains.VsIntegration.Application.VsNonZombiedProductCanBeStarted.<>c__DisplayClass4.<.ctor>b__2(VSSPROPID vsspropid, Object o) in c:\Work\ReSharper\Main.hg\Platform\src\VisualStudio\Core\src\Shell\VsNonZombiedProductCanBeStarted.cs:line 63 at JetBrains.VsIntegration.Interop.Shim.Shell.IVsShell.ShellPropertyChangesSink.Microsoft.VisualStudio.Shell.Interop.IVsShellPropertyEvents.OnShellPropertyChange(Int32 propid, Object var) in c:\Work\ReSharper\Main.hg\Platform\src\VisualStudio\Core\src\Interop\Shim\Shell\IVsShell.cs:line 120