I have j2ee application running on WAS 8.5. There are two war files and I need to use ejb between them. When I run my application on single WAS everything works fine but I have to distribute my application on two WAS servers and with this setup I got following exception
org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0
However I can run test from my local machine to one of WAS server and everything works fine.
Where can be the problem?
Thanks
The problem is two WAS instances have same name. This is knows issue. Now I need to rename one of them