Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Default login information of Jira sofftware image

serge calderara
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 13, 2021

Dear all,

I have donloaded and start the jira software docker image available below :

https://hub.docker.com/r/atlassian/jira-software

I have pull the 8.19 version of Jira and when I start the container, the application run on default http port but then request me to enter a user name and password.

Mt3c3i2sDH.png

I did not change anything from the original image except running it with the command :

docker run -v jiraVolume:/var/atlassian/application-data/jira --name="jira" -d -p 8080:8080 atlassian/jira-software:8.19.0

What is the default login/passw of those image in order to continue  the configuration ?

Thanks for help

regards

2 answers

0 votes
Alex
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 13, 2021

Hi @serge calderara !

 

As @Robert Wen_Cprime_ mentioned, one defined the admin username and password during the initial Jira setup. However, if do not remember the credentials of admin user by any reason checkout this article to recover them https://confluence.atlassian.com/crowdkb/restoring-passwords-to-recover-admin-user-rights-via-database-283642653.html 

 

Cheers,

 

Alex

serge calderara
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 14, 2021

@Alex I simply restart the container and now I get the normal process on my local machine.

My next step was to do the same operation with Atlassian 8.19 docker image and publish it on Azure containers.
I manage to get the image runner in azure and access it with Ip:8080 port but what is happening is that when the setup strat either with custom or demo data, it is never completes and hangs in a never ending loop please wait it will take a minute or 2 and nothing happen...

Any guide line exist somewhere to run Atalssian container in Azure ?

regards

Alex
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 14, 2021

Hi @serge calderara 

Azure is in my learning backlog but I played with Atlassian Docker images in previous versions running docker on my own MacBook a while back. I had a bit of a situation to startup Jira due to lack of resources (memory and processor) and after tuning up the container Jira started beautifully. Do you see any error messages in the atlassian-jira.log?

Cheers, 

Alex

serge calderara
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 15, 2021

now without any reason it comes up correctly.

0 votes
Robert Wen_Cprime_
Community Champion
October 13, 2021

Usually on a "Greenfield" installation of Jira, when starting Jira for the first time, you come upon screens to set the initial user and password.

Suggest an answer

Log in or Sign up to answer