On Fri, Jan 18, 2013 at 1:12 AM, Pattabi Ayyasami <[email protected]> wrote: > Hi, > > I followed the instructions on setting up the Cloud Stack Dev Environment on > Windows. > I was able to install all the needed tools/packages, build the source code > successfully. > > However, while trying to start the Management Server on the local Jetty > Server from cygwin window, I am getting the following error on executing > script. > > WARN [utils.script.Script] (main:) Exception: /usr/local/bin/bash -c echo > ~scvmm > java.io.IOException: Cannot run program "/usr/local/bin/bash": CreateProcess > error=2, The system cannot find the file specified > at java.lang.ProcessBuilder.start(Unknown Source) > at com.cloud.utils.script.Script.execute(Script.java:184) > > .... > .... > ERROR [cloud.servlet.CloudStartupServlet] (main:) Exception starting > management server > com.cloud.utils.exception.CloudRuntimeException: Cannot get home directory > for account: scvmm > > Any help on how to fix/workaround this issue is greatly appreciated. > > Regards, > Pattabi >
Can you check if your bash executable is in the /usr/local/bin/bash location within cygwin? If it isn't, can you create a sym-link from that location to the correct location? -chip
