gitpod-io / openvscode-server

Run upstream VS Code on a remote machine with access through a modern web browser from any device, anywhere.
https://www.gitpod.io/
MIT License
4.99k stars 431 forks source link

Kogito Breaks IDE #251

Open ccravens opened 2 years ago

ccravens commented 2 years ago

Does this issue occur when all extensions are disabled?: No

Steps to Reproduce:

  1. Install Kogito Extension (search Kogito, install) image

  2. Create test file test.bpmn, the editor stays spinning forever: image

  3. Interact with the DMN editor and the whole application crashes: image

image

Seeing this in the logs:

[02:08:22] [File Watcher (parcel)] Unexpected error: Operation not permitted (EUNKNOWN) (path: /home/workspace)
[02:08:22] [File Watcher (parcel)] restarting watcher after error: Operation not permitted
[02:08:22] [File Watcher (parcel)] Unexpected error: Operation not permitted (EUNKNOWN) (path: /home/workspace)
[02:08:22] [File Watcher (parcel)] restarting watcher after error: Operation not permitted
[02:08:23] [File Watcher (parcel)] Unexpected error: Operation not permitted (EUNKNOWN) (path: /home/workspace)
[02:08:23] [File Watcher (parcel)] restarting watcher after error: Operation not permitted
[02:08:23] [File Watcher (parcel)] Unexpected error: Operation not permitted (EUNKNOWN) (path: /home/workspace)
[02:08:23] [File Watcher (parcel)] restarting watcher after error: Operation not permitted
[02:08:24] [File Watcher (parcel)] Unexpected error: Operation not permitted (EUNKNOWN) (path: /home/workspace)
[02:08:24] [File Watcher (parcel)] restarting watcher after error: Operation not permitted
[02:08:25] [File Watcher (parcel)] Unexpected error: Operation not permitted (EUNKNOWN) (path: /home/workspace)
[02:08:25] [File Watcher (parcel)] gave up attempting to restart watcher after error: Operation not permitted

and lots of this before installing Kogito extension:

Error: Unexpected SIGPIPE
    at process.<anonymous> (/home/openvscode-server-v1.62.3/out/bootstrap.js:1:370)
    at process.emit (events.js:315:20)
Error: Unexpected SIGPIPE
    at process.<anonymous> (/home/openvscode-server-v1.62.3/out/bootstrap.js:1:370)
    at process.emit (events.js:315:20)
Error: Unexpected SIGPIPE
    at process.<anonymous> (/home/openvscode-server-v1.62.3/out/bootstrap.js:1:370)
    at process.emit (events.js:315:20)
Error: Unexpected SIGPIPE
    at process.<anonymous> (/home/openvscode-server-v1.62.3/out/bootstrap.js:1:370)
    at process.emit (events.js:315:20)
Error: Unexpected SIGPIPE
    at process.<anonymous> (/home/openvscode-server-v1.62.3/out/bootstrap.js:1:370)
    at process.emit (events.js:315:20)
akosyakov commented 2 years ago

Please reach out to the extension author.

jeanp413 commented 2 years ago

@ccravens I just tested this on Ubuntu linux and I cannot reproduce. Maybe it's related to this https://github.com/gitpod-io/openvscode-server/issues/148? Are you running docker with sudo?