hi! the problem seems to be that there are two different versions of your class, one with serialVersionUID=0 and the other with serialVersionUID=-2816224239577929320.
-mw ----- Original Message ----- From: "SERHAT INAN" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 9:40 AM Subject: Servlet-RMI with Tomcat > I am getting the following exception when trying to bind to RMI over > servlet within Tomcat servlet container. Any suggestions/comments? > > Regards > Serhat > > REMOTE_EXCEPTION_ERROR java.rmi.UnmarshalException: error unmarshalling > return; nested exception is: > java.io.InvalidClassException: servlet_interface.AuthenticateSRO; > Local class not compatible: stream classdesc serialVersionUID=0 local class > serialVersionUID=-2816224239577929320 > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
