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

Cannot make Presto work #85

Open
gfelot opened this issue Mar 26, 2019 · 1 comment
Open

Cannot make Presto work #85

gfelot opened this issue Mar 26, 2019 · 1 comment
Labels
bug help wanted java Pull requests that update Java code

Comments

@gfelot
Copy link

gfelot commented Mar 26, 2019

Following the day 3 tutorial of scylla I got an error when I want to start presto's container after building it.

cd scylla-code-samples/mms
git pull
cd presto
docker build -t presto .
docker run --name presto --network mms_web -p 8080:8080 -d presto

Then I got the error for presto :

2019-03-26T14:03:08.977Z	ERROR	main	com.facebook.presto.server.PrestoServer	null
java.lang.ExceptionInInitializerError
at sun.security.ssl.SSLSessionImpl.<init>(SSLSessionImpl.java:188)
[...] // hundred of line of at ...

I cannot launch the service on the web page.

I have docker on MacOS.

EDIT : I updated the Presto's version from 0.190 to 0.218 but nothing is working.
Everywhere I'm searching for this error it's pointed to OpenJDK 1.8.0. I try to base the image on woahbase/alpine-openjdk8:x86_64 but still the same issue.

@lapnapra
Copy link

This was the one I encountered. Fixed it by installing the package nss that provides /usr/lib/libnss3.so.

@DanielHe4rt DanielHe4rt added bug help wanted java Pull requests that update Java code labels Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug help wanted java Pull requests that update Java code
Projects
None yet
Development

No branches or pull requests

3 participants