2016-03-29 6 views
1

を確立することができる前に外部プロセスが終了し、私はエラーを取得しています:FitClient:接続がシンプルますFitnesseテストを実行するには

「FitClient:接続が を確立することができる前に終了外部プロセスを」ますFitnesseサーバーで

、エラーは次のとおりです。

使用

.NETバージョン "ソフトウェアの接続はソケットの書き込みエラー中止原因" - 4.0

の内容をページ:

!define COMMAND_PATTERN {%m -r fitnesse.fitserver.FitServer, dotnet2\fit.dll %p} 
!define TEST_RUNNER {dotnet2\Runner.exe} 
文字列の長さがゼロを持つことはできません:10

は、誰もがこの問題に遭遇しても、誰も私にはこれが

エラー

System.ArgumentExceptionのを固定する方法を知らせることができます持っています。 でSystem.Reflection.RuntimeAssemblyでSystem.Reflection.RuntimeAssembly._nLoad(のAssemblyNameファイル名、文字列 コードベース、証拠assemblySecurity、RuntimeAssembly locationHint、 StackCrawlMark & stackMark、のIntPtr pPrivHostBinder、ブール throwOnFileNotFound、ブールforIntrospection、ブール suppressSecurityChecks)。 InternalLoadAssemblyName System.Reflection.Ruで(のAssemblyName assemblyRef、証拠assemblySecurity、RuntimeAssembly reqAssembly、 StackCrawlMark & stackMark、のIntPtr pPrivHostBinder、ブール throwOnFileNotFound、ブールforIntrospection、ブール suppressSecurityChecks) ntimeAssembly.InternalLoadFrom(文字列 assemblyFile、証拠securityEvidence、バイト[]ハッシュ値、 AssemblyHashAlgorithm hashAlgorithm、ブールforIntrospection、ブール suppressSecurityChecks、StackCrawlMark & stackMark) fitSharp.MachineでSystem.Reflection.Assembly.LoadFrom(文字列assemblyFile)で。 fitSharp.Machine.Application.ShellでfitSharp.Machine.Application.Shell.Executeで fitSharp.Machine.Engine.ApplicationUnderTest.Assemblies.AddAssembly(文字列 のAssemblyName)(AT Engine.CurrentDomain.LoadAssembly(文字列 assemblyPath))。実行(IList`1 commandLineArguments)

+0

これはいつか、または時々ですか?私は最近(Slim with Javaを使って)似たようなものを見たことがあると信じていますが、たまに1回しか起こっていません。 –

+0

私はfitnesseを設定しようとしています。これはいつも起こっている。 – user3283384

答えて

0

にコンマの後にスペースを削除します。fitSharpの最近のバージョンで、あなたはfit.dllを指定する必要はありません、実際に

-r fitnesse.fitserver.FitServer, dotnet2\fit.dll 

。あなたはちょうど使用することができます:

-r fitnesse.fitserver.FitServer 
関連する問題