QT-DevOps / AWSIssues

Issues with AWS
Apache License 2.0
3 stars 26 forks source link

Jenkins installation page error #111

Closed sharmilaOleti closed 3 years ago

sharmilaOleti commented 3 years ago

Jenkins plugin page is not being loaded. image It is continously showing this page. These are the steps I have followed AWS instance t2.medium sudo apt-get update sudo apt-get install openjdk-8-jdk -y java -version I have checked java is properly installed and also I have added JAVA_HOME path variable to /etc/environment Installed jenkins Long Term Support release wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add - sudo sh -c 'echo deb https://pkg.jenkins.io/debian-stable binary/ > \ /etc/apt/sources.list.d/jenkins.list' sudo apt-get update sudo apt-get install jenkins sudo systemctl start jenkins sudo systemctl status jenkins Checked /etc/passwd Jenkins has been added to the group

I have given permissions to the jenkins in sudoers file aswell. But the error is repeating. I have installed java 11 And it worked for some time and then it failed. I have run the jenkins container on docker as well. I have tried different browsers for compatibility issues.

But plugins are not being loaded. Kindly let me know the solution ASAP.

sharmilaOleti commented 3 years ago

Issue solved