The workspace status changed unexpectedly to "Stopped"
See original GitHub issueSummary
i’m receiving The workspace status changed unexpectedly to "Stopped"
message, i have no idea what is the reason for this issue, please help me to debug this issue. it was working fine till yesterday
below is the error message shown in dashboard
below is the pod-workspace log
below is the devfile.yaml which i used to create the workspace
schemaVersion: 2.1.0
metadata:
name: cbfsel-repo
projects:
- name: cbfsel-project
git:
checkoutFrom:
revision: master
remotes:
origin: https://gitlab.eng.vmware.com/dchelladurai/cbf-sel.git
components:
- container:
image: 'artfact-prd.vmware.com:5001/qedocker/eclipseche/customopenjdk8:v10'
memoryLimit: 4G
volumeMounts:
- name: m2volume
path: /home/user/.m2
name: javacontainer
- container:
image: 'artfact-prd.vmware.com:5001/qedocker/eclipseche/selenium/standalone-chrome:4.3.0-20220706'
memoryLimit: 4G
endpoints:
- exposure: public
name: 4444-tcp
protocol: tcp
targetPort: 4444
- exposure: public
name: 5900-tcp
protocol: tcp
targetPort: 5900
- exposure: public
name: 7900-http
protocol: http
targetPort: 7900
secure: true
name: chromecontainer
- name: m2volume
volume:
size: 4G
commands:
- exec:
commandLine: mvn clean package -DskipTests
component: javacontainer
group:
isDefault: true
kind: build
label: 'build project using maven'
workingDir: '${PROJECT_SOURCE}'
id: mvnpackage
Relevant information
No response
Issue Analytics
- State:
- Created a year ago
- Comments:18 (7 by maintainers)
Top Results From Across the Web
Troubleshoot a WorkSpace stuck in starting, rebooting, or ...
My Amazon WorkSpaces Windows WorkSpace is stuck in the starting, rebooting, or stopping status. Why is this happening, and how can I fix ......
Read more >Watcher stops working when adding to the workspace a ...
Issue Type: Bug Add to the workspace a directory in a WSL2 disk. Notification: "File changes watcher stopped unexpectedly.
Read more >Google Workspace Known Issues
Google Workspace Known Issues ... Product outages: Up-to-date outage information is posted within the Google Workspace Status Dashboard.
Read more >Why is my WorkSpace stuck in the starting, rebooting, or ...
... https://aws.amazon.com/premiumsupport... Shilpi shows you why your WorkSpace is stuck in the starting, rebooting, or stopping status.
Read more >Google Workspace Status Dashboard
Incident began at 2022-10-20 11:29 and ended at 2022-10-20 14:40 (times are in ... Please note that this time frame is an estimate...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
After updating operator image, I can’t reproduce
The workspace status changed unexpectedly to "Stopped"
error anymore@Divine1 You can simply delete operator pod. A new one will come up in a few seconds and a new operator image (
quay.io/eclipse/che-operator:next
) will be pulled up.