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?