Hi ,
Can you please check whether "nm_password.properties" file contains the correct username and password?
If you edit nm_password.properties manually, you must restart Node Manager in order for the changes to take effect.
Below link will help:
http://download.oracle.com/docs/cd/E12839_01/web.1111/e13740/nodemgr_config.htm#i1100227
Also try one more suggestion
Did you check if you have a boot.properties file in this location:
/u0/app/oracle/product/middleware/user_projects/domains/ClassicDomain/servers/AdminServer/data/nodemanager folder ?
If not create a plain text file called boot.properties with contents:
username=<WLS Username>
password=<WLS Password>
Check if this resolves your issue
I think you need a valid boot.properties under
/u0/app/oracle/product/middleware/user_projects/domains/ClassicDomain/servers/AdminServer/data/nodemanager
Node manager should be able to detect boot.properties under any of these folders.
Regards,
Rob