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

Can't start Jenkins at localhost:8181 #13

Closed
vovadakhniy opened this issue Jan 27, 2019 · 9 comments
Closed

Can't start Jenkins at localhost:8181 #13

vovadakhniy opened this issue Jan 27, 2019 · 9 comments
Assignees

Comments

@vovadakhniy
Copy link

vovadakhniy commented Jan 27, 2019

MAC OS High Sierra
Docker Version 2.0.0.2

@serputko
Copy link
Owner

Hi Vova
Seems that you have some other process running on 8181 port
You can stop that process or just change jenkins port from 8181 to some other one in docker-compose.yml file

@vovadakhniy
Copy link
Author

@serputko
I changed it, but did not help.
Could you confirm that you can run Jenkins with default port (8181) on your machine?

@vovadakhniy
Copy link
Author

@serputko
I'm successfully run all services.
But I'm stuck with launching demo jmeter scenario with BackendJob.
Can't successfully build it - runs with failure every time.
"Unable to find image 'jmeter:latest' locally
docker: Error response from daemon: pull access denied for jmeter, repository does not exist or may require 'docker login'."

rez1
rez2

@serputko
Copy link
Owner

serputko commented Jan 30, 2019

@vovadakhniy Sorry for long reply. Seems that i has some old images available and it was not failing on my localhost while testing.
Could you please do:
go to directory with framework
git pull
docker-compose down
docker-compose build --no-cache jenkins
docker-compose up -d

Thanks

@serputko serputko self-assigned this Jan 30, 2019
@vovadakhniy
Copy link
Author

@serputko
When I run docker-compose up -d
I've got an error ''Cannot start service jenkins''
Maybe I need to update some existing library?
jk3

@vovadakhniy
Copy link
Author

@serputko
Now when I run jmeter scenario with BackendJob I got this one:
6
And when I run influxdb localhost:8653 - page not found:
7

@serputko
Copy link
Owner

serputko commented Feb 1, 2019

Influxdb has no web interface to interact, 404 is ok
You get backend job failed as Jmeter is not starting scenario, could you please execute docker image ls -a command and send me results?

@vovadakhniy
Copy link
Author

@serputko
What exactly image?

@serputko
Copy link
Owner

serputko commented Feb 7, 2019

Hello
We successfully started framework from scratch with no problems on few machines yesterday.
Let’s try to do again, just rebuild all
docker-compose pull
docker-compose build
docker-compose down
docker-compose up -d

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