Hi,
        This is a RMI exception. Usually java.rmi.ServerException encapsulates
the server side nested exception that is thrown there.. So this is a null
pointer somewhere on the server. It reaches the client like this. RMI
programmers usually debug the stub source itself by inserting debug calls
inside to print stack traces.
bye,
Mohan
krithikav wrote:

> Hi,
> When I invoke a remote method of a bean (stateless session bean), I get the
> following error..
> Can anyone help me to sort this out??
>
> java.rmi.ServerException: RemoteException occurred in server thread; nested
> exception is:
>         com.ibm.ejs.container.UncheckedException: ; nested exception is:
>         java.lang.NullPointerException
> com.ibm.ejs.container.UncheckedException: ; nested exception is:
>         java.lang.NullPointerException
> java.lang.NullPointerException
>
> Thanx in advance,
> Krithika
>
> ===========================================================================
> 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".

===========================================================================
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".

Reply via email to