-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Issues in installing on MacOS #449
Comments
Hi @francescomiliani do you see the same issue with all paladin nodes? did you try http://localhost:31648/ui or http://localhost:31748/ui |
@francescomiliani are you able to access the JSON RPC API? Specifically, if you use the {
"jsonrpc": "2.0",
"id": "1",
"error": {
"code": -32600,
"message": "PD020700: Invalid JSON/RPC request data"
}
} |
Hi @hosie, thank you for your reply. Below I attached screenshots taken from Chrome Browser |
Hi @gabriel-indik, thank you for your reply. |
Current suspicion is that something is not quite right in the docker and/or kind networking layer. The Another thing to try, just to rule out a problem with the container itself. If you exec into one node ( e.g.
|
Hi @hosie, thanks again, here commands and outputs: docker info Server: WARNING: daemon is not using the default seccomp profile kubectl -it exec paladin-node1-0 -- /bin/sh Thanks again for your support |
Thanks @francescomiliani the only things I can see that are significantly different from my env is
I am pretty sure that it should not need 10CPU and 15GiB of memory but maybe worth increasing your resources in docker desktop to see if it makes a difference. and/or check whether your docker desktop has any pending updates. In the meantime, I'll see if I can find anyone else who has tested on |
Hi @hosie, here my uname -a output Darwin MacBook-Pro-di-Sviluppo.local 21.2.0 Darwin Kernel Version 21.2.0: Sun Nov 28 20:28:54 PST 2021; root:xnu-8019.61.5~1/RELEASE_X86_64 x86_64 We might update Docker, for instance, or could be a problem related to kind? |
I do know of one other person who has been using the same kind version as you without issue but I do not know of anyone who has been using How persistent is this problem for you? e.g. if you restart the pods ( |
@hosie We did the following steps:
Thank you for your support :) |
That's great news @francescomiliani . Thank you for persisting with it. |
What happened?
Hello, we experimented issues during installation on MacOS, whose conducts to errors on access it via the web.
What did you expect to happen?
A correct working
How can we reproduce it (as minimally and precisely as possible)?
By installing Paladin on MacOs with version specified in OS Version section
Anything else we need to know?
Attached logs
logs.zip
OS version
Hello,
Installing the software on Windows using the following link,
https://lf-decentralized-trust-labs.github.io/paladin/head/getting-started/installation/#outcome
we did not encounter any issues. However, on Mac OS, after the installation, we were unable to access it via the web.
The configuration is :
macOS Monterey Versione 12.1
MacBook Pro (Retina, 13-inch, Early 2015)
Processor 2,9 Ghz Intel Core i5 dual-core
Memory : 8 GB 1867 Mhz DDR3
In attachment the logs file
The Pod verification command produces the following outputs:
Kubectl get pods
Kubectl get service
Kubectl get scd
Kubectl get reg
The web access remains pending indefinitely
Also with curl
The text was updated successfully, but these errors were encountered: