-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
It isn't possible to start workspace once it has been stopped #14436
Comments
@skabashnyuk Could you have a look pls to decide if it is blocker? |
@vitaliy-guliy Please add Devfile of the workspace to issue description |
I believe it's blocking for whom is using Che-Theia, I'm talking not about |
Looks like it's caused by #14402 |
@vitaliy-guliy I agree with you |
I was able to successfully create/start/stop workspace from provided devfile. I think it's something related to profile configuration && as @sleshchenko suggested may be related to #14402 |
I get an error when creating and starting a workspace from any node stack
|
Preferences
{
"theia-user-preferences":"{\"chePlugins.repositories\":{\"Eclipse Che plugins\":\"http://plugin-registry-che.192.168.99.112.nip.io/v3/plugins/\",\"my\":\"https://raw.githubusercontent.com/vitaliy-guliy/che-theia-plugin-registry/master/plugins/plugins.json\"}}",
"codenvy:created":"1567082487909",
"temporary":"false"
} Profile {
"links":[
{
"href":"http://che-che.192.168.99.112.nip.io/api/profile",
"rel":"current_profile",
"method":"GET",
"produces":"application/json"
},
{
"href":"http://che-che.192.168.99.112.nip.io/api/profile/che",
"rel":"self",
"method":"GET",
"produces":"application/json"
},
{
"href":"http://che-che.192.168.99.112.nip.io/api/profile/attributes",
"rel":"current_profile.attributes",
"method":"PUT",
"produces":"application/json",
"consumes":"application/json"
},
{
"href":"http://che-che.192.168.99.112.nip.io/api/profile/attributes",
"rel":"current_profile.attributes",
"method":"DELETE",
"produces":"application/json",
"consumes":"application/json"
},
{
"href":"http://che-che.192.168.99.112.nip.io/api/profile/che/attributes",
"rel":"profile.attributes",
"method":"PUT",
"produces":"application/json",
"consumes":"application/json"
}
],
"email":"che@eclipse.org",
"userId":"che"
} |
Will take a look on it |
Today morning it become not possible to start the workspace.
The day before I used to stop minikube, and after starting the minikube again my workspace become not accessible.
Describe the bug
Nothing to describe. Just stop the minikube and start it in a day.
I believe that after deleting the minikube machine, updating chectl and creating the machine again everything could be fine. But it's not an option for the developer who is focused on doing his job.
Che version
Steps to reproduce
Expected behavior
Workspace must be running with alive IDE.
Runtime
minikube version
andkubectl version
)Screenshots
Installation method
Environment
Devfile
IDE2 team is using Che-Theia daily and expected that everything is always working.
Taking that into account I marked the issue as blocking.
The text was updated successfully, but these errors were encountered: