Check your jar file and see whether they have the stubs and skel files..
Most probably, this problem occurs due to missing files in the jar...
Try creating the jar once again and do a cross check..
-----Original Message-----
From: Vasagi K [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 15, 2001 1:31 PM
To: [EMAIL PROTECTED]
Subject: A urgent enquiry about a unmarshall exception
Hi everyone,
While working on EJBs, i was trying to call a method on a Bean. Then it gave
the following Exception:
" G:\core_to_ejb\com\test\userinterface>java com.test.userinterface.Client
Beginning statefulSession.Client...
Entered into example() method.
Created FactoryBean
Created MaintainBean
called getObject() on FactoryBean
Created ResultBean
Created FilterBean
Calling getData() on FactoryBean
There was an exception while creating and using the Trader.
This indicates that there was a problem communicating with the server:
java.rmi.
RemoteException: ; nested exception is:
weblogic.rmi.ServerException: A remote exception occurred while
executin
g the method on the remote object
- with nested exception:
[weblogic.rmi.UnmarshalException: error unmarshalling arguments
- with nested exception:
[java.lang.ClassNotFoundException: com.test.userinterface.Languages]]
End statefulSession.Client... "
As you can see, the method name is "getData( )". The arguments passed were
(UIEnum.LANGUAGES,0,0,vector,grpObj,result) where,
1) "UIEnum" is a user-defined interface with LANGUAGES being a module level
varialbe which is public static final with value '0'
2) "vector" is java.util.Vector object
3) "grpObj" is of type "iGroups" which is a user defined class.
4)"result" is another bean
Please anybody help me about this.
Bye.
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".
This e-mail and any files transmitted with it are for the sole use
of the intended recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and
destroy all copies of the original message. Any unauthorised review, use, disclosure,
dissemination, forwarding, printing or copying of this email or any action taken in
reliance on this e-mail is strictly prohibited and may be unlawful...
Visit us at http://www.cognizant.com
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".