RE: out of ideas on an error

2001-05-29 Thread Martin van den Bemt
We had the problem also, I'm just giving some ideas, because at that time I didn't have the time to "cleanly" solve the problem.. These are things that were at that moment going on : - Having java files in the classes directory which are not the same. - Some compiled classes are not

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