unable to know the credentials of eclipse che dashboard - dashboard

hi guys i need your help, please help me and thank you in advance, i appreciate your help
i installed eclipse-che on minikube(locally).
i reached the step of running
chectl server:start
and got this output:
Command server:start has completed successfully in 07:02.
then executed
chectl server:status
and the output is:
Eclipse Che Version : 7.60.1
Eclipse Che Url : https://192.168.59.100.nip.io/dashboard/
now when i open the browser and go to that address i find a page where i should put email and password which i can never find anywhere. please help me guys since i tried many combinations that i found in many forums like che#eclipse.org as email and userN#che and test in both email and password. none worked. i don't know if i missed anything.
i checked the official docs and i find it very vague and mysterious, probably because i installed it when i am not focusing enough

Related

Intelliji Idea Cannot access org.springframework.plugin.core.Plugin

I am setting up a springboot project in Intelliji Idea from a tutorial course, and having a problem with the message of "Cannot access org.springframework.plugin.core.Plugin". I have read whatever I could pull out from google search, but with no luck and still getting stuck there. I attach the screenshot here and hope someone can help me out.
I add import org.springframework.plugin.core.Plugin; and then add to classpath.

Sonar rest API insufficient privileges

I can't access most of the Sonar API, for example
localhost:9000/api/tests/show?key=htmlparser:/src/test/java/HtmlParserTest.java
or see api/sources/scm. api/server/system and some other general stuff works but nothing where I actually see the code.
I always get a
{"errors":[{"msg":"Insufficient privileges"}]}
I set the project permissions to let anyone see source code & browse the porject, I tried it with Postman, a Java HttpRequest, the command line ...
curl -u admin:admin localhost:9000/api/tests/show?key=htmlparser:/src/test/java/HtmlParserTest.java
I checked with SonarQube 5.1 and 4.5.1. I've found a posts with the same issue but have yet to find a fix. Does anyone have a solution idea?
Thanks for your help
SOLUTION
It was a syntax error (even though the message said Insufficient privileges). The correct call would be:
localhost:9000/api/tests/show?key=htmlparser:htmlparser:src/test/java/HtmlParserTest.java
If you are not sure what goes before the "src/..." don't worry. You can get it by calling api/projects/index and looking at the attribute named "k".

Websphere Commerce Checkout Flow with Jmeter

I'm having problems with the simulation of the checkout flow with Jmeter. I believe there is a problem with the session management. I have already added a cookie manager in order to use the wcs cookies trough my testing plan. Has anybody ever done this? Please help me.
I also checked the SystemOut.log, and i found this exceptions(I don't have the exact text but it's similar to:
The user #### does not have the authority to run this command
or
The user does not have the authority to run this command
This happens with OrderItemUpdateCmd and OrderProcessCmd.
Please help me, thanks in advace.
Sometime this error occurs if we haven't run the acpload after adding new controller commands. Are you getting this error with the Out of Box WCS commands or the new controller commands added.

Unable to upload files to AWS S3 buckets using CORS

I was just trying out the example which is specified in this blog, but I am getting this error "Could not contact signing script. Status = 404". I followed all the steps specified in the blog and also carefully changed the CORS configuration in AWS management Console too. I am not able to figure out the problem. Kindly help me out.
Here is the blog link http://www.ioncannon.net/programming/1539/direct-browser-uploading-amazon-s3-cors-fileapi-xhr2-and-signed-puts/
I faced the same problem you did trying to follow the example in this blog post. I wrote an article showing everything I had to do to make it work for me.
https://blog.pjam.me/posts/direct-upload-to-s3/
Hope it'll work for you.

How to set up gist to work with an existing token?

I've installed gist Ruby gem. However, I'm having trouble setting up my gist to work with an existing Github account and taken. I've read the instructions in here. However, I'm lost on the next steps I should try to get the authentication working despite following the instructions.
------ Update--------------------------
Found this issue to be open in its Github page: https://github.com/defunkt/gist/issues
Not much I can do at this point.
Thanks in advance for your insights!
You should use your github password, not token: https://github.com/defunkt/gist#authentication

Resources