INS 20802 - oracle net configuration assistant failed oracle installation for RHEL
Hi i am doing an installation of Oracle 12c on RHEL but i am stuck at this stage where i receive the following error :-
[INS 20802] - oracle net configuration assistant failed
and i followed the log file location :-
/tmp/InstallActions2019-01-18_09-00-00AM/InstallActions2019-01-18_09-00-00AM.log
[main] [ 2019-01-18 09:59:19.796 CET ] [ConfigureListener.typicalConfigure:289] Checking for free port in range: 1521-1540
[main] [ 2019-01-18 09:59:19.796 CET ] [ConfigureListener.validateEndPoint:1112] Validating end-point: TCP:1521
[main] [ 2019-01-18 09:59:19.797 CET ] [ConfigureListener.validateEndPoint:1131] Address String : (ADDRESS=(PROTOCOL=TCP)(HOST=bbx772.xxxx.corp)(PORT=1521))
[main] [ 2019-01-18 09:59:19.802 CET ] [ConfigureListener.validateEndPoint:1135] AddressBusy return code : 0
[main] [ 2019-01-18 09:59:19.802 CET ] [ConfigureListener.isPortFree:1196] Checking if port 1521 is free on local machine...
[main] [ 2019-01-18 09:59:19.802 CET ] [ConfigureListener.isPortFree:1211] InetAddress.getByName(127.0.0.1): /127.0.0.1
[main] [ 2019-01-18 09:59:19.803 CET ] [ConfigureListener.isPortFree:1213] Local host IP address: bbx772.xxxx.corp/127.0.1.1
[main] [ 2019-01-18 09:59:19.803 CET ] [ConfigureListener.isPortFree:1215] Local host name: bbx772.xxxx.corp
[main] [ 2019-01-18 09:59:19.803 CET ] [ConfigureListener.isPortFree:1226] Address bbx772.xxxx.corp
[main] [ 2019-01-18 09:59:19.803 CET ] [ConfigureListener.isPortFree:1288] No IP address returned for host. bbx772.xxxx.corp
oracle.net.ca.IllegalEndpointException: No valid IP Address returned for the host bbx772.xxxx.corp.
at oracle.net.ca.ConfigureListener.isPortFree(ConfigureListener.java:1289)
at oracle.net.ca.ConfigureListener.validatePort(ConfigureListener.java:1178)
at oracle.net.ca.ConfigureListener.validateEndPoint(ConfigureListener.java:1162)
at oracle.net.ca.ConfigureListener.typicalConfigure(ConfigureListener.java:296)
at oracle.net.ca.SilentConfigure.performSilentConfigure(SilentConfigure.java:212)
at oracle.net.ca.InitialSetup.<init>(NetCA.java:4325)
at oracle.net.ca.NetCA.main(NetCA.java:460)
may i ask what is the problem with this, and how should i go about this issue. thank you
oracle networking rhel
add a comment |
Hi i am doing an installation of Oracle 12c on RHEL but i am stuck at this stage where i receive the following error :-
[INS 20802] - oracle net configuration assistant failed
and i followed the log file location :-
/tmp/InstallActions2019-01-18_09-00-00AM/InstallActions2019-01-18_09-00-00AM.log
[main] [ 2019-01-18 09:59:19.796 CET ] [ConfigureListener.typicalConfigure:289] Checking for free port in range: 1521-1540
[main] [ 2019-01-18 09:59:19.796 CET ] [ConfigureListener.validateEndPoint:1112] Validating end-point: TCP:1521
[main] [ 2019-01-18 09:59:19.797 CET ] [ConfigureListener.validateEndPoint:1131] Address String : (ADDRESS=(PROTOCOL=TCP)(HOST=bbx772.xxxx.corp)(PORT=1521))
[main] [ 2019-01-18 09:59:19.802 CET ] [ConfigureListener.validateEndPoint:1135] AddressBusy return code : 0
[main] [ 2019-01-18 09:59:19.802 CET ] [ConfigureListener.isPortFree:1196] Checking if port 1521 is free on local machine...
[main] [ 2019-01-18 09:59:19.802 CET ] [ConfigureListener.isPortFree:1211] InetAddress.getByName(127.0.0.1): /127.0.0.1
[main] [ 2019-01-18 09:59:19.803 CET ] [ConfigureListener.isPortFree:1213] Local host IP address: bbx772.xxxx.corp/127.0.1.1
[main] [ 2019-01-18 09:59:19.803 CET ] [ConfigureListener.isPortFree:1215] Local host name: bbx772.xxxx.corp
[main] [ 2019-01-18 09:59:19.803 CET ] [ConfigureListener.isPortFree:1226] Address bbx772.xxxx.corp
[main] [ 2019-01-18 09:59:19.803 CET ] [ConfigureListener.isPortFree:1288] No IP address returned for host. bbx772.xxxx.corp
oracle.net.ca.IllegalEndpointException: No valid IP Address returned for the host bbx772.xxxx.corp.
at oracle.net.ca.ConfigureListener.isPortFree(ConfigureListener.java:1289)
at oracle.net.ca.ConfigureListener.validatePort(ConfigureListener.java:1178)
at oracle.net.ca.ConfigureListener.validateEndPoint(ConfigureListener.java:1162)
at oracle.net.ca.ConfigureListener.typicalConfigure(ConfigureListener.java:296)
at oracle.net.ca.SilentConfigure.performSilentConfigure(SilentConfigure.java:212)
at oracle.net.ca.InitialSetup.<init>(NetCA.java:4325)
at oracle.net.ca.NetCA.main(NetCA.java:460)
may i ask what is the problem with this, and how should i go about this issue. thank you
oracle networking rhel
2
Sounds like eitherbbx772.xxxx.corp
does not resolve via DNS, or it isn't happy with it being defined with a loopback address (in the 127/8 subnet). Does the problem go away if you change your server to an IP address which is not special-use?
– Alex Poole
Jan 18 at 16:42
add a comment |
Hi i am doing an installation of Oracle 12c on RHEL but i am stuck at this stage where i receive the following error :-
[INS 20802] - oracle net configuration assistant failed
and i followed the log file location :-
/tmp/InstallActions2019-01-18_09-00-00AM/InstallActions2019-01-18_09-00-00AM.log
[main] [ 2019-01-18 09:59:19.796 CET ] [ConfigureListener.typicalConfigure:289] Checking for free port in range: 1521-1540
[main] [ 2019-01-18 09:59:19.796 CET ] [ConfigureListener.validateEndPoint:1112] Validating end-point: TCP:1521
[main] [ 2019-01-18 09:59:19.797 CET ] [ConfigureListener.validateEndPoint:1131] Address String : (ADDRESS=(PROTOCOL=TCP)(HOST=bbx772.xxxx.corp)(PORT=1521))
[main] [ 2019-01-18 09:59:19.802 CET ] [ConfigureListener.validateEndPoint:1135] AddressBusy return code : 0
[main] [ 2019-01-18 09:59:19.802 CET ] [ConfigureListener.isPortFree:1196] Checking if port 1521 is free on local machine...
[main] [ 2019-01-18 09:59:19.802 CET ] [ConfigureListener.isPortFree:1211] InetAddress.getByName(127.0.0.1): /127.0.0.1
[main] [ 2019-01-18 09:59:19.803 CET ] [ConfigureListener.isPortFree:1213] Local host IP address: bbx772.xxxx.corp/127.0.1.1
[main] [ 2019-01-18 09:59:19.803 CET ] [ConfigureListener.isPortFree:1215] Local host name: bbx772.xxxx.corp
[main] [ 2019-01-18 09:59:19.803 CET ] [ConfigureListener.isPortFree:1226] Address bbx772.xxxx.corp
[main] [ 2019-01-18 09:59:19.803 CET ] [ConfigureListener.isPortFree:1288] No IP address returned for host. bbx772.xxxx.corp
oracle.net.ca.IllegalEndpointException: No valid IP Address returned for the host bbx772.xxxx.corp.
at oracle.net.ca.ConfigureListener.isPortFree(ConfigureListener.java:1289)
at oracle.net.ca.ConfigureListener.validatePort(ConfigureListener.java:1178)
at oracle.net.ca.ConfigureListener.validateEndPoint(ConfigureListener.java:1162)
at oracle.net.ca.ConfigureListener.typicalConfigure(ConfigureListener.java:296)
at oracle.net.ca.SilentConfigure.performSilentConfigure(SilentConfigure.java:212)
at oracle.net.ca.InitialSetup.<init>(NetCA.java:4325)
at oracle.net.ca.NetCA.main(NetCA.java:460)
may i ask what is the problem with this, and how should i go about this issue. thank you
oracle networking rhel
Hi i am doing an installation of Oracle 12c on RHEL but i am stuck at this stage where i receive the following error :-
[INS 20802] - oracle net configuration assistant failed
and i followed the log file location :-
/tmp/InstallActions2019-01-18_09-00-00AM/InstallActions2019-01-18_09-00-00AM.log
[main] [ 2019-01-18 09:59:19.796 CET ] [ConfigureListener.typicalConfigure:289] Checking for free port in range: 1521-1540
[main] [ 2019-01-18 09:59:19.796 CET ] [ConfigureListener.validateEndPoint:1112] Validating end-point: TCP:1521
[main] [ 2019-01-18 09:59:19.797 CET ] [ConfigureListener.validateEndPoint:1131] Address String : (ADDRESS=(PROTOCOL=TCP)(HOST=bbx772.xxxx.corp)(PORT=1521))
[main] [ 2019-01-18 09:59:19.802 CET ] [ConfigureListener.validateEndPoint:1135] AddressBusy return code : 0
[main] [ 2019-01-18 09:59:19.802 CET ] [ConfigureListener.isPortFree:1196] Checking if port 1521 is free on local machine...
[main] [ 2019-01-18 09:59:19.802 CET ] [ConfigureListener.isPortFree:1211] InetAddress.getByName(127.0.0.1): /127.0.0.1
[main] [ 2019-01-18 09:59:19.803 CET ] [ConfigureListener.isPortFree:1213] Local host IP address: bbx772.xxxx.corp/127.0.1.1
[main] [ 2019-01-18 09:59:19.803 CET ] [ConfigureListener.isPortFree:1215] Local host name: bbx772.xxxx.corp
[main] [ 2019-01-18 09:59:19.803 CET ] [ConfigureListener.isPortFree:1226] Address bbx772.xxxx.corp
[main] [ 2019-01-18 09:59:19.803 CET ] [ConfigureListener.isPortFree:1288] No IP address returned for host. bbx772.xxxx.corp
oracle.net.ca.IllegalEndpointException: No valid IP Address returned for the host bbx772.xxxx.corp.
at oracle.net.ca.ConfigureListener.isPortFree(ConfigureListener.java:1289)
at oracle.net.ca.ConfigureListener.validatePort(ConfigureListener.java:1178)
at oracle.net.ca.ConfigureListener.validateEndPoint(ConfigureListener.java:1162)
at oracle.net.ca.ConfigureListener.typicalConfigure(ConfigureListener.java:296)
at oracle.net.ca.SilentConfigure.performSilentConfigure(SilentConfigure.java:212)
at oracle.net.ca.InitialSetup.<init>(NetCA.java:4325)
at oracle.net.ca.NetCA.main(NetCA.java:460)
may i ask what is the problem with this, and how should i go about this issue. thank you
oracle networking rhel
oracle networking rhel
asked Jan 18 at 16:17
Steven Tang Ti KhoonSteven Tang Ti Khoon
1542313
1542313
2
Sounds like eitherbbx772.xxxx.corp
does not resolve via DNS, or it isn't happy with it being defined with a loopback address (in the 127/8 subnet). Does the problem go away if you change your server to an IP address which is not special-use?
– Alex Poole
Jan 18 at 16:42
add a comment |
2
Sounds like eitherbbx772.xxxx.corp
does not resolve via DNS, or it isn't happy with it being defined with a loopback address (in the 127/8 subnet). Does the problem go away if you change your server to an IP address which is not special-use?
– Alex Poole
Jan 18 at 16:42
2
2
Sounds like either
bbx772.xxxx.corp
does not resolve via DNS, or it isn't happy with it being defined with a loopback address (in the 127/8 subnet). Does the problem go away if you change your server to an IP address which is not special-use?– Alex Poole
Jan 18 at 16:42
Sounds like either
bbx772.xxxx.corp
does not resolve via DNS, or it isn't happy with it being defined with a loopback address (in the 127/8 subnet). Does the problem go away if you change your server to an IP address which is not special-use?– Alex Poole
Jan 18 at 16:42
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54257743%2fins-20802-oracle-net-configuration-assistant-failed-oracle-installation-for-rh%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54257743%2fins-20802-oracle-net-configuration-assistant-failed-oracle-installation-for-rh%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Sounds like either
bbx772.xxxx.corp
does not resolve via DNS, or it isn't happy with it being defined with a loopback address (in the 127/8 subnet). Does the problem go away if you change your server to an IP address which is not special-use?– Alex Poole
Jan 18 at 16:42