• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Can't run client for Advice Application

 
Ranch Hand
Posts: 279
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using Head First Book for learning Ejb's and trying to run the applicaiton on Weblogic Server.The EJB's have been deployed successfully but when I try to run the client, I get the following error


Please help me resolve this.
Thanks
[ February 02, 2006: Message edited by: Anjali S Sharma ]
 
Ranch Hand
Posts: 146
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sharman,

From the error message, the problem has to do with the JNDI lookup.
Though i haven't used weblogic server, the process should be the same.
All the same, never mind, Check this thread, alot was discussed about this topic and i think it should solve the problem.
https://coderanch.com/t/161481/java-EJB-SCBCD/certification/AdviceClient-Solution

The problem has to do with your classpath, if you are using windows, end the your classpath flag in the java with ;.

Have a lovely Day
 
reply
    Bookmark Topic Watch Topic
  • New Topic