RE: Tomcat 3.2 throwing a VerifyError at me

2001-02-12 Thread Randy Layman
It would appear to me that you are trying to create an instance of a class (using Class.newInstance()) that doesn't have a matching contructor to how you are trying to load it. If I remember correctly, newInstance only works with No-Argument constructors. Check for this, and if its not

RE: Tomcat 3.2 throwing a VerifyError at me

2001-02-12 Thread Rajnish Bhaskar
It would appear to me that you are trying to create an instance of a class (using Class.newInstance()) that doesn't have a matching contructor I never call Class.newInstance() at all in my code. maybe Jasper is generating this call? How do I check this, and how do I stop it from

RE: Tomcat 3.2 throwing a VerifyError at me

2001-02-12 Thread Randy Layman
will help solve the problem. Randy -Original Message- From: Rajnish Bhaskar [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 10:01 AM To: [EMAIL PROTECTED] Subject: RE: Tomcat 3.2 throwing a VerifyError at me It would appear to me that you are trying to create

RE: Tomcat 3.2 throwing a VerifyError at me

2001-02-12 Thread CPC Livelink Admin
with a no-arg constructor will help solve the problem. Randy -Original Message- From: Rajnish Bhaskar [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 10:01 AM To: [EMAIL PROTECTED] Subject: RE: Tomcat 3.2 throwing a VerifyError at me It would appear to me that you