• 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
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

HFEJB AdviceApp Error

 
Ranch Hand
Posts: 100
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I started studying the HFEJB book and tried the first tutorial program there in Chapter 1 called AdviceApp. I was able to follow all throughout the steps. I successfully run the server. I was able to create the ejb-jar.xml using the deploytool. I was able to compile the client program successfully. But when I was trying to run the client program, using this command, (i'm using windows as my platform)

C:\projects\advice>java -cp %CLASSPATH%;AdviceAppClient.jar AdviceClient

I got this error saying...

Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/corba/se/internal/util/JDKBridge at com.sun.corba.ee.internal.core.IOR$LocalCodeBaseSingletonHolder.<clinit><IOR.java:90> ...

What is this com/sun/corba/se/internal/util/JDKBridge all about? Am I missing something here?

Thanks in advance!
 
Richard Rex
Ranch Hand
Posts: 100
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I started studying the HFEJB book and tried the first tutorial program there in Chapter 1 called AdviceApp. I was able to follow all throughout the steps. I successfully run the server. I was able to create the ejb-jar.xml using the deploytool. I was able to compile the client program successfully. But when I was trying to run the client program, using this command, (i'm using windows as my platform)

C:\projects\advice>java -cp %CLASSPATH%;AdviceAppClient.jar AdviceClient

I got this error saying...

Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/corba/se/internal/util/JDKBridge at com.sun.corba.ee.internal.core.IOR$LocalCodeBaseSingletonHolder.<clinit><IOR.java:90> ...

What is this com/sun/corba/se/internal/util/JDKBridge all about? Am I missing something here?

Thanks in advance!
 
We begin by testing your absorbancy by exposing you to this tiny ad:
Thread Boost feature
https://coderanch.com/t/674455/Thread-Boost-feature
reply
    Bookmark Topic Watch Topic
  • New Topic