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

My SQL stack does not start #1524

Closed
artaleks9 opened this issue Jan 13, 2017 · 2 comments
Closed

My SQL stack does not start #1524

artaleks9 opened this issue Jan 13, 2017 · 2 comments

Comments

@artaleks9
Copy link

artaleks9 commented Jan 13, 2017

When I try to create workspace from java-mysql stack, the terminal agent does not start.

Reproduction Steps:

  • Go to the dashboard
  • Create new workspace from java-mysql stack

Expected behavior:

  • the workspace should be started.

Observed behavior:

  • the workspace agent does not start.

Codenvy version: 5.1.0-SNAPSHOT
OS and version: Ubuntu 14.04

Additional information:

  • Problem can be reliably reproduced: Yes
  • See the attachment:
    mysql_stack
    mysql_start
@ghost
Copy link

ghost commented Jan 13, 2017

$CHE_API isn't set in a non-dev machine, therefore WORKSPACE_MASTER_URI returns nothing in a script:

WORKSPACE_MASTER_URI=$(echo $CHE_API | cut -d / -f 1-3)

Looks like org/eclipse/che/plugin/docker/machine/ext/provider/ApiEndpointEnvVariableProvider.java should do this for non dev machine as well.

@mmorhun
Copy link
Contributor

mmorhun commented Jan 18, 2017

Fixed

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

No branches or pull requests

5 participants