Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1) Problem: Server will not start and throw3s throws following exception

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(smile) Exception starting
> management server
> > com.cloud.utils.exception.CloudRuntimeException: Cannot get home
> directory for account: scvmm

Workaround: The problem is that the windows environment just don't go through Skip key generation and cloudstack works fine. The work aroiund is to set This is done by setting developer=true in the configuration table, by running the following SQL statement in MySQL
Update configuration set value='false' where key='developer';

...