You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
Thanks,
Nav
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
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.