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 ? ).
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/
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