Configuring SSL in Weblogic
up vote
2
down vote
favorite
I trying to configure SSL for my weblogic server 12.2.1. I created self-signed keystore and truststore SSL certificates using JDK keytool utility, configured it through the Admin console, set "SSL listen port enabled" to true and changed it to 8888. After all, I deployed my web service to the server. So, web service works on https with no problem. But when I want to restart weblogic, I get this error:
javax.naming.CommunicationException: t3s://localhost:8888: [RJVM:000575]Destination 0:0:0:0:0:0:0:1, 8888 unreachable.; nested exception is:
java.net.ConnectException: Connection refused: connect; [RJVM:000576]No available router to destination.; nested exception is:
java.rmi.ConnectException: [RJVM:000576]No available router to destination. [Root exception is java.net.ConnectException: t3s://localhost:8888: [RJVM:000575]Destination 0:0:0:0:0:0:0:1, 8888 unreachable.; nested exception is:
java.net.ConnectException: Connection refused: connect; [RJVM:000576]No available router to destination.; nested exception is:
java.rmi.ConnectException: [RJVM:000576]No available router to destination.]
Problem invoking WLST - Traceback (innermost last):
File "C:OracleMiddlewareOracle_Homeuser_projectsdomainsbase_domainshutdown-AdminServer.py", line 3, in ?
File "<iostream>", line 19, in connect
File "<iostream>", line 553, in raiseWLSTException
WLSTException: Error occurred while performing connect : Cannot connect via t3s or https. If using demo certs, verify that the -Dweblogic.security.TrustKeyStore=DemoTrust system property is set. : t3s://localhost:8888: [RJVM:000575]Destination 0:0:0:0:0:0:0:1, 8888 unreachable.; nested exception is:
java.net.ConnectException: Connection refused: connect; [RJVM:000576]No available router to destination.; nested exception is:
java.rmi.ConnectException: [RJVM:000576]No available router to destination.
What is the reason for appearing this problem? How to fix it? I also checked config.xml and it contains actual information about port. For developing I use Eclipse Neon. Thanks.
java eclipse ssl weblogic12c
add a comment |
up vote
2
down vote
favorite
I trying to configure SSL for my weblogic server 12.2.1. I created self-signed keystore and truststore SSL certificates using JDK keytool utility, configured it through the Admin console, set "SSL listen port enabled" to true and changed it to 8888. After all, I deployed my web service to the server. So, web service works on https with no problem. But when I want to restart weblogic, I get this error:
javax.naming.CommunicationException: t3s://localhost:8888: [RJVM:000575]Destination 0:0:0:0:0:0:0:1, 8888 unreachable.; nested exception is:
java.net.ConnectException: Connection refused: connect; [RJVM:000576]No available router to destination.; nested exception is:
java.rmi.ConnectException: [RJVM:000576]No available router to destination. [Root exception is java.net.ConnectException: t3s://localhost:8888: [RJVM:000575]Destination 0:0:0:0:0:0:0:1, 8888 unreachable.; nested exception is:
java.net.ConnectException: Connection refused: connect; [RJVM:000576]No available router to destination.; nested exception is:
java.rmi.ConnectException: [RJVM:000576]No available router to destination.]
Problem invoking WLST - Traceback (innermost last):
File "C:OracleMiddlewareOracle_Homeuser_projectsdomainsbase_domainshutdown-AdminServer.py", line 3, in ?
File "<iostream>", line 19, in connect
File "<iostream>", line 553, in raiseWLSTException
WLSTException: Error occurred while performing connect : Cannot connect via t3s or https. If using demo certs, verify that the -Dweblogic.security.TrustKeyStore=DemoTrust system property is set. : t3s://localhost:8888: [RJVM:000575]Destination 0:0:0:0:0:0:0:1, 8888 unreachable.; nested exception is:
java.net.ConnectException: Connection refused: connect; [RJVM:000576]No available router to destination.; nested exception is:
java.rmi.ConnectException: [RJVM:000576]No available router to destination.
What is the reason for appearing this problem? How to fix it? I also checked config.xml and it contains actual information about port. For developing I use Eclipse Neon. Thanks.
java eclipse ssl weblogic12c
possible duplicated stackoverflow.com/questions/24489922/…
– devwebcl
Nov 19 at 19:37
@devwebcl I have already seen this post and I tried to use solutions that described there but it doesn't help...Are there any other ways to resolve it?
– Nick Sheinov
Nov 20 at 0:34
Are you restarting the admin server or a manager server from the same domain ?
– Emmanuel Collin
Nov 20 at 12:15
@EmmanuelCollin yes, I have only one domain and I restarting server using eclipse. Console prints error as above.
– Nick Sheinov
Nov 20 at 17:37
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I trying to configure SSL for my weblogic server 12.2.1. I created self-signed keystore and truststore SSL certificates using JDK keytool utility, configured it through the Admin console, set "SSL listen port enabled" to true and changed it to 8888. After all, I deployed my web service to the server. So, web service works on https with no problem. But when I want to restart weblogic, I get this error:
javax.naming.CommunicationException: t3s://localhost:8888: [RJVM:000575]Destination 0:0:0:0:0:0:0:1, 8888 unreachable.; nested exception is:
java.net.ConnectException: Connection refused: connect; [RJVM:000576]No available router to destination.; nested exception is:
java.rmi.ConnectException: [RJVM:000576]No available router to destination. [Root exception is java.net.ConnectException: t3s://localhost:8888: [RJVM:000575]Destination 0:0:0:0:0:0:0:1, 8888 unreachable.; nested exception is:
java.net.ConnectException: Connection refused: connect; [RJVM:000576]No available router to destination.; nested exception is:
java.rmi.ConnectException: [RJVM:000576]No available router to destination.]
Problem invoking WLST - Traceback (innermost last):
File "C:OracleMiddlewareOracle_Homeuser_projectsdomainsbase_domainshutdown-AdminServer.py", line 3, in ?
File "<iostream>", line 19, in connect
File "<iostream>", line 553, in raiseWLSTException
WLSTException: Error occurred while performing connect : Cannot connect via t3s or https. If using demo certs, verify that the -Dweblogic.security.TrustKeyStore=DemoTrust system property is set. : t3s://localhost:8888: [RJVM:000575]Destination 0:0:0:0:0:0:0:1, 8888 unreachable.; nested exception is:
java.net.ConnectException: Connection refused: connect; [RJVM:000576]No available router to destination.; nested exception is:
java.rmi.ConnectException: [RJVM:000576]No available router to destination.
What is the reason for appearing this problem? How to fix it? I also checked config.xml and it contains actual information about port. For developing I use Eclipse Neon. Thanks.
java eclipse ssl weblogic12c
I trying to configure SSL for my weblogic server 12.2.1. I created self-signed keystore and truststore SSL certificates using JDK keytool utility, configured it through the Admin console, set "SSL listen port enabled" to true and changed it to 8888. After all, I deployed my web service to the server. So, web service works on https with no problem. But when I want to restart weblogic, I get this error:
javax.naming.CommunicationException: t3s://localhost:8888: [RJVM:000575]Destination 0:0:0:0:0:0:0:1, 8888 unreachable.; nested exception is:
java.net.ConnectException: Connection refused: connect; [RJVM:000576]No available router to destination.; nested exception is:
java.rmi.ConnectException: [RJVM:000576]No available router to destination. [Root exception is java.net.ConnectException: t3s://localhost:8888: [RJVM:000575]Destination 0:0:0:0:0:0:0:1, 8888 unreachable.; nested exception is:
java.net.ConnectException: Connection refused: connect; [RJVM:000576]No available router to destination.; nested exception is:
java.rmi.ConnectException: [RJVM:000576]No available router to destination.]
Problem invoking WLST - Traceback (innermost last):
File "C:OracleMiddlewareOracle_Homeuser_projectsdomainsbase_domainshutdown-AdminServer.py", line 3, in ?
File "<iostream>", line 19, in connect
File "<iostream>", line 553, in raiseWLSTException
WLSTException: Error occurred while performing connect : Cannot connect via t3s or https. If using demo certs, verify that the -Dweblogic.security.TrustKeyStore=DemoTrust system property is set. : t3s://localhost:8888: [RJVM:000575]Destination 0:0:0:0:0:0:0:1, 8888 unreachable.; nested exception is:
java.net.ConnectException: Connection refused: connect; [RJVM:000576]No available router to destination.; nested exception is:
java.rmi.ConnectException: [RJVM:000576]No available router to destination.
What is the reason for appearing this problem? How to fix it? I also checked config.xml and it contains actual information about port. For developing I use Eclipse Neon. Thanks.
java eclipse ssl weblogic12c
java eclipse ssl weblogic12c
edited Nov 19 at 16:04
asked Nov 19 at 11:40
Nick Sheinov
185
185
possible duplicated stackoverflow.com/questions/24489922/…
– devwebcl
Nov 19 at 19:37
@devwebcl I have already seen this post and I tried to use solutions that described there but it doesn't help...Are there any other ways to resolve it?
– Nick Sheinov
Nov 20 at 0:34
Are you restarting the admin server or a manager server from the same domain ?
– Emmanuel Collin
Nov 20 at 12:15
@EmmanuelCollin yes, I have only one domain and I restarting server using eclipse. Console prints error as above.
– Nick Sheinov
Nov 20 at 17:37
add a comment |
possible duplicated stackoverflow.com/questions/24489922/…
– devwebcl
Nov 19 at 19:37
@devwebcl I have already seen this post and I tried to use solutions that described there but it doesn't help...Are there any other ways to resolve it?
– Nick Sheinov
Nov 20 at 0:34
Are you restarting the admin server or a manager server from the same domain ?
– Emmanuel Collin
Nov 20 at 12:15
@EmmanuelCollin yes, I have only one domain and I restarting server using eclipse. Console prints error as above.
– Nick Sheinov
Nov 20 at 17:37
possible duplicated stackoverflow.com/questions/24489922/…
– devwebcl
Nov 19 at 19:37
possible duplicated stackoverflow.com/questions/24489922/…
– devwebcl
Nov 19 at 19:37
@devwebcl I have already seen this post and I tried to use solutions that described there but it doesn't help...Are there any other ways to resolve it?
– Nick Sheinov
Nov 20 at 0:34
@devwebcl I have already seen this post and I tried to use solutions that described there but it doesn't help...Are there any other ways to resolve it?
– Nick Sheinov
Nov 20 at 0:34
Are you restarting the admin server or a manager server from the same domain ?
– Emmanuel Collin
Nov 20 at 12:15
Are you restarting the admin server or a manager server from the same domain ?
– Emmanuel Collin
Nov 20 at 12:15
@EmmanuelCollin yes, I have only one domain and I restarting server using eclipse. Console prints error as above.
– Nick Sheinov
Nov 20 at 17:37
@EmmanuelCollin yes, I have only one domain and I restarting server using eclipse. Console prints error as above.
– Nick Sheinov
Nov 20 at 17:37
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f53373873%2fconfiguring-ssl-in-weblogic%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
possible duplicated stackoverflow.com/questions/24489922/…
– devwebcl
Nov 19 at 19:37
@devwebcl I have already seen this post and I tried to use solutions that described there but it doesn't help...Are there any other ways to resolve it?
– Nick Sheinov
Nov 20 at 0:34
Are you restarting the admin server or a manager server from the same domain ?
– Emmanuel Collin
Nov 20 at 12:15
@EmmanuelCollin yes, I have only one domain and I restarting server using eclipse. Console prints error as above.
– Nick Sheinov
Nov 20 at 17:37