question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The workspace status changed unexpectedly to "Stopped"

See original GitHub issue

Summary

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 image

below is the pod-workspace log image

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:open
  • Created a year ago
  • Comments:18 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
tolushacommented, Jul 20, 2022

After updating operator image, I can’t reproduce The workspace status changed unexpectedly to "Stopped" error anymore

1reaction
tolushacommented, Jul 20, 2022

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found