Error trying to connect to nodemanager
Hello,
We installed Oracle Identity Management 11.1.1.9 with Weblogic 10.3.6 with JDK 7. We created a domain, which creates and starts the wls_ods1 managed server and a node manager process as well. We've install OIM a bunch of times with 11.1.1.7 and JRockit 1.6, and I've never had an issue with the node manager that is configured here. When we look at the Monitoring tab under the machine, the node manager status is Inactive and problem description is java.lang.NullPointerException. If we look at the NodeManger Log tab is shows:
java.lang.NullPointerException at weblogic.socket.JSSEFilterImpl.(JSSEFilterImpl.java:44) at weblogic.socket.JSSESocketFactory.createSocket(JSSESocketFactory.java:39) at weblogic.security.SSL.SSLSocketFactory.createSocket(SSLSocketFactory.java:108) at weblogic.nodemanager.client.SSLClient.createSocket(SSLClient.java:39) at weblogic.nodemanager.client.NMServerClient.connect(NMServerClient.java:228) at weblogic.nodemanager.client.NMServerClient.checkConnected(NMServerClient.java:200) at weblogic.nodemanager.client.NMServerClient.checkConnected(NMServerClient.java:206) at weblogic.nodemanager.client.NMServerClient.getNMLog(NMServerClient.java:67) at weblogic.nodemanager.mbean.NodeManagerRuntime.getNMLog(NodeManagerRuntime.java:563) at weblogic.nodemanager.mbean.NodeManagerRuntime.getNMLog(NodeManagerRuntime.java:592) at com.bea.console.actions.core.machine.MachineMonitorNodemanagerLogAction.execute(MachineMonitorNodemanagerLogAction.java:71) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431) at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:97) at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2044) ...