• 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
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

New Here .. Need Help

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

I am new here. Preparing for SCBCD - EJB 2.0
I am reading Head First EJB.
I am in the first chapter. I have downloaded J2EE1.3 RI from http://java.sun.com/j2ee/sdk_1.3/
I am using j2sdk1.4.2_12

I am getting the following error while trying to start the server.
Do I need to have any specific jar file ( jaxp.jar ? ).

Many thanks for your kind help.

-Geetha

Error

 
Geetha
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

The above problem solved. My mistake was I was using j2sdk1.4.2_12
I must use older version ie j2sdk1.4.0
Its clearly specified in http://java.sun.com/j2ee/sdk_1.3/

-Geetha
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Geetha:
Hi All,

The above problem solved. My mistake was I was using j2sdk1.4.2_12
I must use older version ie j2sdk1.4.0
Its clearly specified in http://java.sun.com/j2ee/sdk_1.3/

-Geetha



Geetha,
I just started preparing for the exam with Head First EJB. I am facing a problem with AdviceClient in the First chapter. Hope you might have solved this. Kindly help me.

Error:

D:\SCBCD\advice>java -cp C:\j2sdkee1.3.1\lib\j2ee.jar;.;Advice
AppClient.jar AdviceClient
java.rmi.RemoteException: CORBA BAD_OPERATION 0 No; nested exception is:
org.omg.CORBA.BAD_OPERATION: vmcid: 0x0 minor code: 0 completed: No
at com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.mapSystemExceptio
n(ShutdownUtilDelegate.java:137)
at javax.rmi.CORBA.Util.mapSystemException(Util.java:65)
at com._Advice_Stub.getAdvice(Unknown Source)
at AdviceClient.go(AdviceClient.java:15)
at AdviceClient.main(AdviceClient.java:23)
Caused by: org.omg.CORBA.BAD_OPERATION: vmcid: 0x0 minor code: 0 completed:
No
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
onstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at java.lang.Class.newInstance0(Class.java:296)
at java.lang.Class.newInstance(Class.java:249)
at com.sun.corba.ee.internal.iiop.messages.ReplyMessage_1_2.getSystemExc
eption(ReplyMessage_1_2.java:93)
at com.sun.corba.ee.internal.iiop.ClientResponseImpl.getSystemException(
ClientResponseImpl.java:108)
at com.sun.corba.ee.internal.POA.GenericPOAClientSC.invoke(GenericPOACli
entSC.java:132)
at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
at com._Advice_Stub.getAdvice(Unknown Source)
... 2 more
 
Ranch Hand
Posts: 2308
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Gajni,

Its problem with the word Advice . I too faced a similar.Search this forum or google for the exact post describing about this issue.
 
Geetha
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Gajini,

Just now saw this.

You are right got the same problem and got solved from one of the old
post here.

Following is link to that post.

https://coderanch.com/t/162752/java-EJB-SCBCD/certification/run-Cilent-HFEJB-chapter

-Geetha
 
Gajini raj
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Geetha:
Hi Gajini,

Just now saw this.

You are right got the same problem and got solved from one of the old
post here.

Following is link to that post.

https://coderanch.com/t/162752/java-EJB-SCBCD/certification/run-Cilent-HFEJB-chapter

-Geetha




Thanks Geetha and Rahul,
I have also got a list of Errata for the HFEJB book.
http://www.oreilly.com/catalog/hfjejb/errata/

-Gajini raj
 
Uh oh, we're definitely being carded. Here, show him this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic