-1

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

Yossale
  • 14,165
  • 22
  • 82
  • 109
Evgeny Makarov
  • 1,417
  • 1
  • 21
  • 41

1 Answers1

0

The problem is two WAS instances have same name. This is knows issue. Now I need to rename one of them

Evgeny Makarov
  • 1,417
  • 1
  • 21
  • 41