cannot start second velocity-host CTP2
-
Monday, January 19, 2009 4:06 PMHi,
I cannot start a second service on a different server. My first server is up and running, but when I try to start the second server I get the following error in the log (I have set logging = 3 in configuration), (se last in post).
Both computers is in a domain, I have loged in with same user account on both computers. The share is shared to everyone and with all permissions. And I can from my faulting server get to the share and modigie a file (in windows explorer).
I have tried to start the servers both from power shell and from manually starting the service. I have not made any change in configurationfiles nor the clusterconfiguration (except set log = 3 on failing server).
Error message in log:
ConfigurationManager Creation for DOM Completed,Velocity.ServiceLayer,Verbose,2009-1-19 16:53:11.936
Memory Pressure Monitor is enabled,Velocity.DataStore,Information,2009-1-19 16:53:11.952
Seed node MMALT065 loaded.,Velocity.SeedNodeConfig,Verbose,2009-1-19 16:53:12.030
CasNode created with the following parameters. NodeID - 11aac1e6000000000000000000000000, Port - 22234, Endpoint - net.tcp://ris-631:22233/distributedcacheservice,Velocity.DOMNode.11aac1e6000000000000000000000000,Verbose,2009-1-19 16:53:12.046
CASNode 11aac1e6000000000000000000000000 is opening,CASNode.Open.11aac1e6000000000000000000000000,Information,2009-1-19 16:53:12.046
11aac1e6000000000000000000000000 instance 128768539919992107 opening,Federation.Open.11aac1e6000000000000000000000000,Information,2009-1-19 16:53:12.061
11aac1e6000000000000000000000000 listening at net.tcp://ris-631:22234/,Channel,Information,2009-1-19 16:53:12.077
11aac1e6000000000000000000000000 consider 5f359949000000000000000000000000(0:-2:5f359949000000000000000000000000--0:0:RP::0::128768647920304619) return 5f359949000000000000000000000000(0:2:5f359949000000000000000000000000--0:0:RP:/:0::128768647920304619) result Reconsider,Consider.11aac1e6000000000000000000000000,Verbose,2009-1-19 16:53:12.108
11aac1e6000000000000000000000000 send join message to 5f359949000000000000000000000000 instance 0 with ID urn:uuid:b5c137cc-6a39-4d13-a301-a62f866a0844;id=1 hopid urn:uuid:b5c137cc-6a39-4d13-a301-a62f866a0844;id=2 destination 11aac1e6000000000000000000000000,Send.join.11aac1e6000000000000000000000000,Information,2009-1-19 16:53:12.171
BeginAcquire for 49924125,Channel,Verbose,2009-1-19 16:53:12.171
Memory pressure AvailableMemPercent= 64 Gen2Count= 0 RelCount= 0.,Velocity.MemoryPressureMonitor,Information,2009-1-19 16:53:12.952
channel 49924125 opened,Channel,Verbose,2009-1-19 16:53:13.077
EndAcquire for 49924125,Channel,Verbose,2009-1-19 16:53:13.093
Release after send for channel 49924125,Channel,Verbose,2009-1-19 16:53:13.139
Memory pressure AvailableMemPercent= 64 Gen2Count= 0 RelCount= 0.,Velocity.MemoryPressureMonitor,Information,2009-1-19 16:53:13.952
Memory pressure AvailableMemPercent= 64 Gen2Count= 0 RelCount= 0.,Velocity.MemoryPressureMonitor,Information,2009-1-19 16:53:14.952
Memory pressure AvailableMemPercent= 64 Gen2Count= 0 RelCount= 0.,Velocity.MemoryPressureMonitor,Information,2009-1-19 16:53:15.952
Memory pressure AvailableMemPercent= 64 Gen2Count= 0 RelCount= 0.,Velocity.MemoryPressureMonitor,Information,2009-1-19 16:53:16.952
Memory pressure AvailableMemPercent= 64 Gen2Count= 0 RelCount= 0.,Velocity.MemoryPressureMonitor,Information,2009-1-19 16:53:17.952
Memory pressure AvailableMemPercent= 64 Gen2Count= 0 RelCount= 0.,Velocity.MemoryPressureMonitor,Information,2009-1-19 16:53:18.952
Memory pressure AvailableMemPercent= 64 Gen2Count= 0 RelCount= 0.,Velocity.MemoryPressureMonitor,Information,2009-1-19 16:53:19.952
Memory pressure AvailableMemPercent= 64 Gen2Count= 0 RelCount= 0.,Velocity.MemoryPressureMonitor,Information,2009-1-19 16:53:20.952
Memory pressure AvailableMemPercent= 64 Gen2Count= 0 RelCount= 0.,Velocity.MemoryPressureMonitor,Information,2009-1-19 16:53:21.952
Clusterconfiguration:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="dcache" type="System.Data.Caching.DCacheSection, CacheBaseLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
</configSections>
<dcache cluster="Clurre" size="Small">
<caches>
<cache type="partitioned" consistency="strong" name="default">
<policy>
<eviction type="lru" />
<expiration defaultTTL="10" isExpirable="true" />
</policy>
</cache>
</caches>
<hosts>
<host clusterPort="22234" hostId="1597348169" size="1024" quorumHost="true"
name="MMALT065" cacheHostName="DistributedCacheService" cachePort="22233" />
<host clusterPort="22234" hostId="296403430" size="2048" quorumHost="false"
name="RIS-631" cacheHostName="DistributedCacheService" cachePort="22233" />
</hosts>
<advancedProperties>
<partitionStoreConnectionSettings providerName="System.Data.SqlServerCe.3.5"
connectionString="\\mmalt065\velocity\ConfigStore.sdf" />
</advancedProperties>
</dcache>
</configuration>
Configuration of the faulting service:
?
xml version="1.0" encoding="utf-8"?><
configuration><
configSections><
section name="dcacheConfig" type="System.Data.Caching.DCacheConfigSection, CacheBaseLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" /><
section name="fabric" type="System.Data.Fabric.Common.ConfigFile, FabricCommon" allowLocation="true" allowDefinition="Everywhere"/></
configSections><
dcacheConfig clusterName="Clurre" hostName="RIS-631" cacheHostName="DistributedCacheService"><
log location="C:\Program Files\Microsoft Distributed Cache\V1.0\Logs" logLevel="3" /><
clusterConfig connectionString="\\mmalt065\velocity\ClusterConfig.xml" /></
dcacheConfig><
system.data><
DbProviderFactories> <!--Add providers for System.Data.SqlServerCe.3.5 private deployement--><
remove invariant="System.Data.SqlServerCe.3.5" /><
add name="Microsoft SQL Server Compact Data Provider" invariant="System.Data.SqlServerCe.3.5" description=".NET Framework Data Provider for Microsoft SQL Server Compact" type="System.Data.SqlServerCe.SqlCeProviderFactory, System.Data.SqlServerCe, Version=3.5.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"/></
DbProviderFactories></
system.data><
fabric><
section name="logging" path=""><
collection name="sinks" collectionType="list"><
customType className="System.Data.Fabric.Common.EventLogger,FabricCommon" sinkName="System.Data.Fabric.Common.ConsoleSink,FabricCommon" sinkParam="" defaultLevel="-1" /><
customType className="System.Data.Fabric.Common.EventLogger,FabricCommon" sinkName="System.Data.Caching.ETWSink, CacheBaseLibrary" sinkParam="" defaultLevel="3" /></
collection></
section><
section name="param" path=""><
key name="SeedNodeConfigClass" value="System.Data.Caching.SeedNodeConfig,ServiceLibrary" /><
key name="ArbitratorConfigClass" value="System.Data.Cas.Main.CasArbitratorList,CasMain" /><
section name="CAS_PM" path=""><
key name="DroppedReplicaKeepDuration" value="30" /><
key name="ClusterStableNodeUpInterval" value="10" /></
section></
section></
fabric><
runtime><
gcServer enabled="true" /></
runtime></
configuration>------------
Can someone please help me with this problem!
best regards
cok
All Replies
-
Monday, January 19, 2009 4:32 PMAlso, the user account im logging in on the computers are in administrator group.
I'm running velocity on win xp 32 bit.
Firewall is disabled on both computers
br
cok -
Tuesday, January 20, 2009 7:14 AM
What i didn't do was setting exception and opening port in the firewall. I didn't think that was nessesary when i had disabled the firewall.
After creating exceptions and opening ports it works :)
br
cok- Marked As Answer by Ankur Agrawal-MSFTModerator Wednesday, March 25, 2009 9:09 PM

