• 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

javax.naming.Communication exception :SerialContextProvider not found

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Developers,
I am using j2ee server . I am making a client JMs server from corba object which is running through VBJ of visibroker.it's giving exception javax.naming.Communication exception :SerialContextProvider not found.....
However the same code is running fine when i run using java ..
Hope that will give a clue to all gurus out there
Regards
Mohit
 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From what I remember of using Visibroker and the VBJ script, it sets up some system properties used by the InitialContext factory which probably reference Visibroker/Borland specific factory classes/urls.
See if it is setting the java.naming.provider.url property as it looks like this is what your app is falling over on.
Hope this is of some help
Dave
 
reply
    Bookmark Topic Watch Topic
  • New Topic