Hi,
I'm getting this error:
HTTP Status 500 IO Error: The Network Adapter could not establish the connection
I'm trying to use an Oracle11g using Service database following these steps:
https://confluence.atlassian.com/display/JIRAKB/How+to+Connect+JIRA+to+ORACLE+Using+Service+Name
I add the property:
JVM_SUPPORT_RECOMMENDED_ARGS=" -Doracle.net.tns_admin=/opt/atlassian/jira/conf"
The folder /opt/atlassian/jira/conf contains the file tnsnames.ora which looks like:
ORAPRE13 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = myhost.com)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = XEON)
)
)
I edit the dbconfig.xml as follows:
<?xml version="1.0" encoding="UTF-8" ?>
I tried to telnet the host and it doesn't connect, so I've asked my network administrator to check if maybe the firewall is blocking the traffic over the 1521 port
Hi,
try to connect to Oracle from the jira server. Try "tnsping ORAPRE13", and if OK, sqlplus.
It's likely a misconfigured listener on the server.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
First you should check the network issues(e.g: firewall is blocking port 1521). If network is ok,
then most probably you have listener configured wrongly, the hostname you specify in connection string must be the same as in the listener.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Alex Perez. The firewall was blocking the traffic over the 1521 port.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please I really need help. The firewall seems to be ok. What am I doing wrong with the configuration above?
Thanks
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.