Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

ORACLE DB Setup during JIRA Installation

Hi,

We are performing JIRA upgrade from 6.3.12 to latest version. Ours is a standalone server.

So, before upgrade I am installing same version of JIRA on another VM Server. 

I have executed the bin file(atlassian-jira-6.3.12-x64.bin) in the new VM machine.

Accessed JIRA using http:<hostname of machine>:8080

Our DBA created a user and password in ORACLE database as well.

I have provided necessary information properly below.

 

I am getting below error:

Error connecting to database

Listener refused the connection with the following error: ORA-12514, TNS:listener does not currently know of service requested in connect descriptor

Does the "dbconfig.xml" file need to be created by myself or it will be created once the below setup is done.

 

DB Conn.JPG

 

Thanks,

Nav

1 comment

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jun 12, 2017

The dbconfig.xml file will be created by the installer.  But you need to get the connection settings right in order for it to continue.

I have done the installation properly, but dbconfig.xml file was not created. I am not sure why.

Below are the steps I followed.

1. Downloaded atlassian-jira-6.3.12-x64.bin file from archives using wget command

2. chmod a+x atlassian-jira-6.3.12-x64.bin

3. Chose Custom Installation and port settings were done properly.

Thanks,

Nav

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jun 12, 2017

It's not the installation of JIRA that is wrong, it's that it cannot connect to your database.  Check the settings for that, and read up on what "Listener refused the connection with the following error: ORA-12514, TNS:listener does not currently know of service requested in connect descriptor" means.  The usual problem is your tnsnames.ora is incorrect.

Comment

Log in or Sign up to comment