This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eclipse-che/theia-plugin-ext: error Command failed with exit code 1. | |
@eclipse-che/theia-plugin-ext: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. | |
@eclipse-che/theia-plugin-ext: error Command failed with exit code 1. | |
lerna ERR! execute callback with error | |
lerna ERR! Error: Command failed: yarn run prepare | |
lerna ERR! error Command failed with exit code 1. | |
lerna ERR! error Command failed with exit code 1. | |
lerna ERR! | |
lerna ERR! $ yarn clean && yarn build | |
lerna ERR! $ rimraf lib |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
specVersion: 0.0.1 | |
name: che-machine-exec | |
components: | |
- name: theia-editor | |
type: cheEditor | |
id: org.eclipse.che.editor.theia:next | |
- name: exec-plugin | |
type: chePlugin | |
id: che-machine-exec-plugin:0.0.1 | |
- name: ms-vscode.go |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker rmi $(docker images -f "dangling=true" -q) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
minishift start --cpus 4 --memory 16192 --disk-size 50g --vm-driver=virtualbox --docker-opt userland-proxy=false | |
chectl server:start --installer=operator --platform=minishift |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metadata: | |
name: cheTheia-in-che-remote | |
apiVersion: 1.0.0 | |
components: | |
- | |
reference: >- | |
https://raw.githubusercontent.com/eclipse/che-plugin-registry/master/v3/plugins/ms-python/python/2019.2.5433/meta.yaml | |
type: chePlugin | |
projects: | |
- source: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metadata: | |
name: cheTheia-in-che-remote | |
projects: | |
- name: che-theia-samples | |
source: | |
location: 'https://github.com/eclipse/che-theia-samples.git' | |
type: git | |
- name: theia | |
source: | |
location: 'https://github.com/theia-ide/theia.git' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
known/openid-configuration | |
2019-07-30 12:52:28,496[ost-startStop-1] [INFO ] [o.e.c.m.k.s.KeycloakSettings 91] - Retrieving OpenId configuration from endpoint: https://keycloak-che-ide.192.168.99.100.nip.io/auth/realms/che/.well-known/openid-configuration | |
2019-07-30 12:52:28,500[ost-startStop-1] [INFO ] [o.e.c.m.k.s.KeycloakSettings 91] - Retrieving OpenId configuration from endpoint: https://keycloak-che-ide.192.168.99.100.nip.io/auth/realms/che/.well-known/openid-configuration | |
2019-07-30 12:52:28,625[ost-startStop-1] [ERROR] [o.a.c.c.C.[.[localhost].[/api] 4798] - Exception sending context initialized event to listener instance of class [org.eclipse.che.inject.CheBootstrap] | |
com.google.inject.CreationException: Unable to create injector, see the following errors: | |
1) Error injecting constructor, java.lang.RuntimeException: Exception while retrieving OpenId configuration from endpoint: https://keycloak-che-ide.192.168.99.100.nip.io/auth/realms/che/.well-known/openid-configuration | |
at org.ecl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metadata: | |
name: nodejs | |
projects: | |
- name: nodejs-web-app | |
source: | |
location: 'https://github.com/che-samples/web-nodejs-sample.git' | |
type: git | |
branch: master | |
- name: rhoar-getting-started | |
source: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metadata: | |
name: nodejs | |
projects: | |
- name: rhoar-getting-started | |
source: | |
location: 'https://github.com/AndrienkoAleksandr/rhoar-getting-started.git' | |
type: git | |
branch: master | |
components: | |
- id: che-incubator/typescript/latest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metadata: | |
name: init-container-test | |
projects: | |
- name: example | |
source: | |
location: 'https://github.com/AndrienkoAleksandr/vscode-hello-extension.git' | |
type: git | |
branch: master | |
components: | |
- memoryLimit: 512Mi |