• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Error with WAS 8.5 : java.lang.ClassNotFoundException: com.ibm.osgi.jndi.fep.GatewayBundleContextPro

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am calling EJB service in my code. It is working fine with web sphere WAS 7.0. But when tried to run the same code in WAS 8.5, am getting the below error.

Error 500: javax.servlet.ServletException: javax.naming.CommunicationException [Root exception is java.rmi.UnmarshalException: error unmarshalling arguments;
nested exception is: java.lang.ClassNotFoundException: com.ibm.osgi.jndi.fep.GatewayBundleContextProxy:
This error could indicate that a component was deployed on a cluster member but not other members of that cluster. Make sure that any component deployed on a server
that is part of a cluster is also deployed on all other members of that cluster]

How to resolve this issue? Why it is not working in 8.5?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic