| Harisankar Gopalan 2005-08-25, 6:05 pm |
|
I am facing deployment issues on cluster environment.
server versions are
WPS: Clustered: 5.1
WAS: Clustered: 5.1
Oracle: Clustered: Oracle9i Enterprise Edition Release 9.2.0.5.0.
My WAR file which contains Struts Portlets and other web components are deployed on WebSphere Portal server
and EAR file contains EJBs and other business components are deployed on App Server.
Note : EJB Skelton?s are packaged as part of WAR file.
I am able to interact with ejb home interface of EAR file from Web module of war file and getting response back to portal on Single node.
Same code I deployed on cluster and done the synchronization of nodes.
I am getting following error
?Exception while getting Remote Object throwgh jndi ::javax.naming.NamingException: Exception thrown from getService method of ServiceLocator class : Context: wpsdmNetwork/nodes/portal-node1/servers/nodeagent, name: ejb/JNDIHome: First component in name
ejb/JNDIHome not found?
Please let me know the solution for the same.
|