Che version:IDE extension version:IDE version:Kubernetes cluster:
Description:
Create an appsody java-microprofile project, I see this in Turbine.log:
[25/10/19 17:42:59 Turbine] [ERROR] [File Name: /file-watcher/server/dist/utils/logger.js | Function Name: logProjectError | Line Number: 202] e2676f10-f74e-11e9-b7ce-ddbd5f49a2b9: ShellExtensionProject.setLanguage : 70 | grep: .appsody-config.yaml: No such file or directory
Notes:
I do not see this error with nodes-express project
The file is clearly there in /mounted-workspace/<projectname>/.appsody-config.yaml
When debugging through the code, things are slowed down such that this error is not encountered
Possibly it's a timing issue of the project files being uploaded, the .appsody-config.yaml file may not be copied to the right location when the above runs.
Codewind version: OS:
Che version: IDE extension version: IDE version: Kubernetes cluster:
Description:
Create an appsody
java-microprofile
project, I see this inTurbine.log
:Notes:
nodes-express
project/mounted-workspace/<projectname>/.appsody-config.yaml
Possibly it's a timing issue of the project files being uploaded, the
.appsody-config.yaml
file may not be copied to the right location when the above runs.Steps to reproduce:
Workaround: