Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to start on mono Docker #116

Open
davidpodhola opened this issue Jul 27, 2018 · 3 comments
Open

Unable to start on mono Docker #116

davidpodhola opened this issue Jul 27, 2018 · 3 comments

Comments

@davidpodhola
Copy link

docker run -it mono:latest bash

copy the repository

run build.sh

experience

Running build failed.
Error:
System.ComponentModel.Win32Exception (0x80004005): Cannot find the specified file
  at System.Diagnostics.Process.StartWithShellExecuteEx (System.Diagnostics.ProcessStartInfo startInfo) [0x00102] in <fc308f916aec4e4283e0c1d4b761760a>:0 
  at System.Diagnostics.Process.Start () [0x00032] in <fc308f916aec4e4283e0c1d4b761760a>:0 
  at (wrapper remoting-invoke-with-check) System.Diagnostics.Process.Start()
  at System.Diagnostics.Process.Start (System.Diagnostics.ProcessStartInfo startInfo) [0x0001b] in <fc308f916aec4e4283e0c1d4b761760a>:0 
  at System.Diagnostics.Process.Start (System.String fileName) [0x00006] in <fc308f916aec4e4283e0c1d4b761760a>:0 
  at FSI_0005.Build.startWebServer () [0x001b4] in <00736b6c51654a049ff94f975744daa1>:0 
  at FSI_0005.Build+clo@132-5.Invoke (Microsoft.FSharp.Core.Unit _arg2) [0x00035] in <00736b6c51654a049ff94f975744daa1>:0 
  at Fake.TargetHelper+targetFromTemplate@195[a].Invoke (Microsoft.FSharp.Core.Unit unitVar0) [0x00001] in <574c61baccf1c534a7450383ba614c57>:0 
  at Fake.TargetHelper.runSingleTarget (Fake.TargetHelper+TargetTemplate`1[a] target) [0x00040] in <574c61baccf1c534a7450383ba614c57>:0
@davidpodhola
Copy link
Author

OK, this is just because of

Process.Start (sprintf "http://localhost:%d/index.html" port) |> ignore

Commenting that out fixes the issue

@Poltergeisen
Copy link

I'm also experiencing this issue

@Poltergeisen
Copy link

Commenting out that code didn't seem to fix it for me though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants