Issue trying to launch sample project che-ide-server-extension

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Issue trying to launch sample project che-ide-server-extension



With Eclipse Che, I've recently been able to deploy the docker container without any issue as provided in the instructions.



I'm at the point where am trying to learn a bit more about extension development for Che, and I'm going through the small introduction on "developing your first plugin" located on the following page:
https://www.eclipse.org/che/docs/che-in-che-quickstart.html



I'm stuck at the point where I can successfully build and deploy the sample project by executing the Traefik Start, Tomcat8-IDE Start, Deploy IDE and Deploy Workspace Agent commands.



But when it comes time to navigate to the newly created 2nd workspace by clicking on the link provided in the IDE to go to the newly created 2nd workplace instance...:



enter image description here
... I end up getting redirected to the following error page:
enter image description here
I suspect that there may be some kind of configuration problem with the sample plugin project, or configuration problem with keycloak, but I'm at the point where I don't really know how to proceed in terms of troubleshooting.



(Update: 2018/07/31)



At request of @kalrsson for more information, below is a screenshot of the che-public client configuration in my Keycloak instance.
enter image description here




1 Answer
1



Can you go to keycloak_ip:5050/auth, login as admin/admin, clients, che-public, and the IP you use to redirect urls and webOrigins?





Thanks for your reply. I just edited my post with a screenshot of the information you are asking for. So far for the "Valid Reirect URIs" setting, i use "192.168.103:8080/*" and for "Web Origins" i use "192.168.56.103:8080".
– wtfacoconut
1 min ago






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Makefile test if variable is not empty

Will Oldham

Visual Studio Code: How to configure includePath for better IntelliSense results