I have launched the quick start on aws and it keeps giving 502 error. Has anyone tested it I am using the template form github with vpc
I have tried it in different region also same issue everytime.
We had the exact same problem when setting this up today. We were able to solve by logging into the AWS system to start Jira with these commands (IPs and values will be found in your AWS setup):
ssh -A -i ~/.ssh/YOUR-AWS-CLIENT-KeyPair.pem ec2-user@<your-bastioan-IP>
ssh <your-jira-server-internal-ip>
sudo -s
service jira start
Thanks alot I was worried for a while logged in but didnt know which service now I know the answer and got it working :)
Thanks a million :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I get the message
'jira: unrecognized service'
Where would the installation direct for Jira DC be when using AWS Quickstart?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The "your-jira-server-internal-ip" where you need to log in to via Bastion for your Jira server is found in the Private IPv4 addresses field in your Jira instance server in the EC2 Instances list view in AWS. Hope this helps you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to jump into your jira server not just the bastion host. ssh into the bastion host and then ssh into the jira server using the private ip usually (10.*.*.*) you an get the ip address from your EC2 console on your Jira Instance machine. You will need to use the pem key you created.
Once inside your jira server then you can execute the command as mentioned above.
If not try to see if you have anything at
/etc/init.d/jira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My earlier message was unclear, apologies. I had logged into the bastion host and then went on to log into Jira Node.
By running the above commands in the Jira Node I got the message 'Jira: unrecognized service'.
I was able to resolve the '502 Bad Gateway' issue by restarting the Jira node. After waiting about 10 - 15 mins the Jira Application is up and running. Thank you for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.