2017-03-15 2 views
1

を失敗します。私が説明したhereなどのサーバー/クラスタ証明書 でそれを確保し、説明hereとしてのVisual Studio(2017)を介して提供されるテンプレートを使用しています。サービスファブリッククラスタの展開は、私はアズールへのクラスタの導入問題を抱えている

私はVisual Studioとテンプレートを経由して展開していますが、エラーなしで、正常に展開するようです。しかし、ポータルでクラスタを見ると、ノードが現れずに「展開中」の状態になります。 RDP:個々のノードにすると、イベントビューア(Windowsログ/システム)で探しては、Azureのサービスファブリックノードブートストラップエージェントサービスは、無期限に、一見起動/停止、ループ内で立ち往生していることをrevelas。私はそれぞれの繰り返し、次の(4)エラー/警告を見ることができるWindowsログ/アプリケーションの下で探し

は試みを再起動します。System.ArgumentNullException:

は、サービス、エラーを開始できませんでし値はnullにすることはできません。 パラメーター名:path at System.IO.Path.GetFullPathInternal(文字列パス) 、Microsoft.Azure.ServiceFabric.Extension.Core.SetupHelper.ConfigNode(Byte [])クラスメンバシップ、String nodeTypeRef、String machineName、String ipAddress、String faultDomain Microsoft.Azure.ServiceFabric.Extension.Core.NodeBootstrapAgent.StartFabricHostServiceでMicrosoft.Azure.ServiceFabric.Extension.Core.NodeBootstrapAgent.TryConfigNode(RuntimeCluster CLUSTERCONFIG、nodeDescription nodeDescription) で、文字upgradeDomain、列dataRoot) (ブールisBootstrapping)

エラー:System.ArgumentNullException:値にnullを設定することはできません。 パラメーター名:path at System.IO.Path.GetFullPathInternal(文字列パス) 、Microsoft.Azure.ServiceFabric.Extension.Core.SetupHelper.ConfigNode(Byte [])クラスメンバシップ、String nodeTypeRef、String machineName、String ipAddress、String faultDomain Microsoft.Azure.ServiceFabric.Extension.Core.NodeBootstrapAgent.StartFabricHostService(ブールisBootstrapping) でMicrosoft.Azure.ServiceFabric.Extension.Core.NodeBootstrapAgent.TryConfigNode(RuntimeCluster CLUSTERCONFIG、nodeDescription nodeDescription) で、文字upgradeDomain、列dataRoot) でMicrosoft.Azure.ServiceFabric.Extension.Core.NodeBootstrapAgent.d__d.MoveNext() ---例外がスローされた--- System.Runtime.CompilerServices.TaskAwで、前の場所からスタックトレースの終わりMicrosoft.Azure.ServiceFabric.Extension.Core.NodeBootstrapAgent.d__0.MoveNextでSystem.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificationでaiter.ThrowForNonSuccess(タスクタスク) (タスクタスク) ()

アプリケーション:ServiceFabricNodeBootstrapAgent.exe フレームワークのバージョン:v4.0.30319 説明:処理されなかった例外が原因でプロセスが終了しました。 例外情報:System.ArgumentNullException 、System.IO.Path.GetFullPathInternal(System.String) 、Microsoft.Azure.ServiceFabric.Extension.Core.SetupHelper.ConfigNode(Byte []、System.String、System.String、System Microsoft.Azure.ServiceFabric.Extension.Core.NodeBootstrapAgent.TryConfigNode(Microsoft.Azure.ServiceFabric.Extension.Core.RuntimeCluster、Microsoft.Azure.ServiceFabric.Extensionで.String、可能System.String、可能System.String、可能System.String) Microsoft.Azure.ServiceFabric.Extension.Core.NodeBootstrapAgent + d__d.MoveNext()System.Runtime.CompilerServicesで でMicrosoft.Azure.ServiceFabric.Extension.Core.NodeBootstrapAgent.StartFabricHostService(ブール) で.Core.NodeDescription) 。 TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task) でSystem.Runtime.CompilerServices.TaskAwaiterを呼び出します。HandleNonSuccessAndDebuggerNotification System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task)でMicrosoft.Azure.ServiceFabric.Extension.Core.NodeBootstrapAgent + d__0.MoveNext(AT(System.Threading.Tasks.Task) ) Microsoft.Azure.ServiceFabric.Extension.Service.Service + d__0.MoveNext(AT System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task) )System.Runtime.CompilerServices.AsyncMethodBuilderCore + <> Cで で.B__6_1(System.Object) (System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext、System.Threading.ExecutionContext、System.Threading.ContextCallback、System.Object、Boolean) にSystem.Threading.ExecutionContext.RunInternal 、System.Thr System.Threading.ThreadPoolWorkQueue.Dispatchでeading.ContextCallback、System.Objectの、ブール)System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() で ()アプリケーション名をフォールティング

:ServiceFabricNodeBootstrapAgent.exeを、バージョン:1.0.0.143、タイムスタンプ:0x58c87254 フォールティングモジュール名:KERNELBASE.dll、バージョン:6.3.9600.18340、タイムスタンプ:0x57366075 例外コード:0xe0434352 障害オフセット:0x0000000000008a5c 断層プロセスID:0x9b0は エラーアプリケーション開始時刻:0x01d29d73912bda98 アプリケーションパスの障害:C:\ Packages \ Plugins \ Microsoft.Azure.ServiceFabric.ServiceFabric C:\ WINDOWS \ SYSTEM32 \ KERNELBASE.dll レポートイド:cf297669-0966-11e7-80c5-000d3a27d68c 断層パッケージフルネーム: 断層パッケージ相対ノード1.0.0.34 \サービス\ ServiceFabricNodeBootstrapAgent.exe フォールティングモジュールパス\アプリケーションID:

ノードを再起動しても役立たず、証明書がVMにインストールされることを確認しました。私は、ポータルにエラーが記録されず、クラスタ上にメッセージが展開されているだけです。ノードはWindows Server R2です。 アイデア明らかにSystem.IO.Path.GetFullPathInternalに渡されるパスはnullですが、何が原因でしょうか?

答えて

関連する問題