Node Manager startup fails in Oracle SOA 12C
The Node Manager failed to start in Oracle SOA Suite 12C with the following error.[Sat Nov 09 01:29:46 2013] [I] [RunJavaApp] Invoking main class
<Nov 9, 2013 1:29:47 AM GMT> <INFO> <Loading domains file:
C:\Oracle\Middleware\Oracle_Home\user_projects\domains\base_domain\nodemanager
\nodemanager.domains>
<Nov 9, 2013 1:29:50 AM GMT> <INFO> <Loading identity key store:
FileName=C:\Oracle\Middleware\Oracle_Home\user_projects\domains\base_domain\nodemanager\security\DemoIdentity.jks, Type=jks, PassPhraseUsed=true>
<Nov 9, 2013 1:29:50 AM GMT> <SEVERE> <Fatal error in NodeManager server> weblogic.nodemanager.common.ConfigException: Identity key store file not found:
C:\Oracle\Middleware\Oracle_Home\user_projects\domains\base_domain\nodemanager\security\DemoIdentity.jks
at weblogic.nodemanager.server.SSLConfig.loadKeyStoreConfig(SSLConfig.java:170)
The actual root cause of the problem is the jks file is not configured properly for nodemanager.
To fix the issue:-
Copy the file <domainhome>\security\DemoIdentity.jks to <domainhome>\nodemanager\security\DemoIdentity.jks
thks I solve the issue with
ReplyDeleteTo fix the issue:-
Copy the file \security\DemoIdentity.jks to \nodemanager\security\DemoIdentity.jks
cp -p ./user_projects/domains/base_domain/nodemanager/nodemanager.domains /home/WME/weblogic_12_1c/oracle_common/common/nodemanager/
regards
adolfo reyes
[email protected]
working fine , great :)
ReplyDelete