You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
while running below command
docker run -v bambooAgentVolume:/home/bamboo/bamboo-agent-home --name="bambooAgent" --init -d atlassian/bamboo-agent-base BAMBOO_SERVER_URL
Even after providing BAMBOO_SERVER_URL i'm getting error
INFO | jvm 23 | 2019/11/12 07:34:34 | 2019-11-12 07:34:34,266 INFO [WrapperSimpleAppMain] [AgentContext] Authenticating against Bamboo server at http://bamboo.xxxxxx.com//agentServer/
INFO | jvm 23 | 2019/11/12 07:34:34 | Exiting due to fatal exception.
INFO | jvm 23 | 2019/11/12 07:34:34 | java.net.UnknownHostException: bamboo.xxxxxx.com: Name or service not known
ERROR | wrapper | 2019/11/12 07:34:34 | JVM exited while starting the application.
STATUS | wrapper | 2019/11/12 07:34:39 | JVM process is gone.
Hi @Anil Shah ,
The error is due to the container not being able to recognize and reach bamboo.xxxxxxx.com
java.net.UnknownHostException: bamboo.xxxxxx.com: Name or service not known
Add something like
12.345.678.90 bamboo.xxxxxxx.com
To /etc/hosts file of the Docker container
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.