Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

When setting up SSL, ManagedServer only starts when NOT using NodeManager

Ray KellyMay 22 2023

Using WebLogic 12.2.1.4

I configured SSL and removed the non-ssl listen port.

NodeManager starts fine. AdminServer starts fine. ManagedServer will not start because it's looking for the non-ssl port.

If I use startWebLogic.sh and startManagedServer.sh, it starts fine.

When I use nmStart('ohs_server1'), I get a HostUnreachableException.

When I look at ohs_server1.out, it shows that it cannot connect to AdminServer at port 7001.

How can I get the ManagedServer to start using nodemanager?

Comments
Post Details
Added on May 22 2023
0 comments
556 views