Skip to content
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

appearing an error about grpc through installation via pulling an image #193

Open
daveewang opened this issue Oct 23, 2021 · 9 comments
Open

Comments

@daveewang
Copy link

I install the mc2 through the way of installation via pulling an image. Installing the project through the default configuration, but appearing an error about grpc when executing "mc2 run" :
image

@chester-leung
Copy link
Member

Hi @daveewang , this is likely because the Opaque SQL listener is not up, so any attempt to connect to it results in this error. You may need to wait a little bit between when you run mc2 start and when you run mc2 run to allow Opaque SQL time to start up.

We do not yet have a built in function to check whether Opaque SQL has launched, but you can check to see if the port that Opaque SQL uses is occupied to check whether it has launched: lsof -i :50052

@daveewang
Copy link
Author

Hi @chester-leung , when I check the detail of 'mc2 start', finding an error about 'build/sbt run'.
image

@chester-leung
Copy link
Member

Can you please paste more output? I see the CMake error but would be great to see some logs before that

@daveewang
Copy link
Author

sorry, this is all error information:
image
image
this is error in CmakeError.log:
image

image

@ryanleh
Copy link
Contributor

ryanleh commented Oct 27, 2021

Could you try running: sudo apt install build-essential nghttp2 libnghttp2-dev libssl-dev? And see if you can ping github.com?

@daveewang
Copy link
Author

hi, @ryanleh, I can't ping github.com

@ryanleh
Copy link
Contributor

ryanleh commented Oct 28, 2021

Can you ping github.com from outside of the container?

@daveewang
Copy link
Author

Originally not, but after adding some configurations it is possible to ping github.com.
the configurations:
image

@daveewang
Copy link
Author

hi,@ryahleh, I find a new error in the progress of "mc2 start":
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants