Thanks for replying
   I have synchronized methods and they are returning boolean. Can u please
let me know how that is getting affected and what I need to do to solve that
problem. The class has static members and static methods, when iam trying to
access static members the error is coming.

java.lang.ClassFormatError: com/CellFusion/Relational/RelConnection
(Illegal
Variable name "")


Thanks a lot

Uma


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 18, 2002 8:41 AM
To: Tomcat Users List
Subject: Re: Problem in running servlet please help--- urgent



Do you have any synchronized method? Are there any return statements within
the synchronized methods?

RS




Uma Munugala <[EMAIL PROTECTED]> on 03/18/2002 10:00:13 AM

Please respond to "Tomcat Users List" <[EMAIL PROTECTED]>

To:   "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:

Subject:  Problem in running servlet please help--- urgent


Hi
  Iam Running tomcat 4.0.3. on windows NT. Installation is successful, and
examples work properly.
I deployed my application in web-inf/classes
Iam getting an error when I run servlet.

When my servlet is invoked,
when code is trying to access the RelConnection.gDefaultConnectionIsOracle,
a static member Iam getting the error.
java.lang.ClassFormatError: com/CellFusion/Relational/RelConnection
(Illegal
Variable name "")
Relconnection is a public class with all static members and static methods.
In the same package it is able to get other methods. when it is trying to
access static variable iam getting this error.


Any help would be appreciated


Thanks
Uma

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>









--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to