Posted By:
neal_ravindran
Posted On:
Friday, June 7, 2002 03:19 PM
Got this error when I ran the Sun Java tutorial IDL example from the command line. "ERROR : org.omg.CORBA.UNKNOWN: vmcid: SUN minor code: 202 completed: Maybe at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)....." Things I did:- 1.Started tnameserv--> C:idl>tnameserv 2.Started the HelloServer--> C:idl>java HelloServer 3.Started the HelloClient---> C:idl>java HelloClient 1 and 2 completed successfully. 3 gave this error Used the new version of java(merlin, 1.4) I think I had this working in some other older version of java Any clue?
More>>
Got this error when I ran the Sun Java tutorial IDL example from the command line.
"ERROR : org.omg.CORBA.UNKNOWN: vmcid: SUN minor code: 202 completed: Maybe
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)....."
Things I did:-
1.Started tnameserv--> C:idl>tnameserv
2.Started the HelloServer--> C:idl>java HelloServer
3.Started the HelloClient---> C:idl>java HelloClient
1 and 2 completed successfully.
3 gave this error
Used the new version of java(merlin, 1.4)
I think I had this working in some other older version of java
Any clue?
<<Less