node agent is not starting
--------------------------------
when i try to start the node i am getting below error.
6/16/09 13:38:40:148 EDT] 0000001d Helpers W NMSV0610I: A NamingException is being thrown from a javax.naming.Context implementation. Details follow:
Context implementation: com.ibm.ws.naming.jndicos.CNContextImpl
Context method: lookupExt
Context name: /"/"/"/"
Target name: RMIConnector
Other data: /"/"/"/"
Exception stack trace: javax.naming.NamingException: Error during resolve [Root exception is org.omg.CORBA.TRANSIENT: initial and forwarded IOR inaccessible:
Forwarded IOR failed with: CAUGHT_EXCEPTION_WHILE_CONFIGURING_SSL_CLIENT_SOCKET: JSSL0080E: javax.net.ssl.SSLHandshakeException - The client and server could not negotiate the desired level of security. Reason: com.ibm.jsse2.util.h: No trusted certificate found
Initial IOR failed with: CAUGHT_EXCEPTION_WHILE_CONFIGURING_SSL_CLIENT_SOCKET: JSSL0080E: javax.net.ssl.SSLHandshakeException - The client and server could not negotiate the desired level of security. Reason: com.ibm.jsse2.util.h: No trusted certificate found vmcid: IBM minor code: E07 completed: No]
at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1939)
at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1862)
at com.ibm.ws.naming.jndicos.CNContextImpl.lookupExt(CNContextImpl.java:1552)
at com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:1354)
at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:172)
at javax.naming.InitialContext.lookup(InitialContext.java:363)
at com.ibm.ws.management.connector.rmi.RMIConnectorClient.reconnect(RMIConnectorClient.java:248)
at com.ibm.ws.management.connector.rmi.RMIConnectorClient.reconnect(RMIConnectorClient.java:215)
at com.ibm.ws.management.connector.rmi.RMIConnectorClient.(RMIConnectorClient.java:128)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:67)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:522)
at com.ibm.websphere.management.AdminClientFactory.createAdminClient(AdminClientFactory.java:525)
at com.ibm.ws.management.RoutingTable$Accessor.getConnector(RoutingTable.java:813)
at com.ibm.ws.management.RoutingTable$Accessor.getConnector(RoutingTable.java:859)
at com.ibm.ws.management.RoutingTable$Accessor.resetSession(RoutingTable.java:882)
at com.ibm.ws.management.RoutingTable.addParent(RoutingTable.java:537)
at com.ibm.ws.management.discovery.NADiscoveryAdapter.updateRoutingTable(NADiscoveryAdapter.java:65)
at com.ibm.ws.management.discovery.DiscoveryAdapter.event(DiscoveryAdapter.java:261)
at com.ibm.ws.management.discovery.DiscoveryService.processQuery(DiscoveryService.java:322)
at com.ibm.ws.management.discovery.DiscoveryService.demux(DiscoveryService.java:521)
at com.ibm.ws.management.discovery.Endpoint.demux(Endpoint.java:196)
at com.ibm.ws.management.discovery.transport.TcpConnection.run(TcpConnection.java:146)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469)
Caused by: org.omg.CORBA.TRANSIENT: initial and forwarded IOR inaccessibl