Skip to content

Instantly share code, notes, and snippets.

@chgeuer
Last active May 29, 2018 21:59
Show Gist options
  • Save chgeuer/fce10d0793e6cb4fc249 to your computer and use it in GitHub Desktop.
Save chgeuer/fce10d0793e6cb4fc249 to your computer and use it in GitHub Desktop.
Running Orleans in Docker

Zipped my C:\Microsoft Project Orleans SDK v1.0\SDK folder and [uploaded it}(https://chgeuer.blob.core.windows.net/public/orleans1_0.zip).

Put the Dockerfile into a folder. Build an Orleans image from that Dockerfile:

docker build -t orleans:0.1 .

Running that image directly

docker run orleans:0.1 

brings some problems docker-err.log

Running it from shell

docker run -it orleans:0.1 /bin/bash 

Inside the docker session, you can then launch

mono /usr/local/orleans/Binaries/OrleansServer/OrleansHost.exe

and get interactive-errors.log

OrleansHost v1.0.0.0 IsRelease.
[2015-03-04 12:57:43.051 GMT 1 INFO 100403 OrleansSiloHost ] Initializing Silo 31d9e59f3ac8 on host=31d9e59f3ac8 CPU count=8 running .NET version='4.0.30319.17020' Is .NET 4.5=True OS version='Unix 3.18.5.64'
[2015-03-04 12:57:43.054 GMT 1 INFO 100404 OrleansSiloHost ] Silo running with GC settings: ServerGC=False GCLatencyMode=Interactive
[2015-03-04 12:57:43.054 GMT 1 WARNING 100405 OrleansSiloHost ] Note: Silo not running with ServerGC turned on - recommend checking app config : <configuration>-<runtime>-<gcServer enabled="true"> and <configuration>-<runtime>-<gcConcurrent enabled="false"/>
[2015-03-04 12:57:43.142 GMT 1 ERROR 100105 OrleansSiloHost ] !!!!!!!!!! ERROR starting Orleans silo name=31d9e59f3ac8 Exception=System.TypeInitializationException: An exception was thrown by the type initializer for Orleans.Runtime.SiloAddress ---> Orleans.Runtime.OrleansException: Failed to get a local IP address.
at Orleans.Runtime.Configuration.ClusterConfiguration.GetLocalIPAddress (AddressFamily family, System.String interfaceName) [0x00000] in <filename unknown>:0
at Orleans.Runtime.SiloAddress..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at Orleans.Runtime.Silo..ctor (System.String name, SiloType siloType, Orleans.Runtime.Configuration.ClusterConfiguration config, ILocalDataStore keyStore) [0x00000] in <filename unknown>:0
at Orleans.Runtime.Silo..ctor (System.String name, SiloType siloType, Orleans.Runtime.Configuration.ClusterConfiguration config) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) Orleans.Runtime.Silo:.ctor (string,Orleans.Runtime.Silo/SiloType,Orleans.Runtime.Configuration.ClusterConfiguration)
at Orleans.Runtime.Host.SiloHost.InitializeOrleansSilo () [0x00000] in <filename unknown>:0
Exc level 0: System.TypeInitializationException: An exception was thrown by the type initializer for Orleans.Runtime.SiloAddress
at Orleans.Runtime.Silo..ctor (System.String name, SiloType siloType, Orleans.Runtime.Configuration.ClusterConfiguration config, ILocalDataStore keyStore) [0x00000] in <filename unknown>:0
at Orleans.Runtime.Silo..ctor (System.String name, SiloType siloType, Orleans.Runtime.Configuration.ClusterConfiguration config) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) Orleans.Runtime.Silo:.ctor (string,Orleans.Runtime.Silo/SiloType,Orleans.Runtime.Configuration.ClusterConfiguration)
at Orleans.Runtime.Host.SiloHost.InitializeOrleansSilo () [0x00000] in <filename unknown>:0
Exc level 1: Orleans.Runtime.OrleansException: Failed to get a local IP address.
at Orleans.Runtime.Configuration.ClusterConfiguration.GetLocalIPAddress (AddressFamily family, System.String interfaceName) [0x00000] in <filename unknown>:0
at Orleans.Runtime.SiloAddress..cctor () [0x00000] in <filename unknown>:0
[2015-03-04 12:57:43.146 GMT 1 ERROR 100105 OrleansSiloHost ] !!!!!!!!!! ERROR starting Orleans silo name=31d9e59f3ac8 Exception=System.InvalidOperationException: Cannot start silo 31d9e59f3ac8 due to prior initialization error
at Orleans.Runtime.Host.SiloHost.StartOrleansSilo () [0x00000] in <filename unknown>:0
Exc level 0: System.InvalidOperationException: Cannot start silo 31d9e59f3ac8 due to prior initialization error
at Orleans.Runtime.Host.SiloHost.StartOrleansSilo () [0x00000] in <filename unknown>:0
Failed to start Orleans silo '31d9e59f3ac8' as a Primary node.
Orleans silo '31d9e59f3ac8' shutdown.
FROM ubuntu:14.04.2
MAINTAINER chgeuer@microsoft.com
RUN apt-get update && \
apt-get install mono-complete curl unzip && \
mkdir /usr/local/orleans && \
curl https://chgeuer.blob.core.windows.net/public/orleans1_0.zip > /usr/local/orleans/orleans1_0.zip && \
cd /usr/local/orleans && \
unzip orleans1_0.zip
CMD ["mono","/usr/local/orleans/Binaries/OrleansServer/OrleansHost.exe"]
[2015-03-04 12:44:04.117 GMT 1 WARNING 100719 RuntimeStatisticsGroup 127.0.0.1:11111] Error initializing CPU & Memory perf counters - you need to repair Windows perf counter config on this machine with 'lodctr /r' command
[2015-03-04 12:44:04.121 GMT 1 INFO 100000 Scheduler.OrleansTaskScheduler 127.0.0.1:11111] Starting OrleansTaskScheduler with 8 Max Active application Threads and 1 system thread.
[2015-03-04 12:44:04.128 GMT 1 INFO 101010 Runtime.Messaging.IncomingMessageAcceptor/1 127.0.0.1:11111] Opened a listening socket at address 127.0.0.1:11111
[2015-03-04 12:44:04.132 GMT 1 INFO 101010 Runtime.Messaging.GatewayAcceptor/1 127.0.0.1:11111] Opened a listening socket at address 127.0.0.1:30000
[2015-03-04 12:44:04.151 GMT 1 INFO 100000 VirtualBucketsRingProvider 127.0.0.1:11111] Starting VirtualBucketsRingProvider on silo S127.0.0.1:11111:163169044/xA1C2AC77.
[2015-03-04 12:44:04.170 GMT 1 INFO 103003 VirtualBucketsRingProvider 127.0.0.1:11111] Added Server S127.0.0.1:11111:163169044/xA1C2AC77. Current view: [S127.0.0.1:11111:163169044 -> <MultiRange: Size=x100000000, %Ring=100.000%>]
[2015-03-04 12:44:04.171 GMT 1 INFO 103005 VirtualBucketsRingProvider 127.0.0.1:11111] -NotifyLocalRangeSubscribers about old <(0 0], Size=x100000000, %Ring=100.000%> new <MultiRange: Size=x100000000, %Ring=100.000%> increased? True
[2015-03-04 12:44:04.183 GMT 1 INFO 100294 SystemStatus 127.0.0.1:11111] SystemStatus=Created
[2015-03-04 12:44:04.183 GMT 1 INFO 100422 Silo 127.0.0.1:11111] -------------- Started silo S127.0.0.1:11111:163169044, ConsistentHashCode A1C2AC77 --------------
[2015-03-04 12:44:04.185 GMT 1 INFO 100294 SystemStatus 127.0.0.1:11111] SystemStatus=Starting
[2015-03-04 12:44:04.185 GMT 1 INFO 100401 Silo 127.0.0.1:11111] Silo Start()
[2015-03-04 12:44:04.186 GMT 1 WARNING 100431 Silo 127.0.0.1:11111] Failed to configure ThreadPool.SetMinThreads(). Tried to set values to: 200,200. Previous values are: 8,16.
[2015-03-04 12:44:04.186 GMT 1 INFO 100436 Silo 127.0.0.1:11111] Configured .NET ServicePointManager to Expect100Continue=False, DefaultConnectionLimit=200, UseNagleAlgorithm=False to improve Azure storage performance.
[2015-03-04 12:44:04.203 GMT 1 INFO 100000 AssemblyLoader.Silo 127.0.0.1:11111] Searching for assemblies in /usr/local/orleans/Binaries/OrleansServer...
[2015-03-04 12:44:04.207 GMT 1 INFO 100000 AssemblyLoader.Silo 127.0.0.1:11111] User assembly ignored: /usr/local/orleans/Binaries/OrleansServer/Microsoft.WindowsAzure.Configuration.dll
* Assembly does not contain any acceptable grain types.
* Assembly contains no types assignable from Orleans.Providers.IProvider.
[2015-03-04 12:44:04.211 GMT 1 ERROR 101716 AssemblyLoader.Silo 127.0.0.1:11111] !!!!!!!!!! An unexpected exception occurred while attempting to load an assembly.
Exc level 0: System.AggregateException: A ReflectionTypeLoadException has been thrown. The original exception and the contents of the LoaderExceptions property have been aggregated for your convenence.
at Orleans.Runtime.Utils.Flatten (System.Reflection.ReflectionTypeLoadException rtle) [0x00000] in <filename unknown>:0
at Orleans.Runtime.AssemblyLoaderReflectionCriterion+<>c__DisplayClass1.<NewCriterion>b__0 (System.Reflection.Assembly assembly, IEnumerable`1& assemblyComplaints) [0x00000] in <filename unknown>:0
at Orleans.Runtime.AssemblyLoaderReflectionCriterion+<>c__DisplayClass5.<.ctor>b__3 (System.Object input, IEnumerable`1& complaints) [0x00000] in <filename unknown>:0
at Orleans.Runtime.AssemblyLoaderCriterion.EvaluateCandidate (System.Object input, IEnumerable`1& complaints) [0x00000] in <filename unknown>:0
at Orleans.Runtime.AssemblyLoader.ShouldLoadAssembly (System.String pathName) [0x00000] in <filename unknown>:0
Exc level 1: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (System.Reflection.Assembly,bool)
at System.Reflection.Assembly.GetTypes () [0x00000] in <filename unknown>:0
at Orleans.Runtime.AssemblyLoaderReflectionCriterion+<>c__DisplayClass1.<NewCriterion>b__0 (System.Reflection.Assembly assembly, IEnumerable`1& assemblyComplaints) [0x00000] in <filename unknown>:0
Exc level 2: System.TypeLoadException: Could not load type 'System.Diagnostics.Eventing.EventProvider' from assembly 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
Exc level 2: System.TypeLoadException: Could not load type 'System.Web.Management.WebEventProvider' from assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
Exc level 1: System.TypeLoadException: Could not load type 'System.Diagnostics.Eventing.EventProvider' from assembly 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
Exc level 1: System.TypeLoadException: Could not load type 'System.Web.Management.WebEventProvider' from assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
[2015-03-04 12:44:04.214 GMT 1 ERROR 101716 AssemblyLoader.Silo 127.0.0.1:11111] !!!!!!!!!! An unexpected exception occurred while attempting to load an assembly.
Exc level 0: System.AggregateException: A ReflectionTypeLoadException has been thrown. The original exception and the contents of the LoaderExceptions property have been aggregated for your convenence.
at Orleans.Runtime.Utils.Flatten (System.Reflection.ReflectionTypeLoadException rtle) [0x00000] in <filename unknown>:0
at Orleans.Runtime.AssemblyLoaderReflectionCriterion+<>c__DisplayClass1.<NewCriterion>b__0 (System.Reflection.Assembly assembly, IEnumerable`1& assemblyComplaints) [0x00000] in <filename unknown>:0
at Orleans.Runtime.AssemblyLoaderReflectionCriterion+<>c__DisplayClass5.<.ctor>b__3 (System.Object input, IEnumerable`1& complaints) [0x00000] in <filename unknown>:0
at Orleans.Runtime.AssemblyLoaderCriterion.EvaluateCandidate (System.Object input, IEnumerable`1& complaints) [0x00000] in <filename unknown>:0
at Orleans.Runtime.AssemblyLoader.ShouldLoadAssembly (System.String pathName) [0x00000] in <filename unknown>:0
Exc level 1: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (System.Reflection.Assembly,bool)
at System.Reflection.Assembly.GetTypes () [0x00000] in <filename unknown>:0
at Orleans.Runtime.AssemblyLoaderReflectionCriterion+<>c__DisplayClass1.<NewCriterion>b__0 (System.Reflection.Assembly assembly, IEnumerable`1& assemblyComplaints) [0x00000] in <filename unknown>:0
Exc level 2: System.TypeLoadException: Could not load type 'Microsoft.WindowsAzure.Common.EventProviderVersionTwo' from assembly 'Microsoft.WindowsAzure.ServiceRuntime, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Exc level 2: System.TypeLoadException: Could not load type 'Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader.WebHostBootstrapWebEventProvider' from assembly 'Microsoft.WindowsAzure.ServiceRuntime, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Exc level 1: System.TypeLoadException: Could not load type 'Microsoft.WindowsAzure.Common.EventProviderVersionTwo' from assembly 'Microsoft.WindowsAzure.ServiceRuntime, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Exc level 1: System.TypeLoadException: Could not load type 'Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader.WebHostBootstrapWebEventProvider' from assembly 'Microsoft.WindowsAzure.ServiceRuntime, Version=2.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
[2015-03-04 12:44:04.214 GMT 1 INFO 100000 AssemblyLoader.Silo 127.0.0.1:11111] User assembly ignored: /usr/local/orleans/Binaries/OrleansServer/Microsoft.WindowsAzure.ServiceRuntime.dll
* An unexpected exception occurred while attempting to load an assembly.
[2015-03-04 12:44:04.220 GMT 1 INFO 100000 AssemblyLoader.Silo 127.0.0.1:11111] User assembly ignored: /usr/local/orleans/Binaries/OrleansServer/Microsoft.WindowsAzure.StorageClient.dll
* Assembly does not contain any acceptable grain types.
* Assembly contains no types assignable from Orleans.Providers.IProvider.
[2015-03-04 12:44:04.225 GMT 1 INFO 100000 AssemblyLoader.Silo 127.0.0.1:11111] User assembly ignored: /usr/local/orleans/Binaries/OrleansServer/Newtonsoft.Json.dll
* Assembly does not contain any acceptable grain types.
* Assembly contains no types assignable from Orleans.Providers.IProvider.
[2015-03-04 12:44:04.225 GMT 1 INFO 100000 AssemblyLoader.Silo 127.0.0.1:11111] User assembly ignored: /usr/local/orleans/Binaries/OrleansServer/Orleans.dll
* Assembly filename is excluded.
[2015-03-04 12:44:04.225 GMT 1 INFO 100000 AssemblyLoader.Silo 127.0.0.1:11111] User assembly ignored: /usr/local/orleans/Binaries/OrleansServer/OrleansAzureUtils.dll
* Assembly does not contain any acceptable grain types.
* Assembly contains no types assignable from Orleans.Providers.IProvider.
[2015-03-04 12:44:04.227 GMT 1 INFO 100000 AssemblyLoader.Silo 127.0.0.1:11111] User assembly ignored: /usr/local/orleans/Binaries/OrleansServer/OrleansRuntime.dll
* Assembly filename is excluded.
[2015-03-04 12:44:04.227 GMT 1 WARNING 101705 AssemblyLoader.Silo 127.0.0.1:11111] Unable to find directory /usr/local/orleans/Binaries/OrleansServer/Applications; skipping.
[2015-03-04 12:44:04.227 GMT 1 INFO 100000 AssemblyLoader.Silo 127.0.0.1:11111] Loading assembly /usr/local/orleans/Binaries/OrleansServer/OrleansProviders.dll...
[2015-03-04 12:44:04.228 GMT 1 INFO 100000 AssemblyLoader.Silo 127.0.0.1:11111] 1 assemblies loaded.
[2015-03-04 12:44:04.305 GMT 1 INFO 101711 AssemblyLoader.Silo 127.0.0.1:11111] Loaded grain type summary for 5 types:
Grain class GrainBasedMembershipTable [-2103923544 (0x8298ACA8)] from OrleansRuntime.dll implementing interfaces: Orleans.IMembershipTable [-112743698 (0xF947AAEE)]
Grain class GrainBasedReminderTable [-55315191 (0xFCB3F509)] from OrleansRuntime.dll implementing interfaces: Orleans.IReminderTable [596859315 (0x239359B3)]
Grain class ManagementGrain [1954798034 (0x7483D9D2)] from OrleansRuntime.dll implementing interfaces: Orleans.Runtime.IManagementGrain [-1734666656 (0x989B1660)]
Grain class MemoryStorageGrain [-448291344 (0xE5479DF0)] from OrleansProviders.dll implementing interfaces: Orleans.Storage.IMemoryStorageGrain [577125491 (0x22663C73)]
Grain class PubSubRendezvousGrain [1903070868 (0x716E8E94)] from OrleansRuntime.dll implementing interfaces: Orleans.Streams.IPubSubRendezvousGrain [1746702088 (0x681C8F08)]
[2015-03-04 12:44:04.325 GMT 12 INFO 100000 Runtime.Scheduler.WorkerPoolThread.System/9 127.0.0.1:11111] Starting AsyncAgent Runtime.Scheduler.WorkerPoolThread.System/9 on managed thread 12
[2015-03-04 12:44:04.325 GMT 4 INFO 100000 Runtime.Scheduler.WorkerPoolThread/1 127.0.0.1:11111] Starting AsyncAgent Runtime.Scheduler.WorkerPoolThread/1 on managed thread 4
[2015-03-04 12:44:04.325 GMT 7 INFO 100000 Runtime.Scheduler.WorkerPoolThread/4 127.0.0.1:11111] Starting AsyncAgent Runtime.Scheduler.WorkerPoolThread/4 on managed thread 7
[2015-03-04 12:44:04.325 GMT 8 INFO 100000 Runtime.Scheduler.WorkerPoolThread/5 127.0.0.1:11111] Starting AsyncAgent Runtime.Scheduler.WorkerPoolThread/5 on managed thread 8
[2015-03-04 12:44:04.327 GMT 9 INFO 100000 Runtime.Scheduler.WorkerPoolThread/6 127.0.0.1:11111] Starting AsyncAgent Runtime.Scheduler.WorkerPoolThread/6 on managed thread 9
[2015-03-04 12:44:04.329 GMT 10 INFO 100000 Runtime.Scheduler.WorkerPoolThread/7 127.0.0.1:11111] Starting AsyncAgent Runtime.Scheduler.WorkerPoolThread/7 on managed thread 10
[2015-03-04 12:44:04.330 GMT 11 INFO 100000 Runtime.Scheduler.WorkerPoolThread/8 127.0.0.1:11111] Starting AsyncAgent Runtime.Scheduler.WorkerPoolThread/8 on managed thread 11
[2015-03-04 12:44:04.334 GMT 13 INFO 100000 Runtime.Messaging.IncomingMessageAcceptor/1 127.0.0.1:11111] Starting AsyncAgent Runtime.Messaging.IncomingMessageAcceptor/1 on managed thread 13
[2015-03-04 12:44:04.336 GMT 5 INFO 100000 Runtime.Scheduler.WorkerPoolThread/2 127.0.0.1:11111] Starting AsyncAgent Runtime.Scheduler.WorkerPoolThread/2 on managed thread 5
[2015-03-04 12:44:04.336 GMT 14 INFO 100000 Runtime.Messaging.SiloMessageSender.PingSender/1 127.0.0.1:11111] Starting AsyncAgent Runtime.Messaging.SiloMessageSender.PingSender/1 on managed thread 14
[2015-03-04 12:44:04.336 GMT 6 INFO 100000 Runtime.Scheduler.WorkerPoolThread/3 127.0.0.1:11111] Starting AsyncAgent Runtime.Scheduler.WorkerPoolThread/3 on managed thread 6
[2015-03-04 12:44:04.337 GMT 15 INFO 100000 Runtime.Messaging.SiloMessageSender.SystemSender/2 127.0.0.1:11111] Starting AsyncAgent Runtime.Messaging.SiloMessageSender.SystemSender/2 on managed thread 15
[2015-03-04 12:44:04.340 GMT 20 INFO 100000 Runtime.Messaging.IncomingMessageAgent.Ping/2 127.0.0.1:11111] Starting AsyncAgent Runtime.Messaging.IncomingMessageAgent.Ping/2 on managed thread 20
[2015-03-04 12:44:04.346 GMT 19 INFO 100000 Runtime.Messaging.IncomingMessageAgent.System/1 127.0.0.1:11111] Starting AsyncAgent Runtime.Messaging.IncomingMessageAgent.System/1 on managed thread 19
[2015-03-04 12:44:04.348 GMT 21 INFO 100000 Runtime.Messaging.IncomingMessageAgent.Application/3 127.0.0.1:11111] Starting AsyncAgent Runtime.Messaging.IncomingMessageAgent.Application/3 on managed thread 21
[2015-03-04 12:44:04.353 GMT 13 INFO 100328 Runtime.Messaging.IncomingMessageAcceptor/1 127.0.0.1:11111] Stopping AsyncAgent Runtime.Messaging.IncomingMessageAcceptor/1 that runs on managed thread 13
[2015-03-04 12:44:04.354 GMT 18 INFO 100000 Runtime.GrainDirectory.AdaptiveDirectoryCacheMaintainer`1/1 127.0.0.1:11111] Starting AsyncAgent Runtime.GrainDirectory.AdaptiveDirectoryCacheMaintainer`1/1 on managed thread 18
[2015-03-04 12:44:04.365 GMT 1 INFO 100000 MembershipFactory 127.0.0.1:11111] Creating membership oracle for type=MembershipTableGrain
[2015-03-04 12:44:04.378 GMT 1 INFO 100000 ReminderFactory 127.0.0.1:11111] Creating reminder system target for type=ReminderTableGrain
[2015-03-04 12:44:04.402 GMT 12 INFO 100635 MembershipFactory 127.0.0.1:11111] Creating membership table provider for type=MembershipTableGrain
[2015-03-04 12:44:04.424 GMT 8 INFO 100637 GrainBasedMembershipTable 127.0.0.1:11111] GrainBasedMembershipTable Activated.
[2015-03-04 12:44:04.439 GMT 12 INFO 100507 Catalog 127.0.0.1:11111] Before collection#1: memory=7MB, #activations=1, collector=<#Activations=0, #Buckets=0, buckets=[]>.
[2015-03-04 12:44:04.441 GMT 12 INFO 100508 Catalog 127.0.0.1:11111] After collection#1: memory=7MB, #activations=1, collected 0 activations, collector=<#Activations=0, #Buckets=0, buckets=[]>, collection time=00:00:00.0068533.
[2015-03-04 12:44:04.457 GMT 8 INFO 103102 ProviderLoader/IStorageProvider 127.0.0.1:11111] Loaded provider of type Orleans.Storage.MemoryStorage Name=MemoryStore
[2015-03-04 12:44:04.461 GMT 8 INFO 0 Storage.MemoryStorage.1 127.0.0.1:11111] Init: Name=MemoryStore NumStorageGrains=10
[2015-03-04 12:44:04.465 GMT 12 INFO 100603 MembershipOracle 127.0.0.1:11111] MembershipOracle starting on host = c33473aee737 address = S127.0.0.1:11111:163169044 at 2015-03-04 12:44:04.369 GMT, backOffMax = 00:00:20
[2015-03-04 12:44:11.557 GMT 25 INFO 100652 MembershipOracle 127.0.0.1:11111] -CleanupTable called on silo startup. Membership table 0 silos, 0 are Active, 0 are Dead: []. Version=<0, 0>
[2015-03-04 12:45:04.450 GMT 12 INFO 100507 Catalog 127.0.0.1:11111] Before collection#2: memory=7MB, #activations=1, collector=<#Activations=0, #Buckets=0, buckets=[]>.
[2015-03-04 12:45:04.451 GMT 12 INFO 100508 Catalog 127.0.0.1:11111] After collection#2: memory=7MB, #activations=1, collected 0 activations, collector=<#Activations=0, #Buckets=0, buckets=[]>, collection time=00:00:00.0025847.
[2015-03-04 12:46:04.453 GMT 12 INFO 100507 Catalog 127.0.0.1:11111] Before collection#3: memory=7MB, #activations=1, collector=<#Activations=0, #Buckets=0, buckets=[]>.
[2015-03-04 12:46:04.453 GMT 12 INFO 100508 Catalog 127.0.0.1:11111] After collection#3: memory=7MB, #activations=1, collected 0 activations, collector=<#Activations=0, #Buckets=0, buckets=[]>, collection time=00:00:00.0013703.
@abatishchev
Copy link

Hi, how did you managed to overcome this error:

System.TypeLoadException: Could not load type 'System.Diagnostics.Eventing.EventProvider' from assembly 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment