broadinstitute / wdl-ide

Rich IDE support for Workflow Description Language
BSD 3-Clause "New" or "Revised" License
40 stars 8 forks source link

root ERROR Faild to initialize global state path: Error: EACCES: permission denied #31

Open gausshuang opened 1 year ago

gausshuang commented 1 year ago

I run " docker-compose up", but get the following error message: root ERROR Faild to initialize global state path: Error: EACCES: permission denied, mkdir '/home/theia/.theia/plugin-storage' theia_1 | root INFO [4128146c-76b0-47af-a84d-a8a6ace635f5][vscode.docker]: Disconnected. theia_1 | terminal ERROR Couldn't attach - can't find terminal with id: 0 theia_1 | terminal ERROR Error attaching to terminal id 0, the terminal is most likely gone. Starting up a new terminal instead.

heia_1 | root ERROR Request getHostLogPath failed with error: EACCES: permission denied, mkdir '/home/theia/.theia/logs' Error: EACCES: permission denied, mkdir '/home/theia/.theia/logs' theia_1 | root ERROR Request getHostStoragePath failed with error: EACCES: permission denied, mkdir '/home/theia/.theia/workspace-storage' Error: EACCES: permission denied, mkdir '/home/theia/.theia/workspace-storage' theia_1 | root ERROR Failed to load plugins: Error: Request 'getHostLogPath' failed

how can I handle this error? Thanks very much.