• 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

Communication exception

 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I m trying to run a sample EJB application using JBoss 3.2.3 as the server. The client and server are running on two different machines and my client side code throws the following exception
Exception in thread "main" javax.naming.CommunicationException: Can't find SerialContextProvider
I made sure that all the required files j2ee.jar jboss-common.jar jboss.jar jnpserver.jar log4j.jar along with the jndi.properties file in the client classpath but I m still getting the same problem. I tried with and without j2ee.jar in the classpath and still got the same problem.
Can somebody please let me know where the problem might be. Thanks in advance
Param
 
reply
    Bookmark Topic Watch Topic
  • New Topic