Similar error can be found when the JSP page throws an error when it is
caused by faulty java code. Instead of pointing to the particular exception,
it eats it up and throws a general purpose exception like "trying to flush
buffer..." . You may want to put debug statements before and after each
call.
-----Original Message-----
From: A mailing list for Enterprise JavaBeans development
[mailto:[EMAIL PROTECTED]]On Behalf Of Mohan Radhakrishnan
Sent: Thursday, March 29, 2001 1:37 PM
To: [EMAIL PROTECTED]
Subject: Re: Remote Exception error
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".
===========================================================================
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".