• 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

Weblogic 7.0.1 /EJB2.0

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Exception in thread "main" javax.naming.CommunicationException: Can't find SerialContextProvider
At the time of calling a bean from the client this exception is raised showing pointing on to the line in client prg like...
Object obj=ctx.lookup("HelloHome");
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First off, this post should be in the WebLogic Forum.
Secondly, we really need more detail to help. Could you show all of the client code and explain your scenario? Is the client deployed as part of the ear? Is the client using remote or local interfaces? Are you using RMI-IIOP? If so are you using a PortableRemote.narrow to cast the object properly? etc...
[ January 04, 2003: Message edited by: Chris Mathews ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic