Link to home
Create AccountLog in
Avatar of willa666
willa666Flag for United States of America

asked on

odd error withnode manager

Getting an ` when I try to start the Weblogic node manager.  Weblogic generates a self signed certificate so that their is a trust between the the admin server and the managed server.  I tried to disable it the hostname verification, but that did not help either.  It has a problem with the IP that comes back.
 
This is the error that appears in the web console.

[[NodeManager:300033]Could not execute command ping on the node manager. Reason: weblogic.nodemanager.NodeManagerException: [CommandInvoker: Failed to send command: 'ping to server 'null' to NodeManager at host: 'devapp02:5555' with exception [Security:090504]Certificate chain received from devapp02 - 1111.111.200.211 failed hostname verification check. Certificate contained qa133 but check expected devapp02. Please ensure that the NodeManager is active on the target machine].]


Will
Avatar of yuseungkim
yuseungkim

1. What is Listen Address under machines > [machine_name] > Configuration > Node Manager ?
2. what is return name from hostname command
3. Check /etc/service
4. Check DNS entry

Try to use the same jdk as the weblogic server is using to start the Node manager

in the startnodemanager.cmd|sh file set the JAVA_HOME to the same value as used by Weblogic admin server.
ASKER CERTIFIED SOLUTION
Avatar of Becky
Becky
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer