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

Docker: Java heap space #358

Open
mehrdd opened this issue Feb 18, 2019 · 2 comments
Open

Docker: Java heap space #358

mehrdd opened this issue Feb 18, 2019 · 2 comments

Comments

@mehrdd
Copy link

mehrdd commented Feb 18, 2019

Hi,
I'm trying to install Concourse via Docker.
But i'm getting this error in console after install:

Exception in thread "Client Worker 0" java.lang.OutOfMemoryError: Java heap space
at org.apache.thrift.protocol.TBinaryProtocol.readStringBody(TBinaryProtocol.java:379)
at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:230)
at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:27)
at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:286)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

image

@jtnelson
Copy link
Member

Hi @mehrdd,

Thanks for reporting this issue. What command are you using to run Concourse via Docker? After the container starts, are you running any additional commands?

Thanks in advance for the info. We'll get you up and running soon once we're able to diagnose things further.

Best,
Jeff

@mehrdd
Copy link
Author

mehrdd commented Feb 19, 2019

Hi Jeff,
I'm just using normal commands like:

docker run -p 1717:1717 --name concourse cinchapi/concourse

After installing my Concourse container, i opened my browser and entered http://localhost:1717

Thanks,
Mehrdad

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

2 participants