Well both the tomcat and the EJB server classpaths I suppose.  That stack
trace is because there is an
error on the server, so the problem is that the class passed (over
RMI) from tomcat to the server is not the right type.  Tomcat seems to
find this when you recompile a bean or other non-servlet class.  I'm
assuming you've tried restarting everything.  The other place to check of
course is the code, you are 100% sure that this is not a programming error
on either side.  perhaps if you could post the relevant bits of the client
and server code?

cheers
dim

On Tue, 24 Jul 2001, Senthoorkumaran wrote:

> Hi Boss,
> 
> What is the classpath you are reffering to ? WinNT classpath is it?
> 
> Senthoor
> ----- Original Message -----
> From: Dmitri Colebatch <[EMAIL PROTECTED]>
> To: Tomcat User group <[EMAIL PROTECTED]>
> Sent: Tuesday, July 24, 2001 11:25 AM
> Subject: Re: java.lang.ClassCastException!!!
> 
> 
> > I assume you have the right class?  You are expecting a
> > com.mediasolv.xSolvweb.Utilities.LogonProperties aren't you?  Failing
> > that, check that you have the correct version in the classpath...
> >
> > cheesr
> > dim
> >
> > On Tue, 24 Jul 2001, Senthoorkumaran wrote:
> >
> > > Hi
> > >
> > > I am using a utility class (a property class as a which I will
> instansiate and transport data from Middle tier to front end) When I am
> invoking the ENB methood passing this property class as a parameter to the
> EJB this error is being reported. Can you please help me??
> > >
> > > This was working perfectly earlier when Tomcat was being used with
> Insprise Application Server 4.1. But now since Tomcat is integrated with
> Borland Application Server 4.5 this error is being reported....
> > >
> > > Senthoor
> >
> > --------------------------------------------------------------------------
> ----------------------------------------------------------------------------
> ------------------------
> > > Error: 500
> > > Location: /xSolv/Admin_Login.jsp
> > > Internal Servlet Error:
> > >
> > > java.rmi.ServerException: ; nested exception is:
> > > java.rmi.RemoteException:
> com.mediasolv.xSolvweb.Utilities.LogonProperties; nested exception is:
> > > java.lang.ClassCastException:
> com.mediasolv.xSolvweb.Utilities.LogonProperties
> > > java.rmi.RemoteException:
> com.mediasolv.xSolvweb.Utilities.LogonProperties; nested exception is:
> > > java.lang.ClassCastException:
> com.mediasolv.xSolvweb.Utilities.LogonProperties
> > > java.lang.ClassCastException:
> com.mediasolv.xSolvweb.Utilities.LogonProperties
> > > <>
> > >
> > >
> > >
> >
> 
> 

Reply via email to