openvscode-server icon indicating copy to clipboard operation
openvscode-server copied to clipboard

Kogito Breaks IDE

Open ccravens opened this issue 4 years ago • 2 comments

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

  • VS Code Version: image

  • OS Version: image

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)

ccravens avatar Dec 02 '21 02:12 ccravens

Please reach out to the extension author.

akosyakov avatar Dec 02 '21 07:12 akosyakov

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

jeanp413 avatar Dec 06 '21 18:12 jeanp413