• 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 Calling EJB on Weblogic ?

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi! Friends,
Am trying to execute a servlet on Tomcat which calls an EJB running on Weblogic 8.1. Configured the web.xml file for Servlet also. But am getting an error message as:
///// ERROR MESSAGE //////
javax.servlet.ServletException: Servlet execution threw an exception
java.lang.NoClassDefFoundError: weblogic/rmi/extensions/server/Stub

The same servlet works fine on Weblogic. Is there any path to be set or parameters to be set for the same.
Any sort of help is highly appreciated.

-Navin.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic