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

www: www: Name does not resolve #24

Open
kibotu21 opened this issue Dec 7, 2018 · 0 comments
Open

www: www: Name does not resolve #24

kibotu21 opened this issue Dec 7, 2018 · 0 comments

Comments

@kibotu21
Copy link

kibotu21 commented Dec 7, 2018

I got this error.

2018-12-07 18:58:33,214 FATAL [finishsetupBackgroundThread] [BambooContainer] Cannot start bamboo
java.lang.RuntimeException: java.net.UnknownHostException: www: www: Name does not resolve
at com.atlassian.security.auth.trustedapps.UIDGenerator.generateUID(UIDGenerator.java:71)
at com.atlassian.security.auth.trustedapps.BaseEncryptionProvider.generateUID(BaseEncryptionProvider.java:18)
at com.atlassian.bamboo.container.startup.InitialiseTrustedAppsOnStartup.run(InitialiseTrustedAppsOnStartup.java:31)
at com.atlassian.bamboo.container.BambooContainer.start(BambooContainer.java:241)
at com.atlassian.bamboo.upgrade.UpgradeLauncher.upgradeAndStartBamboo(UpgradeLauncher.java:131)
at com.atlassian.bamboo.ww2.actions.setup.FinishSetupAction.execute(FinishSetupActi

I tried to fix it with with this resolution, but without success:
https://confluence.atlassian.com/bamkb/bamboo-fails-on-startup-due-to-unknownhostexception-for-aws-private-ip-802170182.html

The start-script:
#!/bin/bash
docker pull cptactionhank/atlassian-bamboo:latest
docker rm --volumes --force "bamboo-container"
docker create --restart=no --name "bamboo-container"
--publish "8085:8085"
--expose "5432"
--add-host="127.0.0.1:127.0.0.1"
--network "host"
--volume "/var/atlassian/bamboo:/var/atlassian/bamboo"
--env "CATALINA_OPTS= -Xms512m -Xmx4096m"
--env "X_PROXY_NAME=bamboo.xhefgbxcs.de"
--env "X_PROXY_PORT=443"
--env "X_PROXY_SCHEME=https"
cptactionhank/atlassian-bamboo:latest
docker start --attach "bamboo-container"

Could anybody help?

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

1 participant