RE: out of ideas on an error

2001-05-29 Thread Martin van den Bemt
ent: Tuesday, May 29, 2001 4:03 AMTo: [EMAIL PROTECTED]Subject: out of ideas on an error I am attempting to set up a servlet which acts as and rmi client. I am getting an error which I don't understand. Are their additional securitys I have to set or something?? Here's the error

out of ideas on an error

2001-05-28 Thread Kevin Fonner
I am attempting to set up a servlet which acts as and rmi client. I am getting an error which I don't understand. Are their additional securitys I have to set or something?? Here's the error Internal Servlet Error:java.lang.NullPointerException at java.lang.ClassLoader.resolveClass0(Native

Re: out of ideas on an error

2001-05-28 Thread Moin Anjum H.
Hi, This is the most common error i get. I usually get if i try to compare or concat string variables that are null in value. Please check are your string variable. HTH Best Regards Moin. Kevin Fonner wrote: I am attempting to set up a servlet which acts as and rmi client. I am getting an

RE: out of ideas on an error

2001-05-28 Thread Warren Crossing
Hey nullpointers happen all the time look at the stack trace and c if you can work out whats wrong.. adcl loads the class at line 518 .. check it out what could be null?? the byte stream.. wouldn't yu xpect a IOException ?? resolveClass is inherited and works pretty damn well.. but what